169187fa900722e1912ced7293952cd38504eeb4
[debian/openrocket] / html / index.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</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_index">
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>OpenRocket &mdash; an Open Source model rocket simulator</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>Introduction</h2>
50
51     <p><strong>OpenRocket</strong> is a Free, fully featured model
52       rocket simulator written in Java.  It can be used to design and
53       simulate rockets before actually building and flying them.
54     </p>
55     <p>OpenRocket features a full six-degree-of-freedom simulation,
56       realistic wind modeling, a multitude of different components
57       including free-form fins and canted fins, clustering and
58       staging.  Read more about its <a href="features.html">features</a>.
59     </p>
60     <p>Best of all, OpenRocket is Open Source&mdash;its source code is
61       freely available to study and extend.  Anybody wishing to
62       contribute to the project can do so according to the
63       <a href="license.html">GNU GPL</a>.  Simply 
64       <a href="download.html">download</a> the source code
65       and start hacking, or <a href="download.html">get the ready
66       package</a> to begin designing and simulating.
67     </p>
68     <p>OpenRocket is still considered to be <strong>beta
69       software</strong>&mdash;there will still be bugs and occasional
70       problems.  If you encounter problems, please
71       <a href="contact.html">report them</a> so they can be fixed.
72     </p>
73
74     <div>
75       <div class="smallshot"><a href="screenshots.html">
76         <img src="shots-small/main.jpg" alt="Main window"/><br/>
77         Main window
78       </a></div>
79       <div class="smallshot"><a href="screenshots.html">
80         <img src="shots-small/dialog-analysis.jpg" alt="Analysis dialog"/><br/>
81         Analysis dialog
82       </a></div>
83       <div class="smallshot last"><a href="screenshots.html">
84         <img src="shots-small/dialog-plot.jpg" alt="Simulation plot"/><br/>
85         Simulation plot
86       </a></div>
87     </div>
88     <div class="clear"></div>
89
90
91     <h2>News</h2>
92
93     <p><strong>13.7.2009:</strong> Version 0.9.2 is
94       <a href="download.html">released</a>!</p>
95
96     <p>This version includes <strong>bug fixes for imperial unit 
97     conversions</strong> and UI improvements for motor selection.
98     <em>All users of imperial units should upgrade!</em></p>
99
100     <p><strong>9.6.2009:</strong> The 
101     <a href="documentation.html">Master's thesis</a> for which OpenRocket
102     was written for is now available!</p>
103
104     <p>At the same time version 0.9.1 was
105     <a href="download.html">released</a>.  This release fixes various
106     file handling bugs and adds small UI enhancements.</p>
107
108     <p><strong>24.5.2009:</strong> First version 0.9.0 
109       <a href="download.html">released</a>!</p>
110
111   </div>
112
113   <div class="valid">
114     <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!"/></a>
115        <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="vcss.gif" alt="Valid CSS!"/></a>
116     </p>
117   </div>
118
119 <!-- Piwik -->
120 <script type="text/javascript">
121 var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
122 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
123 </script><script type="text/javascript">
124 piwik_action_name = '';
125 piwik_idsite = 1;
126 piwik_url = pkBaseURL + "piwik.php";
127 piwik_log(piwik_action_name, piwik_idsite, piwik_url);
128 </script>
129 <noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt=""/></p></noscript>
130 <!-- End Piwik Tag -->
131
132 </body>
133 </html>
134