Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag based RSS feeds #2260

Closed
JohnONolan opened this issue Feb 25, 2014 · 1 comment · Fixed by #2341
Closed

Tag based RSS feeds #2260

JohnONolan opened this issue Feb 25, 2014 · 1 comment · Fixed by #2341
Milestone

Comments

@JohnONolan
Copy link
Member

In #2111 we introduced support for browsing a blog by tag, with tag archives. Which was an important step in allowing people to filter content by what they're interested in reading about.

The next step to this is to allow people to subscribe to a blog by tag, with tag RSS feeds. So that people filter the content which they're interested in subscribing to.

This should create an RSS feed for each tag archive which exists, following the same route pattern as the home page RSS feed.

blog.com/tag/news/rss/ or blog.com/tag/ducks/

@JohnONolan JohnONolan added this to the 0.6 milestone Feb 25, 2014
@stenehall
Copy link
Contributor

I'll have a look at this over the next couple of days. If possible it can get pushed to 0.5. if not I'll rebase if needed.

@ErisDS ErisDS modified the milestones: 0.4.2, 0.6 Mar 10, 2014
stenehall added a commit to stenehall/Ghost that referenced this issue Mar 12, 2014
closes TryGhost#2260
- added routes for /tag/:slug/rss and /tag/:slug/rss/:page
- added support for tag in the rss controller
- added route tests for each extra case
- fixing a tiny typo in some test descriptions
tigefa4u pushed a commit to tigefa4u/Ghost that referenced this issue Aug 3, 2022
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants