source: main/trunk/gli/GLIappWebStart.jnlp@ 32142

Last change on this file since 32142 was 32142, checked in by ak19, 6 years ago

More changes related to GLIapplet.jnlp being renamed to GLIappWebStart

File size: 2.1 KB
RevLine 
[32136]1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4 * Java Web Start support for Greenstone Librarian Interface (GLI) applet.
5 * Copyright (C) 2002 New Zealand Digital Library, http://www.nzdl.org
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 */
21-->
22
[32142]23<!-- JNLP File for GLI (WebGatherer) -->
[32136]24<jnlp
25 spec="1.0+"
26 codebase="http://localhost:8383/greenstone3/applet"
[32142]27 href="GLIappWebStart.jnlp">
[32136]28 <information>
29 <title>Greenstone Librarian Interface</title>
30 <vendor>New Zealand Digital Library</vendor>
31 <homepage href="http://www.nzdl.org/"/>
32 <description>GLI</description>
[32142]33 <description kind="short">Greenstone Librarian Interface (GLI) as Web Start Application over JNLP</description>
[32136]34 <offline-allowed/>
35 </information>
36 <resources>
37 <j2se version="1.7+"/>
38 <jar href="SignedGatherer.jar"/>
39 </resources>
[32139]40 <application-desc main-class="org.greenstone.gatherer.WebGatherer">
41 <argument>-gwcgi=/greenstone3</argument>
42 <argument>-gsdl3=true</argument>
43 </application-desc>
44 <!--
45 <applet-desc main-class="org.greenstone.gatherer.GathererApplet" name="GLIapplet" height="50" width="380">
[32136]46 <param name="gwcgi" value="/greenstone3" />
47 <param name="gsdl3" value="true" />
48 </applet>
[32139]49 -->
[32136]50 <!-- https://stackoverflow.com/questions/12600076/getting-user-home-folder-from-jws-signed-jar -->
51 <security>
52 <all-permissions/>
53 </security>
[32138]54</jnlp>
Note: See TracBrowser for help on using the repository browser.