added web pages
[debian/openrocket] / web / htp / news.htp
diff --git a/web/htp/news.htp b/web/htp/news.htp
new file mode 100644 (file)
index 0000000..d405d99
--- /dev/null
@@ -0,0 +1,74 @@
+
+<div class="news">
+  
+  <if newstitle>
+    <h2><use newstitle></h2>
+  <else>
+    <h2>News</h2>
+  </if>
+
+  <!--- Remember to move the position of "onlyrecent" below! --->
+
+  <p><span class="date">10.3.2010:</span> Version 1.0.0 is 
+    <a href="download.html">released</a>!</p>
+
+  <p>This release includes several hundred new thrustcurves from
+    <a href="http://www.thrustcurve.org/">thrustcurve.org</a> and some
+    bug fixes.  It is also a stable milestone, after which development
+    on larger features will be started in a 1.1 branch.  Look out
+    for it!  :-)</p>
+
+  <p><span class="date">17.2.2010:</span> Version 0.9.6 is
+    <a href="download.html">released</a>!</p>
+
+  <p>This release updates the aerodynamic calculation methods to be
+    more in line with the Barrowman method and enhances the simulation
+    time step selection, in addition to fixing numerous bugs.</p>
+
+  <p><span class="date">28.11.2009:</span> Version 0.9.5 is
+    <a href="download.html">released</a>!</p>
+
+  <p>This release <strong>fixes a serious bug in 0.9.4</strong> that
+    prevented adding a tube coupler and centering ring to the same
+    body tube, in addition to a few smaller additions.  Users of
+    0.9.4 should upgrade immediately!</p>
+
+
+  <if not onlyrecent><!--- Older items not shown on download page:  --->
+
+
+  <p><span class="date">24.11.2009:</span> Version 0.9.4 is
+    <a href="download.html">released</a>!</p>
+
+  <p>This version adds support for through-the-wall fin tabs,
+    attaching components to coupler tubes, material editing, automatic
+    update checking, in addition to fixing numerous bugs.</p>
+
+  <p><span class="date">1.9.2009:</span> Version 0.9.3 is
+    <a href="download.html">released</a>!</p>
+
+  <p>This version includes lots of bug fixes and new features including
+    data exporting, showing flight events in plots, example rocket designs,
+    splitting clustered inner tubes and automated bug reporting.</p>
+
+  <p><span class="date">13.7.2009:</span> Version 0.9.2 is
+    <a href="download.html">released</a>!</p>
+
+  <p>This version includes <strong>bug fixes for imperial unit 
+      conversions</strong> and UI improvements for motor selection.
+    <em>All users of imperial units should upgrade!</em></p>
+
+  <p><span class="date">9.6.2009:</span> The 
+    <a href="documentation.html">Master's thesis</a> for which OpenRocket
+    was written for is now available!</p>
+
+  <p>At the same time version 0.9.1 was
+    <a href="download.html">released</a>.  This release fixes various
+    file handling bugs and adds small UI enhancements.</p>
+
+  <p><span class="date">24.5.2009:</span> First version 0.9.0 
+    <a href="download.html">released</a>!</p>
+
+  </if><!--- ................... --->
+  
+</div>