Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/rss_ynh
RSS packaged for YunoHost
https://github.com/yunohost-apps/rss_ynh
rss yunohost-apps
Last synced: about 5 hours ago
JSON representation
RSS packaged for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/rss_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2022-07-07T15:53:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T08:37:33.000Z (11 months ago)
- Last Synced: 2024-01-30T11:43:19.152Z (10 months ago)
- Topics: rss, yunohost-apps
- Language: Shell
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS for YunoHost
[![Integration level](https://dash.yunohost.org/integration/rss.svg)](https://dash.yunohost.org/appci/app/rss) ![Working status](https://ci-apps.yunohost.org/ci/badges/rss.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/rss.maintain.svg)
[![Install RSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rss)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install RSS quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*## Overview
A simple, opinionated, RSS feed aggregator
### Features
The following features are built into the application:
- Supports RSS and ATOM formats.
- Regular auto-fetching of RSS feeds.
Every hour by default, configurable down to 5 mins.
- Custom feed names and colors.
- Feed-based tags for categorization.
- 3 different post layout modes (card, list, compact).
- Fetching of page open-graph images.
- Feeds managed via a single plaintext file.
- System-based dark/light theme.
- Post title/description search.
- Mobile screen compatible.
- Built-in support to prune old post data.**Shipped version:** 1.4.4~ynh1
## Screenshots
![Screenshot of RSS](./doc/screenshots/card-view.png)
## Documentation and resources
* Upstream app code repository:
* YunoHost Store:
* Report a bug:## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/rss_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/rss_ynh/tree/testing --debug
or
sudo yunohost app upgrade rss -u https://github.com/YunoHost-Apps/rss_ynh/tree/testing --debug
```**More info regarding app packaging:**