mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
Auto-update README
This commit is contained in:
parent
241da3034e
commit
39d9b9261f
2 changed files with 100 additions and 0 deletions
50
README.md
50
README.md
|
@ -25,6 +25,56 @@ RSS and Atom feed generator for websites that don't have one.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://github.com/RSS-Bridge/rss-bridge
|
* Official app website: https://github.com/RSS-Bridge/rss-bridge
|
||||||
|
|
50
README_fr.md
50
README_fr.md
|
@ -21,6 +21,56 @@ Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
|
## 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
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://github.com/RSS-Bridge/rss-bridge
|
* Site officiel de l'app : https://github.com/RSS-Bridge/rss-bridge
|
||||||
|
|
Loading…
Add table
Reference in a new issue