]> git.sur5r.net Git - glabels/blob - web/contact/index.php
Initial checkin of website.
[glabels] / web / contact / index.php
1 <?php include "../common_php.inc"; ?>
2
3 <?php gLabelsHeader("contact"); ?>
4
5 <h1 class="contact">Contact ...</h1>
6
7 <h2>Reporting bugs</h2>
8 <p>Please report any bugs you find in gLabels at the 
9 <?a("http://sourceforge.net/tracker/?atid=445116&amp;group_id=46122&amp;func=browse","SourceForge gLabels Bug Tracker");?>.
10 You may also join the <?a("http://lists.sourceforge.net/lists/listinfo/glabels-devel","gLabels Developer List");?> to discuss
11 the problem more directly (please submit all bugs to the tracker as well).
12 </p>
13 <p>Please consult the following checklist when reporting a bug.
14 </p>
15 <ol>
16   <li>Verify that you are not experiencing a known bug or limitation by consulting the <?a("/faq/", "gLabels FAQ");?>.
17   <li>Verify that the bug is not a duplicate of an existing bug by searching the tracker.  If you have additional information
18       on an existing bug, please add your information to the existing bug.  If you
19       are not using the latest version of glabels, you should also look for closed
20       bugs since the problem may have already been resolved.</li>
21   <li>Please provide complete information:
22       <ul>
23         <li>version of gLabels</li>
24         <li>platform (operating system, version, and CPU)</li>
25         <li>detailed steps to reproduce the problem</li>
26         <li>sample file(s) (if appropriate)</li>
27         <li>screenshots (if appropriate)</li>
28         <li>locale (very important for i18n issues, e.g. problems with special characters)</li>
29       </ul>
30   </li>
31   <li>If this is a crash, it is important to submit a backtrace. Use gdb to get a backtrace as follows:
32 <div class="codebox">$ <b>gdb glabels</b>
33 GNU gdb ...
34
35 (gdb) <b>run</b>
36         <b><i>(Carry out the actions to make glabels crash)</i></b>
37 (gdb) <b>bt</b>
38         <b><i>(copy and paste all of this to your bug report)</i></b>
39 (gdb) <b>quit</b>
40 $</div>
41   </li>
42
43 </ol>
44
45 <h2>Feature Requests</h2>
46 Feature requests should be submitted to the
47 <?a("http://sourceforge.net/tracker/?atid=445119&amp;group_id=46122&amp;func=browse","Sourceforge gLabels Feature Request Tracker");?>.
48
49 <h2>Mailing Lists</h2>
50 <ul>
51   <li>Developers list: <?a_mailto("glabels-devel@lists.sourceforge.net");?>
52     <ul>
53       <li><?a("http://lists.sourceforge.net/lists/listinfo/glabels-devel","Join");?></li>
54       <li><?a("http://sourceforge.net/mailarchive/forum.php?forum=glabels-devel","Archives");?></li>
55     </ul>
56   </li>
57 </ul>
58
59 <ul>
60   <li>Template designers list: <?a_mailto("glabels-templates@lists.sourceforge.net");?>
61     <ul>
62       <li><?a("http://lists.sourceforge.net/lists/listinfo/glabels-templates","Join");?></li>
63       <li><?a("http://sourceforge.net/mailarchive/forum.php?forum=glabels-templates","Archives");?></li>
64     </ul>
65   </li>
66 </ul>
67   
68
69 <h2>Want to help?</h2>
70 <p>
71 Please start by joining one or both of the above mailing lists.
72 </p>
73
74
75
76
77 <?php gLabelsFooter(); ?>