pjs/webtools/doctor
myk%mozilla.org 5b23108788 Use File::Temp instead of my custom temp file stuff and eliminate use of the non-standard IO::Capture module 2004-04-28 02:40:35 +00:00
..
templates implements a mail-based queue and does some other clean-up 2004-04-27 20:52:54 +00:00
.cvsignore
README Updated README with better instructions and fixed Perl path at top of doctor.cgi not to be wierd now that we're on new server. 2003-10-24 18:03:10 +00:00
doctor.cgi Use File::Temp instead of my custom temp file stuff and eliminate use of the non-standard IO::Capture module 2004-04-28 02:40:35 +00:00
doctor.css implements a mail-based queue and does some other clean-up 2004-04-27 20:52:54 +00:00
doctor.js implements a mail-based queue and does some other clean-up 2004-04-27 20:52:54 +00:00
sample.conf implements a mail-based queue and does some other clean-up 2004-04-27 20:52:54 +00:00

README

To use Doctor, first configure it by copying sample.conf to doctor.conf
and editing doctor.conf according to the instructions in it.

Then download and install the IO::Capture module from the net:

http://groups.google.com/groups?selm=yr0e8.12924%24ZC3.1033373%40newsread2.prod.itd.earthlink.net

You can install it anywhere in the Perl path; I installed it in the doctor
root directory at IO/Capture.pm.

Finally, put the doctor directory into your web server's cgi-bin directory
(or another location where you can run CGI scripts) and browse to doctor.cgi.

You may also want to edit the templates in the templates/ sub-directory
to refer to your own site instead of mozilla.org's.