0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/data/sitemap
Hannah Wolfe 818085f18c Add XSL for Sitemaps
fixes #4555

- There's no easy way to declare an XSL with the node xml module, so I
  needed to move the declarations to both be strings
- Ideally the code to serve the XSL would also be inside the sitemap
  module, but I think we need to refactor a bit to get there easily
- Added the XSL from #4559, with minor amends to make the tables and urls
  display correctly
2014-12-04 09:38:09 +00:00
..
base-generator.js Add XSL for Sitemaps 2014-12-04 09:38:09 +00:00
handler.js Add XSL for Sitemaps 2014-12-04 09:38:09 +00:00
index-generator.js Add XSL for Sitemaps 2014-12-04 09:38:09 +00:00
index.js Generate sitemap files 2014-11-30 10:49:45 -08:00
manager.js Generate sitemap files 2014-11-30 10:49:45 -08:00
page-generator.js Add limit=all consistently to users, posts & tags 2014-12-03 18:46:26 +00:00
post-generator.js Add limit=all consistently to users, posts & tags 2014-12-03 18:46:26 +00:00
tag-generator.js Add limit=all consistently to users, posts & tags 2014-12-03 18:46:26 +00:00
user-generator.js Add limit=all consistently to users, posts & tags 2014-12-03 18:46:26 +00:00
utils.js Add XSL for Sitemaps 2014-12-04 09:38:09 +00:00