minor fix readme

This commit is contained in:
Yves ASTIER 2013-08-11 13:34:36 +02:00
parent 927b04dfef
commit f092f53f1f

View file

@ -9,7 +9,7 @@ Supported sites/pages
* `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr. * `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr.
* `GoogleSearch` : Most recent results from Google Search. Parameters: * `GoogleSearch` : Most recent results from Google Search. Parameters:
* q=keyword : Keyword search. * q=keyword : Keyword search.
* `Twitter.php` : Twitter. Parameters: * `Twitter` : Twitter. Parameters:
* q=keyword : Keyword search. * q=keyword : Keyword search.
* u=username : Get user timeline. * u=username : Get user timeline.
@ -20,17 +20,16 @@ Output format
Output format can be used in any rss-bridge: Output format can be used in any rss-bridge:
* `Atom` : ATOM Feed. * `Atom` : ATOM Feed.
* `Json` : jSon * `Json` : Json
* `Html` : html page * `Html` : html page
* `Plaintext` : raw text (php object, as returned by print_r) * `Plaintext` : raw text (php object, as returned by print_r)
Easy new format system (detail below) !
Requirements Requirements
=== ===
* php 5.3 * php 5.3
* [PHP Simple HTML DOM Parser](http://simplehtmldom.sourceforge.net) * [PHP Simple HTML DOM Parser](http://simplehtmldom.sourceforge.net)
* Ssl lib activated in PHP config
Author Author
=== ===
@ -39,7 +38,7 @@ I'm sebsauvage, webmaster of [sebsauvage.net](http://sebsauvage.net), author of
Thanks to [Mitsukarenai](https://github.com/Mitsukarenai) for the inspiration. Thanks to [Mitsukarenai](https://github.com/Mitsukarenai) for the inspiration.
Patch : Patch :
- Yves ASTIER (Draeli) : PHP optimizations, minor fixes, dynamic brigde/format list with all stuff behind and extend cache system. Mail : contact@yves-astier.com - Yves ASTIER (Draeli) : PHP optimizations, fixes, dynamic brigde/format list with all stuff behind and extend cache system. Mail : contact@yves-astier.com
Licence Licence
=== ===