summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 07:02:11 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 07:02:11 +0100
commit52cc33a07d383f50a2dd7dd28858dbb70f7989bc (patch)
tree7b1894d25b8aaa239fb95e79e3304d28883d7524 /README
parent6c3b0198941b61915c1664d47abc8ae3cbdf88b5 (diff)
update README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 2d00e23c5..c9c1487f7 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ Features Overview
Updates: http://tt-rss.spb.ru/trac/wiki/FeatureList
* Server-side application, user only needs a web browser
- * Supports RSS, RDF, Atom feeds using Magpie library
+ * Supports RSS, RDF, Atom feeds using Magpie or SimplePie library
* Supports OPML import/export
* Easy setup and configuration
* Streamlined interface using XmlHttpRequest (or AJAX for laypeople)
@@ -40,7 +40,8 @@ Requirements
* Web server, for example Apache
* PHP (requires PHP4 DOMXML extension)
- * MagpieRSS feed parser (http://magpierss.sourceforge.net/)
+ * MagpieRSS feed parser (http://magpierss.sourceforge.net/) OR
+ * SimplePie feed parser (http://simplepie.org/)
* PostgreSQL (tested on 7.4) or MySQL (InnoDB and version 4.1+ required)