• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D17-Oct-200117.6 KiB341281

CUSTOMIZEH A D10-Sep-2001825 2717

CUSTOMIZE.cbH A D11-Oct-20026.4 KiB171137

CUSTOMIZE.varsH A D23-Nov-20029.2 KiB236175

ChangeLogH A D29-Jul-200366.3 KiB1,6731,253

INSTALLH A D21-Nov-20015.9 KiB145106

MakefileH A D29-Jul-20033.9 KiB13084

NEWSH A D29-Jul-20033.2 KiB7357

READMEH A D29-Jul-20032.7 KiB8757

TROUBLESHOOTINGH A D21-Nov-20013.2 KiB7857

gnatsweb-site-example.plH A D29-Jul-20036.3 KiB16590

gnatsweb-site.plH A D17-Oct-2001321 142

gnatsweb.plH A D03-May-2022126.1 KiB4,3153,004

test.plH A D29-Jul-20034.9 KiB17596

README

1
2                  Gnatsweb - web interface to GNATS
3
4                            Dirk Bergstrom
5                             Kenneth Cox
6                           Matt Gerassimoff
7                            Yngve Svendsen
8
9
10What is Gnatsweb?
11=================
12
13    Gnatsweb is a web interface to GNATS, the GNU Problem Report
14    Management System.  It is a Perl CGI script which runs on your web
15    server.
16
17
18System Requirements
19===================
20
21    Gnatsweb 4 requires that you have the following:
22
23    * The 'gnatsd' network daemon installed and configured, version
24      4.0 beta 2 or greater.
25
26      IMPORTANT: Gnatsweb 4.x will NOT work with GNATS 3.x
27
28    * Write access to a CGI-enabled directory on your web server.
29
30    * Perl 5, with the fine CGI.pm module, version 2.56 or newer.
31      Note that the unofficial 3.x versions of CGI.pm have been
32      reported not to work. There has been trouble reported with a
33      version of perl prior to 5.004_04.
34
35
36Where do I get it?
37==================
38
39    ftp://ftp.gnu.org/pub/gnu/gnatsweb/
40
41    It's also available in the contrib/gnatsweb directory of the GNATS
42    distribution, but since GNATS and Gnatsweb releases aren't
43    necessarily synchronized, this version will often be outdated.
44
45    Note that versions of Gnatsweb numbered 4.x only work with 4.x
46    versions of GNATS.
47
48How do I install it?
49====================
50
51    Read the INSTALL file.  For postinstall customization, read
52    CUSTOMIZE, then CUSTOMIZE.vars and CUSTOMIZE.cb.
53
54
55Who wrote it?
56=============
57
58    Gnatsweb was originally written by Matt Gerassimoff and Kenneth
59    H. Cox.  It is currently being maintained by Yngve Svendsen.  Dirk
60    Bergstrom made very significant contributions.
61
62    Grateful acknowledgement is given to the authors of wwwgnats, a
63    precursor to gnatsweb in spirit if not in code base: Dan Kegel and
64    Huy Le, Brian Behlendorf and Ken Coar.
65
66
67Licensing
68=========
69
70    GNU Gnatsweb is free software; you can redistribute it and/or
71    modify it under the terms of the GNU General Public License as
72    published by the Free Software Foundation; either version 2, or
73    (at your option) any later version.
74
75    GNU Gnatsweb is distributed in the hope that it will be useful,
76    but WITHOUT ANY WARRANTY; without even the implied warranty of
77    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
78    General Public License for more details.
79
80    You should have received a copy of the GNU General Public License
81    along with Gnatsweb; see the file COPYING. If not, write to the
82    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
83    Boston, MA 02111-1307, USA.
84
85    Copyright 1998, 1999, 2001, 2003
86    - The Free Software Foundation Inc.
87