From 824aa4420a29f849992d84a2d81be8e61eb1068c Mon Sep 17 00:00:00 2001 From: Sampo Niskanen Date: Sun, 6 Oct 2013 09:59:49 +0300 Subject: [PATCH] Update web pages --- core/web/html/actions/updates.php | 15 +++++++++++++-- core/web/html/download.html | 19 +++++++++---------- core/web/html/index.html | 10 +++++++--- core/web/htp/htp.def | 2 +- core/web/htp/news.htp | 13 +++++++++---- 5 files changed, 39 insertions(+), 20 deletions(-) diff --git a/core/web/html/actions/updates.php b/core/web/html/actions/updates.php index 7a072a002..74fd32f22 100644 --- a/core/web/html/actions/updates.php +++ b/core/web/html/actions/updates.php @@ -80,12 +80,21 @@ header("Content-type: text/plain"); $version = $_GET["version"]; $updates = ""; -$unstable = "13.09"; +$unstable = "13.09.1"; $stable = "1.0.0"; -if (preg_match("/^13.05$/", $version)) { +if (preg_match("/^13.09$/", $version)) { $updates = "Version: " . $unstable . "\n" . + "6: New thrustcurves for Aerotech C3 and D2\n" . + "4: Updated Translations to Russian\n" . + "4: Updated 3D libraries\n" . + "4: Bug fixes\n" . + ""; +} else if (preg_match("/^13.05$/", $version)) { + $updates = "Version: " . $unstable . "\n" . + "6: New thrustcurves for Aerotech C3 and D2\n" . + "4: Updated Translations to Russian\n" . "4: Updated 3D libraries\n" . "4: Bug fixes\n" . ""; @@ -94,6 +103,7 @@ if (preg_match("/^13.05$/", $version)) { "10: Realistic 3D rendering\n" . "9: Flight configurations\n" . "8: Lower stage simulation\n" . + "6: New thrustcurves for Aerotech C3 and D2\n" . "5: New translations\n" . "4: Bug fixes\n" . ""; @@ -103,6 +113,7 @@ if (preg_match("/^13.05$/", $version)) { "9: Flight configurations\n" . "8: Lower stage simulation\n" . "5: New translations\n" . + "6: New thrustcurves for Aerotech C3 and D2\n" . "4: Bug fixes\n" . ""; } else if (preg_match("/^12.03$/", $version)) { diff --git a/core/web/html/download.html b/core/web/html/download.html index 0f5c6c4b9..aa3e779ae 100644 --- a/core/web/html/download.html +++ b/core/web/html/download.html @@ -48,6 +48,10 @@

Recent news:

+

6.10.2013: Version 13.09.1 is + released! This is a bug-fix release, + and includes updated 3D libraries and new thrust curves for + Aerotech C3 and D2.

8.9.2013: Version 13.09 is released! This release contains numerous bug fixes, updated 3D JOGL libraries, and separated @@ -62,11 +66,6 @@

Version 13.05 also changes the file format to be ZIP-based. Versions earlier than 12.03 will not be able to read files saved by this version.

-

28.9.2012: Version 12.09.1 is - released! This is a bug-fix release, - fixing numerous bugs introduced in 12.09. The only new feature is - the option to automatically open the latest design file on startup - (in EditPreferencesOptions).

Ready packages

@@ -87,20 +86,20 @@ Support This Project

OpenRocket can be started in most graphical environments (including Windows) by double-clicking the package icon. No installation is required.

From the command line OpenRocket can be started by - java -jar OpenRocket-13.09.jar

+ java -jar OpenRocket-13.09.1.jar

Android version

The Android version allows opening OpenRocket files, viewing simulations and motors. Later versions will allow running diff --git a/core/web/html/index.html b/core/web/html/index.html index a2eb92172..b9cc6609b 100644 --- a/core/web/html/index.html +++ b/core/web/html/index.html @@ -49,12 +49,12 @@

Introduction

@@ -96,6 +96,10 @@

News

+

6.10.2013: Version 13.09.1 is + released! This is a bug-fix release, + and includes updated 3D libraries and new thrust curves for + Aerotech C3 and D2.

8.9.2013: Version 13.09 is released! This release contains numerous bug fixes, updated 3D JOGL libraries, and separated diff --git a/core/web/htp/htp.def b/core/web/htp/htp.def index 276ce86dc..251d077af 100644 --- a/core/web/htp/htp.def +++ b/core/web/htp/htp.def @@ -1,4 +1,4 @@ - + diff --git a/core/web/htp/news.htp b/core/web/htp/news.htp index 0c5ea4eba..0bd844645 100644 --- a/core/web/htp/news.htp +++ b/core/web/htp/news.htp @@ -9,6 +9,11 @@ +

6.10.2013: Version 13.09.1 is + released! This is a bug-fix release, + and includes updated 3D libraries and new thrust curves for + Aerotech C3 and D2.

+

8.9.2013: Version 13.09 is released! This release contains numerous bug fixes, updated 3D JOGL libraries, and separated @@ -26,16 +31,16 @@ Versions earlier than 12.03 will not be able to read files saved by this version.

+ + + +

28.9.2012: Version 12.09.1 is released! This is a bug-fix release, fixing numerous bugs introduced in 12.09. The only new feature is the option to automatically open the latest design file on startup (in EditPreferencesOptions). - - - -

23.9.2012: Version 12.09 for Android is released! The major improvement is the possibility to edit simulation parameters, thanks to work by Kevin