APG Online is the PHP frontend for Automated Password Generator

It is tested with apg-2.0.0a3, apache-1.3.20 and php-4.0.5

INSTALL
 1. Install Apache with PHP support (see Apache and PHP documentation).
 
 2. Copy index.php to some directory inside Apache's document root

       Example:
         mkdir /usr/local/apache/htdocs/apgonline
         cp index.php /usr/local/apache/htdocs/apgonline

 3. Copy dictionary file to the same directory.

       Example:
         cp english.php /usr/local/apache/htdocs/apgonline

 4. Edit "Config data" section of index.php

 5. Open URL http://your.server.name/apgonline/index.php with Your
    favorite browser.

NOTE
 APG Online uses cookie to save Your settings, so You should enable
 cookie support in Your browser settings.
