From owner-cvs-all@FreeBSD.ORG Mon Aug 21 18:27:44 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 0CF8816A4DD; Mon, 21 Aug 2006 18:27:44 +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 A0A1943D55; Mon, 21 Aug 2006 18:27:43 +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 k7LIRh13026325; Mon, 21 Aug 2006 18:27:43 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LIRh4o026324; Mon, 21 Aug 2006 18:27:43 GMT (envelope-from hrs) Message-Id: <200608211827.k7LIRh4o026324@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 21 Aug 2006 18:27:43 +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/share/mk doc.xml.mk www/share/sgml catalog-cwd.xml common.ent events.dtd gallery.dtd news.dtd press.dtd statusreport.dtd templates.entries.xsl templates.events.xsl templates.news-rdf.xsl templates.newsflash.xsl templates.oldnewsflash.xsl ... 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: Mon, 21 Aug 2006 18:27:44 -0000 hrs 2006-08-21 18:27:43 UTC FreeBSD doc repository Modified files: share/mk doc.xml.mk share/sgml common.ent events.dtd gallery.dtd news.dtd press.dtd statusreport.dtd templates.entries.xsl templates.events.xsl templates.news-rdf.xsl templates.newsflash.xsl templates.oldnewsflash.xsl templates.oldpress.xsl templates.press.xsl templates.usergroups.xsl xslt10-freebsd.dtd share/mk doc.common.mk doc.xml.mk Added files: share/sgml catalog-cwd.xml Log: Implement dynamic generation of &base; entity for XML documents and activate it instead of using a static &base;. Since an .xml database file (or an .xslt stylesheet file) is used from various directories, the static &base; no longer works. PR: www/102331 Revision Changes Path 1.17 +6 -0 doc/share/mk/doc.common.mk 1.9 +13 -1 doc/share/mk/doc.xml.mk 1.8 +14 -2 www/share/mk/doc.xml.mk 1.1 +16 -0 www/share/sgml/catalog-cwd.xml (new) 1.2 +4 -5 www/share/sgml/common.ent 1.2 +6 -1 www/share/sgml/events.dtd 1.2 +6 -1 www/share/sgml/gallery.dtd 1.2 +6 -1 www/share/sgml/news.dtd 1.2 +6 -1 www/share/sgml/press.dtd 1.2 +6 -1 www/share/sgml/statusreport.dtd 1.2 +1 -2 www/share/sgml/templates.entries.xsl 1.2 +1 -2 www/share/sgml/templates.events.xsl 1.2 +1 -2 www/share/sgml/templates.news-rdf.xsl 1.2 +1 -2 www/share/sgml/templates.newsflash.xsl 1.2 +1 -2 www/share/sgml/templates.oldnewsflash.xsl 1.2 +1 -2 www/share/sgml/templates.oldpress.xsl 1.2 +1 -2 www/share/sgml/templates.press.xsl 1.8 +1 -2 www/share/sgml/templates.usergroups.xsl 1.2 +6 -1 www/share/sgml/xslt10-freebsd.dtd