chiark / gitweb /
Bring CGI docs pretty much up to date
[disorder] / doc / disorder.cgi.8.in
CommitLineData
5c1ae3bc
RK
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 2 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, but
10.\" WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12.\" 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, write to the Free Software
16.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17.\" USA
18.\"
19.TH disorder.cgi 8
20.SH NAME
21disorder.cgi - DisOrder web interface
22.SH DESCRIPTION
23.B disorder.cgi
24is the web interface for DisOrder. It runs as a CGI executable under
25(for example) Apache.
26.PP
27By default it will connect as the "guest" user. This implies that
28\fBdisorder setup-guest\fR must have been run on the server for the
29CGI to work effectively, though it should be possible to manage
30without.
31.PP
32See \fBdisorder_actions\fR(5) for a description of what the CGI does.
33.PP
34See \fBdisorder_options\fR(5) for CGI-specific configuration and
35\dBdisorder_config\fR(5) for general configuration.
36.PP
37See \fBdisorder_templates\fR(5) for the template language used.
38.SH "WHERE IS IT?"
39The DisOrder makefiles don't know where to install the CGI, or indeed
40whether you wanted it installed, so they do not install it at all.
41You must copy it into the right location according to your web
42server's configuration.
43.SH "SEE ALSO"
44.BR disorder_config (5),
45.BR disorder_options (5),
46.BR disorder_templates (5),
47.BR disorder_actions (5)
48.\" Local Variables:
49.\" mode:nroff
50.\" fill-column:79
51.\" End: