From: <wen...@us...> - 2003-10-19 23:44:38
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds/docs In directory sc8-pr-cvs1:/tmp/cvs-serv30680 Modified Files: CHANGELOG README.txt Log Message: Updated Language Translation Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/docs/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** CHANGELOG 8 Jul 2003 19:34:48 -0000 1.1.1.1 --- CHANGELOG 19 Oct 2003 22:13:46 -0000 1.2 *************** *** 2,5 **** --- 2,13 ---- # $Id$ + *rssfeeds-0.1.0 (17 Oct 2003) + + 19 Oct 2003; Wendall Cada <wen...@us...> + Updated language translation. + + 17 Oct 2003; Wendall Cada <wen...@us...> + Finishing touches for 0.1.0 release (finally). + *rssfeeds-0.1.0-beta1 (08 Jul 2003) Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/docs/README.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README.txt 8 Jul 2003 19:34:49 -0000 1.1.1.1 --- README.txt 19 Oct 2003 22:13:46 -0000 1.2 *************** *** 19,22 **** --- 19,32 ---- INSTALLATION ------------------------------ + IMPORTANT + rssfeeds has a dependency on an additional PEAR library. Hopefully soon this library + will be included in the main phpWebSite distribution. + + The library file can be downloaded from here: + http://pear.php.net/get/XML_RSS-0.9.2.tgz + + The file needs to be placed in your phpWebSite home directory under /lib/pear/XML or + in your main pear directory under /XML + This module is designed to be self-installing. Simply drop the rssfeeds directory into the mod/ directory of your site. Log in to your site as Deity, select Modules, and *************** *** 42,44 **** FOR DEVELOPERS ------------------------------ ! This module was written using the item/manager system. I wrote this module to extend the data collaboration features of phpWebSite through RSS Feeds. Enjoy! \ No newline at end of file --- 52,55 ---- FOR DEVELOPERS ------------------------------ ! This module was written using the item/manager system. I wrote this module to extend ! the data collaboration features of phpWebSite through RSS Feeds. Enjoy! \ No newline at end of file |