💾 Archived View for gemini.complete.org › wiki-software-evaluation captured on 2024-08-18 at 17:36:17. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-07-09)
-=-=-=-=-=-=-
Notes from John Goerzen[1]'s thoughts about various wiki engines.
Newbie friendly - make it easy for people to read and contribute
* Nice-looking, inviting themes
* GUI (pseudo-WYSIWYG editor)
* Intuitive use and language
Power user friendly
* Markup language that is sensible
* Good management features for searching, renaming, copying, etc.
* RSS feeds and email subscriptions for individual pages or entire wiki
* Lists of wanted (pages that are linked to but don't exist) and orphaned (pages that nothing link to) pages
* List of backlinks
Administrator friendly
* Upgrades are trivial
* Flexible security system for reading and writing
* Generally takes care of itself - "install and forget"
* Good anti-spam features
General features
* File attachments that are versioned
* Categories or some sort of hierarchy can be defined by users
* Ability to search only within a particular category/section
* Ability to redirect people to new page after rename
* Even better: automatic rewriting of backlinks
Looked at it briefly.
Cons:
User list is stored in a single file.
Can't search by category
Can search by namespace, but there aren't checkboxes for it in the search screen; you must know the syntax.
WYSIWYG is a plugin, as are categories.
* Lots of plugins to maintain, keep up to date, etc.
Didn't seem to have any real features vs. MoinMoin
Homepage: http://github.com/jgm/gitit
Demo site: http://gitit.johnmacfarlane.net/
Pros:
* integrated history viewer, so doesn't have ikiwiki's history viewing problem
Cons:
Homepage: http://hatta-wiki.org/
Pros:
Cons:
Homepage: http://ikiwiki.info/
Pros:
Cons:
History viewer isn't integrated; it's gitweb or ViewVC, and so ikiwiki themes don't apply to it.
* Is also completely complex and overwhelming for newbies.
* No "revert a page" button
Compiles to static pages that are served up by web server. Makes ACL-like security impossible (or limited by what a sysadmin can do with Apache rules, and thus won't necessarily work after page renaming, and is harder to delegate to users)
Lacks WYSIWYG editor
Lacks simple email notifications and subscriptions
Themes are lightweight and functional, but ugly. Doesn't seem to have a thriving community of theme builders.
Homepage: http://www.mediawiki.org/
Pros:
Obviously scales up to absolutely massive sites.
* I have never seen a wiki other than wikipedia that has any need for this though.
Category system is very nice.
* Can generate sorted lists of pages in a category, has subcategory support, etc.
Namespaces are available.
*
Good use of them at http://uesp.net
* Can restrict searching by namespace
* Lots of cons too; see below.
Good spam prevention and supports recaptcha.
Cons:
Can't restrict searching by category
Searching is overall less capable than in MoinMoin.
Namespaces are heavy-handed
* Have to edit config files to define them
* Bring with them other associated namespaces for discussion and the like
* Not as easy as creating a category in MoinMoin
* Doesn't scale well to having dozens of namespaces
Help is a broken link by default. Even the "editing help" links on the edit screen.
* Installing help is an undocumented step of copying help pages from mediawiki.org
* And you do this by "cut and paste" according to mediawiki folks.
* Every time a new version of MediaWiki comes out, you have to cut and paste dozens of pages from mediawiki.org to your wiki, or else you'll have outdated help.
* MediaWiki folks like it this way!
I remarked[2] that "it is way too complicated for its own good. There are something like a dozen calendar plugins for it, some of which even are thought to work. The one that looked like the one I'd use had a 7-step (2-page) installation process that involved manually running SQL commands and cutting and pasting some obscure HTML code with macros in it. No thanks."
This is the wiki that I used for wiki.complete.org and for this site until 2022. We also use it at work. I have more experience with it than any others here. Have been using it since 2009.
Pros:
In general, follows the KISS (Keep It Simple, Stupid) principle
Email receiving system
Fairly large user base and theme selection[3]. Some are beautiful.
3: http://moinmo.in/ThemeMarket
* wiki.complete.org used Moniker[4] and www.complete.org[5] used BPlus[6], which I wrote
4: http://moinmo.in/ThemeMarket/Moniker
6: http://moinmo.in/ThemeMarket/BPlus
Nice subpage support
ACL security model is simple, predictable, and powerful, with optional hierarchical applications for subpages
Built-in full-text searching. If you use Xapain, is indexed and blazing fast.
* Xapian integration will support search inside PDF, OpenOffice, Word, JPEG EXIF, etc. attachments.
* Can index just current versions or full history of pages.
Page templates to make it easy to create pages in a standard form.
Since 2006, all upgrades can be accomplished with a simple shell command that takes about 10s per wiki.
WYSIWYG integrated, using FCKEditor.
Has WantedPages, OrphanedPages lists, and lots of other statistics.
One-click subscribe/unsubscribe to email notifications for a page, plus ability to set a list of regexps for such notifications.
* Jabber notification also supported.
Global recent changes RSS feed, but no such feeds for individual pages
User-definable categories
Offline sync, but not as elegant or error-free as the ones backed by Git
Large plugin libraries:
*
Macros: some are built in (see HelpOnMacros), more at MacroMarket
* All sorts of other extensions are avialable at MoinMoinExtensions[7], such as parsers, themes, actions, formatters, etc.
7: http://moinmo.in/MoinMoinExtensions
* Most of these are maintained within the default MoinMoin distribution, so you don't have to manually update tons of plugins or worry about version compatibility issues.
* Has an awesome HelpOnMacros/MonthCalendar[8] macro.
8: http://moinmo.in/HelpOnMacros/MonthCalendar
* Can also email things to the wiki, which get turned into wiki pages.
* I have turned this into a personal tasklist and todo list. See my blog post[9] about it.
Can easily define arbitrary categories
* Automatic options in search screen to restrict to particular categories
Logged-in users can create "personal bookmarks" -- adding links to the top of the screen
Cons:
* Though there is a maximum size for attachments in ZIP files
Meh:
Has anti-spam feature (Textchas). You come up with questions that people answer. Not as good at preventing spam as captchas, but work reasonably well.
* Has a despam feature to revert all changes from a particular IP.
No direct support for namespaces, but I think I may actually like its powerful subpages support better in a way. FindPage[10] lets you restrict search to certain categories, but that requires action on the part of editors to make sure things are categorized.
10: http://wiki.complete.org/FindPage
Homepage: http://www.tikiwiki.org
We used this at work from roughly 2007 to 2009. We had several complaints about it:
One nice feature was that when you rename a page, it could automatically rewrite all links to it.
Homepage: http://foswiki.org[11], http://twiki.org[12]
Pros:
Supports namespaces -- calls them webs. Each one can have its own security settings.
Has a WYSIWYG editor -- TinyMCE integrated.
Uses a VCS backend.
* But the only supported VCS is RCS, and it's required!
* Supports conflict resolution
Large plugin library
Cons:
Terrible upgrade process. Upgrading is a 9-step process, and some of those steps are non-trivial -- even for minor upgrades.
There are way too many steps in the upgrade docs containing the phrase "manuall merge"
Markup is an inconsistent mix of HTML-style markup and more traditional wiki-style markup. Have to escape <, >, and sometimes & -- which are confusing for newbies.
The only supported VCS is RCS!
Lacks list of wanted pages
Webs are named and act confusingly
* I don't think even advanced users will realize "web" means "namespace", let alone newbies
* Example: go to foswiki.org, type something in the search box at the top of the screen, and it searches all webs. If you instead click search under toolbox and type something in, it searches only one web by default. There is no way to just "search these three webs/categories" as in Mediawiki or MoinMoin.
Some operations are counter-intuitive.
* Example: you can't delete an attachment; you have to move it to web Trash, page TrashAttachment. Which also isn't terribly fast to do.
Attachments aren't secured by the security mechanism. If you know the name, you can get the file.
My blog posts:
Wiki Software[13] 12/16/2008
13: http://changelog.complete.org/archives/847-wiki-software
More Wiki Annoyances[14] 12/17/2008
14: http://changelog.complete.org/archives/852-more-wiki-annoyances
MoinMoin and ikiwiki[15] 9/30/2009
--------------------------------------------------------------------------------
16: /software-and-operating-systems/
(c) 2022-2024 John Goerzen