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


Apache-CVS documentation  | view source Contained in the Apache-CVS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

    PerlSetVar CSSFile /apache_cvs.css

CSS CONFIGURATION

Top

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

SEE ALSO

Top

Apache::CVS

AUTHOR

Top

John Barbee, barbee@veribox.net

COPYRIGHT

Top


Apache-CVS documentation  | view source Contained in the Apache-CVS distribution.