From 800e211417d977c55c8fddcc175ec8c74793f51b Mon Sep 17 00:00:00 2001 From: plaa Date: Tue, 14 Jul 2009 20:40:50 +0000 Subject: [PATCH] html updates git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@16 180e2498-e6e9-4542-8430-84ac67f01cd8 --- html/download.html | 4 ++-- html/index.html | 7 +++++++ html/update-html.sh | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100755 html/update-html.sh diff --git a/html/download.html b/html/download.html index 1222161b..b850cebe 100644 --- a/html/download.html +++ b/html/download.html @@ -56,7 +56,7 @@ later. The Sun JRE is recommended.

- Download OpenRocket 0.9.1

+ Download OpenRocket 0.9.2

OpenRocket is still considered beta software. If you encounter any problems, please @@ -65,7 +65,7 @@

OpenRocket can be started in graphical environments (such as Windows) by double-clicking the package icon. No installation is required. From the command line it can be started by

-
$ java -jar OpenRocket-0.9.1.jar
+
$ java -jar OpenRocket-0.9.2.jar

Older packages and source code are available from the SourceForge repository.

diff --git a/html/index.html b/html/index.html index 0848ebfe..169187fa 100644 --- a/html/index.html +++ b/html/index.html @@ -90,6 +90,13 @@

News

+

13.7.2009: Version 0.9.2 is + released!

+ +

This version includes bug fixes for imperial unit + conversions and UI improvements for motor selection. + All users of imperial units should upgrade!

+

9.6.2009: The Master's thesis for which OpenRocket was written for is now available!

diff --git a/html/update-html.sh b/html/update-html.sh new file mode 100755 index 00000000..913a8b3c --- /dev/null +++ b/html/update-html.sh @@ -0,0 +1 @@ +scp *.html plaa,openrocket@web.sourceforge.net:htdocs/ -- 2.30.2