A PerlLanguage WikiEngine by BoLeuf, similar to QuickiWiki, except that it allows multiple wikis to run from the same code base. New wikis are defined by copying & customizing a generic gateway script that calls the main library wiki.lib, which handles the real work of serving/editing pages. Included in the book ''TheWikiWay'' by BoLeuf and WardCunningham, but that version has munged line endings. A fixed version is downloadable from http://leuf.net/ww/tww?WikiWaySources. '''Features''' * Standard WikiWord links (no FreeLink''''''s) * BackLink''''''s and RecentChanges * TabFreeMarkup * Raw HTML blocks * WantedPages * Forward links (add '< [1] * buttons for search, page rename, WantedPages, etc. * starting a line with "" makes it a block quote * starting a line with > makes it a citation * escape markup processing by bracketing text with [esc]...[/esc] (good for code samples; you can also use [sic]...[/sic] or [literal]...[/literal]) * raw HTML can be added between ... delimiters To delete a page on ClusterWiki, rename it to "KILLpageNOW". ---- '''Testimonials''' Every time I want to add a feature to ClusterWiki -- e.g., the ability to use raw HTML -- a HappyCollision occurs. Also, it took just 47 lines to add support for GraphViz, GnuPlot, and LaTex. It's easy to extend this feature to other programs that take a text description and return an image. ---- CategoryWikiImplementation