[xoops-cvslog 1494] CVS update: xoops2jp/html/modules/pm

Back to archive index

Minahito minah****@users*****
2005年 12月 29日 (木) 16:23:25 JST


Index: xoops2jp/html/modules/pm/xoops_version.php
diff -u xoops2jp/html/modules/pm/xoops_version.php:1.1.2.8 xoops2jp/html/modules/pm/xoops_version.php:1.1.2.9
--- xoops2jp/html/modules/pm/xoops_version.php:1.1.2.8	Wed Dec 28 01:38:09 2005
+++ xoops2jp/html/modules/pm/xoops_version.php	Thu Dec 29 16:23:25 2005
@@ -1,72 +1,80 @@
-<?php
-// $Id$
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                    Copyright (c) 2000 XOOPS.org                           //
-//                       <http://www.xoops.org/>                             //
-//  ------------------------------------------------------------------------ //
-//  This program is free software; you can redistribute it and/or modify     //
-//  it under the terms of the GNU General Public License as published by     //
-//  the Free Software Foundation; either version 2 of the License, or        //
-//  (at your option) any later version.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  This program is distributed in the hope that it will be useful,          //
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
-//  GNU General Public License for more details.                             //
-//                                                                           //
-//  You should have received a copy of the GNU General Public License        //
-//  along with this program; if not, write to the Free Software              //
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
-//  ------------------------------------------------------------------------ //
-// Author: Kazumi Ono (AKA onokazu)                                          //
-// URL: http://www.myweb.ne.jp/, http://www.xoops.org/, http://jp.xoops.org/ //
-// Project: The XOOPS Project                                                //
-// ------------------------------------------------------------------------- //
-
-$modversion['name'] = _MI_PM_NAME;
-$modversion['version'] = 1.00;
-$modversion['description'] = _MI_PM_NAME_DESC;
-$modversion['author'] = "";
-$modversion['credits'] = "The XOOPS Project";
-$modversion['help'] = "help.html";
-$modversion['license'] = "GPL see LICENSE";
-$modversion['official'] = 1;
-$modversion['image'] = "images/pm.gif";
-$modversion['dirname'] = "pm";
-
-// Admin things
-$modversion['hasAdmin'] = 1;
-$modversion['adminindex'] = "admin/index.php";
-$modversion['adminmenu'] = "menu.php";
-
-// Templates
-$modversion['templates'][1]['file'] = 'viewpmsg.html';
-$modversion['templates'][1]['description'] = 'This is used when user view the list of private messages';
-$modversion['templates'][2]['file'] = 'readpmsg.html';
-$modversion['templates'][2]['description'] = 'This is used when user read a private message.';
-$modversion['templates'][3]['file'] = 'pmlite.html';
-$modversion['templates'][3]['description'] = 'This is used when user work pmlite.php.';
-$modversion['templates'][4]['file'] = 'pm_pmlite_success.html';
-$modversion['templates'][4]['description'] = 'Display pm send message.';
-
-//Preference
-$modversion['config'][]=array (
-		"name"=>"send_type",
-		"title"=>"_MI_PM_CONF_SEND_TYPE",
-		"description"=>"_MI_PM_CONF_SEND_TYPE_DESC",
-		"formtype"=>"select",
-		"options"=>array(_MI_PM_CONF_SEND_TYPE_COMBO=>0,_MI_PM_CONF_SEND_TYPE_TEXT=>1),
-		"valuetype"=>"int",
-		"default"=>0
-	);
-
-// Menu
-$modversion['hasMain'] = 1;
-
-?>
+<?php
+// $Id$
+//  ------------------------------------------------------------------------ //
+//                XOOPS - PHP Content Management System                      //
+//                    Copyright (c) 2000 XOOPS.org                           //
+//                       <http://www.xoops.org/>                             //
+//  ------------------------------------------------------------------------ //
+//  This program is free software; you can redistribute it and/or modify     //
+//  it under the terms of the GNU General Public License as published by     //
+//  the Free Software Foundation; either version 2 of the License, or        //
+//  (at your option) any later version.                                      //
+//                                                                           //
+//  You may not change or alter any portion of this comment or credits       //
+//  of supporting developers from this source code or any supporting         //
+//  source code which is considered copyrighted (c) material of the          //
+//  original comment or credit authors.                                      //
+//                                                                           //
+//  This program is distributed in the hope that it will be useful,          //
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
+//  GNU General Public License for more details.                             //
+//                                                                           //
+//  You should have received a copy of the GNU General Public License        //
+//  along with this program; if not, write to the Free Software              //
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
+//  ------------------------------------------------------------------------ //
+// Author: Kazumi Ono (AKA onokazu)                                          //
+// URL: http://www.myweb.ne.jp/, http://www.xoops.org/, http://jp.xoops.org/ //
+// Project: The XOOPS Project                                                //
+// ------------------------------------------------------------------------- //
+
+$modversion['name'] = _MI_PM_NAME;
+$modversion['version'] = 1.00;
+$modversion['description'] = _MI_PM_NAME_DESC;
+$modversion['author'] = "";
+$modversion['credits'] = "The XOOPS Project";
+$modversion['help'] = "help.html";
+$modversion['license'] = "GPL see LICENSE";
+$modversion['official'] = 1;
+$modversion['image'] = "images/pm.gif";
+$modversion['dirname'] = "pm";
+
+// Installer
+$modversion['installer']['image'] = "images/pm_splash.jpg";
+$modversion['installer']['description'][] = "プライベートメッセージ機能を担当します。";
+$modversion['installer']['description'][] = "XOOPS 2.0.x 相当のプライベートメッセージ機能を提供します。";
+$modversion['installer']['description'][] = "プライベートメッセージサービスを実装しています。他モジュールより仮想サービスを通じて最低限のPM操作が可能となります。";
+$modversion['installer']['licence']['title'] = _MI_PM_LANG_GPL;
+$modversion['installer']['licence']['file'] = "licence.txt";
+
+// Admin things
+$modversion['hasAdmin'] = 1;
+$modversion['adminindex'] = "admin/index.php";
+$modversion['adminmenu'] = "menu.php";
+
+// Templates
+$modversion['templates'][1]['file'] = 'viewpmsg.html';
+$modversion['templates'][1]['description'] = 'This is used when user view the list of private messages';
+$modversion['templates'][2]['file'] = 'readpmsg.html';
+$modversion['templates'][2]['description'] = 'This is used when user read a private message.';
+$modversion['templates'][3]['file'] = 'pmlite.html';
+$modversion['templates'][3]['description'] = 'This is used when user work pmlite.php.';
+$modversion['templates'][4]['file'] = 'pm_pmlite_success.html';
+$modversion['templates'][4]['description'] = 'Display pm send message.';
+
+//Preference
+$modversion['config'][]=array (
+		"name"=>"send_type",
+		"title"=>"_MI_PM_CONF_SEND_TYPE",
+		"description"=>"_MI_PM_CONF_SEND_TYPE_DESC",
+		"formtype"=>"select",
+		"options"=>array(_MI_PM_CONF_SEND_TYPE_COMBO=>0,_MI_PM_CONF_SEND_TYPE_TEXT=>1),
+		"valuetype"=>"int",
+		"default"=>0
+	);
+
+// Menu
+$modversion['hasMain'] = 1;
+
+?>


xoops-cvslog メーリングリストの案内
Back to archive index