From owner-cvs-doc@FreeBSD.ORG Sun Nov 6 17:21:30 2005 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C3D16A41F; Sun, 6 Nov 2005 17:21:29 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD8443D46; Sun, 6 Nov 2005 17:21:28 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA6HLS1T005920; Sun, 6 Nov 2005 17:21:28 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA6HLS57005919; Sun, 6 Nov 2005 17:21:28 GMT (envelope-from hrs) Message-Id: <200511061721.jA6HLS57005919@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 6 Nov 2005 17:21:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en index.xsl www/share/sgml includes.header.sgml includes.header.xsl includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes.navdocs.sgml includes.navdownload.sgml includes.navsupport.sgml templates.usergroups.xsl X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 17:21:30 -0000 hrs 2005-11-06 17:21:28 UTC FreeBSD doc repository Modified files: en index.xsl share/sgml includes.header.sgml includes.header.xsl includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes.navdocs.sgml includes.navdownload.sgml includes.navsupport.sgml templates.usergroups.xsl Log: 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. Revision Changes Path 1.138 +57 -57 www/en/index.xsl 1.8 +32 -32 www/share/sgml/includes.header.sgml 1.10 +26 -26 www/share/sgml/includes.header.xsl 1.3 +2 -2 www/share/sgml/includes.navabout.sgml 1.3 +2 -2 www/share/sgml/includes.navcommunity.sgml 1.5 +2 -2 www/share/sgml/includes.navdevelopers.sgml 1.5 +2 -2 www/share/sgml/includes.navdocs.sgml 1.4 +2 -2 www/share/sgml/includes.navdownload.sgml 1.3 +2 -2 www/share/sgml/includes.navsupport.sgml 1.4 +9 -9 www/share/sgml/templates.usergroups.xsl