webadvanced / Orchard-SiteMap

SiteMap module for Orchard CMS
14 stars 21 forks source link

Allow greater control for xml output and fix bugs with display output #11

Closed mjy78 closed 11 years ago

mjy78 commented 11 years ago

Please consider pulling in the changes in this request.

  1. Home page (root page) now has link generated in sitemap display output
  2. Links and Titles correctly generated when nested pages and custom routes are combined.
  3. Ability to over-ride content routes with custom routes to set different priority/frequency for output to sitemap.xml.
  4. Improved ordering of items output to sitemap.xml (highest priority first).
mjy78 commented 11 years ago
  1. Also fixed problem in cache view - the incorrect action was specified for the form.
CPyle commented 11 years ago

Thanks! I'm going to rename SequenceNumber to Priority before I push another update.