Open oparoz opened 7 years ago
Bottom of the page should probably contain a Feeds link which lists all feeds (you can include prereleases and nightlies as well).
A fully filtered RSS feed looks like this:
http://127.0.0.1:8000/de/feeds/releases.rss?app=news&nightly=true&prerelease=true
A feed for an app looks like this:
http://127.0.0.1:8000/de/feeds/releases.rss?app=news
A non filtered feed for everything looks like this
http://127.0.0.1:8000/de/feeds/releases.rss
A filtered feed for all releases looks like this
http://127.0.0.1:8000/de/feeds/releases.rss?nightly=true&prerelease=true
Depending on the ending (.atom or .rss) you can choose the type.
@oparoz can you take care of the design/HTML/CSS?
See the following docs to get you started quickly:
Also see
It's really nice to have an RSS feed, but it's not promoted anywhere and not clearly visible on the frontpage.