PerlBlog is a Perl script written to accomodate your blogging needs, without all the hassle and complications of php or MySQL. Plus, its the easiest to customize, with over 100 areas of the blog you can edit!

index
download
documentation
known issues
development
tutorials
support
contact

Support- Exec Format

The problem: The comments bubble, the popup comments and/or the quicktags don't appear


How to fix it: Upload comments.gif, openwin.js, clear.js, and quicktags.js into another folder seperate from your cgi-bin directory. Once you've done that, open weblog-config.pl and change the last attribute, where it says:

$ssource="./forumdata";   # Source to your images and JavaScript

Change the forumdata to the new directory name, omitting the last slash. Most likely you'll have to add another dot to make it look like this:

$ssource="../newfolder"; # Source to your images and JavaScript