New tranlation and changes in the related files.
Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
This commit is contained in:
parent
52a9b24a7f
commit
f8a1fc6f8c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3220
7 changed files with 156 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.19 1998-07-29 17:07:31 hanai Exp $
|
||||
# $Id: Makefile,v 1.20 1998-07-30 02:35:20 hanai Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.36
|
||||
|
||||
|
@ -46,7 +46,7 @@ site.sgml: ../site.map
|
|||
#SUBDIR= security cgi commercial docproj gifs ports releases tutorials
|
||||
#SUBDIR+= news alpha projects
|
||||
SUBDIR= security docproj ports releases
|
||||
SUBDIR+= news
|
||||
SUBDIR+= news alpha
|
||||
|
||||
# Subdirectories that have linuxdoc docs and makefiles that use
|
||||
# <bsd.sgml.mk>.
|
||||
|
|
10
data/ja_JP.EUC/alpha/Makefile
Normal file
10
data/ja_JP.EUC/alpha/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# $Id: Makefile,v 1.1 1998-07-30 02:35:20 hanai Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
DOCS= alpha.sgml
|
||||
|
||||
# DOCS+= current.sgml
|
||||
# DOCS+= bootstrapping.sgml
|
||||
|
||||
.include "../../web.mk"
|
44
data/ja_JP.EUC/alpha/alpha.sgml
Normal file
44
data/ja_JP.EUC/alpha/alpha.sgml
Normal file
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-07-30 02:35:20 $">
|
||||
<!ENTITY title "FreeBSD/Alpha Project">
|
||||
<!ENTITY email 'freebsd-alpha'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: alpha.sgml,v 1.1 1998-07-30 02:35:20 hanai Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>このページには FreeBSD の Alpha システムへの移植についての
|
||||
情報をまとめてあります.</p>
|
||||
|
||||
<H3>FreeBSD/Alpha についてのリンク</H3>
|
||||
<UL>
|
||||
<LI><A HREF="../../alpha/bootstrapping.html">
|
||||
FreeBSD/Alpha のブートストラップ</A><BR>
|
||||
<li><a href="../../alpha/current.html">
|
||||
NetBSD 1.3 マシンでの FreeBSD-current の構築</a>
|
||||
<li><a href="http://www.freebsd.org/~jb/alpha.html">FreeBSD/Alpha の現状</a>
|
||||
<li><A href="../handbook/eresources:mail.html">
|
||||
FreeBSD/Alpha メーリングリスト</a></li>
|
||||
</UL>
|
||||
|
||||
<H3>その他のリンク</H3>
|
||||
<h4>ハードウェア</h4>
|
||||
<ul>
|
||||
<li><A href="http://www.digital.com/alphaserver/">DIGITAL AlphaServer</a><p>
|
||||
</ul>
|
||||
|
||||
<h4>プロジェクト</h4>
|
||||
<UL>
|
||||
<LI><A HREF="http://www.netbsd.org/Ports/alpha/">NetBSD/alpha</A>
|
||||
<LI><A HREF="http://www.openbsd.org/alpha.html">OpenBSD/alpha</A>
|
||||
<li><a href="http://www.azstarnet.com/~axplinux/">Linux/Alpha</a>
|
||||
</UL>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.19 1998-07-29 17:07:31 hanai Exp $
|
||||
# $Id: Makefile,v 1.20 1998-07-30 02:35:20 hanai Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.36
|
||||
|
||||
|
@ -46,7 +46,7 @@ site.sgml: ../site.map
|
|||
#SUBDIR= security cgi commercial docproj gifs ports releases tutorials
|
||||
#SUBDIR+= news alpha projects
|
||||
SUBDIR= security docproj ports releases
|
||||
SUBDIR+= news
|
||||
SUBDIR+= news alpha
|
||||
|
||||
# Subdirectories that have linuxdoc docs and makefiles that use
|
||||
# <bsd.sgml.mk>.
|
||||
|
|
10
ja/alpha/Makefile
Normal file
10
ja/alpha/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# $Id: Makefile,v 1.1 1998-07-30 02:35:20 hanai Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
DOCS= alpha.sgml
|
||||
|
||||
# DOCS+= current.sgml
|
||||
# DOCS+= bootstrapping.sgml
|
||||
|
||||
.include "../../web.mk"
|
44
ja/alpha/alpha.sgml
Normal file
44
ja/alpha/alpha.sgml
Normal file
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-07-30 02:35:20 $">
|
||||
<!ENTITY title "FreeBSD/Alpha Project">
|
||||
<!ENTITY email 'freebsd-alpha'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: alpha.sgml,v 1.1 1998-07-30 02:35:20 hanai Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>このページには FreeBSD の Alpha システムへの移植についての
|
||||
情報をまとめてあります.</p>
|
||||
|
||||
<H3>FreeBSD/Alpha についてのリンク</H3>
|
||||
<UL>
|
||||
<LI><A HREF="../../alpha/bootstrapping.html">
|
||||
FreeBSD/Alpha のブートストラップ</A><BR>
|
||||
<li><a href="../../alpha/current.html">
|
||||
NetBSD 1.3 マシンでの FreeBSD-current の構築</a>
|
||||
<li><a href="http://www.freebsd.org/~jb/alpha.html">FreeBSD/Alpha の現状</a>
|
||||
<li><A href="../handbook/eresources:mail.html">
|
||||
FreeBSD/Alpha メーリングリスト</a></li>
|
||||
</UL>
|
||||
|
||||
<H3>その他のリンク</H3>
|
||||
<h4>ハードウェア</h4>
|
||||
<ul>
|
||||
<li><A href="http://www.digital.com/alphaserver/">DIGITAL AlphaServer</a><p>
|
||||
</ul>
|
||||
|
||||
<h4>プロジェクト</h4>
|
||||
<UL>
|
||||
<LI><A HREF="http://www.netbsd.org/Ports/alpha/">NetBSD/alpha</A>
|
||||
<LI><A HREF="http://www.openbsd.org/alpha.html">OpenBSD/alpha</A>
|
||||
<li><a href="http://www.azstarnet.com/~axplinux/">Linux/Alpha</a>
|
||||
</UL>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
44
ja/platforms/alpha.sgml
Normal file
44
ja/platforms/alpha.sgml
Normal file
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-07-30 02:35:20 $">
|
||||
<!ENTITY title "FreeBSD/Alpha Project">
|
||||
<!ENTITY email 'freebsd-alpha'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: alpha.sgml,v 1.1 1998-07-30 02:35:20 hanai Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>このページには FreeBSD の Alpha システムへの移植についての
|
||||
情報をまとめてあります.</p>
|
||||
|
||||
<H3>FreeBSD/Alpha についてのリンク</H3>
|
||||
<UL>
|
||||
<LI><A HREF="../../alpha/bootstrapping.html">
|
||||
FreeBSD/Alpha のブートストラップ</A><BR>
|
||||
<li><a href="../../alpha/current.html">
|
||||
NetBSD 1.3 マシンでの FreeBSD-current の構築</a>
|
||||
<li><a href="http://www.freebsd.org/~jb/alpha.html">FreeBSD/Alpha の現状</a>
|
||||
<li><A href="../handbook/eresources:mail.html">
|
||||
FreeBSD/Alpha メーリングリスト</a></li>
|
||||
</UL>
|
||||
|
||||
<H3>その他のリンク</H3>
|
||||
<h4>ハードウェア</h4>
|
||||
<ul>
|
||||
<li><A href="http://www.digital.com/alphaserver/">DIGITAL AlphaServer</a><p>
|
||||
</ul>
|
||||
|
||||
<h4>プロジェクト</h4>
|
||||
<UL>
|
||||
<LI><A HREF="http://www.netbsd.org/Ports/alpha/">NetBSD/alpha</A>
|
||||
<LI><A HREF="http://www.openbsd.org/alpha.html">OpenBSD/alpha</A>
|
||||
<li><a href="http://www.azstarnet.com/~axplinux/">Linux/Alpha</a>
|
||||
</UL>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue