chiark / gitweb /
scripts/sedfiles.make, doc/disorder.cgi.8.in: Say where the file is.
[disorder] / doc / disorder.cgi.8.in
CommitLineData
5c1ae3bc
RK
1.\"
2.\" Copyright (C) 2008 Richard Kettlewell
3.\"
e7eb3a27 4.\" This program is free software: you can redistribute it and/or modify
5c1ae3bc 5.\" it under the terms of the GNU General Public License as published by
e7eb3a27 6.\" the Free Software Foundation, either version 3 of the License, or
5c1ae3bc 7.\" (at your option) any later version.
e7eb3a27
RK
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.\"
5c1ae3bc 14.\" You should have received a copy of the GNU General Public License
e7eb3a27 15.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
5c1ae3bc
RK
16.\"
17.TH disorder.cgi 8
18.SH NAME
19disorder.cgi - DisOrder web interface
20.SH DESCRIPTION
21.B disorder.cgi
22is the web interface for DisOrder. It runs as a CGI executable under
23(for example) Apache.
24.PP
25By 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
27CGI to work effectively, though it should be possible to manage
28without.
29.PP
30See \fBdisorder_actions\fR(5) for a description of what the CGI does.
31.PP
32See \fBdisorder_options\fR(5) for CGI-specific configuration and
5fcd6a71 33\fBdisorder_config\fR(5) for general configuration.
5c1ae3bc
RK
34.PP
35See \fBdisorder_templates\fR(5) for the template language used.
36.SH "WHERE IS IT?"
5978e3f9 37The DisOrder makefiles installed it in \fBcgiexecdir\fR.
5c1ae3bc
RK
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: