Update documentation for 15.03.

This commit is contained in:
kruland2607 2015-03-26 07:51:38 -05:00
parent a631f39483
commit 204e3e9159
5 changed files with 31 additions and 13 deletions

View File

@ -80,11 +80,19 @@ header("Content-type: text/plain");
$version = $_GET["version"]; $version = $_GET["version"];
$updates = ""; $updates = "";
$unstable = "14.11"; $unstable = "15.03";
$stable = "1.0.0"; $stable = "1.0.0";
if (preg_match("/^14.06$/", $version)) { if (preg_match("/^14.11$/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"10: Experimental support for TubeFins\n".
"10: Scriptable simulation extensions\n".
"10: User configurable default mach\n".
"6: Updated thrustcurves\n" .
"4: Fixed a few bugs\n" .
"";
} else if (preg_match("/^14.06$/", $version)) {
$updates = "Version: " . $unstable . "\n" . $updates = "Version: " . $unstable . "\n" .
"6: Updated thrustcurves\n" . "6: Updated thrustcurves\n" .
"4: Fixed a few bugs\n" . "4: Fixed a few bugs\n" .

View File

@ -48,6 +48,9 @@
<div class="content"> <div class="content">
<div class="news"> <div class="news">
<h2>Recent news:</h2> <h2>Recent news:</h2>
<p><span class="date">28.03.2015:</span> Version 15.03 is
<a href="download.html">released</a>! This release contains scriptable simulation extensions and experimental support for tube fins along with many additional improvements.
</p>
<p><span class="date">02.11.2014:</span> Version 14.11 is <p><span class="date">02.11.2014:</span> Version 14.11 is
<a href="download.html">released</a>! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed. <a href="download.html">released</a>! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed.
</p> </p>
@ -87,20 +90,20 @@
<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> <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>
</div> </div>
<div class="downloadbox"> <div class="downloadbox">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/14.11/OpenRocket-14.11.jar/download"> <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/15.03/OpenRocket-15.03.jar/download">
<strong>Download now!</strong> <strong>Download now!</strong>
<span>OpenRocket-14.11.jar</span> <span>OpenRocket-15.03.jar</span>
</a> </a>
<span class="alternative"> <span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.11/ReleaseNotes/view">Release notes</a> | <a href="https://sourceforge.net/projects/openrocket/files/openrocket/15.03/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.11/OpenRocket-14.11-src.zip/download">Source code</a> <a href="https://sourceforge.net/projects/openrocket/files/openrocket/15.03/OpenRocket-15.03-src.zip/download">Source code</a>
</span> </span>
</div> </div>
<p>OpenRocket can be started in most graphical environments (including <p>OpenRocket can be started in most graphical environments (including
Windows) by double-clicking the package icon. No installation is Windows) by double-clicking the package icon. No installation is
required.</p> required.</p>
<p>From the command line OpenRocket can be started by <p>From the command line OpenRocket can be started by
<span class="command">java -jar OpenRocket-14.11.jar</span></p> <span class="command">java -jar OpenRocket-15.03.jar</span></p>
<h3>Android version</h3> <h3>Android version</h3>
<p>The Android version allows opening OpenRocket files, viewing <p>The Android version allows opening OpenRocket files, viewing
simulations and motors. Later versions will allow running simulations and motors. Later versions will allow running
@ -115,7 +118,7 @@
<ol> <ol>
<li>Go to <em>Settings</em> &rarr; <em>Applications</em> and <li>Go to <em>Settings</em> &rarr; <em>Applications</em> and
check <em>Unknown sources</em>.</li> check <em>Unknown sources</em>.</li>
<li>Download <a href="https://sourceforge.net/projects/openrocket/files/openrocket/12.09/OpenRocket-Android-12.09.apk/download">OpenRocket-Android-12.09.apk</a> <li>Download <a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11/OpenRocket-Android-13.11.apk/download">OpenRocket-Android-13.11.apk</a>
on your device and accept installation.</li> on your device and accept installation.</li>
</ol> </ol>
</div> </div>

View File

@ -49,12 +49,12 @@
<h2>Introduction</h2> <h2>Introduction</h2>
<div class="rightpane"> <div class="rightpane">
<div class="downloadbox"> <div class="downloadbox">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/14.11/OpenRocket-14.11.jar/download"> <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/15.03/OpenRocket-15.03.jar/download">
<strong>Download now!</strong> <strong>Download now!</strong>
<span>OpenRocket-14.11.jar</span> <span>OpenRocket-15.03.jar</span>
</a> </a>
<span class="alternative"> <span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.11/ReleaseNotes/view">Release notes</a> | <a href="https://sourceforge.net/projects/openrocket/files/openrocket/15.03/ReleaseNotes/view">Release notes</a> |
<a href="download.html">Other versions</a> <a href="download.html">Other versions</a>
</span> </span>
</div> </div>
@ -108,6 +108,9 @@ Profiler</a>.
<div class="clear"></div> <div class="clear"></div>
<div class="news"> <div class="news">
<h2>News</h2> <h2>News</h2>
<p><span class="date">28.03.2015:</span> Version 15.03 is
<a href="download.html">released</a>! This release contains scriptable simulation extensions and experimental support for tube fins along with many additional improvements.
</p>
<p><span class="date">02.11.2014:</span> Version 14.11 is <p><span class="date">02.11.2014:</span> Version 14.11 is
<a href="download.html">released</a>! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed. <a href="download.html">released</a>! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed.
</p> </p>

View File

@ -1,5 +1,5 @@
<set version="14.11"> <set version="15.03">
<set androidversion="12.09"> <set androidversion="13.11">
<def name="downloadbox"> <def name="downloadbox">
<div class="downloadbox"> <div class="downloadbox">

View File

@ -8,6 +8,10 @@
</if> </if>
<!--- Remember to move the position of "onlyrecent" below! ---> <!--- Remember to move the position of "onlyrecent" below! --->
<p><span class="date">28.03.2015:</span> Version 15.03 is
<a href="download.html">released</a>! This release contains scriptable simulation extensions and experimental support for tube fins along with many additional improvements.
</p>
<p><span class="date">02.11.2014:</span> Version 14.11 is <p><span class="date">02.11.2014:</span> Version 14.11 is
<a href="download.html">released</a>! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed. <a href="download.html">released</a>! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed.
</p> </p>