0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/helpers
Hannah Wolfe 8d1e729f30 RSS Refactor with cache
refs #5091, refs #2263

- Move rss handling out of the frontend controller and into its own module
- Separate the code into logical blocks
- Wrap the generation code in a in-memory cache to prevent it being regenerated on every request
2015-04-10 21:32:14 +01:00
..
tpl
asset.js Serve files to core/built/assets/ 2015-03-12 15:59:02 -06:00
author.js
body_class.js
content.js
date.js
encode.js
excerpt.js
foreach.js
ghost_foot.js
ghost_head.js RSS Refactor with cache 2015-04-10 21:32:14 +01:00
has.js
image.js
index.js Adds {{prev_post}} and {{next_post}} block helpers 2015-03-25 17:21:27 +00:00
is.js
meta_description.js Rewrite meta_description and meta_title to depend upon the current context 2015-03-24 22:42:45 +01:00
meta_title.js Rewrite meta_description and meta_title to depend upon the current context 2015-03-24 22:42:45 +01:00
navigation.js Fix @blog globals in special templates 2015-03-28 23:21:10 +02:00
page_url.js Refactoring hard-coded frontend route keywords 2015-03-23 15:00:02 +00:00
pagination.js Fix @blog globals in special templates 2015-03-28 23:21:10 +02:00
plural.js
post_class.js
prev_next.js Adds {{prev_post}} and {{next_post}} block helpers 2015-03-25 17:21:27 +00:00
tags.js
template.js Fix @blog globals in special templates 2015-03-28 23:21:10 +02:00
title.js
url.js
utils.js Build assets with ember, and serve with ghost 2015-03-11 12:37:41 -06:00