Difference between revisions of "User:Clements/Wiki Systems"

From CCGB
Jump to: navigation, search
(Markup Languages)
(Page Hierarchy)
Line 11: Line 11:
 
* http://moinmo.in/PagesHierarchy
 
* http://moinmo.in/PagesHierarchy
 
** Says use SubPages, which appear to be a single level of organization; mechanism similar to BitBucket's.
 
** Says use SubPages, which appear to be a single level of organization; mechanism similar to BitBucket's.
 +
** http://moinmo.in/HelpOnEditing/SubPages - They can be nested to multiple levels.
 
* http://moinmo.in/HierarchicalWiki
 
* http://moinmo.in/HierarchicalWiki
 
** Answers the question: NO.
 
** Answers the question: NO.

Revision as of 19:49, 17 March 2011

I did a walkthrough of wikimatrix.org and ended up with MoinMoin and XWiki as choices. MoinMoin is Python based, while XWiki is Java based. I'm guessing we will lean hard towards MoinMoin.

MoinMoin

The documentation home is http://moinmo.in/Documentation. There does not appear to be a single HTML page or PDF version of the doc, and it's spread out. Therefore, my notes here will be spread out too.

Page Hierarchy

Does it support this?

Doc seems to be in a chaotic state. Making me miss TWiki already.

Categories / Tags

MoinMoin supports this. Does not appear to support category hierarchy.

Attachments

Files are attached to particular pages, but can be linked to from other pages.

CamelCase

Camel Case links are native. Links with Embedded spaces are also supported.

Images

Can embed and resize internal and external images, but I don't think you can control the link.

Links

Can encode get strings.


Anchors and Headings

Can insert anchors arbitrarily, but I don't think section names automatically generate them.

Heading may not contain wiki markup.

Tables

Standard table markup forces all columns onto a single row.

Macros

It supports Macros that are Python code. It also supports page includes. I'm not sure if it supports variables/parameters in the includes.

There is a list of 19 contributed macros at

Markup Languages

Supports these out of the box.

  • wiki - the default MoinMoin
  • creole
  • ReST
  • XML/XSLT/DocBook

Supports highlighting of code, given the language.

Can install contributed plugins for

  • GraphViz
  • Textile

Page Templates

When a new page is created, MoinMoin gives you the choice of using an existing page template to prepopulate the new page.

You can define your own template on any page ending with Template.