From owner-cvs-all@FreeBSD.ORG Sat Aug 19 21:24:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F99416A4DF; Sat, 19 Aug 2006 21:24:07 +0000 (UTC) (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 D69A643D49; Sat, 19 Aug 2006 21:24:06 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7JLO6UK015261; Sat, 19 Aug 2006 21:24:06 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7JLO6Rr015260; Sat, 19 Aug 2006 21:24:06 GMT (envelope-from hrs) Message-Id: <200608192124.k7JLO6Rr015260@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 19 Aug 2006 21:24:06 +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/it about.sgml community.sgml docs.sgml includes.header.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes.navdocs.sgml includes.navdownload.sgml includes.navports.sgml includes.navsupport.sgml includes.release.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2006 21:24:07 -0000 hrs 2006-08-19 21:24:06 UTC FreeBSD doc repository Modified files: it about.sgml community.sgml docs.sgml index.xsl mailto.sgml support.sgml where.sgml it/copyright copyright.sgml it/docs books.sgml it/platforms index.sgml it/ports index.sgml it/releases index.sgml it/releases/4.10R announce.sgml it/releases/4.11R announce.sgml it/releases/5.2.1R announce.sgml it/releases/5.2R announce.sgml it/releases/5.3R announce.sgml it/releases/5.4R announce.sgml it/releases/6.0R announce.sgml Added files: it/share/sgml catalog catalog.xml header.l10n.ent l10n.ent libcommon.xsl navibar.l10n.ent Removed files: it includes.header.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes.navdocs.sgml includes.navdownload.sgml includes.navports.sgml includes.navsupport.sgml includes.release.sgml includes.sgml includes.xsl Log: www cleanup mega commit: - Move includes.nav*.sgml to share/sgml/navibar.ent and /share/sgml/navibar.l10n.ent. - Move includes.sgml and includes.xsl to share/sgml/common.ent, share/sgml/header.ent, /share/sgml/l10n.ent, and /share/sgml/header.l10n.ent. - Move most of XSLT libraries to share/sgml/*.xsl and /share/sgml/*.xsl. - Move news.xml and other *.xml files for the similar purpose to share/sgml/*.xml and /share/sgml/*.xml. - Switch to use a custom DTD for HTML document. Now we use "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is HTML 4.01 + some entities previously pulled via " %includes;" line. The location of entity file will be resolved by using catalog file. - Add DOCTYPE declearation to XML documents. This makes the followings possible: * Use of &foo; entities for SGML in an XML file instead of defining {$foo} as the same content. * &symbolic; entities for Latin characters. - Duplicated information between SGML and XML, or English and translated doc, has been removed as much as possible. Revision Changes Path 1.4 +3 -4 www/it/about.sgml 1.2 +3 -4 www/it/community.sgml 1.2 +3 -5 www/it/copyright/copyright.sgml 1.10 +3 -4 www/it/docs.sgml 1.3 +3 -5 www/it/docs/books.sgml 1.7 +0 -132 www/it/includes.header.sgml (dead) 1.5 +0 -20 www/it/includes.navabout.sgml (dead) 1.4 +0 -13 www/it/includes.navcommunity.sgml (dead) 1.8 +0 -28 www/it/includes.navdevelopers.sgml (dead) 1.6 +0 -22 www/it/includes.navdocs.sgml (dead) 1.7 +0 -24 www/it/includes.navdownload.sgml (dead) 1.2 +0 -19 www/it/includes.navports.sgml (dead) 1.5 +0 -24 www/it/includes.navsupport.sgml (dead) 1.5 +0 -74 www/it/includes.release.sgml (dead) 1.18 +0 -38 www/it/includes.sgml (dead) 1.24 +0 -477 www/it/includes.xsl (dead) 1.31 +56 -55 www/it/index.xsl 1.9 +3 -4 www/it/mailto.sgml 1.3 +5 -5 www/it/platforms/index.sgml 1.2 +3 -6 www/it/ports/index.sgml 1.6 +3 -5 www/it/releases/4.10R/announce.sgml 1.4 +3 -5 www/it/releases/4.11R/announce.sgml 1.7 +3 -5 www/it/releases/5.2.1R/announce.sgml 1.8 +3 -5 www/it/releases/5.2R/announce.sgml 1.5 +3 -5 www/it/releases/5.3R/announce.sgml 1.4 +3 -5 www/it/releases/5.4R/announce.sgml 1.2 +3 -5 www/it/releases/6.0R/announce.sgml 1.13 +4 -6 www/it/releases/index.sgml 1.1 +12 -0 www/it/share/sgml/catalog (new) 1.1 +12 -0 www/it/share/sgml/catalog.xml (new) 1.1 +50 -0 www/it/share/sgml/header.l10n.ent (new) 1.1 +34 -0 www/it/share/sgml/l10n.ent (new) 1.1 +9 -0 www/it/share/sgml/libcommon.xsl (new) 1.1 +168 -0 www/it/share/sgml/navibar.l10n.ent (new) 1.3 +4 -5 www/it/support.sgml 1.5 +4 -5 www/it/where.sgml