Documentation
Purpose:
--------
Web frontend to comics generated with Comic Bot from http://www.jibble.org/comicbot/
or with ComicBotPlugin in PPF from http://ppf.sourceforge.net/
License:
--------
Open Source and is released under the GPL license.
See license.txt for more information.
Requirements:
-------------
Linux, Unix or Windows server running a webserver which can handle PHP.
The script was testet on Windows with A ApacheFriends XAMPP (basic package)
version 1.5.3a
Installation:
-------------
1. Unzip cccp-comicbrowser-<version>-prod.zip to any folder, for example /tmp
2. Create a new directory in your webservers DocumentRoot, for instance call
the new directory comicbrowser.
3. Then copy everything in this php directory to the directory you created in
step 2.
Configuration:
--------------
1. Edit file config.php and perform the changes in step 2. and 3. below.
2. First of all you need to configure the COMICS_HOME parameter to
your comics output folder.
3. If you are using the original Comic Bot, you must ensure that
COMICS_FROM_PPF_PLUGIN is set to false. If the comics are made
using PPF's ComicBotPlugin, COMICS_FROM_PPF_PLUGIN should be true.
Some usage notes:
-----------------
The script is now accessible at http://<server>:<port>/<alias>/
where <alias> is the directory you created in step 2. of the installation.