create changelog entry
[debian/openrocket] / core / web / htp / download.htp
1 <file template="body.htt">
2 <set title="OpenRocket &mdash; Download">
3 <set page="download">
4
5 <block name="body">
6   <h1>Download OpenRocket</h1>
7
8   <div class="content">
9
10     <set newstitle="Recent news:">
11     <set onlyrecent="true">
12     <file include="news.htp">
13
14     <div class="contentholder">
15       <h2>Ready packages</h2>
16
17       <p>These are packages ready for use and are the recommended
18         download for normal users.  They are pre-packaged with motor
19         thrust curves from 
20         <a href="http://www.thrustcurve.org/">thrustcurve.org</a>.</p>
21
22       <p>OpenRocket requires <strong>Java version 6</strong> or
23           later.  The Sun Java Runtime is recommended.</p>
24       
25       <h3>Desktop version</h3>
26
27       <p>This is the latest version of the desktop version of
28         OpenRocket.  It contains the latest and greatest features, and
29         runs on any system supporting Java.</p>
30       
31       <div class="left">
32         <img src="java_logo.png" alt=""/>
33       </div>
34       <div class="right support">
35         <a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a>
36       </div>
37
38       <set sourcelink="true">
39       <downloadbox>
40
41       <p>OpenRocket can be started in most graphical environments (including
42         Windows) by double-clicking the package icon.  No installation is
43         required.</p>
44
45       <p>From the command line OpenRocket can be started by
46       <span class="command">java -jar OpenRocket-<use version>.jar</span></p>
47
48       <h3>Android version</h3>
49
50       <p>The Android version allows opening OpenRocket files, viewing
51         simulations and motors.  Later versions will allow running
52         simulations as well.</p>
53
54       <p>The Android version is thanks to the fantastic work by Kevin
55         Ruland.</p>
56
57       <div class="left">
58         <img src="android_logo.png" alt=""/>
59       </div>
60       <div class="instructions">
61         <p>Installation:</p>
62         <ol>
63           <li>Go to <em>Settings</em> &rarr; <em>Applications</em> and
64             check <em>Unknown sources</em>.</li>
65           <li>Download <a href="https://sourceforge.net/projects/openrocket/files/openrocket/${androidversion}/OpenRocket-Android-${androidversion}.apk/download">OpenRocket-Android-<use androidversion>.apk</a>
66             on your device and accept installation.</li>
67
68         </ol>
69       </div>
70
71     </div>
72     <div class="clear"></div>
73
74     <h2>Source code and older versions</h2>
75
76     <p><strong>Source packages</strong> and older versions of
77       OpenRocket are available in the
78       <a href="https://sourceforge.net/projects/openrocket/files/openrocket/">SourceForge repository</a>.</p>
79     
80     <p>Alternatively, the most recent development version can be 
81       obtained from the
82       <a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/">SVN 
83         repository</a>.  It can be retrieved simply using the command</p>
84     <pre class="quote">$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket</pre>
85     <p>The above URL may be used to connect to the repository with
86       other Subversion clients as well.</p>
87
88     <contentbox>
89   </div>
90 </block>