home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 September / CA09.iso / Darbas / geogebra.jnlp < prev    next >
Encoding:
Extensible Markup Language  |  2010-07-31  |  2.4 KB  |  63 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- JNLP File for GeoGebra WebStart Application -->
  3. <jnlp spec="1.0+" codebase="http://www.geogebra.org/webstart/" href="geogebra.jnlp">
  4.   <information>
  5.     <title>GeoGebra WebStart</title>
  6.     <vendor>International GeoGebra Institute</vendor>
  7.     <homepage href="http://www.geogebra.org/"/>
  8.     <description>Dynamic Mathematics for Everyone</description>
  9.     <icon href="geogebra32.gif" width="32" height="32"/>
  10.     <icon href="geogebra48.gif" width="48" height="48"/>
  11.     <icon href="geogebra64.gif" width="64" height="64"/>
  12.     <offline-allowed/>
  13.     <shortcut online="true">
  14.       <desktop/>
  15.       <menu submenu="GeoGebra WebStart"/>
  16.     </shortcut>
  17.     
  18.     <association mime-type="application/vnd.geogebra.file" extensions="ggb" description="GeoGebra File"/>
  19.     <association mime-type="application/vnd.geogebra.tool" extensions="ggt" description="GeoGebra Tool"/>
  20.     
  21.     <related-content href="http://www.geogebra.org/">
  22.       <title>www.geogebra.org</title>
  23.       <description>www.geogebra.org</description>
  24.     </related-content>
  25.     <related-content href="http://www.geogebra.org/forum/">
  26.       <title>GeoGebra User Forum</title>
  27.       <description>GeoGebra User Forum</description>
  28.       <icon href="forum.gif" width="16" height="16"/>
  29.     </related-content>
  30.     <related-content href="http://www.geogebra.org/en/wiki/">
  31.       <title>GeoGebraWiki (International)</title>
  32.       <description>GeoGebraWiki (International)</description>
  33.       <icon href="wiki.jpg" width="16" height="16"/>
  34.     </related-content>
  35.   </information>
  36.   
  37.   <information locale="de">
  38.     <description>Dynamische Mathematik f├╝r Alle</description>
  39.     <offline-allowed/>
  40.     
  41.     <related-content href="http://www.geogebra.org/de/wiki/">
  42.       <title>GeoGebraWiki (Deutsch)</title>
  43.       <description>GeoGebraWiki (Deutsch)</description>
  44.       <icon href="wiki.jpg" width="16" height="16"/>
  45.     </related-content>
  46.   </information>
  47.   
  48.   <security>
  49.     <all-permissions/>
  50.   </security>
  51.   <update check="timeout" policy="always"/>
  52.   <resources>
  53.     <j2se version="1.4.2+" max-heap-size="512m" href="http://java.sun.com/products/autodl/j2se"/>
  54.     <jar href="geogebra.jar" main="true"/>
  55.     <jar href="geogebra_main.jar"/>
  56.     <jar href="geogebra_gui.jar"/>
  57.     <jar href="geogebra_properties.jar"/>
  58.     <jar href="geogebra_export.jar"/>    
  59.     <jar href="geogebra_cas.jar"/>    
  60.   </resources>
  61.   <application-desc main-class="geogebra.GeoGebra"/>
  62. </jnlp>
  63.