From: <ada...@us...> - 2003-10-22 10:03:03
|
Update of /cvsroot/phpwebsite-comm/modules/article/conf In directory sc8-pr-cvs1:/tmp/cvs-serv22121/conf Modified Files: boost.php help.php module_rights.txt Log Message: 2.0 Release Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/boost.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** boost.php 20 Sep 2003 22:19:08 -0000 1.7 --- boost.php 21 Oct 2003 21:14:27 -0000 1.8 *************** *** 18,22 **** $admin_mod = 1; $active = 'on'; ! $version = '1.5.2'; $mod_class_files = array("ArticleManager.php", --- 18,22 ---- $admin_mod = 1; $active = 'on'; ! $version = '2.0'; $mod_class_files = array("ArticleManager.php", Index: help.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/help.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help.php 9 Jul 2003 20:24:25 -0000 1.1 --- help.php 21 Oct 2003 21:14:27 -0000 1.2 *************** *** 141,145 **** $make_metatags = 'Automatically Generate Meta Descriptions'; ! $make_metatags = 'Checking this box will let phpWebsite automatically change the browser title and description metatag to match the article title and summary.<br /><br />This may or may not work depending on which version of phpWebsite you are using.'; $lock_expiration_time = 'Lock Expiration Time'; --- 141,151 ---- $make_metatags = 'Automatically Generate Meta Descriptions'; ! $make_metatags = 'Checking this box will let phpWebsite automatically change the browser title and description metatag to match the article title and summary.<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; ! ! $meta_keywords = 'Keywords for this article'; ! $meta_keywords = 'Enter keywords for this article, separated by commas. When this article is shown, these keywords will automatically be added to the site-wide keyword metatag to aid Search Engines in indexing this page.<br /><br />example: "help,keywords,metatags,search engine,optimization"<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; ! ! $meta_robots = 'Search Engine instructions'; ! $meta_robots = 'Select the instructions that you want search engine spiders to follow when they see this page. Select "Default Settings" if you\'re not sure which to pick. This option will use the site-wide setting selected in "Layout".<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; $lock_expiration_time = 'Lock Expiration Time'; Index: module_rights.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/module_rights.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** module_rights.txt 9 Jul 2003 20:24:25 -0000 1.1 --- module_rights.txt 21 Oct 2003 21:14:27 -0000 1.2 *************** *** 15,16 **** --- 15,17 ---- set_mainarticle::Set Mainarticle global_article_prefs::Change Default Article Preferences + edit_robots::Edit Search Engine Instructions |