extensions/net.sf.basedb.labenv/trunk/META-INF/extensions.xml

Code
Comments
Other
Rev Date Author Line
2303 02 Apr 14 olle 1 <?xml version="1.0" encoding="UTF-8" ?>
2303 02 Apr 14 olle 2 <!-- 
2303 02 Apr 14 olle 3   $Id $
2303 02 Apr 14 olle 4
2303 02 Apr 14 olle 5   Copyright (C) 2014 Olle MÃ¥nsson
2303 02 Apr 14 olle 6
2303 02 Apr 14 olle 7   This file is part of the FTP Server extension for BASE.
2303 02 Apr 14 olle 8   Available at http://baseplugins.thep.lu.se/
2303 02 Apr 14 olle 9   BASE main site: http://base.thep.lu.se/
2303 02 Apr 14 olle 10   
2303 02 Apr 14 olle 11   
2303 02 Apr 14 olle 12   This is free software; you can redistribute it and/or
2303 02 Apr 14 olle 13   modify it under the terms of the GNU General Public License
2303 02 Apr 14 olle 14   as published by the Free Software Foundation; either version 3
2303 02 Apr 14 olle 15   of the License, or (at your option) any later version.
2303 02 Apr 14 olle 16   
2303 02 Apr 14 olle 17   The software is distributed in the hope that it will be useful,
2303 02 Apr 14 olle 18   but WITHOUT ANY WARRANTY; without even the implied warranty of
2303 02 Apr 14 olle 19   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2303 02 Apr 14 olle 20   GNU General Public License for more details.
2303 02 Apr 14 olle 21   
2303 02 Apr 14 olle 22   You should have received a copy of the GNU General Public License
2303 02 Apr 14 olle 23   along with BASE. If not, see <http://www.gnu.org/licenses/>.
2303 02 Apr 14 olle 24
2303 02 Apr 14 olle 25 -->
2474 04 Jun 14 olle 26 <extensions xmlns="http://base.thep.lu.se/extensions.xsd"
2474 04 Jun 14 olle 27   id-base="net.sf.basedb.labenv.">
2994 03 Dec 14 olle 28   <about safe-scripts="1" safe-resources="1">
2303 02 Apr 14 olle 29     <name>LabEnv Server extension</name>
2303 02 Apr 14 olle 30     <description>
2303 02 Apr 14 olle 31       This extension adds a LabEnv server to your BASE installation.
2303 02 Apr 14 olle 32       It is a package for storing and checking lab environment data.
2303 02 Apr 14 olle 33     </description>
5572 15 Aug 19 nicklas 34     <version>1.8-dev</version>
5513 19 Jun 19 nicklas 35     <min-base-version>3.15.0</min-base-version>
2303 02 Apr 14 olle 36     <copyright>BASE development team</copyright>
2303 02 Apr 14 olle 37     <email>basedb-users@lists.sourceforge.net</email>
2303 02 Apr 14 olle 38     <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.labenv</url>
2303 02 Apr 14 olle 39   </about>
2303 02 Apr 14 olle 40   <extension
2474 04 Jun 14 olle 41     id="service"
2303 02 Apr 14 olle 42     extends="net.sf.basedb.clients.web.services"
2303 02 Apr 14 olle 43     >
2303 02 Apr 14 olle 44     <index>1</index>
2303 02 Apr 14 olle 45     <action-factory>
2303 02 Apr 14 olle 46       <factory-class>
2313 04 Apr 14 olle 47         net.sf.basedb.labenv.service.LabEnvService
2303 02 Apr 14 olle 48       </factory-class>
2303 02 Apr 14 olle 49     </action-factory>
2303 02 Apr 14 olle 50   </extension>
2303 02 Apr 14 olle 51   <extension
2474 04 Jun 14 olle 52     id="menu"
2303 02 Apr 14 olle 53     extends="net.sf.basedb.clients.web.menu.extensions"
2303 02 Apr 14 olle 54     >
2303 02 Apr 14 olle 55     <index>2</index>
2303 02 Apr 14 olle 56     <action-factory>
2303 02 Apr 14 olle 57       <factory-class>
2303 02 Apr 14 olle 58         net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory
2303 02 Apr 14 olle 59       </factory-class>
2303 02 Apr 14 olle 60       <parameters>
2303 02 Apr 14 olle 61         <type>SUBMENU</type>
2303 02 Apr 14 olle 62         <submenuId>labenvmenuid</submenuId>
2303 02 Apr 14 olle 63         <title>Lab Environment</title>
2303 02 Apr 14 olle 64         <tooltip>A package for storing and checking lab environment data</tooltip>
2440 19 May 14 olle 65         <icon>~/images/thermometer.png</icon>
2303 02 Apr 14 olle 66       </parameters>
2303 02 Apr 14 olle 67     </action-factory>
2303 02 Apr 14 olle 68   </extension>
2303 02 Apr 14 olle 69   <extension
2303 02 Apr 14 olle 70     id="menu.labsensorinfo"
2303 02 Apr 14 olle 71     extends="net.sf.basedb.clients.web.menu.extensions"
2303 02 Apr 14 olle 72     >
2303 02 Apr 14 olle 73     <index>3</index>
2989 02 Dec 14 olle 74     <about safe-scripts="1">
2303 02 Apr 14 olle 75       <name>LabSensorInfo</name>
2303 02 Apr 14 olle 76       <description>
2303 02 Apr 14 olle 77         Web page for obtaining information on lab sensors.
2303 02 Apr 14 olle 78       </description>
2303 02 Apr 14 olle 79     </about>
2303 02 Apr 14 olle 80     <action-factory>
2303 02 Apr 14 olle 81       <factory-class>
2303 02 Apr 14 olle 82         net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory
2303 02 Apr 14 olle 83       </factory-class>
2303 02 Apr 14 olle 84       <parameters>
2303 02 Apr 14 olle 85         <menuId>labenvmenuid</menuId>
2303 02 Apr 14 olle 86         <title>Lab sensor info</title>
2303 02 Apr 14 olle 87         <tooltip>Obtain information on lab sensors</tooltip>
2989 02 Dec 14 olle 88         <data-url>$HOME$/reports/labsensorinfo.jsp?ID=$SESSION-ID$</data-url>
2303 02 Apr 14 olle 89         <icon>~/images/info.png</icon>
2303 02 Apr 14 olle 90       </parameters>
2303 02 Apr 14 olle 91     </action-factory>
2303 02 Apr 14 olle 92   </extension>
2303 02 Apr 14 olle 93   <extension
2415 09 May 14 olle 94     id="menu.labenvalarms"
2303 02 Apr 14 olle 95     extends="net.sf.basedb.clients.web.menu.extensions"
2303 02 Apr 14 olle 96     >
2303 02 Apr 14 olle 97     <index>4</index>
2989 02 Dec 14 olle 98     <about safe-scripts="1">
2415 09 May 14 olle 99       <name>LabEnvAlarms</name>
2415 09 May 14 olle 100       <description>
2415 09 May 14 olle 101         Web page for obtaining information on lab environment alarms.
2415 09 May 14 olle 102       </description>
2415 09 May 14 olle 103     </about>
2415 09 May 14 olle 104     <action-factory>
2415 09 May 14 olle 105       <factory-class>
2415 09 May 14 olle 106         net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory
2415 09 May 14 olle 107       </factory-class>
2415 09 May 14 olle 108       <parameters>
2415 09 May 14 olle 109         <menuId>labenvmenuid</menuId>
2415 09 May 14 olle 110         <title>Lab environment alarms</title>
2415 09 May 14 olle 111         <tooltip>Obtain information on lab environment alarms</tooltip>
2989 02 Dec 14 olle 112         <data-url>$HOME$/reports/labenvironmentalarms.jsp?ID=$SESSION-ID$</data-url>
2415 09 May 14 olle 113         <icon>~/images/warning.png</icon>
2415 09 May 14 olle 114       </parameters>
2415 09 May 14 olle 115     </action-factory>
2415 09 May 14 olle 116   </extension>
2415 09 May 14 olle 117   <extension
2415 09 May 14 olle 118     id="menu.labenvdatabaseexport"
2415 09 May 14 olle 119     extends="net.sf.basedb.clients.web.menu.extensions"
2415 09 May 14 olle 120     >
2415 09 May 14 olle 121     <index>5</index>
2989 02 Dec 14 olle 122     <about safe-scripts="1">
2303 02 Apr 14 olle 123       <name>LabEnvDatabaseExport</name>
2303 02 Apr 14 olle 124       <description>
2303 02 Apr 14 olle 125         Web page for preview/export of stored lab environment data.
2303 02 Apr 14 olle 126       </description>
2303 02 Apr 14 olle 127     </about>
2303 02 Apr 14 olle 128     <action-factory>
2303 02 Apr 14 olle 129       <factory-class>
2303 02 Apr 14 olle 130         net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory
2303 02 Apr 14 olle 131       </factory-class>
2303 02 Apr 14 olle 132       <parameters>
2303 02 Apr 14 olle 133         <menuId>labenvmenuid</menuId>
2303 02 Apr 14 olle 134         <title>Lab environment database export</title>
2303 02 Apr 14 olle 135         <tooltip>Preview/export stored lab environment data</tooltip>
2989 02 Dec 14 olle 136         <data-url>$HOME$/reports/labenvironmentdatabaseexport.jsp?ID=$SESSION-ID$</data-url>
2303 02 Apr 14 olle 137         <icon>~/images/export.png</icon>
2303 02 Apr 14 olle 138       </parameters>
2303 02 Apr 14 olle 139     </action-factory>
2303 02 Apr 14 olle 140   </extension>
2303 02 Apr 14 olle 141   <extension
2303 02 Apr 14 olle 142     id="menu.labenvdatabasestatistics"
2303 02 Apr 14 olle 143     extends="net.sf.basedb.clients.web.menu.extensions"
2303 02 Apr 14 olle 144     >
2415 09 May 14 olle 145     <index>6</index>
2989 02 Dec 14 olle 146     <about safe-scripts="1">
2303 02 Apr 14 olle 147       <name>LabEnvDatabaseStatistics</name>
2303 02 Apr 14 olle 148       <description>
2303 02 Apr 14 olle 149         Web page for statistics of stored lab environment data.
2303 02 Apr 14 olle 150       </description>
2303 02 Apr 14 olle 151     </about>
2303 02 Apr 14 olle 152     <action-factory>
2303 02 Apr 14 olle 153       <factory-class>
2303 02 Apr 14 olle 154         net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory
2303 02 Apr 14 olle 155       </factory-class>
2303 02 Apr 14 olle 156       <parameters>
2303 02 Apr 14 olle 157         <menuId>labenvmenuid</menuId>
2303 02 Apr 14 olle 158         <title>Lab environment database statistics</title>
2303 02 Apr 14 olle 159         <tooltip>Statistics of stored lab environment data</tooltip>
2989 02 Dec 14 olle 160         <data-url>$HOME$/reports/labenvironmentdatabasestatistics.jsp?ID=$SESSION-ID$</data-url>
2303 02 Apr 14 olle 161         <icon>~/images/chart_bar.png</icon>
2303 02 Apr 14 olle 162       </parameters>
2303 02 Apr 14 olle 163     </action-factory>
2303 02 Apr 14 olle 164   </extension>
2401 06 May 14 olle 165   <extension
2401 06 May 14 olle 166     id="menu.labenvdatabasedisplay"
2401 06 May 14 olle 167     extends="net.sf.basedb.clients.web.menu.extensions"
2401 06 May 14 olle 168     >
2415 09 May 14 olle 169     <index>7</index>
2989 02 Dec 14 olle 170     <about safe-scripts="1">
2401 06 May 14 olle 171       <name>LabEnvDatabaseDisplay</name>
2401 06 May 14 olle 172       <description>
2401 06 May 14 olle 173         Web page for display of stored lab environment data.
2401 06 May 14 olle 174       </description>
2401 06 May 14 olle 175     </about>
2401 06 May 14 olle 176     <action-factory>
2401 06 May 14 olle 177       <factory-class>
2401 06 May 14 olle 178         net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory
2401 06 May 14 olle 179       </factory-class>
2401 06 May 14 olle 180       <parameters>
2401 06 May 14 olle 181         <menuId>labenvmenuid</menuId>
2401 06 May 14 olle 182         <title>Lab environment database display</title>
2401 06 May 14 olle 183         <tooltip>Display of stored lab environment data</tooltip>
2989 02 Dec 14 olle 184         <data-url>$HOME$/reports/labenvironmentdatabasedisplay.jsp?ID=$SESSION-ID$</data-url>
2401 06 May 14 olle 185         <icon>~/images/chart_curve.png</icon>
2401 06 May 14 olle 186       </parameters>
2401 06 May 14 olle 187     </action-factory>
2401 06 May 14 olle 188   </extension>
2303 02 Apr 14 olle 189 </extensions>