A place for collaboration. A place for keeping track of progress. A place for milestones, deliverables and inachievable ideas. A place for fun.
Let's get started by playing in our Sandbox or the PlayGround. These are places to test out the syntax for a wiki and for creating pages before you “go live”.
To easily make documentation that's viewable on multiple computers, can be collaborated on, and is nicely structured.
It said it was designed for documentation, the default theme looks pleasant enough, there's some nice syntax-highlighting for code, simple to install.
Some fun features include: footnoting1), syntax highlighting:
#!/opt/perl/bin/perl use Data::Dumper; my $message = "Hello World!"; print Dumper($message);
subscripts, superscripts, links to windows shares \\Barad-dur\public (only usable from IE), ways to delete inappropriate things said correct your mistakes, authentication against AD, access control lists based on groups/users, and, as is essential to any professional environment: smileys
2)
It uses flat text files for the backend and lacks some sophisticated features. Even the creator recommends keeping doku in an intranet setting, since that's what it was designed for. One possibility for an alternative wiki for is http://www.mediawiki.org/wiki/MediaWiki; it is the engine that www.wikipedia.org runs on so it's been shown to scale well.
Right, only people who have logged in can edit pages. Just click on login, and use your single sign on password. Click on edit page and remember that pages are created dynamically so that if you make an internal link to [[its:tennis]] and click on it, you can build a new page. The first name before the colon is a namespace and is mostly used for organization, and not strictly necessary. Otherwise, just take a look at the syntax, remember that Table of Contents are made from headers are automatically, and feel free to edit any of my pages to see how I did it. More actual documentation is at http://wiki.splitbrain.org/wiki:syntax
You can use index and recent changes to navigate around..
Also, the Table of Contents can be very helpful.