DGP - Fix to non-bulk densities
[debian/openrocket] / html / report.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_report">
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>Bug reports</h2>
50
51     <p>If you encounter problems with OpenRocket, please report them
52     so they can be fixed in future versions.  Please follow the
53     instructions below to report a bug:</p>
54
55     <ul>
56       <li>Search the bug repository to see if the bug has already been
57       reported.  If it is, please add extra information to that bug
58       report:
59       <form action="https://sourceforge.net/search/index.php" method="get">
60         <p><input type="hidden" name="group_id" value="260357" />
61         <input type="hidden" name="type_of_search" value="artifact"/>
62 <!--    <input type="hidden" name="group_artifact_id" value="1127606" /> -->
63 <!--    <input type="hidden" name="artifact_group" value="Bug" /> -->
64         <input type="hidden" name="search_summary" value="1" />
65         <input type="hidden" name="search_details" value="1" />
66         <input type="hidden" name="search_comments" value="1" />
67
68         <input type="text" name="all_words" value="" />
69         <input type="submit" name="form_submit" value="Search" /></p>
70       </form>
71       </li>
72
73       <li>Report the bug using the 
74       <a href="https://sourceforge.net/tracker/?func=add&amp;group_id=260357&amp;atid=1127606">bug
75       tracker</a>.  Follow the instructions provided to fill in the 
76       report.</li>
77
78       <li>If you are unsure about some issue, you can discuss it in
79       the appropriate 
80       <a href="http://apps.sourceforge.net/phpbb/openrocket/">support 
81       forum</a>.</li>
82     </ul>
83
84     <h2>Feature requests</h2>
85
86     <p>Good ideas on how to make OpenRocket better are always welcome!
87     The features will be implemented as there is time.  However, no
88     promises are made of when or whether some feature will be
89     provided.</p>
90
91     <p>If you would like to implement some feature yourself, patches
92     are sincerely welcome.  Please <a href="contact.html#contact">contact
93     me</a> in order to coordinate our efforts.</p>
94
95     <p>When requesting a feature:</p>
96
97     <ul>
98       <li>Check that the feature is not already in the
99       <a href="features.html#future">planned future features</a> or
100       the <a href="https://sourceforge.net/tracker/?group_id=260357&amp;atid=1127606&amp;artgroup=899287">enhancement requests</a>.</li>
101       <li>Send the request to the <a href="https://sourceforge.net/tracker/?func=add&amp;group_id=260357&amp;atid=1127606">bug tracker</a> as an
102       enhancement request.  Please send multiple enhancements as
103       individual items.</li>
104     </ul>
105
106   </div>
107
108   <div class="valid">
109     <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!"/></a>
110        <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="vcss.gif" alt="Valid CSS!"/></a>
111     </p>
112   </div>
113
114 <!-- Piwik -->
115 <script type="text/javascript">
116 var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
117 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
118 </script><script type="text/javascript">
119 piwik_action_name = '';
120 piwik_idsite = 1;
121 piwik_url = pkBaseURL + "piwik.php";
122 piwik_log(piwik_action_name, piwik_idsite, piwik_url);
123 </script>
124 <noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt=""/></p></noscript>
125 <!-- End Piwik Tag -->
126
127 </body>
128 </html>
129