]> git.wh0rd.org - tt-rss.git/blobdiff - README
update_daemon2: don't expect client part to be executable
[tt-rss.git] / README
diff --git a/README b/README
index 6782e2a0e0431754e60c484a88f75d909648db1d..a040066a9323cf1bd1d4ec23466f1eec36073f2d 100644 (file)
--- a/README
+++ b/README
@@ -12,6 +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)
+
+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
 
@@ -21,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)
@@ -38,10 +47,12 @@ 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.
+       
+               http://phpxmlrpc.sourceforge.net
+               
 Installation Notes
 ==================
 
@@ -64,6 +75,8 @@ Installation Notes
        * Check your config.php for blank lines out of PHP code tags (e.g. 
        before <? and after ?>), See #1 
 
+       * Default username:password for multiuser mode is admin:password.
+
 See also
 ========