From c4587ce39c76b5a31ea4a6449a14b70a0304356f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Aug 2007 07:04:04 +0100 Subject: [PATCH] update README (2) --- README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index c9c1487f7..e540b90b7 100644 --- a/README +++ b/README @@ -13,7 +13,12 @@ Portions (C): Bob Osola (pngfix.js) Sundar Dorai-Raj (isNumeric() in functions.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/ Licensed under GNU GPL version 2 @@ -40,9 +45,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.