Commit graph

10 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
Hiroki Sato
fe00ab234e Fix a typo and remove an unnecessary paragraph that was
slipped into this file in the previous commit.

Submitted by:	Ryusuke SUZUKI (ryusuke at nucl dot sci dot hokudai dot ac dot jp)
References:	[doc-jp-work 885]
2004-09-01 15:40:03 +00:00
Hideyuki KURASHINA
fcd2cac01b Merge the following from the English version:
1.7   -> 1.9    copyright/trademarks.sgml
	1.176 -> 1.177  docs.sgml
	(new) -> 1.1    freebsd.css
	1.5   -> 1.6    java/dists/14.sgml
	1.9   -> 1.12   java/install.sgml
	1.23  -> 1.24   ports/categories
	1.152 -> 1.153  projects/projects.sgml
	1.1   -> 1.2    releases/4.9R/announce.sgml
	1.91  -> 1.92   search/search.sgml
	1.147 -> 1.148  security/security.sgml
2003-11-17 20:23:59 +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
Hiroki Sato
47addc1f1d Merge the following from the English version:
1.13  -> 1.14 	java/index.sgml
	1.7   -> 1.8  	java/install.sgml
	1.15  -> 1.16 	java/dists/12.sgml
	1.10  -> 1.11 	java/dists/13.sgml
	(new) -> 1.1  	java/dists/14.sgml
	1.4   -> 1.5  	java/dists/Makefile
	1.5   -> 1.6  	java/dists/index.sgml
2003-01-06 03:38:35 +00:00
Jun Kuriyama
ddedc502bc Punctuation character transition.
Submitted by:	rio@tokyoalley.net
2002-03-02 06:34:57 +00:00
Jun Kuriyama
6ebe3891f7 Merge the changes in the English version. 2002-01-05 10:40:51 +00:00
Jun Kuriyama
30216cb86e o Merge the following from the English version:
1.4   -> 1.6    java/index.sgml
        1.5   -> 1.6    java/install.sgml
        1.6   -> 1.13   java/newsflash.sgml
        1.4   -> 1.5    java/dists/11.sgml
        1.6   -> 1.10   java/dists/12.sgml
        1.2   -> 1.3    java/dists/13.sgml
        1.3   -> 1.4    java/dists/index.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
Reviewed by:	Hiroki Sato <hrs@geocities.co.jp>
References:	[doc-jp 7363]
2000-05-12 15:33:06 +00:00
Jun Kuriyama
592b27d254 o Add the following translation forgotten
in the previous commit and enable it again in Makefile.

        1.5        java/install.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
Reviewed by:	Hiroki Sato <hrs@geocities.co.jp>
References:	[doc-jp 7334]
2000-04-27 22:47:18 +00:00