chiark / gitweb /
Merge audio timing fix branch.
[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
33\dBdisorder_config\fR(5) for general configuration.
34.PP
35See \fBdisorder_templates\fR(5) for the template language used.
36.SH "WHERE IS IT?"
37The DisOrder makefiles don't know where to install the CGI, or indeed
38whether you wanted it installed, so they do not install it at all.
39You must copy it into the right location according to your web
40server'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: