create changelog entry
[debian/openrocket] / core / web / htp / index.htp
1 <file template="body.htt">
2 <set title="OpenRocket">
3 <set page="index">
4
5 <block name="body">
6   <h1>OpenRocket &mdash; an Open Source model rocket simulator</h1>
7
8   <div class="content">
9
10     <h2>Introduction</h2>
11
12     <div class="rightpane">
13       <downloadbox>
14
15       <div class="screenshot">
16         <a href="shots/main.png"><img src="shots-small/main.jpg" alt="Main window"/></a>
17         <a href="features.html">
18           More screenshots...
19         </a>
20       </div>
21  
22       <div class="support">
23         <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>
24       </div>
25
26    </div>
27
28     <p><strong>OpenRocket</strong> is a free, fully featured model
29       rocket simulator that allows you to design and simulate your
30       rockets before actually building and flying them.</p>
31
32     <p>The main features include:</p>
33
34     <ul>
35       <li>Six-degree-of-freedom flight simulation</li>
36       <li>Automatic design optimization</li>
37       <li>Realtime simulated altitude, velocity and acceleration display</li>
38       <li>Staging and clustering support</li>
39       <li>Cross-platform (Java-based)</li>
40     </ul>
41     
42     <p>Read more about its <a
43       href="features.html">features and see screenshots</a>.
44     </p>
45     <p>OpenRocket is an Open Source project licensed under the 
46       <a href="license.html">GNU GPL</a>.  This means that the
47       software is free to use for whatever purposes, and the source
48       code is also available for studying and extending.
49     </p>
50     <p>OpenRocket needs help to become even better.  Implementing
51       features, writing documentation and creating example designs are
52       just a few ways of helping.  If you are interested in helping
53       make OpenRocket the best rocket simulator out there, please
54       <a href="getinvolved.html"><em>Get&nbsp;involved!</em></a> 
55     </p>
56
57
58     <div class="clear"></div>
59
60     <file include="news.htp">
61
62     <contentbox>
63   </div>
64 </block>
65