nextcloud / appstore

:convenience_store: App Store for Nextcloud
https://apps.nextcloud.com
GNU Affero General Public License v3.0
300 stars 136 forks source link

Add RSS icon somewhere and promote the RSS feed #496

Open oparoz opened 7 years ago

oparoz commented 7 years ago

It's really nice to have an RSS feed, but it's not promoted anywhere and not clearly visible on the frontpage.

BernhardPosselt commented 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?

BernhardPosselt commented 7 years ago

See the following docs to get you started quickly:

sunjam commented 9 months ago

Also see