gecko-dev/webtools/doctor
2004-04-23 03:04:09 +00:00
..
templates partial implementation of mail-based queue; i just can't figure out why the mail it sends is messed up somehow 2004-04-23 03:04:09 +00:00
.cvsignore
doctor.cgi partial implementation of mail-based queue; i just can't figure out why the mail it sends is messed up somehow 2004-04-23 03:04:09 +00:00
doctor.css lots of changes, including WYSIWYG editing, a new UI, and a partial implementation of a database-backed patch queue 2004-04-23 01:36:27 +00:00
doctor.js lots of changes, including WYSIWYG editing, a new UI, and a partial implementation of a database-backed patch queue 2004-04-23 01:36:27 +00:00
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
sample.conf Fix for bug 142829: Allow users to create files. Also whacks the tree heavily with improvements to error handling (differentiating between user and code errors), 2002-08-24 01:56:50 +00:00

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.