<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://www.kowa.org/modules/pukiwiki/skin/rss.xml" ?>
<rdf:RDF 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
  xml:lang="ja">

 <channel rdf:about="http://www.kowa.org/modules/pukiwiki/337.html">
  <title>のぶのぶWiki-XOOPS/開発メモ</title>
  <link>http://www.kowa.org/modules/pukiwiki/337.html</link>
  <description>XOOPS関連メモ-開発メモ</description>
  <dc:date>2006-05-17T13:48:59+09:00</dc:date>
  <items>
   <rdf:Seq>
    <rdf:li rdf:resource="http://www.kowa.org/modules/pukiwiki/337.html" />
    <rdf:li rdf:resource="http://www.kowa.org/modules/pukiwiki/251.html" />

   </rdf:Seq>
  </items>
 </channel>

<item rdf:about="http://www.kowa.org/modules/pukiwiki/337.html">
 <title>XOOPS/開発メモ</title>
 <link>http://www.kowa.org/modules/pukiwiki/337.html</link>
 <dc:date>2006-05-15T20:59:25+09:00</dc:date>
 <description>XOOPS関連メモ-開発メモ xoops_version.php</description>
<content:encoded>
<![CDATA[
XOOPS関連メモ-開発メモ<br />
xoops_version.php
]]>
</content:encoded>
 <dc:identifier>http://www.kowa.org/modules/pukiwiki/337.html</dc:identifier>
<dc:creator>nobunobu, 通りすがりさん</dc:creator>
</item>

<item rdf:about="http://www.kowa.org/modules/pukiwiki/251.html">
 <title>XOOPS/開発メモ/xoops_version.php</title>
 <link>http://www.kowa.org/modules/pukiwiki/251.html</link>
 <dc:date>2005-02-12T11:46:29+09:00</dc:date>
 <description>?php// $Id: xoops_version.php.html,v 1.1 2004/06/08 09:02:18 0447 Exp $//  ------------------------------------------------------------------------ ////                XOOPS - PHP Content Management System                      ////                   </description>
