XML Whiteboard Code
Status: Alpha
Brought to you by:
johnkew
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;