 |
Yada Yada Yada Wiki

Inspired by "Wiki on a Stick", I coded a wiki in PHP5 which is living on one self-modifying PHP file. This wiki doesn't make use of JavaScript nor databases and should work with all browsers. It is f.e. perfect to plan a longer trip with your girlfriend ;-)
Demo
wiki.php
Download/Source Code
wiki.phps (this is a link to the demo wiki.php above with suffix phps)
wiki-0.0.5.phps (this is the newest version, without the test content)
wiki-0.0.5.php.tgz (gzipped tar of the newest version, without the test content)
Just get wiki-0.0.5.php.tgz, extract it and copy wiki.php to your web directory. Make sure that your web server is able to read and write the file. If you want a backup functionality, create a folder named 'history' at the place where wiki.php lives. Don't forget to give proper write rights to this folder.
|