Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steren/play-sitemap
SiteMap module for Play! framework
https://github.com/steren/play-sitemap
Last synced: about 1 month ago
JSON representation
SiteMap module for Play! framework
- Host: GitHub
- URL: https://github.com/steren/play-sitemap
- Owner: steren
- Created: 2011-04-13T15:18:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-15T14:45:47.000Z (over 13 years ago)
- Last Synced: 2024-10-05T11:41:36.142Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 106 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sitemap generator for Play! framework.
how to use?
===========You must create an action that will generate your SiteMap and you have to create a SiteMap generator for your website.
For a code example, [see this Gist](https://gist.github.com/917767 "Gist").You can also simply add annotations to your actions:
Add `@InSitemap(changefreq="daily", priority=0.8)` before an action