https://github.com/yunohost-apps/rss_ynh
RSS packaged for YunoHost
https://github.com/yunohost-apps/rss_ynh
help-wanted rss yunohost yunohost-apps
Last synced: 5 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T08:06:30.000Z (over 1 year ago)
- Last Synced: 2024-11-17T03:28:15.942Z (over 1 year ago)
- Topics: help-wanted, rss, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 494 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS for YunoHost
[](https://dash.yunohost.org/appci/app/rss)  
[](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

## 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:**