<content:encoded>
<![CDATA[
&lt;?php<br />
// $Id: xoops_version.php.html,v 1.1 2004/06/08 09:02:18 0447 Exp $<br />
//  ------------------------------------------------------------------------ //<br />
//                XOOPS - PHP Content Management System                      //<br />
//                    Copyright (c) 2000 XOOPS.org                           //<br />
//                       &lt;http://www.xoops.org/&gt;                             //<br />
//  ------------------------------------------------------------------------ //<br />
//  This program is free software; you can redistribute it and/or modify     //<br />
//  it under the terms of the GNU General Public License as published by     //<br />
//  the Free Software Foundation; either version 2 of the License, or        //<br />
//  (at your option) any later version.                                      //<br />
//                                                                           //<br />
//  You may not change or alter any portion of this comment or credits       //<br />
//  of supporting developers from this source code or any supporting         //<br />
//  source code which is considered copyrighted (c) material of the          //<br />
//  original comment or credit authors.                                      //<br />
//                                                                           //<br />
//  This program is distributed in the hope that it will be useful,          //<br />
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //<br />
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //<br />
//  GNU General Public License for more details.                             //<br />
//                                                                           //<br />
//  You should have received a copy of the GNU General Public License        //<br />
//  along with this program; if not, write to the Free Software              //<br />
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //<br />
//  ------------------------------------------------------------------------ //<br />
//<br />
// ModSample0 xoops用モジュール記述ファイル<br />
// xoops_version.php<br />
// by nobunobu (http://www.kowa.org/)<br />
//<br />
//**************************************************************<br />
//XOOPSモジュール全般の記述<br />
//**************************************************************<br />
//モジュールの名称<br />
$modversion['name'] = _MI_MODSAMPLE0_NAME;<br />
//モジュールのバージョン<br />
$modversion['version'] = 0.01;<br />
//モジュールの説明<br />
$modversion['description'] = _MI_MODSAMPLE0_DESC;<br />
//モジュールのクレジット標記<br />
$modversion['credits'] = &quot;Kowa.ORG&quot;;<br />
//モジュールの作者名<br />
$modversion['author'] = &quot;nobunobu(http://www.kowa.org/)&quot; ;<br />
//<br />
$modversion['help'] = &quot;&quot; ;<br />
//モジュールのライセンス形態<br />
$modversion['license'] = &quot;GPL see LICENSE&quot;;<br />
//XOOPSの公式モジュールかどうか（オリジナルモジュールは0)<br />
$modversion['official'] = 0;<br />
//管理者メニューで表示するアイコン<br />
$modversion['image'] = &quot;images/ModSample0_slogo.png&quot;;<br />
//モジュールの配置ディレクトリ名<br />
$modversion['dirname'] = &quot;ModSample0&quot;;<br />
//**************************************************************<br />
//インストール関連<br />
//**************************************************************<br />
//モジュールのインストール時に使うSQLファイル名<br />
// - phpMyAdminによって作成されたSQLファイルを推奨します。<br />
// - SQLファイル内では、xoops_ などのような、XOOPSインストール時に<br />
//   指定を行うプレフィックスは含んではいけません。<br />
//$modversion['sqlfile']['mysql'] = &quot;sql/mysql.sql&quot;;<br />
//上記のSQLファイルで作成されるテーブル名<br />
// - テーブル名には、xoops_ などのような、XOOPSインストール時に<br />
//   指定を行うプレフィックスは含んではいけません。<br />
//$modversion['tables'][0] = 'ModSample0_table';<br />
//**************************************************************<br />
//使用テンプレート定義<br />
//**************************************************************<br />
//$modversion['templates'][1] = array(<br />
//  'file' =&gt; 'ModSample0_template1.html',<br />
//  'description'] = '',<br />
//);<br />
//**************************************************************<br />
//ブロック定義体<br />
//**************************************************************<br />
//$modversion['blocks'][1] = array(<br />
//  'file'          =&gt; 'ModSample0_block1.php' ,<br />
//  'name'          =&gt; _MI_MODSAMPLE0_BLOCK_BLOCK1 ,<br />
//  'description'   =&gt; _MI_MODSAMPLE0_BLOCK_BLOCK1_DESC ,<br />
//  'show_func'     =&gt; 'ModSample0_block1_show' ,<br />
//  'edit_func'     =&gt; 'ModSample0_block1_edit' ,<br />
//  'template'      =&gt; 'ModSample0_block1.html' ,<br />
//  'options'       =&gt; '10|20'<br />
//) ;<br />
//<br />
//Key:file<br />
//ブロックを処理するPHPソースファイル名<br />
// - ブロック処理のPHPソースファイルは、blocksディレクトリに<br />
//   配置する事が前提となっています。<br />
//<br />
//Key:name<br />
//ブロックの名称<br />
//<br />
//Key:description<br />
//ブロックの説明<br />
//<br />
//Key:show_func<br />
//ブロック表示関数名<br />
// - fileパラメータで指定したPHPソース内の表示用関数を指定します。<br />
//<br />
//Key:edit_func<br />
//ブロック設定オプション表示関数名<br />
// - 管理者メニューのブロック管理で表示オプションを設定する必要が<br />
//   ある場合に、そのオプション設定部分を表示するための関数名を<br />
//   指定します。<br />
// - ブロック管理で設定したオプションの値は、show_func及びedit_funcで<br />
//   指定した関数のパラメータとしてarrayで渡されます。<br />
//<br />
//Key:template<br />
//ブロック表示用テンプレートファイル名<br />
// - ブロック表示にテンプレートを使用する場合にそのテンプレート<br />
//   ファイル名を指定します。<br />
// - ブロック表示用テンプレートファイルは、templates/blocksに<br />
//   配置する事が前提となっています。<br />
//<br />
//Key:options<br />
//ブロック設定オプションのデフォルト値<br />
// - ブロック管理における表示オプションのデフォルト値を指定します。<br />
// - オプションが複数種ある場合には、それぞれを'|'で区切って指定します。<br />
//**************************************************************<br />
//メインメニュー定義<br />
//**************************************************************<br />
//メインメニューにモジュールを表示する場合は1、表示しない場合は0<br />
// - メインメニューに表示する場合、各メニューを選択すると、モジュールの<br />
//   index.phpが呼び出されます。<br />
$modversion['hasMain'] = 0;<br />
//メインメニューの階層サブメニュー定義体<br />
// - 階層サブメニュー表示が必要な場合に指定します。<br />
//$modversion['sub'][1]=array(<br />
//  'name' =&gt; _MI_MODSAMPLE0_SUBMENU1,<br />
//  'url'  =&gt; &quot;submenu1.php&quot;,<br />
//);<br />
//<br />
//Key:name<br />
//サブメニューの表示名<br />
//<br />
//Key:url<br />
//サブメニューを選択した時に実行するURL<br />
//<br />
//機能によっては、権限等のチェックなどのロジックを含めて、<br />
//サブメニューの表示非表示の切替を行ったり、サブメニューに<br />
//表示する項目をDBより読み取ったりする場合もあります。<br />
//**************************************************************<br />
//検索機能定義<br />
//**************************************************************<br />
//XOOPSのキーワード検索機能の検索対象とする場合は1、しない場合は0<br />
$modversion['hasSearch'] = 0;<br />
//検索機能定義体<br />
//$modversion['search'] = array(<br />
//  'file' =&gt; &quot;include/search.inc.php&quot;,<br />
//  'func' =&gt; &quot;ModSample0_search&quot;,<br />
//);<br />
//<br />
//Key:file<br />
//検索機能を処理するPHPソースファイル名<br />
//<br />
//Key:func<br />
//検索処理関数名<br />
// - fileパラメータで指定したPHPソース内の表示用関数を指定します。<br />
// - XOOPSのキーワード検索が行われると、ここで指定された関数に、<br />
//   検索文字列などがパラメータとして受けわたされます。<br />
//**************************************************************<br />
//コメント機能定義<br />
//**************************************************************<br />
//メインコンテンツに対するコメント投稿を許可する場合は1、しない場合は0<br />
$modversion['hasComments'] = 0;<br />
//コメント属性定義体<br />
//$modversion['comments'] = array(<br />
//  'itemName' =&gt; 'event_id',<br />
//  'pageName' =&gt; 'index.php',<br />
//  'callbackFile' =&gt; 'include/comment_functions.php',<br />
//  'callback' =&gt; array(<br />
//      'approve' =&gt; 'ModSample0_comments_approve',<br />
//      'update' =&gt; 'ModSample0_comments_update',<br />
//  ),<br />
//);<br />
//**************************************************************<br />
//管理者メニュー関連<br />
//**************************************************************<br />
//管理者メニュー内での設定機能を持つ場合は1、持たない場合は0<br />
$modversion['hasAdmin'] = 0;<br />
//管理者メニューのアイコンを選択したときの初期画面用PHPファイル名<br />
//$modversion['adminindex'] = &quot;admin/index.php&quot;;<br />
//管理者メニューのアイコンを選択したときのメニュー表示用PHPファイル名<br />
//$modversion['adminmenu'] = &quot;admin/menu.php&quot;;<br />
//**************************************************************<br />
//管理者メニュー一般設定関連<br />
//**************************************************************<br />
//管理者メニューでの設定画面を自動生成する場合は1<br />
// - 設定画面の自動生成では、通常一般設定と呼ばれている設定画面に、<br />
//   以下で設定した項目が追加表示されます。<br />
$modversion['hasconfig'] = 0;<br />
//設定オプションフィールド定義体<br />
// - 一般設定に追加表示する項目の定義体<br />
//$modvesion['config'][1] = array(<br />
//  'name'          =&gt; 'ModSample0_field1' ,<br />
//  'title'         =&gt; '_MI_MODSAMPLE0_FIELD1' ,<br />
//  'description'   =&gt; '_MI_MODSAMPLE0_FIELD1_DESC' ,<br />
//  'formtype'      =&gt; 'textbox' ,<br />
//  'valuetype'     =&gt; 'text' ,<br />
//  'default'       =&gt; 'DEFAULT' ,<br />
//  'options'       =&gt; array(),<br />
//);<br />
//Key:name<br />
// 設定オプションのキー名<br />
// - グローバル変数 $xoopsModuleConfig[設定名称]にて、設定値が取得可能になります。<br />
//<br />
//Key:title<br />
// 設定オプションの表示名称<br />
// - 設定画面に表示されるオプション名称を指定します。<br />
//<br />
//Key:description<br />
//設定オプションの説明<br />
// - 設定画面に表示されるオプションの説明を指定します。<br />
//<br />
//Key:formtype<br />
//設定オプションのデータ表示種別<br />
// - 設定画面に表示されるオプションの値をどのようの表示するかの種別を指定します。<br />
// - 以下の値が使用可能です。<br />
//      textbox<br />
//      textarea<br />
//      select<br />
//      select_multi<br />
//      yesno<br />
//      group<br />
//      group_multi<br />
//<br />
//Key:valuetype<br />
//設定オプションのデータタイプ<br />
// - 以下の値が使用可能です。<br />
//      int<br />
//      text<br />
//      float<br />
//      array<br />
//      other<br />
// - formtypeでgroup_multiかselect_multiを指定した場合には、arrayを設定する必要があります。<br />
//<br />
//Key:default<br />
// 設定オプションのデフォルト値<br />
// - デフォルト値が無い場合には、設定不要です。<br />
// - formtypeが 'yesno'の場合には、0(no)か1(yes)を指定します。<br />
//<br />
//Key:options<br />
//設定オプションの選択項目一覧<br />
// - formtypeが 'select'か'select_multi'の場合に、選択対象項目を格納したarrayを設定します<br />
//   例 'options' =&gt; array(<br />
//                    '_MI_OPT_AUTH_NONE'=&gt;0 ,<br />
//                    '_MI_OPT_AUTH_WAIT'=&gt;1 ,<br />
//                    '_MI_OPT_AUTH_POST'=&gt;3 ,<br />
//                    '_MI_OPT_AUTH_BYGROUP'=&gt;256 ,<br />
//       )<br />
//**************************************************************<br />
//イベント通知機能定義<br />
//**************************************************************<br />
//イベント通知機能を持つ場合は1、持たない場合は0<br />
$modversion['hasNotification'] = 0;<br />
//$modversion['notification']['lookup_file'] = 'include/notification.inc.php';<br />
//$modversion['notification']['lookup_func'] = 'ModSample0_notify_iteminfo';<br />
//イベントのカテゴリー定義<br />
//$modversion['notification']['category'][1] = array(<br />
//  'name' =&gt; 'global',<br />
//  'title' =&gt; _MI_MODSAMPLE0_GLOBAL_NOTIFY,<br />
//  'description' =&gt; _MI_MODSAMPLE0_GLOBAL_NOTIFYDSC,<br />
//  'subscribe_from' =&gt; array(<br />
//      'index.php',<br />
//  ),<br />
//  'item_name' =&gt; 'cid',<br />
//  'allow_bookmark' =&gt; 0,<br />
//);<br />
//通知イベントの定義<br />
//$modversion['notification']['event'][1] = array(<br />
//  'name' =&gt; 'new_event',<br />
//  'category' =&gt; 'global',<br />
//  'title' =&gt; _MI_MODSAMPLE0_GLOBAL_NEWEVENT_NOTIFY,<br />
//  'caption' =&gt; _MI_MODSAMPLE0_GLOBAL_NEWEVENT_NOTIFYCAP,<br />
//  'description' =&gt; _MI_MODSAMPLE0_GLOBAL_NEWEVENT_NOTIFYDSC,<br />
//  'mail_template' =&gt; 'global_newevent_notify',<br />
//  'mail_subject' =&gt; _MI_MODSAMPLE0_GLOBAL_NEWEVENT_NOTIFYSBJ,<br />
//);<br />
?&gt;
]]>
</content:encoded>
 <dc:identifier>http://www.kowa.org/modules/pukiwiki/251.html</dc:identifier>
<dc:creator>nobunobu</dc:creator>
</item>


</rdf:RDF>