gecko-dev/webtools/doctor
myk%mozilla.org 104fb5c891 fix interpolation of property accessors like ->name, which do not get interpolated correctly when entered into a string like that 2006-01-06 02:44:47 +00:00
..
Doctor fix interpolation of property accessors like ->name, which do not get interpolated correctly when entered into a string like that 2006-01-06 02:44:47 +00:00
templates hide doctor.conf~ too, and correctly search for enable_wysiwyg_mode 2005-12-14 16:56:18 +00:00
.cvsignore
.htaccess hide doctor.conf~ too, and correctly search for enable_wysiwyg_mode 2005-12-14 16:56:18 +00:00
Doctor.pm let's try not to clobber things with aliases, shall we? 2004-05-07 04:08:28 +00:00
README update installation instructions and work around bug 226933 2005-12-14 21:49:00 +00:00
doctor.cgi fix slurping of command output and errors; correct incorrect references to file.version and config variables; extract the version from CVS/Entries now that we aren't checking out to standard output and therefore don't get version info on standard error; localize $/ so we won't mess things up globally; add info about required Perl modules to README; and fix formatting in Doctor.pm 2004-05-07 02:30:25 +00:00
doctor.css update installation instructions and work around bug 226933 2005-12-14 21:49:00 +00:00
doctor.js update installation instructions and work around bug 226933 2005-12-14 21:49:00 +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 make sure you have the Template, AppConfig, File::Temp, Text::Diff,
Email::Valid, and MIME::Entity modules (and their dependencies), which you
can get via CPAN:

perl -MCPAN -e"install Template, AppConfig, File::Temp, Text::Diff, Email::Valid, MIME::Entity"

If you want to use the WYSIWYG editing capabilities of doctor, download
the htmlarea package (latest release or 3.0rc1) from the following site:

http://www.dynarch.com/projects/htmlarea/

Expand the package, then rename the directory it creates to "htmlarea"
and move it into the root directory of your web site.  Finally, create
a symlink called "htmlarea" inside the doctor directory that points to
the "htmlarea" directory.

Then configure your web server to serve Doctor files correctly.  See the
.htaccess file for an explanation of the configuration options, but note that
you should add the options to the global Apache configuration file if you have
access to it since the global file is much more performant than .htaccess.

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 want to edit the templates in the templates/ subdirectory to refer
to your own website instead of the mozilla.org website.