example jnlp file for users to edit and save locally
authorjprocter <Jim Procter>
Mon, 20 Mar 2006 09:56:41 +0000 (09:56 +0000)
committerjprocter <Jim Procter>
Mon, 20 Mar 2006 09:56:41 +0000 (09:56 +0000)
help/html/jalviewjnlp.html [new file with mode: 0755]

diff --git a/help/html/jalviewjnlp.html b/help/html/jalviewjnlp.html
new file mode 100755 (executable)
index 0000000..9be4e4b
--- /dev/null
@@ -0,0 +1,59 @@
+<html>
+<head>
+<title>Jalview local Jnlp File</title>
+</head>
+<body>
+<h1>Jalview local Jnlp File</h1>
+<pre>
+&lt;jnlp spec="1.0+" codebase="http://www.jalview.org/webstart/" href="http://www.jalview.org/webstart/jalview.jnlp"&gt;
+  &lt;information&gt;
+    &lt;title&gt;Jalview&lt;/title&gt;
+    &lt;vendor&gt;The Barton Group&lt;/vendor&gt;
+    &lt;homepage href="http://www.jalview.org"/&gt;
+    &lt;description&gt;Jalview Multiple Alignment Editor&lt;/description&gt;
+    &lt;description kind="short"&gt;Jalview&lt;/description&gt;
+    &lt;icon href="http://www.jalview.org/webstart/logo_big.gif" kind="default"/&gt;
+    &lt;association extensions="fa" mime-type="application-x/ext-file"/&gt;
+    &lt;association extensions="fasta" mime-type="application-x/ext-file"/&gt;
+    &lt;association extensions="fastq" mime-type="application-x/ext-file"/&gt;
+    &lt;association extensions="blc" mime-type="application-x/ext-file"/&gt;
+    &lt;association extensions="msf" mime-type="application-x/ext-file"/&gt;
+    &lt;association extensions="pfam" mime-type="application-x/ext-file"/&gt;
+    &lt;association extensions="aln" mime-type="application-x/ext-file"/&gt;
+    &lt;association extensions="pir" mime-type="application-x/ext-file"/&gt;
+    &lt;offline-allowed/&gt;
+  &lt;/information&gt;
+  &lt;security&gt;
+    &lt;all-permissions/&gt;
+  &lt;/security&gt;
+  &lt;resources&gt;
+  &lt;!-- <em>the additional memory parameters are here</em> --&gt;
+  &lt;j2se version="1.4+" initial-heap-size="500M" max-heap-size="1000M"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/jalview.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/activation.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/axis.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/castor-0.9.6-xml.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/commons-discovery.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/commons-logging.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/jaxrpc.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/jhall.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/log4j-1.2.8.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/mail.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/regex.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/saaj.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/wsdl4j.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/xercesImpl.jar" download="eager" main="false"/&gt;
+    &lt;jar href="http://www.jalview.org/webstart/xml-apis.jar" download="eager" main="false"/&gt;
+    &lt;property name="jalview.version" value="2.07"/&gt;
+  &lt;/resources&gt;
+  &lt;application-desc main-class="jalview.bin.Jalview"/&gt;
+&lt;/jnlp&gt;
+</pre>
+<address>
+<a
+href="mailto:help@{removeeveryother}.jalview.{removeeveryother}.org">jalview
+help</a>
+</address>
+</body>
+</html>
+