- Add Japanese footer and fix an unexpected

line-break (includes.sgml).

- Add new translation and activate it (java/press.sgml).

- Merge the following from the English version:

	1.21  -> 1.22 	internet.sgml (with some translation fixes)
	1.211 -> 1.224	news/newsflash.sgml
	1.160 -> 1.167	news/press.sgml
This commit is contained in:
Hiroki Sato 2000-11-29 15:49:59 +00:00
parent 68ecbc8a12
commit 576e5e167b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8449
6 changed files with 210 additions and 54 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/ja/java/Makefile,v 1.8 2000/11/07 05:13:19 kuriyama Exp $
# $FreeBSD: www/ja/java/Makefile,v 1.9 2000/11/07 11:37:54 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.3
@ -18,7 +18,7 @@ SUBDIR = dists
DOCS+= index.sgml
DOCS+= install.sgml
DOCS+= newsflash.sgml
#DOCS+= press.sgml
DOCS+= press.sgml
### Revision checking
REVCHECK= YES

28
ja/java/press.sgml Normal file
View file

@ -0,0 +1,28 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Java Project: In The Press...">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $FreeBSD$ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.4 -->
<html>
&header;
<table width="600" border="0">
<tr>
<td>
<P><B>Java World 1999 年 3 月</b>:<A HREF="http://www.javaworld.com/javaworld/jw-03-1999/jw-03-volanomark-2.html">(リンク)</A>
<BR>JavaWorld 誌は, 7 つのオペレーティングシステム上の 16 の Java
仮想マシンの性能とネットワークスケーラビリティに関する Volano
氏の調査レポートを掲載しています.
記事には, ネイティブ版 1.1.8 JDK を使った場合の FreeBSD が含まれています.
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>