d50b41b87f
At present, dist/*.jnlp refer to my own personal web server, and the build system is aware of my personal keystore because creating a JWS release involves signing JARs. It will be very simple to change this once we have a real PKI certificate and once we deploy on thdl.org. Note that Savant and QuillDriver's releases are only half-done right now; they do not include the XML and JMF libraries yet.
27 lines
713 B
XML
27 lines
713 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<jnlp spec="1.0+"
|
|
codebase="http://iris.lib.virginia.edu/tibet/tools"
|
|
href="Jskad.jnlp">
|
|
<information>
|
|
<title>Jskad</title>
|
|
<vendor>THDL</vendor>
|
|
<homepage href="http://iris.lib.virginia.edu/tibet/tools/jskad.html" />
|
|
|
|
<description>
|
|
Jskad is a simple text editor for the Tibetan language, using the
|
|
Wylie transliteration and supporting several virtual keyboards.
|
|
You must install the Tibetan Machine Web fonts before using
|
|
Jskad.
|
|
</description>
|
|
|
|
<offline-allowed/>
|
|
</information>
|
|
<security>
|
|
<all-permissions/>
|
|
</security>
|
|
<resources>
|
|
<j2se version="1.2+"/>
|
|
<jar href="Jskad-JWS.jar" />
|
|
</resources>
|
|
<application-desc />
|
|
</jnlp>
|