Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips-library/xnparticle/xoops_version.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.1.1 by ken_ko, Wed Oct 25 05:47:10 2006 UTC revision 1.15 by ken_ko, Tue Jun 10 05:25:44 2014 UTC
# Line 21  Line 21 
21  //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22  //  --------------------------------------------------------------------------  //  --------------------------------------------------------------------------
23    
24  $modversion['name'] = _MI_XNPARTICLE_NAME;  //  XooNIps Library Article item type module
25  $modversion['version'] = 1.00;  
26    if ( ! defined( 'XOOPS_ROOT_PATH' ) ) exit();
27    
28    // 1.0  -> 1.2  support XooNIps v3.24
29    // 1.2  -> 1.3  support XooNIps v3.3x
30    // 1.3  -> 1.31 support XooNIps v3.31 and bug fix
31    // 1.31 -> 1.32 support XooNIps v3.32 bug fix
32    // 1.32 -> 1.33 add function on detail page  and bug fix
33    // 1.33 -> 1.4  support XooNIps v3.4x
34    // 1.4  -> 1.5  support XooNIps v3.4.7 and Junii2Ver.3
35    
36    $modversion['name']        = _MI_XNPARTICLE_NAME;
37    $modversion['version']     = 1.50;
38  $modversion['description'] = _MI_XNPARTICLE_DESC;  $modversion['description'] = _MI_XNPARTICLE_DESC;
39  $modversion['credits'] = "Keio University and RIKEN, Japan.<br/>"  $modversion['credits']     = "Keio University(http://www.lib.keio.ac.jp/) and RIKEN, Japan(http://www.riken.jp/)";
40  ."<a target=\"blank\" href=\"http://www.lib.keio.ac.jp/\">http://www.lib.keio.ac.jp/</a><br/>"  $modversion['author']      = "The XooNIps Library Module Project(http://sourceforge.jp/projects/xoonips-library/) ";
41  ."<a target=\"blank\" href=\"http://www.riken.jp/\">http://www.riken.jp/</a>";  $modversion['license']     = "GPL see LICENSE";
42  $modversion['author'] =  $modversion['official']    = 0;
43  "Keio University Medeia Center, RIKEN BSI.<br/>"  $modversion['image']       = "images/xnparticle_slogo.png";
44  ."<a target=\"blank\" href=\"http://www.lib.keio.ac.jp/\">http://www.lib.keio.ac.jp/</a><br/>"  $modversion['dirname']     = "xnparticle";
 ."Neuroinformatics Laboratry, RIKEN BSI.<br/>"  
 ."<a target=\"blank\" href=\"http://www.ni.brain.riken.jp/\">http://www.ni.brain.riken.jp/</a><br/><br/>"  
 ."The XooNIps Library Module Project. <br/>"  
 ."<a target=\"blank\" href=\"http://sourceforge.jp/projects/xoonips-library/\">http://sourceforge.jp/projects/xoonips-library/</a><br/>"  
 ."The XooNIps Project. <br/>"  
 ."<a target=\"blank\" href=\"http://sourceforge.jp/projects/xoonips/\">http://sourceforge.jp/projects/xoonips/</a>";  
 $modversion['help'] = "help.html";  
 $modversion['license'] = "GPL see LICENSE";  
 $modversion['official'] = 0;  
 $modversion['image'] = "images/xnparticle_slogo.png";  
 $modversion['dirname'] = "xnparticle";  
45    
46  // Sql file (must contain sql generated by phpMyAdmin or phpPgAdmin)  // Sql file (must contain sql generated by phpMyAdmin or phpPgAdmin)
47  // All tables should not have any prefix!  // All tables should not have any prefix!
# Line 53  $modversion['adminindex'] = "admin/index Line 54  $modversion['adminindex'] = "admin/index
54  $modversion['adminmenu'] = "admin/menu.php";  $modversion['adminmenu'] = "admin/menu.php";
55    
56  // Menu  // Menu
57  $modversion['hasMain'] = 1;  $modversion['hasMain'] = 0;
58    
59  // Templates  // Templates
60  $modversion['templates'][1]['file'] = 'xnparticle_main.html';  $modversion['templates'][1]['file'] = 'xnparticle_list_block.html';
61  $modversion['templates'][1]['description'] = 'article test page';  $modversion['templates'][1]['description'] = 'list block';
62  $modversion['templates'][2]['file'] = 'xnparticle_list_block.html';  $modversion['templates'][2]['file'] = 'xnparticle_register_block.html';
63  $modversion['templates'][2]['description'] = 'list block';  $modversion['templates'][2]['description'] = 'register block';
64  $modversion['templates'][3]['file'] = 'xnparticle_register_block.html';  $modversion['templates'][3]['file'] = 'xnparticle_detail_block.html';
65  $modversion['templates'][3]['description'] = 'register block';  $modversion['templates'][3]['description'] = 'detail block';
66  $modversion['templates'][4]['file'] = 'xnparticle_detail_block.html';  $modversion['templates'][4]['file'] = 'xnparticle_confirm_block.html';
67  $modversion['templates'][4]['description'] = 'detail block';  $modversion['templates'][4]['description'] = 'confirm block';
68  $modversion['templates'][5]['file'] = 'xnparticle_confirm_block.html';  $modversion['templates'][5]['file'] = 'xnparticle_search_block.html';
69  $modversion['templates'][5]['description'] = 'confirm block';  $modversion['templates'][5]['description'] = 'search block';
70  $modversion['templates'][6]['file'] = 'xnparticle_search_block.html';  $modversion['templates'][6]['file'] = 'xnparticle_transfer_item_detail.html'; // 2009.2.18
71  $modversion['templates'][6]['description'] = 'search block';  $modversion['templates'][6]['description'] = 'transfer item detail block';
72    $modversion['templates'][7]['file'] = 'xnparticle_transfer_item_list.html';   // 2009.2.18
73    $modversion['templates'][7]['description'] = 'transfer item list block';
74    $modversion['templates'][8]['file'] = 'xnparticle_oaipmh_oai_dc.xml'; // 2013.8.8
75    $modversion['templates'][8]['description'] = 'OAI-PMH oai_dc';
76    $modversion['templates'][9]['file'] = 'xnparticle_oaipmh_junii2.xml'; // 2013.8.8
77    $modversion['templates'][9]['description'] = 'OAI-PMH junii2';
78    
79  // config  // config
80  include_once( XOOPS_ROOT_PATH.'/modules/xoonips/condefs.php' );  include_once( XOOPS_ROOT_PATH.'/modules/xoonips/condefs.php' );
# Line 91  $modversion['config'][2]['options'] = ar Line 98  $modversion['config'][2]['options'] = ar
98  // Blocks  // Blocks
99    
100  //Install script  //Install script
101  $modversion['onInstall']   = 'install_funcs.php';  $modversion['onInstall']   = 'include/oninstall.inc.php';
102  $modversion['onUninstall'] = 'install_funcs.php';  $modversion['onUpdate']    = 'include/onupdate.inc.php';
103  $modversion['onUpdate']    = 'install_funcs.php';  $modversion['onUninstall'] = 'include/onuninstall.inc.php';
104  ?>  ?>
105    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.15

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26