1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

update README

This commit is contained in:
Andrew Dolgov
2007-08-24 07:02:11 +01:00
parent 6c3b019894
commit 52cc33a07d
+3 -2
View File
@@ -23,7 +23,7 @@ Features Overview
Updates: http://tt-rss.spb.ru/trac/wiki/FeatureList Updates: http://tt-rss.spb.ru/trac/wiki/FeatureList
* Server-side application, user only needs a web browser * 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 * Supports OPML import/export
* Easy setup and configuration * Easy setup and configuration
* Streamlined interface using XmlHttpRequest (or AJAX for laypeople) * Streamlined interface using XmlHttpRequest (or AJAX for laypeople)
@@ -40,7 +40,8 @@ Requirements
* Web server, for example Apache * Web server, for example Apache
* PHP (requires PHP4 DOMXML extension) * 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) * PostgreSQL (tested on 7.4) or MySQL (InnoDB and version 4.1+ required)