1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-06-05 02:27:45 +02:00
wiki/wiki/rss.md

21 lines
784 B
Markdown

# RSS
Rich Site Summary (RSS) is a format for web feeds.
RSS shows changed and added news articles, blog entries or audio/video logs.
It is most prominently used for the distribution of podcasts.
## Clients
This sections lists various RSS clients.
- [FreshRSS](/wiki/freshrss.md) is a self-hosted RSS aggregator with a web interface.
- [Feeder](https://f-droid.org/de/packages/com.nononsenseapps.feeder/) is an RSS reader for
[Android](/wiki/android.md) phones available on [F-Droid](/wiki/android/f-droid.md).
## Validation
RSS and XML are not very human-readable like other [Markup languages](/wiki/markup_language.md).
For this a validator can be used.
One of the most popular ones is the
[Feed Validation Service by W3C](https://validator.w3.org/feed/#validate_by_input).