Using tiws
**********

You will need to create a MySQL database for tiws. You can optionally create a 
user for this database (recommended). In index.php, you will need to enter the 
MySQL host, username, password, and database name to use, as well as a name for 
the wiki. The host will likely be 'localhost' unless your hosting service has 
specified otherwise.

In the database you created, you will need to create a table called 'pages', 
which looks like this:

Table 'pages':
    'name'      varchar(256)    key
    'content'   text
    'updated'   timestamp       key

Once you have the database all set up, you simply need to upload the script to 
your server and run it!