chiark / gitweb /
Bring CGI docs pretty much up to date
[disorder] / doc / disorder_templates.5.tail
... / ...
CommitLineData
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.SH "NOTES"
20.SS "Character Encoding"
21The CGI does not (currently) declare any character encoding.
22This could be changed quite easily but in practice is not a pressing necessity.
23.PP
24The recommended approach is to treat the templates as ASCII files and if
25non-ASCII characters are required, use HTML entities to represent them.
26.PP
27For example, to represent the copyright sign, use \fB©\fR or \fB©\fR.
28.PP
29If you know the decimal or hex unicode value for a character then you can use
30\fB&#NNN;\fR or \fB&#xHHHH;\fR respectively.
31.SH "SEE ALSO"
32.BR disorder_actions (5),
33.BR disorder_options (5),
34.BR disorder_config (5) (5),
35.BR disorder.cgi (8)
36.\" Local Variables:
37.\" mode:nroff
38.\" fill-column:79
39.\" End: