Bug fixes and startup checks
[debian/openrocket] / html / download.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4   <title>OpenRocket&mdash;Download</title>
5   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
6   <meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry"/>
7   <link rel="stylesheet" type="text/css" href="layout.css"/>
8 </head>
9
10 <body class="page_download">
11   <!--[if lte IE 6]>
12   <div id="iewarn">
13     You are using a browser that is <strong>8 years old!</strong>  
14     &nbsp;&nbsp;&nbsp;
15     In Internet-years that is <em>prehistoric!</em><br/>
16     For the sanity of all webmasterkind, 
17     <em>please <a href="http://www.mozilla.com/">upgrade</a></em>.  It's easy!
18   </div>
19   <![endif]-->
20
21   <h1>Download OpenRocket</h1>
22
23   <div class="menucontainer">
24   <div class="menu">
25     <ul>
26       <li>OpenRocket</li>
27       <li><a href="index.html">Home</a></li>
28       <li><a href="features.html">Features</a></li>
29       <li><a href="screenshots.html">Screenshots</a></li>
30       <li><a href="download.html">Download</a></li>
31       <li><a href="documentation.html">Documentation</a></li>
32       <li><a href="contact.html">
33         Mailing lists<br/>
34         Support forums<br/>
35         Contact info</a></li>
36       <li><a href="report.html">
37         Report a bug<br/>
38         Request a feature</a></li>
39       <li><a href="license.html">License</a></li>
40     </ul>
41     <div class="logo">
42       <a href="http://sourceforge.net/projects/openrocket"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=260357&amp;type=12" width="120" height="30" alt="Get OpenRocket at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
43     </div>
44   </div>
45   </div>
46
47   <div class="content">
48
49     <h2>Binary download</h2>
50
51     <p>The binary download below is the recommended package for general
52     use.  It is pre-packaged with motor thrust curves from
53     <a href="http://www.thrustcurve.org/">thrustcurve.org</a>.</p>
54
55     <p><em>OpenRocket requires <strong>Java version 6</strong> or
56     later.  The Sun JRE is recommended.</em></p>
57
58     <p class="download">
59     <a href="https://sourceforge.net/project/downloading.php?group_id=260357&filename=OpenRocket-0.9.0.jar">Download OpenRocket 0.9.0</a></p>
60
61     <p>OpenRocket is still considered <strong>beta software</strong>.
62     If you encounter any problems, please 
63     <a href="report.html">report them</a> so they can be fixed!</p>
64
65     <p>OpenRocket can be started in graphical environments (such as
66     Windows) by double-clicking the package icon.  No installation is
67     required.  From the command line it can be started by</p>
68     <pre class="quote">$ java -jar OpenRocket-0.9.0.jar</pre>
69
70     <p>Older packages are available from the
71     <a href="https://sourceforge.net/project/showfiles.php?group_id=260357">SourceForge repository</a>.</p>
72
73
74     <h2>Source code</h2>
75
76     <p>The source code for OpenRocket is available from the
77     <a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/">SourceForge SVN repository</a>.  
78     It can be retrieved simply using the command</p>
79     <pre class="quote">$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket</pre>
80     <p>The above URL may be used to connect to the repository with
81     other Subversion clients as well.</p>
82
83
84
85   </div>
86
87   <div class="valid">
88     <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!"/></a>
89        <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="vcss.gif" alt="Valid CSS!"/></a>
90     </p>
91   </div>
92
93 </body>
94 </html>
95