1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

rss: added rss and freshrss and linked it to linkding

This commit is contained in:
tiyn 2023-08-18 01:40:37 +02:00
parent 7153d8254a
commit 29ad3eec17
2 changed files with 21 additions and 0 deletions

8
wiki/freshrss.md Normal file
View File

@ -0,0 +1,8 @@
# FreshRss
[FreshRSS](https://freshrss.org/) is a self hosted [RSS-Feed](/wiki/rss.md) aggregator.
## Setup
The software can be setup via [Docker](/wiki/docker.md) with the
[linuxserver image](/wiki/docker/linuxserver_-_freshrss.md).

13
wiki/rss.md Normal file
View File

@ -0,0 +1,13 @@
# 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 phones available on [F-Droid](/wiki/android/f-droid.md).