gecko-dev/webtools/doctor
lpsolit%gmail.com d3bb43c325 Bug 164167: make it possible to commit changes without entering a password - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-15 20:41:10 +00:00
..
Doctor Bug 164167: make it possible to commit changes without entering a password - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-15 20:41:10 +00:00
templates Bug 188775: Doctor should offer link to download plain text version of diff - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-10 00:51:04 +00:00
.cvsignore
.htaccess
Doctor.pm Bug 336315: Throw*Error() are unable to find templates - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-02 22:34:11 +00:00
README update installation instructions and work around bug 226933 2005-12-14 21:49:00 +00:00
doctor.cgi Bug 164167: make it possible to commit changes without entering a password - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-15 20:41:10 +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 Bug 336283: If doctor.conf contains both WEB_BASE_URI and WEB_BASE_URI_n, only take WEB_BASE_URI into consideration and ignore all multi-installation parameters - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-05 11:17:29 +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.