README - sort lists alphabetically

This makes them easier to scan and check "does rss-bridge support service X I'm interested in?" :)
This commit is contained in:
Adam Johnson 2018-01-10 11:45:55 +00:00 committed by GitHub
parent 7744172c63
commit 60f7a2b3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 22 deletions

View File

@ -7,23 +7,23 @@ rss-bridge is a PHP project capable of generating ATOM feeds for websites which
Supported sites/pages (main) Supported sites/pages (main)
=== ===
* `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr * `Bandcamp` : Returns last release from [bandcamp](https://bandcamp.com/) for a tag
* `GoogleSearch` : Most recent results from Google Search * `Cryptome` : Returns the most recent documents from [Cryptome.org](http://cryptome.org/)
* `GooglePlus` : Most recent posts of user timeline * `DansTonChat`: Most recent quotes from [danstonchat.com](http://danstonchat.com/)
* `Twitter` : Return keyword/hashtag search or user timeline * `DuckDuckGo`: Most recent results from [DuckDuckGo.com](https://duckduckgo.com/)
* `Identi.ca` : Identica user timeline (Should be compatible with other Pump.io instances) * `Facebook` : Returns the latest posts on a page or profile on [Facebook](https://facebook.com/)
* `YouTube` : YouTube user channel, playlist or search * `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr
* `Cryptome` : Returns the most recent documents from [Cryptome.org](http://cryptome.org/) * `GooglePlus` : Most recent posts of user timeline
* `DansTonChat`: Most recent quotes from [danstonchat.com](http://danstonchat.com/) * `GoogleSearch` : Most recent results from Google Search
* `DuckDuckGo`: Most recent results from [DuckDuckGo.com](https://duckduckgo.com/) * `Identi.ca` : Identica user timeline (Should be compatible with other Pump.io instances)
* `Instagram`: Most recent photos from an Instagram user * `Instagram`: Most recent photos from an Instagram user
* `OpenClassrooms`: Lastest tutorials from [fr.openclassrooms.com](http://fr.openclassrooms.com/) * `OpenClassrooms`: Lastest tutorials from [fr.openclassrooms.com](http://fr.openclassrooms.com/)
* `Pinterest`: Most recent photos from user or search * `Pinterest`: Most recent photos from user or search
* `ScmbBridge`: Newest stories from [secouchermoinsbete.fr](http://secouchermoinsbete.fr/) * `ScmbBridge`: Newest stories from [secouchermoinsbete.fr](http://secouchermoinsbete.fr/)
* `Wikipedia`: highlighted articles from [Wikipedia](https://wikipedia.org/) in English, German, French or Esperanto * `ThePirateBay` : Returns the newest indexed torrents from [The Pirate Bay](https://thepiratebay.se/) with keywords
* `Bandcamp` : Returns last release from [bandcamp](https://bandcamp.com/) for a tag * `Twitter` : Return keyword/hashtag search or user timeline
* `ThePirateBay` : Returns the newest indexed torrents from [The Pirate Bay](https://thepiratebay.se/) with keywords * `Wikipedia`: highlighted articles from [Wikipedia](https://wikipedia.org/) in English, German, French or Esperanto
* `Facebook` : Returns the latest posts on a page or profile on [Facebook](https://facebook.com/) * `YouTube` : YouTube user channel, playlist or search
Plus [many other bridges](bridges/) to enable, thanks to the community Plus [many other bridges](bridges/) to enable, thanks to the community
@ -31,11 +31,11 @@ Output format
=== ===
Output format can take several forms: Output format can take several forms:
* `Atom` : ATOM Feed, for use in RSS/Feed readers * `Atom` : ATOM Feed, for use in RSS/Feed readers
* `Mrss` : MRSS Feed, for use in RSS/Feed readers * `Html` : Simple html page.
* `Json` : Json, for consumption by other applications. * `Json` : Json, for consumption by other applications.
* `Html` : Simple html page. * `Mrss` : MRSS Feed, for use in RSS/Feed readers
* `Plaintext` : raw text (php object, as returned by print_r) * `Plaintext` : raw text (php object, as returned by print_r)
Screenshot Screenshot
=== ===