4.2 KiB
RSS-Bridge pour YunoHost
Read this readme in english. Lire ce readme en français.
Ce package vous permet d'installer RSS-Bridge rapidement et simplement sur un serveur YunoHost. Si vous n'avez pas YunoHost, regardez ici pour savoir comment l'installer et en profiter.
Vue d'ensemble
Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas.
Version incluse : 2021-04-25~ynh1
Démo : https://wtf.roflcopter.fr/rss-bridge/
Captures d'écran
Avertissements / informations importantes
Supported sites/pages (main)
FlickrExplore
: Latest interesting images from FlickrGoogleSearch
: Most recent results from Google SearchGooglePlus
: Most recent posts of user timelineTwitter
: Return keyword/hashtag search or user timelineIdenti.ca
: Identica user timeline (Should be compatible with other Pump.io instances)YouTube
: YouTube user channel, playlist or searchCryptome
: Returns the most recent documents from Cryptome.orgDansTonChat
: Most recent quotes from danstonchat.comDuckDuckGo
: Most recent results from DuckDuckGo.comInstagram
: Most recent photos from an Instagram userOpenClassrooms
: Lastest tutorials from fr.openclassrooms.comPinterest
: Most recent photos from user or searchScmbBridge
: Newest stories from secouchermoinsbete.frWikipedia
: highlighted articles from Wikipedia in English, German, French or EsperantoBandcamp
: Returns last release from bandcamp for a tagThePirateBay
: Returns the newest indexed torrents from The Pirate Bay with keywordsFacebook
: Returns the latest posts on a page or profile on Facebook
Plus many other bridges to enable, thanks to the community
Output format
Output format can take several forms:
Atom
: ATOM Feed, for use in RSS/Feed readersMrss
: MRSS Feed, for use in RSS/Feed readersJson
: Json, for consumption by other applications.Html
: Simple html page.Plaintext
: raw text (php object, as returned by print_r)
Configuration
Enabling/Disabling bridges
By default, the script creates whitelist.txt
and adds the main bridges (see above). you can edit it:
- to enable extra bridges (one bridge per line)
- to disable main bridges (remove the line)
- to enable all bridges (just one wildcard
*
as file content)
As a matter of simplicity, this YunoHost package enables every bridge by default.
Multi-users support
This is application is public and there's no notion of user.
Documentations et ressources
- Site officiel de l'app : https://github.com/RSS-Bridge/rss-bridge
- 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
- Documentation YunoHost pour cette app : https://yunohost.org/app_rss-bridge
- Signaler un bug : https://github.com/YunoHost-Apps/rss-bridge_ynh/issues
Informations pour les développeurs
Merci de faire vos pull request sur la branche testing.
Pour essayer la branche testing, procédez comme suit.
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
Plus d'infos sur le packaging d'applications : https://yunohost.org/packaging_apps