Menu

Tree [r104] /
 History

HTTPS access


File Date Author Commit
 cache 2007-03-01 johnkew [r1] Initial Checkin
 config 2007-04-01 johnkew [r50] Improved performance tool
 data 2009-03-09 johnkew [r99] Reverse source specs. Source specs can be speci...
 docroot 2008-11-20 johnkew [r96] Fixes to preview mode. Checking in fix to stdte...
 log 2007-03-01 johnkew [r1] Initial Checkin
 tmp 2007-03-01 johnkew [r1] Initial Checkin
 tools 2007-07-14 johnkew [r78] Updated test tool and possible solution to conc...
 xsl 2010-09-26 johnkew [r103] Fix editing PID
 COPYING 2007-03-01 johnkew [r1] Initial Checkin
 README 2007-03-30 johnkew [r46] Updated readme with current list of dependancies
 TODO 2007-03-01 johnkew [r1] Initial Checkin
 WBAuth.pm 2008-03-16 johnkew [r91] Added protected auth mode
 WBCache.pm 2009-03-09 johnkew [r99] Reverse source specs. Source specs can be speci...
 WBConverter.pm 2007-07-15 johnkew [r79] Seem to have fixed the & problem. Much of the e...
 WBTheme.pm 2007-03-01 johnkew [r1] Initial Checkin
 WBUtil.pm 2007-04-13 johnkew [r66] Made character set and TinyMCE changes to get e...
 WBextralibs.pm 2007-03-27 johnkew [r34] Commiting more fun changes
 XMLString.pm 2007-03-01 johnkew [r1] Initial Checkin
 XMLWBParser.pm 2010-09-26 johnkew [r102] Fix issue where the first post of every board g...
 XMLWBWriter.pm 2007-07-15 johnkew [r79] Seem to have fixed the & problem. Much of the e...
 admin.pl 2010-09-26 johnkew [r104] Remove debug info
 post.pl 2009-04-30 johnkew [r101] Fixing aweful bug
 preview.pl 2007-03-01 johnkew [r1] Initial Checkin
 wb.pl 2009-03-09 johnkew [r99] Reverse source specs. Source specs can be speci...
 wbuser.pl 2007-10-14 johnkew [r88] Removed debug stuff from wbuser and modified po...

Read Me

The only file that should need to be changed to get a barely functional system
is config/xmlwbconf.  Fill out doc_url and cgi_path following the examples.
For most installs the other varaibles can be left commented out.  The program
will fill in defaults.

Dependancies:
  CGI qw(:standard);
  Digest::MD5 qw(md5_hex);
  Tie::File;
  Time::HiRes;
  XML::Parser;
  XML::Sablotron qw(:all);
  XML::Writer;