• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Dancer/Plugin/H22-May-2014-325103

t/H03-May-2022-424337

ChangesH A D22-May-20141.3 KiB3927

MANIFESTH A D22-May-2014378 1917

META.jsonH A D22-May-20141.2 KiB5251

META.ymlH A D22-May-2014701 2827

Makefile.PLH A D22-May-20141 KiB3331

READMEH A D22-May-20141.7 KiB6238

README

1Dancer-Plugin-SiteMap
2
3Plugin module for the Dancer web framwork that automagically adds sitemap
4routes to the webapp. Currently adds /sitemap and /sitemap.xml where the
5former is a basic HTML list and the latter is an XML document of URLS.
6
7Currently it only adds staticly defined routes for the GET method.
8
9Using the module is literally that simple... 'use' it and your app will
10have a site map.
11
12The HTML site map list can be styled throught the CSS class 'sitemap'
13
14Optionally, the omission list can be populated by way of the robots.txt file,
15both the HTML and XML sitemap URLs can be customised (or omitted) and a custom
16HTML sitemap template can be specified.
17
18INSTALLATION
19
20To install this module, run the following commands:
21
22	perl Makefile.PL
23	make
24	make test
25	make install
26
27SUPPORT AND DOCUMENTATION
28
29After installing, you can find documentation for this module with the
30perldoc command.
31
32    perldoc Dancer::Plugin::SiteMap
33
34You can also look for information at:
35
36    Github's Issue Tracker
37        https://github.com/jamesronan/Dancer-Plugin-SiteMap/issues
38
39    CPAN RT Tracker
40        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dancer-Plugin-SiteMap
41
42    AnnoCPAN, Annotated CPAN documentation
43        http://annocpan.org/dist/Dancer-Plugin-SiteMap
44
45    CPAN Ratings
46        http://cpanratings.perl.org/d/Dancer-Plugin-SiteMap
47
48    MetaCPAN
49        http://metacpan.org/pod/Dancer::Plugin::SiteMap
50
51
52LICENSE AND COPYRIGHT
53
54Copyright (C) 2010-2014 James Ronan
55
56This program is free software; you can redistribute it and/or modify it
57under the terms of either: the GNU General Public License as published
58by the Free Software Foundation; or the Artistic License.
59
60See http://dev.perl.org/licenses/ for more information.
61
62