]> git.wh0rd.org - tt-rss.git/blobdiff - README
new option: ALLOW_SELECT_UPDATE_METHOD (bump config ver)
[tt-rss.git] / README
diff --git a/README b/README
index 0186af603394f47e91904c28ae8fdc8b15a44aec..a040066a9323cf1bd1d4ec23466f1eec36073f2d 100644 (file)
--- a/README
+++ b/README
@@ -12,8 +12,15 @@ Portions (C):
 
        Bob Osola <bobosola@gmail.com> (pngfix.js)
        Sundar Dorai-Raj <sdoraira@vt.edu> (isNumeric() in functions.js)
+       Sean M. Burke. <sburke@cpan.org> (xsl_mop-up.js)
 
-Uses Prototype javascript library, from http://prototype.conio.net/
+Other bundled libraries:
+
+       Prototype javascript library, from http://prototype.conio.net/
+       Script.aculo.us javascript library, http://http://script.aculo.us/
+       MagpieRSS feed parser, http://magpierss.sourceforge.net/
+       SimplePie feed parser, http://simplepie.org/
+       PHPMailer class, http://phpmailer.sourceforge.net/
 
 Licensed under GNU GPL version 2
 
@@ -23,7 +30,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,8 +47,6 @@ Requirements
 
        * Web server, for example Apache
        * PHP (requires PHP4 DOMXML extension)
-       * MagpieRSS feed parser (http://magpierss.sourceforge.net/)
-
        * PostgreSQL (tested on 7.4) or MySQL (InnoDB and version 4.1+ required)
 
        * XML-RPC for PHP library for XML-RPC support. Optional.
@@ -83,4 +88,4 @@ See also
 Contact
 =======
 
-Send your questions, comments, patches to Andrew Dolgov <fox@bah.org.ru>
+Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>