| Apache-CVS documentation | view source | Contained in the Apache-CVS distribution. |
Apache::CVS::HTML - subclass of Apache::CVS that prints HTML
<Location /cvs>
SetHandler perl-script
PerlHandler Apache::CVS::HTML
PerlSetVar CVSRoots cvs1=>/usr/local/CVS
PerlSetVar CSSFile /apache_cvs.css
</Location>
This is a subclass of Apache::CVS. Please see its pod page for
definitive documentation. Apache::CVS::HTML override all of the print_*
methods to display directories, files and revisions in HTML tables. Diffs
are displayed as plain text. There is also a little directory indicator at the
top of every page.
Path to a Cascading Stylesheet File. A default CSS file is
provided with this distribution.
PerlSetVar CSSFile /apache_cvs.css
The format of the CSS class below are:name (HTML tag, where this class shows up)
John Barbee, barbee@veribox.net
Copyright 2001-2002 John Barbee
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Apache-CVS documentation | view source | Contained in the Apache-CVS distribution. |