bugs.tmpl
1 /* -*-html-*- */
2 /*
3  * $Id: bugs.tmpl,v 1.3 2004/06/29 15:13:15 sbooth Exp $
4  *
5  * Copyright (C) 1996 - 2004 Stephen F. Booth <sbooth@gnu.org>
6  * Part of the GNU cgicc library, http://www.cgicc.org
7  *
8  * Permission is granted to copy, distribute and/or modify this document
9  * under the terms of the GNU Free Documentation License, Version 1.1
10  * or any later version published by the Free Software Foundation;
11  * with no Invariant Sections, with no Front-Cover Texts, and with
12  * no Back-Cover Texts.
13  * A copy of the license is included in the section entitled "GNU
14  * Free Documentation License".
15  */
16 
17 /*! \page cgicc_bugs Reporting Bugs
18 
19 If you think you have found a bug in %cgicc, then you should send as
20 complete a report as possible to <tt>bug-cgicc@gnu.org</tt>.
21 Ideally, you should include the text you get by running
22 \c config.guess and the text you see when you run
23 \c configure. This can be accomplished in the
24 <tt>%cgicc-$(VERSION)/</tt> directory with the following commands:
25 
26 \htmlonly
27 <div class="unix"><pre>
28 % support/config.guess > out
29 % ./configure >> out
30 % mail -s "cgicc bug?" bug-cgicc@gnu.org < out
31 </pre></div>
32 \endhtmlonly
33 
34 If you think you have tracked down the source of the bug, please
35 also send a patch made with
36 \htmlonly
37 <div class="unix"><pre>
38 % diff -U 5
39 </pre></div>
40 \endhtmlonly
41 which fixes the problem.
42 
43 \htmlonly
44 <div class="nav">
45 \endhtmlonly
46 Previous: \ref cgicc_lists |
47 Current: \ref cgicc_bugs |
48 Next: \ref index
49 \htmlonly
50 </div>
51 \endhtmlonly
52 */

GNU cgicc - A C++ class library for writing CGI applications
Copyright © 1996 - 2004 Stephen F. Booth
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front Cover Texts, and with no Back-Cover Texts.
Documentation generated Wed Jan 27 2016 13:50:14 for cgicc by doxygen 1.8.9.1