Apache::Pod - base class for converting Pod files to prettier forms


NAME

Apache::Pod - base class for converting Pod files to prettier forms


VERSION

Version 0.03

    $Header: /home/cvs/apache-pod/lib/Apache/Pod.pm,v 1.6 2003/09/10 03:21:18 andy Exp $


SYNOPSIS

The Apache::Pod::* are mod_perl handlers to easily convert Pod to HTML or other forms. You can also emulate perldoc.


CONFIGURATION

All configuration is done in one of the subclasses.


TODO

I could envision a day when the user can specify which output format he'd like from the URL, such as

    http://your.server/perldoc/f/printf?rtf


FUNCTIONS

No functions are exported. I don't want to dink around with Exporter in mod_perl if I don't need to.

getpodfile( $r )

Returns the filename requested off of the $r request object, or what Perldoc would find, based on Pod::Find.


AUTHOR

Andy Lester <andy@petdance.com>, adapted from Apache::Perldoc by Rich Bowen <rbowen@ApacheAdmin.com>


LICENSE

This package is licensed under the same terms as Perl itself.

 Apache::Pod - base class for converting Pod files to prettier forms