Commit graph

5 commits

Author SHA1 Message Date
Hiroki Sato
00616f3728 Convert a string in the id attribute to the upper case to avoid
confusion.

Rationale: The ISO 8879 (SGML) specification defines this as
case-insensitive and it must always be treated as one in the upper case
when the SGML declaration does not include "NAMECASE GENERAL NO."
On the other hand, in the XML specification (REC-xml-20040204)
it is case-sensitive and no normalization with regard to the case
must not be performed by an XML parser.  We use HTML 4.01 (SGML) DTD
in most of the files in the www tree and convert them into XHTML
1.0 (XML) DTD forcibly by using tidy.  So, as long as we use both
SGML and XML DTD in this way it is better to use upper case only
for the id attribute to avoid the case sensitivity problem.
2005-11-06 17:21:28 +00:00
Ceri Davies
3cb4b2fa46 Introduce a new entity, cgibase, which points at where our CGI scripts
can be found, i.e., http://www.FreeBSD.org/cgi at the moment.

This allows for easier pre-commit testing of CGI scripts, and avoids
SNAFUs with an incorrect URL being committed, as has happened a couple
of times recently.

en/ should be fully converted with this commit; other languages need to
be updated, but are in mid merge molasses at present so I have not
touched them.
2005-10-06 19:27:37 +00:00
Simon L. B. Nielsen
ff40b601fc Make link to the manual pages CGI script always point at
www.FreeBSD.org, since mirrors probably won't have CGI support.

Reported by:	Frank Laszlo <laszlof@tvog.net>
2005-10-06 15:30:24 +00:00
Simon L. B. Nielsen
1232f9299a Convert DOS to UNIX line endings. 2005-10-06 15:27:30 +00:00
Murray Stokely
27aba1d5f2 Add more shared include files for the new web design.
Submitted by:   Emily Boyd <emilyboyd@emilyboyd.com>
Sponsored by:   Google Summer of Code 2005
2005-10-04 07:37:03 +00:00