create changelog entry
[debian/openrocket] / core / web / htp / documentation.htp
1 <file template="body.htt">
2 <set title="OpenRocket &mdash; Documentation">
3 <set page="documentation">
4
5 <block name="body">
6   <h1>Documentation for OpenRocket</h1>
7
8   <div class="content">
9
10     <h2>User documentation</h2>
11
12     <p>Unfortunately no user's guide currently exists for OpenRocket.
13       Some documentation is available in the 
14       <a href="http://apps.sourceforge.net/mediawiki/openrocket/">OpenRocket
15       wiki pages</a>, including a stub
16       <a href="https://sourceforge.net/apps/mediawiki/openrocket/index.php?title=User%27s_Guide">User's
17       guide</a> and a section of
18       <a href="https://sourceforge.net/apps/mediawiki/openrocket/index.php?title=FAQ">frequently
19       asked questions</a>.</p>
20
21     <p>If you would like to help, please extend the documentation!</p>
22
23
24     <h2>Technical documentation</h2>
25
26     <p>OpenRocket was originally written as the Master's thesis of
27     Sampo Niskanen at Helsinki University of Technology.  This thesis
28     is being extended and updated as the OpenRocket technical
29     documentation.  Below is the latest technical documentation and
30     the original Master's thesis.</p>
31
32     <div class="separated">
33       <p>
34         <span class="licenseimage"><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="CC BY-SA" src="cc-by-sa-80x15.png" /></a></span>
35         <a href="techdoc.pdf">OpenRocket technical documentation</a> (2011-07-18)
36         &nbsp;&nbsp; <span class="note">(PDF&nbsp;1.4MB)</span>
37       </p>
38
39       <p>
40         <span class="licenseimage"><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img alt="CC BY-NC-ND" src="cc-by-nc-nd-80x15.png" /></a></span>
41         <a href="thesis.pdf">Development of an Open Source model rocket simulation software</a> (Master's thesis)
42         &nbsp;&nbsp; <span class="note">(PDF&nbsp;1.3MB)</span>
43       </p>
44     </div>
45
46     <p>The technical documentation is licensed under a
47     <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike License</a>
48     while the Master's thesis is licensed under a 
49     <a rel="license" href="http://creativecommons.org/licenses/by-nd-nc/1.0/fi/deed.en">Attribution-NonCommercial-NoDerivs
50     License</a>.
51     </p>
52
53
54     <p class="quote"><strong>Table of contents:</strong></p>
55     <ol class="toc">
56       <li>1. Introduction</li>
57       <li>2. Basics of model rocket flight</li>
58       <li>3. Aerodynamic properties of model rockets</li>
59       <li>4. Flight simulation</li>
60       <li>5. The OpenRocket simulation software</li>
61       <li>6. Comparison with experimental data</li>
62       <li>7. Conclusion</li>
63     </ol>
64     <ol class="toc">
65       <li>A. Nose cone and transition geometries</li>
66       <li>B. Transonic wave drag of nose cones</li>
67       <li>C. Streamer drag coefficient estimation</li>
68     </ol>
69
70
71
72     <h2>Resources</h2>
73
74     <p>A list of useful technical rocketry resources is available in
75       the <a href="https://sourceforge.net/apps/mediawiki/openrocket/index.php?title=Resources">"Resources"
76       wiki page</a>, including links to Barrowman's original report and
77       thesis, extensions for the Barrowman method, experimental rocket
78       data etc.</p>
79
80     <contentbox>
81   </div>
82 </block>