summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 07:04:04 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 07:04:04 +0100
commitc4587ce39c76b5a31ea4a6449a14b70a0304356f (patch)
treed43df4838ed51bbdfa894bd85f9f1462c41fef69 /README
parent52cc33a07d383f50a2dd7dd28858dbb70f7989bc (diff)
update README (2)
Diffstat (limited to 'README')
-rw-r--r--README10
1 files 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 <[email protected]> (pngfix.js)
Sundar Dorai-Raj <[email protected]> (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.