mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/rss-bridge_ynh into testing
This commit is contained in:
commit
9e6eb44712
2 changed files with 26 additions and 20 deletions
23
README.md
23
README.md
|
@ -15,17 +15,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
RSS and Atom feed generator for websites that don't have one.
|
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.
|
||||||
|
|
||||||
**Shipped version:** 2021-04-25~ynh1
|
Important: RSS-Bridge is not a feed reader or feed aggregator, but a tool to generate feeds that are consumed by feed readers and feed aggregators. Find a list of feed aggregators on Wikipedia.
|
||||||
|
|
||||||
**Demo:** https://wtf.roflcopter.fr/rss-bridge/
|
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||
![](./doc/screenshots/screenshot_rss-bridge_welcome.png)
|
|
||||||
|
|
||||||
## Disclaimers / important information
|
|
||||||
|
|
||||||
### Supported sites/pages (main)
|
### Supported sites/pages (main)
|
||||||
|
|
||||||
|
@ -59,6 +51,17 @@ Output format can take several forms:
|
||||||
* `Html` : Simple html page.
|
* `Html` : Simple html page.
|
||||||
* `Plaintext` : raw text (php object, as returned by print_r)
|
* `Plaintext` : raw text (php object, as returned by print_r)
|
||||||
|
|
||||||
|
|
||||||
|
**Shipped version:** 2021-04-25~ynh1
|
||||||
|
|
||||||
|
**Demo:** https://wtf.roflcopter.fr/rss-bridge/
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
![](./doc/screenshots/screenshot_rss-bridge_welcome.png)
|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
### Enabling/Disabling bridges
|
### Enabling/Disabling bridges
|
||||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -11,17 +11,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas.
|
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.
|
||||||
|
|
||||||
**Version incluse :** 2021-04-25~ynh1
|
Important: RSS-Bridge is not a feed reader or feed aggregator, but a tool to generate feeds that are consumed by feed readers and feed aggregators. Find a list of feed aggregators on Wikipedia.
|
||||||
|
|
||||||
**Démo :** https://wtf.roflcopter.fr/rss-bridge/
|
|
||||||
|
|
||||||
## Captures d'écran
|
|
||||||
|
|
||||||
![](./doc/screenshots/screenshot_rss-bridge_welcome.png)
|
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
|
||||||
|
|
||||||
### Supported sites/pages (main)
|
### Supported sites/pages (main)
|
||||||
|
|
||||||
|
@ -55,6 +47,17 @@ Output format can take several forms:
|
||||||
* `Html` : Simple html page.
|
* `Html` : Simple html page.
|
||||||
* `Plaintext` : raw text (php object, as returned by print_r)
|
* `Plaintext` : raw text (php object, as returned by print_r)
|
||||||
|
|
||||||
|
|
||||||
|
**Version incluse :** 2021-04-25~ynh1
|
||||||
|
|
||||||
|
**Démo :** https://wtf.roflcopter.fr/rss-bridge/
|
||||||
|
|
||||||
|
## Captures d'écran
|
||||||
|
|
||||||
|
![](./doc/screenshots/screenshot_rss-bridge_welcome.png)
|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
### Enabling/Disabling bridges
|
### Enabling/Disabling bridges
|
||||||
|
|
Loading…
Reference in a new issue