logging and unit test updates
[debian/openrocket] / html / download.html
diff --git a/html/download.html b/html/download.html
deleted file mode 100644 (file)
index 5e3d49c..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <title>OpenRocket&mdash;Download</title>
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
-  <meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry"/>
-  <link rel="stylesheet" type="text/css" href="layout.css"/>
-</head>
-
-<body class="page_download">
-  <!--[if lte IE 6]>
-  <div id="iewarn">
-    You are using a browser that is <strong>8 years old!</strong>  
-    &nbsp;&nbsp;&nbsp;
-    In Internet-years that is <em>prehistoric!</em><br/>
-    For the sanity of all webmasterkind, 
-    <em>please <a href="http://www.mozilla.com/">upgrade</a></em>.  It's easy!
-  </div>
-  <![endif]-->
-
-  <h1>Download OpenRocket</h1>
-
-  <div class="menucontainer">
-  <div class="menu">
-    <ul>
-      <li>OpenRocket</li>
-      <li><a href="index.html">Home</a></li>
-      <li><a href="features.html">Features</a></li>
-      <li><a href="screenshots.html">Screenshots</a></li>
-      <li><a href="download.html">Download</a></li>
-      <li><a href="documentation.html">Documentation</a></li>
-      <li><a href="contact.html">
-        Mailing lists<br/>
-        Support forums<br/>
-       Contact info</a></li>
-      <li><a href="report.html">
-        Report a bug<br/>
-       Request a feature</a></li>
-      <li><a href="license.html">License</a></li>
-    </ul>
-    <div class="logo">
-      <a href="http://sourceforge.net/projects/openrocket"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=260357&amp;type=12" width="120" height="30" alt="Get OpenRocket at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
-    </div>
-  </div>
-  </div>
-
-  <div class="content">
-
-    <h2>Binary download</h2>
-
-    <p>The binary download below is the recommended package for general
-    use.  It is pre-packaged with motor thrust curves from
-    <a href="http://www.thrustcurve.org/">thrustcurve.org</a>.</p>
-
-    <p><em>OpenRocket requires <strong>Java version 6</strong> or
-    later.  The Sun JRE is recommended.</em></p>
-
-    <p class="download">
-    <a href="https://sourceforge.net/projects/openrocket/files/openrocket/OpenRocket-0.9.6.jar/download">Download OpenRocket 0.9.6</a></p>
-
-    <p>OpenRocket is still considered <strong>beta software</strong>.
-    If you encounter any problems, please 
-    <a href="report.html">report them</a> so they can be fixed!</p>
-
-    <p>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</p>
-    <pre class="quote">$ java -jar OpenRocket-0.9.6.jar</pre>
-
-    <p>Older packages and source code are available from the
-    <a href="https://sourceforge.net/project/showfiles.php?group_id=260357&amp;package_id=319743">SourceForge repository</a>.</p>
-
-
-    <h2>Source code</h2>
-
-    <p><strong>Source packages</strong> for OpenRocket are available in the
-    <a href="https://sourceforge.net/project/showfiles.php?group_id=260357&amp;package_id=319743">SourceForge repository</a>.</p>
-
-    <p>Alternatively, the most recent development version can be 
-    obtained from the
-    <a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/">SVN 
-    repository</a>.  It can be retrieved simply using the command</p>
-    <pre class="quote">$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket</pre>
-    <p>The above URL may be used to connect to the repository with
-    other Subversion clients as well.</p>
-
-
-
-  </div>
-
-  <div class="valid">
-    <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!"/></a>
-       <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="vcss.gif" alt="Valid CSS!"/></a>
-    </p>
-  </div>
-
-<!-- Piwik -->
-<script type="text/javascript">
-var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
-document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
-</script><script type="text/javascript">
-piwik_action_name = '';
-piwik_idsite = 1;
-piwik_url = pkBaseURL + "piwik.php";
-piwik_log(piwik_action_name, piwik_idsite, piwik_url);
-</script>
-<noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt=""/></p></noscript>
-<!-- End Piwik Tag -->
-
-</body>
-</html>
-