chiark / gitweb /
Synchronize with disorder.dev
[disorder] / doc / disorder_templates.5.tail
CommitLineData
3e1616b6
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.\"
daf0351f
RK
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.
3e1616b6
RK
31.SH "SEE ALSO"
32.BR disorder_config (5)
33.\" Local Variables:
34.\" mode:nroff
35.\" fill-column:79
36.\" End: