From: Darren G. <dg...@us...> - 2004-09-23 19:07:40
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20512/conf Modified Files: boost.php help.php Log Message: added multi-view ability to organize feeds by date Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/conf/boost.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** boost.php 17 Sep 2004 18:56:05 -0000 1.19 --- boost.php 23 Sep 2004 19:06:59 -0000 1.20 *************** *** 30,34 **** $user_mod = 0; $active = "on"; ! $version = "0.3.4"; $depend = array("menuman", "search"); --- 30,34 ---- $user_mod = 0; $active = "on"; ! $version = "0.3.6"; $depend = array("menuman", "search"); Index: help.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/conf/help.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** help.php 2 Aug 2004 20:14:19 -0000 1.9 --- help.php 23 Sep 2004 19:07:00 -0000 1.10 *************** *** 68,70 **** --- 68,72 ---- $catLink = $_SESSION["translate"]->it("Category Link"); $catLink_content = $_SESSION["translate"]->it("Select this option to enable a category link to see a listing of other feeds in the same category."); + $orgnByDate = $_SESSION["translate"]->it("Organize Feeds By Date"); + $orgnByDate_content = $_SESSION["translate"]->it("Select this option if the feeds for the multiview pertain to specific days. This option is ideal for an phpWS calendar module feeds."); ?> |