Dancer::Plugin::SiteMap

Automated site map for the Dancer web framework
Download

Dancer::Plugin::SiteMap Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • James Ronan
  • Publisher web site:
  • http://search.cpan.org/~jamesr/

Dancer::Plugin::SiteMap Tags


Dancer::Plugin::SiteMap Description

Dancer::Plugin::SiteMap is a Perl module for the Dancer web framwork that automagically adds sitemap routes to the webapp. Currently adds /sitemap and /sitemap.xml where the former is a basic HTML list and the latter is an XML document of URLS.Currently it only adds staticly defined routes for the GET method.Using the module is literally that simple... 'use' it and your app will have a site map.The HTML site map list can be styled throught the CSS class 'sitemap'SYNOPSIS use Dancer; use Dancer::Plugin::SiteMap;Yup, its that simple. Optionally you can omit routes: sitemap_ignore ('ignore/this/route', 'orthese/.*');Product's homepage


Dancer::Plugin::SiteMap Related Software