DGP - Fix to non-bulk densities
[debian/openrocket] / html / contact.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4   <title>OpenRocket&mdash;Support and contact information</title>
5   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
6   <meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry, support, bug report, feature request, contact information"/>
7   <link rel="stylesheet" type="text/css" href="layout.css"/>
8 </head>
9
10 <body class="page_contact">
11   <!--[if lte IE 6]>
12   <div id="iewarn">
13     You are using a browser that is <strong>8 years old!</strong>  
14     &nbsp;&nbsp;&nbsp;
15     In Internet-years that is <em>prehistoric!</em><br/>
16     For the sanity of all webmasterkind, 
17     <em>please <a href="http://www.mozilla.com/">upgrade</a></em>.  It's easy!
18   </div>
19   <![endif]-->
20
21   <h1>Support and contact information for OpenRocket</h1>
22
23   <div class="menucontainer">
24   <div class="menu">
25     <ul>
26       <li>OpenRocket</li>
27       <li><a href="index.html">Home</a></li>
28       <li><a href="features.html">Features</a></li>
29       <li><a href="screenshots.html">Screenshots</a></li>
30       <li><a href="download.html">Download</a></li>
31       <li><a href="documentation.html">Documentation</a></li>
32       <li><a href="contact.html">
33         Mailing lists<br/>
34         Support forums<br/>
35         Contact info</a></li>
36       <li><a href="report.html">
37         Report a bug<br/>
38         Request a feature</a></li>
39       <li><a href="license.html">License</a></li>
40     </ul>
41     <div class="logo">
42       <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>
43     </div>
44   </div>
45   </div>
46
47   <div class="content">
48
49     <h2>Mailing lists</h2>
50
51     <p>If you would like to be notified when new versions of
52     OpenRocket are released, you can join the
53     <a href="https://lists.sourceforge.net/lists/listinfo/openrocket-announce"><tt>OpenRocket-announce</tt> mailing list</a>.  The
54     list is moderated and meant only for OpenRocket related
55     announcements.</p>
56
57     <p>When more developers join the project, a development mailing
58     list will be created as well.</p>
59
60     <p><strong>Unsubscribing</strong> from the lists can be performed
61     in the above links as well.  <em>Please do not send unsubscription
62     requests to the list.</em></p>
63
64
65     <h2>Support forums</h2>
66
67     <p>The main support channel for the usage of OpenRocket is the
68     support forums.  This way everybody can benefit from the answers
69     provided.</p>
70
71     <p><em><a href="http://apps.sourceforge.net/phpbb/openrocket/">Go
72     to the support forums &rarr;</a></em></p>
73
74
75     <h2 id="contact">Contact information</h2>
76
77     <p>OpenRocket is developed by Sampo Niskanen.  His contact
78     information can be found below.</p>
79
80     <p><em>If you would like to contribute something to OpenRocket, please
81     contact me!</em></p>
82
83     <p><strong><em>Support requests</em></strong> should be sent to
84     the <a href="http://apps.sourceforge.net/phpbb/openrocket/">support 
85     forums</a>.<br/>
86     <strong><em>Bug reports and feature requests</em></strong> should
87     be <a href="report.html">reported separately</a>.</p>
88
89     <p><strong>Email:</strong>  &nbsp;&nbsp;
90     <em>sam<span>po</span>.<span>niskanen</span><span>@i</span>ki.fi</em></p>
91
92     <p><strong>WWW:</strong>  &nbsp;&nbsp;
93     <a href="http://www.iki.fi/sampo.niskanen/" 
94     title="Home page of Sampo Niskanen"><em>http://www.iki.fi/sampo.niskanen/</em></a></p>
95
96   </div>
97
98   <div class="valid">
99     <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!"/></a>
100        <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="vcss.gif" alt="Valid CSS!"/></a>
101     </p>
102   </div>
103
104 <!-- Piwik -->
105 <script type="text/javascript">
106 var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
107 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
108 </script><script type="text/javascript">
109 piwik_action_name = '';
110 piwik_idsite = 1;
111 piwik_url = pkBaseURL + "piwik.php";
112 piwik_log(piwik_action_name, piwik_idsite, piwik_url);
113 </script>
114 <noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt=""/></p></noscript>
115 <!-- End Piwik Tag -->
116
117 </body>
118 </html>
119