Date: Mon, 12 Jan 2004 13:27:01 -0800 (PST) From: Hiroki Sato <hrs@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en Makefile www/en/news Makefile news.xml newsflash.xsl oldnewsflash.xsl press.xml press.xsl www/en/news/2001 Makefile news.xml www/en/news/2002 Makefile news.xml www/ja Makefile includes.xsl index.xsl www/share/mk ... Message-ID: <200401122127.i0CLR1VX082957@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hrs 2004/01/12 13:27:01 PST FreeBSD doc repository Modified files: en Makefile en/news Makefile news.xml newsflash.xsl oldnewsflash.xsl press.xml press.xsl en/news/2001 Makefile news.xml en/news/2002 Makefile news.xml ja Makefile includes.xsl index.xsl share/mk web.site.mk share/sgml advisories.xml includes.misc.xsl includes.xsl en_US.ISO8859-1/books/handbook Makefile ja_JP.eucJP/share/sgml mirrors-local.xsl transtable-local.xsl transtable.xml share/mk doc.common.mk share/sgml mirrors-local.xsl mirrors-master.xsl transtable-local.xsl transtable-master.xsl transtable.xml Added files: share/sgml transtable-common.xsl share/sgml transtable-common.xsl Log: Improve transtable.{xml,xsl}, including: - The structure of transtable.xml is revised. <word> should be bracketed with <group>. - A sorting order of the FreeBSD mirror sites rendered using mirrors.xml has been determined by sort(1). - A template "transtable-lookup" has been added for localization on word-by-word basis. - Replace English month names in news.xml, press.xml, and advisories.xml with numbers that correspond to the names. The number->name translation is performed on the fly. - Since information in mirrors.xml is used in www/ tree, it depends on doc/ tree now. When WITHOUT_DOC is defined it can be built without doc/ tree, but some information becomes unavailable. For example, a list of the mirror sites generated in index.html becomes a dummy one, and calling "transtable-lookup" with a word returns the word itself. Neither www/ nor doc/ build should be broken due to this commit, but until the necessary changes are applied in the localized directories, the transtable does not work; it simply generates non-localized contents even if transtable.xsl is used. Revision Changes Path 1.78 +0 -2 doc/en_US.ISO8859-1/books/handbook/Makefile 1.3 +0 -5 doc/ja_JP.eucJP/share/sgml/mirrors-local.xsl 1.2 +0 -4 doc/ja_JP.eucJP/share/sgml/transtable-local.xsl 1.3 +320 -254 doc/ja_JP.eucJP/share/sgml/transtable.xml 1.5 +23 -10 doc/share/mk/doc.common.mk 1.3 +0 -4 doc/share/sgml/mirrors-local.xsl 1.5 +9 -6 doc/share/sgml/mirrors-master.xsl 1.1 +50 -0 doc/share/sgml/transtable-common.xsl (new) 1.2 +6 -1 doc/share/sgml/transtable-local.xsl 1.2 +62 -21 doc/share/sgml/transtable-master.xsl 1.2 +67 -11 doc/share/sgml/transtable.xml 1.106 +3 -2 www/en/Makefile 1.2 +4 -2 www/en/news/2001/Makefile 1.64 +13 -13 www/en/news/2001/news.xml 1.2 +4 -2 www/en/news/2002/Makefile 1.2 +12 -12 www/en/news/2002/news.xml 1.39 +10 -4 www/en/news/Makefile 1.187 +14 -14 www/en/news/news.xml 1.10 +15 -3 www/en/news/newsflash.xsl 1.6 +15 -3 www/en/news/oldnewsflash.xsl 1.120 +73 -73 www/en/news/press.xml 1.6 +8 -2 www/en/news/press.xsl 1.63 +5 -2 www/ja/Makefile 1.20 +54 -1 www/ja/includes.xsl 1.34 +106 -109 www/ja/index.xsl 1.50 +23 -2 www/share/mk/web.site.mk 1.146 +63 -63 www/share/sgml/advisories.xml 1.4 +67 -40 www/share/sgml/includes.misc.xsl 1.2 +2 -1 www/share/sgml/includes.xsl 1.1 +50 -0 www/share/sgml/transtable-common.xsl (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401122127.i0CLR1VX082957>