Tuesday, 28. August 2007
Maintain Your Web Comic using PHP with MyComic
MyComic is a set of basic scripts to maintain a webcomic using PHP, without needing a database. It supports adding new comics, associating news posts with comics, gallery art, and a rant section, all using a basic Web administration interface. Since it does not need a database it is relatively simple, but gets the job done. It has been in use on several sites since 2002, says Teri who's developed the project.
The publicly available release,
MyComic 1.0.0, adds an RSS feed for comic updates and a title configuration variable to the config file. All include files have been renamed to have a 'comic_' prefix. The code has been updated slightly, changing all instances of HTTP_POST_VARS, HTTP_GET_VARS, and HTTP_POST_FILES to their current incarnations. View a demo
here.