But mostly just about the Word2DokuWiki macro.
Part of the interesting thing about working with a group I’m working with is that many of the users are substantively non-technical. In order to allow people to collaborate together I had installed a wiki and in fact, had chosen the most feature robust one I could think of, MediaWiki<
- the same software that runs the mighty, mighty Wikipedia
.
Not smart. Basically, even though a wiki is a pretty simple concept the interface and software and extra features were a little too much for the team(s). Concepts like watchlists and a need to have flexible ACL and easily administered security as well as occasionally restructure the wiki made MediaWiki, for all its power, a mistake. So, I looked for the most stripped down, pure wiki I could find and stumbled across Dokuwiki
. Less is more. DokuWiki uses simple text files and directory structure and a simple ACL and security structure to provide a robust minimum of wiki features and does it well. It also allows quite easy restructuring of the wiki since you’re not using a database (ie. simple moving of pages between directories). Very, very handy and easy to understand and hack. Quite taken with it actually. Oh yeah, and backups are a simple tar and gzip of the root directory. Put that on a cron job and you’re set. Sweet.