Skip to content

Added Atom feeds and Tag page titles

Ghost User requested to merge (removed):master into master

Fixes: https://gitlab.com/mbajur/prismo/issues/97 and https://gitlab.com/mbajur/prismo/issues/147

Atom Feeds

Atom feeds are made available at the following endpoints:

  • /feed/hot - feed of sitewide hot posts
  • /feed/recent - feed of sitewide recent posts
  • /tags/tag.atom - feed of hot posts for tag
  • /tags/tag/recent.atom - feed of recent posts for tag
  • /@user.atom - feed of hot posts from user
  • /@user/recent.atom - feed of recent posts from user

Tag Page Titles

Titles on tag pages are made more descriptive

  • /tags/tag - Hot stories in #tag - △ Prismo
  • /tags/tag/recent - Recent stories in #tag - △ Prismo

Merge request reports