Apache2::SiteMap - Dynamically create Google SiteMap files


Apache2-SiteMap documentation  | view source Contained in the Apache2-SiteMap distribution.

Index


NAME

Top

Apache2::SiteMap - Dynamically create Google SiteMap files

SYNOPSIS

Top

Create a Google SiteMap much like a mod_dir listing.

  <Location "/sitemap.xml">
      SetHandler modperl
      PerlHandler Apache2::SiteMap
      PerlSetVar SiteMapBase http://host/
      PerlSetVar SiteMapDir /path/to/dir
  </Location>

  <Location "/music/sitemap.xml">
      SetHandler modperl
      PerlHandler Apache2::SiteMap
      PerlSetVar SiteMapBase http://host/archives/
      PerlSetVar SiteMapDir /path/to/archives/dir
  </Location>

PUBLIC FUNCTIONS

Top

handler

AUTHOR

Top

Nick Gerakines, <nick at gerakines.net>

BUGS

Top

Please report any bugs or feature requests to bug-apache2-sitemap at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Apache2-SiteMap. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Apache2::SiteMap

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Apache2-SiteMap

* CPAN Ratings

http://cpanratings.perl.org/d/Apache2-SiteMap

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-SiteMap

* Search CPAN

http://search.cpan.org/dist/Apache2-SiteMap

TODO

Top

Add ability to set a flag for recursive file listings.

Add ability to filter files based on file lists and regex.

COPYRIGHT & LICENSE

Top


Apache2-SiteMap documentation  | view source Contained in the Apache2-SiteMap distribution.