Post Archive
› July 17, 2002
Trying the Wiki Way
Weblogs ('blogs') have been getting great press lately, but you may not be acquainted with another, and in some ways inherently more collaborative, form of web-based information management : wikis.
There are dozens of different wiki engines available (many of them licensed as free software), written in different languages and storing their data in different formats.
Won't you try the wiki way today?
Comments
1. July 17, 2002 07:18 AM
2. July 17, 2002 09:59 AM
Quote this comment
paul Posted…
But the Web was meant to do this, surely?3. July 17, 2002 10:28 AM
Quote this comment
Simon Willison Posted…
I’ve been doing a lot of work with Wikis over the past week or so, and they are absolutely fantastic tools. I set up a wiki on our company intranet which is already filling up with valuable information, and I’ve also installed Wikis for Smarty and MACCAWS, both of which are proving useful. The beauty of the Wiki model is the simplicity–anyone can edit anything using a markup language that takes minutes to learn, and revision control ensures any problems caused by this freedom are limited. I’ve also been considering the possibilities of converging Wikis, blogs, link directories and forums in to one bizzare hybrid super-wiki.
Incidentally, if you are looking for a good PHP wiki engine TaviWiki is well worth considering–it has a good set of basic functions and the code is nicely constructed, making it relatively easy to start hacking in new features.