]> git.wh0rd.org - tt-rss.git/blobdiff - README
simplepie: enable https and digest auth
[tt-rss.git] / README
diff --git a/README b/README
index c9c1487f70a18585fe5ea52fd438bf94ce631428..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
 
@@ -40,9 +47,6 @@ Requirements
 
        * Web server, for example Apache
        * PHP (requires PHP4 DOMXML extension)
-       * 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)
 
        * XML-RPC for PHP library for XML-RPC support. Optional.