2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server
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
..
api Merge pull request #4573 from ErisDS/limit-all-sitemaps 2014-12-04 09:45:33 +01:00
apps Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
config Add XSL for Sitemaps 2014-12-04 09:38:09 +00:00
controllers Cleans up HTML data attributes on body in default.hbs 2014-11-29 17:09:43 +01:00
data Add XSL for Sitemaps 2014-12-04 09:38:09 +00:00
email-templates Fixed email copy grammatical errors 2014-09-29 16:04:02 +02:00
errors Merge pull request #4091 from hswolff/remove-a-cd 2014-11-24 11:59:07 +00:00
helpers Cleans up HTML data attributes on body in default.hbs 2014-11-29 17:09:43 +01:00
middleware Add XSL for Sitemaps 2014-12-04 09:38:09 +00:00
models Merge pull request #4573 from ErisDS/limit-all-sitemaps 2014-12-04 09:45:33 +01:00
permissions Removes objectTypeModelMap to reduce circular dependency. 2014-10-27 20:48:22 -04:00
routes full BREAD Tag endpoints and Tag api tests 2014-11-13 00:44:36 +08:00
storage Naming cleanup 2014-09-20 21:09:16 +02:00
utils URL safe base64 encoding 2014-12-01 16:59:49 +01:00
views Cleans up HTML data attributes on body in default.hbs 2014-11-29 17:09:43 +01:00
filters.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
ghost-server.js Drop socket reference on close. 2014-11-11 19:23:07 +00:00
index.js Merge pull request #4348 from jgable/sitemaps 2014-12-01 09:28:14 +00:00
mail.js Clean up whitespace from #4349. 2014-11-16 18:14:18 +00:00
require-tree.js Follow symlinks when resolving theme paths. 2014-10-02 13:37:18 +00:00
update-check.js Add Ghost version to config object. 2014-11-28 18:08:50 +00:00
xmlrpc.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00