2022-06-29 00:28:04 +02:00
<!--
2024-03-29 07:21:33 +01:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-06-29 00:28:04 +02:00
-->
2021-08-18 23:42:38 +02:00
# RSS-Bridge pour YunoHost
2023-01-25 20:50:30 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/rss-bridge.svg )](https://dash.yunohost.org/appci/app/rss-bridge) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/rss-bridge.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/rss-bridge.maintain.svg )
2023-02-23 23:37:58 +01:00
2021-08-18 23:42:38 +02:00
[![Installer RSS-Bridge avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=rss-bridge)
2024-03-29 07:21:33 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-08-18 23:42:38 +02:00
2024-03-29 07:21:33 +01:00
> *Ce package vous permet d’ installer RSS-Bridge rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2021-08-18 23:42:38 +02:00
2023-01-16 23:13:03 +01:00
## Vue d’ ensemble
2021-08-18 23:42:38 +02:00
2021-10-03 19:08:41 +02:00
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.
2021-08-18 23:42:38 +02:00
2021-10-03 19:08:41 +02:00
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.
2021-08-18 23:44:45 +02:00
### Supported sites/pages (main)
* `FlickrExplore` : [Latest interesting images ](http://www.flickr.com/explore ) from Flickr
* `GoogleSearch` : Most recent results from Google Search
* `GooglePlus` : Most recent posts of user timeline
* `Twitter` : Return keyword/hashtag search or user timeline
* `Identi.ca` : Identica user timeline (Should be compatible with other Pump.io instances)
* `YouTube` : YouTube user channel, playlist or search
* `Cryptome` : Returns the most recent documents from [Cryptome.org ](http://cryptome.org/ )
* `DansTonChat` : Most recent quotes from [danstonchat.com ](http://danstonchat.com/ )
* `DuckDuckGo` : Most recent results from [DuckDuckGo.com ](https://duckduckgo.com/ )
* `Instagram` : Most recent photos from an Instagram user
* `OpenClassrooms` : Lastest tutorials from [fr.openclassrooms.com ](http://fr.openclassrooms.com/ )
* `Pinterest` : Most recent photos from user or search
* `ScmbBridge` : Newest stories from [secouchermoinsbete.fr ](http://secouchermoinsbete.fr/ )
* `Wikipedia` : highlighted articles from [Wikipedia ](https://wikipedia.org/ ) in English, German, French or Esperanto
* `Bandcamp` : Returns last release from [bandcamp ](https://bandcamp.com/ ) for a tag
* `ThePirateBay` : Returns the newest indexed torrents from [The Pirate Bay ](https://thepiratebay.se/ ) with keywords
* `Facebook` : Returns the latest posts on a page or profile on [Facebook ](https://facebook.com/ )
Plus [many other bridges ](bridges/ ) to enable, thanks to the community
### Output format
Output format can take several forms:
* `Atom` : ATOM Feed, for use in RSS/Feed readers
* `Mrss` : MRSS Feed, for use in RSS/Feed readers
* `Json` : Json, for consumption by other applications.
* `Html` : Simple html page.
* `Plaintext` : raw text (php object, as returned by print_r)
2021-10-03 19:08:41 +02:00
2024-03-29 07:21:33 +01:00
**Version incluse :** 2024.02.02~ynh1
2021-10-03 19:08:41 +02:00
2024-03-29 07:21:33 +01:00
**Démo :** < https: / / wtf . roflcopter . fr / rss-bridge / >
2021-10-03 19:08:41 +02:00
2023-01-16 23:13:03 +01:00
## Captures d’ écran
2021-10-03 19:08:41 +02:00
2023-01-16 23:13:03 +01:00
![Capture d’ écran de RSS-Bridge ](./doc/screenshots/screenshot_rss-bridge_welcome.png )
2021-10-03 19:08:41 +02:00
2021-08-18 23:42:38 +02:00
## Documentations et ressources
2024-03-29 07:21:33 +01:00
- Documentation officielle de l’ admin : < https: // github . com / RSS-Bridge / rss-bridge / wiki >
- Dépôt de code officiel de l’ app : < https: // github . com / RSS-Bridge / rss-bridge >
- YunoHost Store : < https: // apps . yunohost . org / app / rss-bridge >
- Signaler un bug : < https: // github . com / YunoHost-Apps / rss-bridge_ynh / issues >
2021-08-18 23:42:38 +02:00
## Informations pour les développeurs
2024-03-29 07:21:33 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing ).
2021-08-18 23:42:38 +02:00
2024-03-29 07:21:33 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-06-29 00:28:04 +02:00
2024-03-29 07:21:33 +01:00
```bash
2021-08-18 23:42:38 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing --debug
ou
sudo yunohost app upgrade rss-bridge -u https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing --debug
```
2024-03-29 07:21:33 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >