Date: Sat, 19 Aug 2006 21:26:21 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/tr Makefile docs.sgml features.sgml includes.sgml includes.xsl index.xsl mailto.sgml www/tr/doc Makefile www/tr/share/sgml catalog catalog.xml header.l10n.ent l10n.ent libcommon.xsl navibar.l10n.ent Message-ID: <200608192126.k7JLQLMJ017771@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hrs 2006-08-19 21:26:21 UTC FreeBSD doc repository Modified files: tr Makefile docs.sgml features.sgml index.xsl mailto.sgml tr/doc Makefile Added files: tr/share/sgml catalog catalog.xml header.l10n.ent l10n.ent libcommon.xsl navibar.l10n.ent Removed files: tr includes.sgml includes.xsl Log: www cleanup mega commit: - Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/navibar.l10n.ent. - Move includes.sgml and includes.xsl to share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent, and <lang>/share/sgml/header.l10n.ent. - Move most of XSLT libraries to share/sgml/*.xsl and <lang>/share/sgml/*.xsl. - Move news.xml and other *.xml files for the similar purpose to share/sgml/*.xml and <lang>/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 "<!ENTITY % includes SYSTEM "includes.sgml"> %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.3 +5 -13 www/tr/Makefile 1.2 +13 -9 www/tr/doc/Makefile 1.2 +2 -3 www/tr/docs.sgml 1.2 +2 -3 www/tr/features.sgml 1.2 +0 -134 www/tr/includes.sgml (dead) 1.2 +0 -117 www/tr/includes.xsl (dead) 1.4 +118 -175 www/tr/index.xsl 1.2 +2 -3 www/tr/mailto.sgml 1.1 +12 -0 www/tr/share/sgml/catalog (new) 1.1 +12 -0 www/tr/share/sgml/catalog.xml (new) 1.1 +32 -0 www/tr/share/sgml/header.l10n.ent (new) 1.1 +44 -0 www/tr/share/sgml/l10n.ent (new) 1.1 +9 -0 www/tr/share/sgml/libcommon.xsl (new) 1.1 +34 -0 www/tr/share/sgml/navibar.l10n.ent (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608192126.k7JLQLMJ017771>