From 72bbe1d681ad2637a2fa149ff53af87c0569fad0 Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 20 Mar 2006 09:56:41 +0000 Subject: [PATCH] example jnlp file for users to edit and save locally --- help/html/jalviewjnlp.html | 59 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 help/html/jalviewjnlp.html diff --git a/help/html/jalviewjnlp.html b/help/html/jalviewjnlp.html new file mode 100755 index 0000000..9be4e4b --- /dev/null +++ b/help/html/jalviewjnlp.html @@ -0,0 +1,59 @@ + + +Jalview local Jnlp File + + +

Jalview local Jnlp File

+
+<jnlp spec="1.0+" codebase="http://www.jalview.org/webstart/" href="http://www.jalview.org/webstart/jalview.jnlp">
+  <information>
+    <title>Jalview</title>
+    <vendor>The Barton Group</vendor>
+    <homepage href="http://www.jalview.org"/>
+    <description>Jalview Multiple Alignment Editor</description>
+    <description kind="short">Jalview</description>
+    <icon href="http://www.jalview.org/webstart/logo_big.gif" kind="default"/>
+    <association extensions="fa" mime-type="application-x/ext-file"/>
+    <association extensions="fasta" mime-type="application-x/ext-file"/>
+    <association extensions="fastq" mime-type="application-x/ext-file"/>
+    <association extensions="blc" mime-type="application-x/ext-file"/>
+    <association extensions="msf" mime-type="application-x/ext-file"/>
+    <association extensions="pfam" mime-type="application-x/ext-file"/>
+    <association extensions="aln" mime-type="application-x/ext-file"/>
+    <association extensions="pir" mime-type="application-x/ext-file"/>
+    <offline-allowed/>
+  </information>
+  <security>
+    <all-permissions/>
+  </security>
+  <resources>
+  <!-- the additional memory parameters are here -->
+  <j2se version="1.4+" initial-heap-size="500M" max-heap-size="1000M"/>
+    <jar href="http://www.jalview.org/webstart/jalview.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/activation.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/axis.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/castor-0.9.6-xml.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/commons-discovery.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/commons-logging.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/jaxrpc.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/jhall.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/log4j-1.2.8.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/mail.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/regex.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/saaj.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/wsdl4j.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/xercesImpl.jar" download="eager" main="false"/>
+    <jar href="http://www.jalview.org/webstart/xml-apis.jar" download="eager" main="false"/>
+    <property name="jalview.version" value="2.07"/>
+  </resources>
+  <application-desc main-class="jalview.bin.Jalview"/>
+</jnlp>
+
+
+jalview +help +
+ + + -- 1.7.10.2