Commit graph

9 commits

Author SHA1 Message Date
Hiroki Sato
5305bb945d 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.
2006-08-19 21:26:51 +00:00
Hiroki Sato
eb0a534139 Merge new redesign to Japanese translation.
Submitted by:	Emily Boyd (emilyboyd at emilyboyd dot com)
Sponsored by:	Google Summer of Code 2005
2005-10-04 16:21:53 +00:00
Hideyuki KURASHINA
28a21a4512 Catch up with the English version:
1.23 -> 1.25   copyright/daemon.sgml
   1.47 -> 1.48   internal/about.sgml
   1.17 -> 1.18   java/index.sgml
   1.9  -> 1.10   java/links/development.sgml
   1.7  -> 1.8    java/links/freebsd.sgml
   1.35 -> 1.37   java/newsflash.sgml
   1.38 -> 1.41   news/news.sgml
   1.8  -> 1.9    news/newsflash.xsl
   1.3  -> 1.5    news/press.xsl
   1.6  -> 1.8    news/pressreleases.sgml
   1.2  -> 1.3    releases/5.1R/Makefile
   1.92 -> 1.94   releases/index.sgml
   1.89 -> 1.91   search/search.sgml
   1.65 -> 1.68   search/web.atoz
2003-11-03 11:41:05 +00:00
Hiroki Sato
636a03b084 Catch up with the English version:
1.34  -> 1.35 	java/newsflash.sgml
	1.8   -> 1.9  	java/links/development.sgml
	1.6   -> 1.7  	java/links/freebsd.sgml
	1.7   -> 1.8  	java/links/resources.sgml
	1.5   -> 1.6  	java/links/tutorials.sgml
2003-09-23 03:56:42 +00:00
Hiroki Sato
bfdde38901 Merge the following from the English version:
1.21  -> 1.22 	applications.sgml
	1.57  -> 1.59 	includes.sgml
	1.56  -> 1.57 	where.sgml
	1.43  -> 1.44 	y2kbug.sgml
	1.6   -> 1.8  	copyright/copyright.sgml
	1.21  -> 1.23 	copyright/daemon.sgml
	1.11  -> 1.12 	copyright/freebsd-license.sgml
	1.8   -> 1.9  	copyright/license.sgml
	1.5   -> 1.6  	java/advocacy.sgml
	1.16  -> 1.17 	java/index.sgml
	1.8   -> 1.9  	java/install.sgml
	1.33  -> 1.34 	java/newsflash.sgml
	1.4   -> 1.5  	java/press.sgml
	1.4   -> 1.5  	java/dists/10.sgml
	1.7   -> 1.8  	java/dists/11.sgml
	1.16  -> 1.17 	java/dists/12.sgml
	1.12  -> 1.13 	java/dists/13.sgml
	1.3   -> 1.5  	java/dists/14.sgml
	1.6   -> 1.7  	java/dists/index.sgml
	1.5   -> 1.6  	java/links/api.sgml
	1.7   -> 1.8  	java/links/development.sgml
	1.4   -> 1.5  	java/links/documentation.sgml
	1.5   -> 1.6  	java/links/freebsd.sgml
	1.5   -> 1.6  	java/links/index.sgml
	1.6   -> 1.7  	java/links/resources.sgml
	1.5   -> 1.6  	java/links/servlets.sgml
	1.4   -> 1.5  	java/links/tools.sgml
	1.4   -> 1.5  	java/links/tutorials.sgml
	1.4   -> 1.5  	java/links/vendor.sgml
	1.5   -> 1.8  	platforms/index.sgml
	1.12  -> 1.13 	platforms/x86-64.sgml
	1.85  -> 1.86 	search/search.sgml
	1.133 -> 1.134	security/security.sgml
2003-07-05 06:03:16 +00:00
Jun Kuriyama
ec6840ce43 Punctuation character transition.
Submitted by:	rio <rio@tokyoalley.net>
2002-03-04 00:34:20 +00:00
Jun Kuriyama
edf4ff4992 Merge the changes in the English version. 2002-01-14 13:38:56 +00:00
Jun Kuriyama
cf94a454e2 Second round of synchronizing. 2001-07-14 05:55:07 +00:00
Hiroki Sato
2425a9adc8 Add new translations and activate them:
java/Makefile
	java/index.sgml
	java/links/Makefile
	java/links/api.sgml
	java/links/development.sgml
	java/links/documentation.sgml
	java/links/freebsd.sgml
	java/links/index.sgml
	java/links/resources.sgml
	java/links/servlets.sgml
	java/links/tools.sgml
	java/links/tutorials.sgml
	java/links/vendor.sgml

Submitted by:	Yatou Hiroki <san@oct.zaq.ne.jp>
Reviewed by:	SUGIMURA Takashi <sugimura@kitanet.ne.jp> (in part)
References:	[doc-jp 8116]
2001-04-03 19:13:11 +00:00