chiark / gitweb /
Merge from trunk
[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 \dBdisorder_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 don't know where to install the CGI, or indeed
38 whether you wanted it installed, so they do not install it at all.
39 You must copy it into the right location according to your web
40 server's configuration.
41 .SH "SEE ALSO"
42 .BR disorder_config (5),
43 .BR disorder_options (5),
44 .BR disorder_templates (5),
45 .BR disorder_actions (5)
46 .\" Local Variables:
47 .\" mode:nroff
48 .\" fill-column:79
49 .\" End: