[xoops-cvslog 3107] CVS update: xoops2jp/html/modules/legacyRender

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2006年 5月 19日 (金) 16:43:14 JST


Index: xoops2jp/html/modules/legacyRender/xoops_version.php
diff -u xoops2jp/html/modules/legacyRender/xoops_version.php:1.1.2.6 xoops2jp/html/modules/legacyRender/xoops_version.php:1.1.2.7
--- xoops2jp/html/modules/legacyRender/xoops_version.php:1.1.2.6	Fri Mar 24 22:05:45 2006
+++ xoops2jp/html/modules/legacyRender/xoops_version.php	Fri May 19 16:43:14 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: xoops_version.php,v 1.1.2.6 2006/03/24 13:05:45 nobunobu Exp $
+ * @version $Id: xoops_version.php,v 1.1.2.7 2006/05/19 07:43:14 nobunobu Exp $
  * @package legacyRender
  */
 
@@ -33,6 +33,70 @@
 $modversion['adminindex']="admin/index.php";
 $modversion['adminmenu']="admin/menu.php";
 
+//Preference
+$modversion['config'][]=array (
+		"name"=>"meta_keywords",
+		"title"=>"_MI_LR_META_KEYWORDS",
+		"description"=>"_MI_LR_META_KEYWORDS_DESC",
+		"formtype"=>"textarea",
+		"valuetype"=>"text",
+		"default"=>"news, technology, headlines, xoops, xoop, nuke, myphpnuke, myphp-nuke, phpnuke, SE, geek, geeks, hacker, hackers, linux, software, download, downloads, free, community, mp3, forum, forums, bulletin, board, boards, bbs, php, survey, poll, polls, kernel, comment, comments, portal, odp, open, source, opensource, FreeSoftware, gnu, gpl, license, Unix, *nix, mysql, sql, database, databases, web site, weblog, guru, module, modules, theme, themes, cms, content management"
+	);
+
+$modversion['config'][]=array (
+		"name"=>"meta_description",
+		"title"=>"_MI_LR_META_DESCRIPTION",
+		"description"=>"_MI_LR_META_DESCRIPTION_DESC",
+		"formtype"=>"textarea",
+		"valuetype"=>"text",
+		"default"=>"XOOPS is a dynamic Object Oriented based open source portal script written in PHP."
+	);
+
+$modversion['config'][]=array (
+		"name"=>"meta_robots",
+		"title"=>"_MI_LR_META_ROBOTS",
+		"description"=>"_MI_LR_META_ROBOTS_DESC",
+		"formtype"=>"select",
+		"valuetype"=>"text",
+		"options"=>array("_MI_LR_ROBOT_INDEXFOLLOW"=>"index,follow","_MI_LR_ROBOT_NOINDEXFOLLOW"=>"noindex,follow","_MI_LR_ROBOT_INDEXNOFOLLOW"=>"index,nofollow","_MI_LR_ROBOT_NOINDEXNOFOLLOW"=>"noindex,nofollow"),
+		"default"=>"index,follow"
+	);
+
+$modversion['config'][]=array (
+		"name"=>"meta_rating",
+		"title"=>"_MI_LR_META_RATING",
+		"description"=>"_MI_LR_META_RATING_DESC",
+		"formtype"=>"select",
+		"valuetype"=>"text",
+		"options"=>array("_MI_LR_ROBOT_METAOGEN"=>"general","_MI_LR_ROBOT_METAO14YRS"=>"14 years","_MI_LR_ROBOT_METAOREST"=>"restricted","_MI_LR_ROBOT_METAOMAT"=>"mature"),
+		"default"=>"general"
+	);
+
+$modversion['config'][]=array (
+		"name"=>"meta_author",
+		"title"=>"_MI_LR_META_AUTHOR",
+		"description"=>"_MI_LR_META_AUTHOR_DESC",
+		"formtype"=>"textbox",
+		"valuetype"=>"text",
+		"default"=>"XOOPS"
+	);
+
+$modversion['config'][]=array (
+		"name"=>"meta_copyright",
+		"title"=>"_MI_LR_META_COPYRIGHT",
+		"description"=>"_MI_LR_META_COPYRIGHT_DESC",
+		"formtype"=>"textbox",
+		"valuetype"=>"text",
+		"default"=>"Copyright &copy; 2001-2003"
+	);
+$modversion['config'][]=array (
+		"name"=>"footer",
+		"title"=>"_MI_LR_FOOTER",
+		"description"=>"_MI_LR_FOOTER_DESC",
+		"formtype"=>"textarea",
+		"valuetype"=>"text",
+		"default"=>"Powered by XOOPS Cube 2.1&copy; 2001-2006 <a href=\"http://www.xoopscube.org/\" target=\"_blank\">The XOOPS Cube Project</a>"
+	);
 // Menu
 $modversion['hasMain']=0;
 


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る