W I K I ! A small flat-file Wiki system written in PHP. Mail: wiki-list@lists.sourceforge.net Version 1.1.3. By Sam Thursfield , August 2002 - February 2003. Version 1.1.3: 24th February 2003 - translated the log in button. - user information is now stored in the same directory as the nodes. - corrected and updated some documentation. Version 1.1.2: 16th February 2003 - added Dennis Kehrig's language.de.inc (German translation) - renamed language.inc to language.en.inc to make things more, you know, better. - documentation changes. - made the package more 'unixy' (mainly due to the fact that I now run a UNIX system :) - changed $out to $logging_out to avoid conflicts with an environment variable on some crazy platform. Version 1.1.1: 24th September 2002 - added more special characters to the node-link matching code. See the readme for a list of the characters you're now allowed. Version 1.1.0: 15th September 2002 - fixed the login bug introduced in 1.0.2 - put the [Foo|cheese] back the way it should be (displays Foo and links to cheese, not the other way around) - fixed another problem with the regexp - multilingual support! Change the file language.inc Version 1.0.2: 4th September 2002 - for some reason index.php tried to open files with read/write access, it's fixed now. - fixed a little documentation - added a configuration file (config.inc) - you can now place nodes in a seperate directory - the template file used can be specified Version 1.0.1: 2nd September 2002 - fixed a silly bug where a node called $t was created instead of referenced - fixed up evil regexp code so it worked - exclamation marks and ampersands now allowed in node links Version 1.0.0: 28th August 2002 - initial release