<?php

  
// Get local configuration
  
require('guestbook.inc.php');
  require(
'../s/functions.php');

  
void_mains("Guestbook",600);
  
box("{ <a href=\"add\">Sign Guestbook</A>(); } else { <a href=\"/\">main</A>(); } else { <a href=\"\.\">Guestbook</A>(); }",600);

  
box_top();
?>

<table bgcolor=0b0b0b border=0 width=600>
<tr>
<td>
Guestbook is written in PHP (see <a href="http://www.php.net">www.php.net</a>)
<br><br>
It runs under Linux and stores it's information in a PostgreSQL database.
It can easily be tailored as all configuration parameters are in a single
configuration file.
<br><br>
Anyone wanting the source code just let me know and I'll try and clean it up
a little, put a version number on it and tar/gzip it up.  I would be more
than happy to answer any questions on setting it up.
<br><br>
You first need Linux and Apache with PHP modules with PostgreSQL support. Once
you have all of these items working it would only take a minute to install this
guestbook on your system.  I'm sure it would not take much to modify it to work
with MySQL or some of the others.
<br><br>
Author: <a href="mailto:<?echo $EmailAddress;?>">Void Main</a><br>
Date:   29 January, 2000
</td>
</tr>
</table>
<?
  box_bottom
();
  
finish("aboutguestbook.php");
?>