The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::CVS::HTML - subclass of Apache::CVS that prints HTML

SYNOPSIS

    <Location /cvs>
        SetHandler perl-script
        PerlHandler Apache::CVS::HTML
        PerlSetVar CVSRoots cvs1=>/usr/local/CVS
        PerlSetVar CSSFile /apache_cvs.css
    </Location>

DESCRIPTION

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.

APACHE CONFIGURATION

CSSFile
    Path to a Cascading Stylesheet File. A default CSS file is
    provided with this distribution.

    PerlSetVar CSSFile /apache_cvs.css

CSS CONFIGURATION

The format of the CSS class below are: name (HTML tag, where this class shows up)

directory_table (table, directory listing)
directory_header_row (tr, directory listing)
directory_header (th, directory listing)
directory_odd_row (tr, directory listing)
directory_even_row (tr, directory listing)
directory_data (td, directory listing)
file_table (table, file listing)
file_header_row (tr, file listing)
file_header (th, file listing)
file_odd_row (tr, file listing)
file_even_row (tr, file listing)
file_data (td, file listing)

SEE ALSO

Apache::CVS

AUTHOR

John Barbee, barbee@veribox.net

COPYRIGHT

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.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 26:

'=item' outside of any '=over'

Around line 33:

You forgot a '=back' before '=head1'

Around line 38:

'=item' outside of any '=over'

Around line 642:

You forgot a '=back' before '=head1'