gecko-dev/webtools/doctor
2004-04-30 01:40:40 +00:00
..
Doctor encapsulated logic in Doctor and Doctor::File objects to make extending Doctor easier; still have two more doctor.cgi action functions to go: commit and create; then just a lot of cleanup and making sure things are in the right place 2004-04-30 01:40:40 +00:00
templates encapsulated logic in Doctor and Doctor::File objects to make extending Doctor easier; still have two more doctor.cgi action functions to go: commit and create; then just a lot of cleanup and making sure things are in the right place 2004-04-30 01:40:40 +00:00
.cvsignore
doctor.cgi encapsulated logic in Doctor and Doctor::File objects to make extending Doctor easier; still have two more doctor.cgi action functions to go: commit and create; then just a lot of cleanup and making sure things are in the right place 2004-04-30 01:40:40 +00:00
doctor.css Make the modified iframe fill the modified panel instead of being tiny 2004-04-28 08:54:46 +00:00
doctor.js implements a mail-based queue and does some other clean-up 2004-04-27 20:52:54 +00:00
Doctor.pm encapsulated logic in Doctor and Doctor::File objects to make extending Doctor easier; still have two more doctor.cgi action functions to go: commit and create; then just a lot of cleanup and making sure things are in the right place 2004-04-30 01:40:40 +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 implements a mail-based queue and does some other clean-up 2004-04-27 20:52:54 +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.