chiark / gitweb /
scripts/sedfiles.make, doc/disorder.cgi.8.in: Say where the file is.
[disorder] / doc / disorder.cgi.8.in
1 .\"
2 .\" Copyright (C) 2008 Richard Kettlewell
3 .\"
4 .\" This program is free software: you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation, either version 3 of the License, or
7 .\" (at your option) any later version.
8 .\" 
9 .\" This program is distributed in the hope that it will be useful,
10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 .\" GNU General Public License for more details.
13 .\" 
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 .\"
17 .TH disorder.cgi 8
18 .SH NAME
19 disorder.cgi - DisOrder web interface
20 .SH DESCRIPTION
21 .B disorder.cgi
22 is the web interface for DisOrder.  It runs as a CGI executable under
23 (for example) Apache.
24 .PP
25 By default it will connect as the "guest" user.  This implies that
26 \fBdisorder setup-guest\fR must have been run on the server for the
27 CGI to work effectively, though it should be possible to manage
28 without.
29 .PP
30 See \fBdisorder_actions\fR(5) for a description of what the CGI does.
31 .PP
32 See \fBdisorder_options\fR(5) for CGI-specific configuration and
33 \fBdisorder_config\fR(5) for general configuration.
34 .PP
35 See \fBdisorder_templates\fR(5) for the template language used.
36 .SH "WHERE IS IT?"
37 The DisOrder makefiles installed it in \fBcgiexecdir\fR.
38 .SH "SEE ALSO"
39 .BR disorder_config (5),
40 .BR disorder_options (5),
41 .BR disorder_templates (5),
42 .BR disorder_actions (5)
43 .\" Local Variables:
44 .\" mode:nroff
45 .\" fill-column:79
46 .\" End: