Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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