Changes in the English version are merged:

Makefile:	1.36 --> 1.42
	applications.sgml:	1.7  --> 1.8
	doc.hdr:	1.6  --> 1.7
	doc.sgml:	1.47 --> 1.50
	includes.sgml:	1.20 --> 1.21
	index.html:	1.48 --> 1.53
	internet.sgml:	1.11 --> 1.12
	publish.sgml:	1.10 --> 1.12
	support.sgml:	1.89 --> 1.92
	where.sgml:	1.25 --> 1.26
	alpha/Makefile:	1.1  --> 1.2
	commercial/commercial.sgml:	1.25 --> 1.26
	commercial/Makefile:		     --> 1.3
	copyright/daemon.sgml:	1.6  --> 1.8
	copyright/license.sgml:	1.2  --> 1.3
	copyright/Makefile:	     --> 1.1
	docproj/Makefile:	1.2  --> 1.4
	docproj/docproj.sgml:	1.11 --> 1.12
	docproj/translations.sgml:	1.3  --> 1.5
	gallery/Makefile:	     --> 1.3
	gallery/gallery.sgml:	1.36 --> 1.39
	internal/Makefile:	     --> 1.7
	internal/about.sgml:	1.14 --> 1.18
	internal/mirror.sgml:	1.5  --> 1.6
	internal/machines.sgml:	1.3  --> 1.5
	internal/resignation.sgml:	1.1  --> 1.2
	news/Makefile:		1.2  --> 1.3
	news/newsflash.sgml:	1.89 --> 1.91
	news/press.sgml:	1.12 --> 1.15
	projects/Makefile:	     --> 1.3
	projects/mozilla.sgml:	1.2  --> 1.4
	projects/newvies.sgml:	1.3  --> 1.5
	release/2.2.6R/announce.sgml:	1.1  --> 1.2
	release/2.2.7R/announce.sgml:	1.3  --> 1.4
	release/index.sgml:	1.21 --> 1.22
	search/Makefile:	1.36 --> 1.2  (???)
	search/index-site.sgml:	1.15 --> 1.16
	search/search.sgml:	1.32 --> 1.33
	search/search-mid.sgml:	1.3  --> 1.4
	search/searchhints.sgml:	1.3  --> 1.4
	search/web.atoz:	1.34 --> 1.38
	security/Makefile:	1.1  --> 1.2

Submitted by:	Motoyuki Konno <motoyuki@snipe.rim.or.jp>
This commit is contained in:
Jun Kuriyama 1998-08-09 16:22:19 +00:00
parent 87b9cc8c4e
commit 7f2400b466
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3302
42 changed files with 205 additions and 152 deletions

View file

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.25 1998-08-04 13:57:19 wosch Exp $ # $Id: Makefile,v 1.26 1998-08-09 16:22:14 kuriyama Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.36 # Original revision: 1.42
.if exists(Makefile.conf) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
@ -8,44 +8,53 @@
# These are turned into validated, normalized HTML files. # These are turned into validated, normalized HTML files.
DOCS= applications.sgml auditors.sgml availability.sgml branch.sgml DOCS= applications.sgml
DOCS+= auditors.sgml
DOCS+= availability.sgml
DOCS+= branch.sgml
DOCS+= docs.sgml DOCS+= docs.sgml
DOCS+= features.sgml register.sgml DOCS+= features.sgml
DOCS+= register.sgml
DOCS+= internet.sgml DOCS+= internet.sgml
DOCS+= mailto.sgml DOCS+= mailto.sgml
DOCS+= publish.sgml DOCS+= publish.sgml
DOCS+= send-pr.sgml support.sgml where.sgml DOCS+= send-pr.sgml
DOCS+= support.sgml
DOCS+= where.sgml
DOCS+= y2kbug.sgml DOCS+= y2kbug.sgml
# Japanese-only file # Japanese-only file
DOCS+= jabout.sgml DOCS+= jabout.sgml
# Not available in Japanese version.
#DOCS+= cgallery.sgml npgallery.sgml pgallery.sgml
CLEANFILES+=atoz.sgml site.sgml CLEANFILES+=atoz.sgml site.sgml
# These will be directly installed. # These will be directly installed.
DATA= index.html DATA= index.html
# Subdirectories # Subdirectories
#SUBDIR= security cgi commercial docproj gifs ports releases tutorials # SGML
#SUBDIR+= news alpha projects
SUBDIR= security SUBDIR= security
SUBDIR+= commercial
SUBDIR+= docproj SUBDIR+= docproj
SUBDIR+= ports
SUBDIR+= releases
SUBDIR+= news SUBDIR+= news
SUBDIR+= alpha SUBDIR+= alpha
SUBDIR+= copyright
SUBDIR+= internal SUBDIR+= internal
SUBDIR+= copyright
SUBDIR+= search SUBDIR+= search
SUBDIR+= projects
SUBDIR+= commercial
SUBDIR+= gallery SUBDIR+= gallery
SUBDIR+= ports
SUBDIR+= projects
SUBDIR+= releases
# Non-SGML
#SUBDIR+= gifs
#SUBDIR+= cgi
# Extern
#SUBDIR+= tutorials
# Subdirectories that have linuxdoc docs and makefiles that use # Subdirectories that have linuxdoc docs and makefiles that use
# <bsd.sgml.mk>. # <bsd.sgml.mk>.

View file

@ -1,10 +1,12 @@
# $Id: Makefile,v 1.1 1998-07-30 02:35:20 hanai Exp $ # $Id: Makefile,v 1.2 1998-08-09 16:22:16 kuriyama Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.1 # Original revision: 1.2
DOCS= alpha.sgml DOCS= alpha.sgml
# DOCS+= current.sgml # DOCS+= current.sgml
# DOCS+= bootstrapping.sgml # DOCS+= bootstrapping.sgml
INDEXLINK=alpha.html
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-08-04 13:57:20 $"> <!ENTITY date "$Date: 1998-08-09 16:22:14 $">
<!ENTITY title "About Applications for FreeBSD"> <!ENTITY title "About Applications for FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: applications.sgml,v 1.4 1998-08-04 13:57:20 wosch Exp $ --> <!-- $Id: applications.sgml,v 1.5 1998-08-09 16:22:14 kuriyama Exp $ -->
<!-- The FreeBSS Japanese Documentation Project --> <!-- The FreeBSS Japanese Documentation Project -->
<!-- Original revision: 1.7 --> <!-- Original revision: 1.8 -->
<HTML> <HTML>
&header; &header;

View file

@ -1,5 +1,13 @@
# $Id: Makefile,v 1.2 1998-08-04 12:31:46 wosch Exp $ # $Id: Makefile,v 1.3 1998-08-09 16:22:16 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.3
DOCS = commercial.sgml DOCS = commercial.sgml
# DOCS+= consulting.sgml
# DOCS+= hardware.sgml
# DOCS+= misc.sgml
# DOCS+= software.sgml
INDEXLINK=commercial.html
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-04 13:57:26 $"> <!ENTITY date "$Date: 1998-08-09 16:22:16 $">
<!ENTITY title "Commercial Vendors"> <!ENTITY title "Commercial Vendors">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: commercial.sgml,v 1.4 1998-08-04 13:57:26 wosch Exp $ --> <!-- $Id: commercial.sgml,v 1.5 1998-08-09 16:22:16 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.25 --> <!-- Original revision: 1.26 -->
<html> <html>
&header; &header;

View file

@ -1,6 +1,10 @@
# $Id: Makefile,v 1.2 1998-08-04 12:32:36 wosch Exp $ # $Id: Makefile,v 1.3 1998-08-09 16:22:16 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.1
DOCS= license.sgml DOCS= license.sgml
DOCS+= daemon.sgml DOCS+= daemon.sgml
# DATA+= COPYING COPYING.LIB
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 17:50:31 $"> <!ENTITY date "$Date: 1998-08-09 16:22:16 $">
<!ENTITY title "The BSD Daemon"> <!ENTITY title "The BSD Daemon">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: daemon.sgml,v 1.4 1998-08-03 17:50:31 wosch Exp $ --> <!-- $Id: daemon.sgml,v 1.5 1998-08-09 16:22:16 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.6 --> <!-- Original revision: 1.8 -->
<html> <html>
&header; &header;

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:14 $"> <!ENTITY date "$Date: 1998-08-09 16:22:16 $">
<!ENTITY title "The FreeBSD Copyright"> <!ENTITY title "The FreeBSD Copyright">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: license.sgml,v 1.2 1998-08-03 16:40:14 wosch Exp $ --> <!-- $Id: license.sgml,v 1.3 1998-08-09 16:22:16 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.2 --> <!-- Original revision: 1.3 -->
<html> <html>
&header; &header;

View file

@ -1,6 +1,6 @@
<!-- $Id: doc.hdr,v 1.6 1998-08-04 13:57:20 wosch Exp $ --> <!-- $Id: doc.hdr,v 1.7 1998-08-09 16:22:15 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.6 --> <!-- Original revision: 1.7 -->
<IMG SRC="../../gifs/bar.gif" ALT="メニュー" WIDTH="565" HEIGHT="33" BORDER=0 usemap="#bar"> <IMG SRC="../../gifs/bar.gif" ALT="メニュー" WIDTH="565" HEIGHT="33" BORDER=0 usemap="#bar">
<map name="bar"> <map name="bar">

View file

@ -1,12 +1,15 @@
# $Id: Makefile,v 1.5 1998-08-03 16:40:14 wosch Exp $ # $Id: Makefile,v 1.6 1998-08-09 16:22:16 kuriyama Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.2 # Original revision: 1.4
.if exists(Makefile.conf) DOCS= current.sgml
.include "Makefile.conf" DOCS+= doc-set.sgml
.endif DOCS+= sgml.sgml
DOCS+= submitting.sgml
DOCS+= who.sgml
DOCS+= translations.sgml
DOCS+= docproj.sgml
DOCS= current.sgml doc-set.sgml submitting.sgml who.sgml translations.sgml INDEXLINK= docproj.html
DOCS+= sgml.sgml docproj.sgml
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 17:50:31 $"> <!ENTITY date "$Date: 1998-08-09 16:22:16 $">
<!ENTITY title "FreeBSD Documentation Project"> <!ENTITY title "FreeBSD Documentation Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: docproj.sgml,v 1.8 1998-08-03 17:50:31 wosch Exp $ --> <!-- $Id: docproj.sgml,v 1.9 1998-08-09 16:22:16 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.11 --> <!-- Original revision: 1.12 -->
<html> <html>
&header; &header;

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 17:50:31 $"> <!ENTITY date "$Date: 1998-08-09 16:22:16 $">
<!ENTITY title "FreeBSD Documentation Project: Translations"> <!ENTITY title "FreeBSD Documentation Project: Translations">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.5 -->
<!-- $Id: translations.sgml,v 1.3 1998-08-03 17:50:31 wosch Exp $ --> <!-- $Id: translations.sgml,v 1.4 1998-08-09 16:22:16 kuriyama Exp $ -->
<html> <html>
&header; &header;
@ -58,7 +58,7 @@
<dl> <dl>
<dt><i>利用できるドキュメント</i></dt> <dt><i>利用できるドキュメント</i></dt>
<dd><a href="http://www.es.freebsd.org/es/FAQ/FAQ.html">FAQ</a></dd> <dd><a href="../../es/FAQ/FAQ.html">FAQ</a></dd>
<dt><i>現在作業しているドキュメント</i></dt> <dt><i>現在作業しているドキュメント</i></dt>
<dd>ハンドブック</dd> <dd>ハンドブック</dd>
</dl> </dl>

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-08-04 13:57:20 $"> <!ENTITY date "$Date: 1998-08-09 16:22:15 $">
<!ENTITY title "Documentation"> <!ENTITY title "Documentation">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: docs.sgml,v 1.13 1998-08-04 13:57:20 wosch Exp $ --> <!-- $Id: docs.sgml,v 1.14 1998-08-09 16:22:15 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.47 --> <!-- Original revision: 1.50 -->
<html> <html>

View file

@ -1,6 +1,9 @@
# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $ # $Id: Makefile,v 1.3 1998-08-09 16:22:17 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.3
DOCS = gallery.sgml DOCS = gallery.sgml
.include "../../web.mk" INDEXLINK= gallery.html
.include "../../web.mk"

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-05 06:13:10 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title "The FreeBSD Gallery"> <!ENTITY title "The FreeBSD Gallery">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: gallery.sgml,v 1.9 1998-08-05 06:13:10 wosch Exp $ --> <!-- $Id: gallery.sgml,v 1.10 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.36 --> <!-- Original revision: 1.39 -->
<html> <html>
&header; &header;

View file

@ -1,6 +1,6 @@
<!-- $Id: includes.sgml,v 1.10 1998-08-04 13:57:20 wosch Exp $ --> <!-- $Id: includes.sgml,v 1.11 1998-08-09 16:22:15 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.20 --> <!-- Original revision: 1.21 -->
<!-- <!--
Base is the absolute URL for the given page, minus the actual page Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or part. It should either be specified as a fully qualified URL, or

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- $Id: index.html,v 1.12 1998-08-03 17:50:28 wosch Exp $ --> <!-- $Id: index.html,v 1.13 1998-08-09 16:22:15 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.48 --> <!-- Original revision: 1.53 -->
<HTML> <HTML>
<HEAD><TITLE>FreeBSD Inc.</TITLE> <HEAD><TITLE>FreeBSD Inc.</TITLE>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=EUC-JP"> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=EUC-JP">
@ -126,6 +126,7 @@ function change(Name,Image,No) {
<OPTION VALUE="http://www.lv.freebsd.org/">ラトヴィア</OPTION> <OPTION VALUE="http://www.lv.freebsd.org/">ラトヴィア</OPTION>
<OPTION VALUE="http://rama.asiapac.net/freebsd/">マレーシア</OPTION> <OPTION VALUE="http://rama.asiapac.net/freebsd/">マレーシア</OPTION>
<OPTION VALUE="http://www.nl.freebsd.org/">オランダ</OPTION> <OPTION VALUE="http://www.nl.freebsd.org/">オランダ</OPTION>
<OPTION VALUE="http://www.no.freebsd.org/">ノルウェー</OPTION>
<OPTION VALUE="http://www.pl.freebsd.org/">ポーランド</OPTION> <OPTION VALUE="http://www.pl.freebsd.org/">ポーランド</OPTION>
<OPTION VALUE="http://www.pt.freebsd.org/">ポルトガル/1</OPTION> <OPTION VALUE="http://www.pt.freebsd.org/">ポルトガル/1</OPTION>
<OPTION VALUE="http://www2.pt.freebsd.org/">ポルトガル/2</OPTION> <OPTION VALUE="http://www2.pt.freebsd.org/">ポルトガル/2</OPTION>
@ -233,7 +234,7 @@ FreeBSD
<H2><FONT COLOR="#660000">FreeBSD は<em>無料</em>です</FONT></H2> <H2><FONT COLOR="#660000">FreeBSD は<em>無料</em>です</FONT></H2>
<A HREF="../copyright/daemon.html"><IMG SRC="../gifs/dae_up2.gif" WIDTH="72" HEIGHT="81" ALIGN="RIGHT" BORDER="0" ALT=""></A> <A HREF="./copyright/daemon.html"><IMG SRC="../gifs/dae_up2.gif" WIDTH="72" HEIGHT="81" ALIGN="RIGHT" BORDER="0" ALT=""></A>
<P> <P>
このような特色を持ったオペレーティングシステムは高い値段で販売されてい このような特色を持ったオペレーティングシステムは高い値段で販売されてい
@ -308,7 +309,7 @@ FreeBSD
<A HREF="./mailto.html">questions@FreeBSD.ORG</A><BR> <A HREF="./mailto.html">questions@FreeBSD.ORG</A><BR>
<A HREF="internal/about.html"> この web サイトについて</A><BR> <A HREF="internal/about.html"> この web サイトについて</A><BR>
<A HREF="jabout.html"> この web サイトの日本語化について</A><BR> <A HREF="jabout.html"> この web サイトの日本語化について</A><BR>
$Date: 1998-08-03 17:50:28 $ $Date: 1998-08-09 16:22:15 $
</FONT></TD> </FONT></TD>
<TD ALIGN=RIGHT VALIGN=TOP><FONT SIZE="-1"> <TD ALIGN=RIGHT VALIGN=TOP><FONT SIZE="-1">

View file

@ -1,8 +1,17 @@
# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $ # $Id: Makefile,v 1.3 1998-08-09 16:22:17 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.7
# DOCS= photos.sgml
# DOCS+= internal.sgml
# DOCS+= homepage.sgml
DOCS+= about.sgml DOCS+= about.sgml
DOCS+= mirror.sgml
DOCS+= machines.sgml DOCS+= machines.sgml
DOCS+= mirror.sgml
DOCS+= resignation.sgml DOCS+= resignation.sgml
# INDEXLINK= internal.html
# DATA+= README.mirror
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-05 06:13:13 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title "About the FreeBSD WWW Server"> <!ENTITY title "About the FreeBSD WWW Server">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: about.sgml,v 1.9 1998-08-05 06:13:13 wosch Exp $ --> <!-- $Id: about.sgml,v 1.10 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.14 --> <!-- Original revision: 1.18 -->
<html> <html>
&header; &header;
@ -15,7 +15,7 @@
<img src="../../gifs/powerlogo.gif" alt="" align="right"> <p> <img src="../../gifs/powerlogo.gif" alt="" align="right"> <p>
<tt>www.freebsd.org</tt> は, <tt>freefall.freebsd.org</tt> も <tt>www.freebsd.org</tt> は, <tt>freefall.freebsd.org</tt> も
兼ねるマシンで, 200MHz Pentium Pro, PCIマザーボード, 128MB 兼ねるマシンで, 400MHz Pentium Pro, PCIマザーボード, 256MB
の RAM と約 4 GB のディスクから構成されています. の RAM と約 4 GB のディスクから構成されています.
Web ページとメーリングリストのサーチエンジンのマシンは Web ページとメーリングリストのサーチエンジンのマシンは
<tt>hub.freebsd.org</tt>で, 400 MHz Pentium II, 256MB の RAM と <tt>hub.freebsd.org</tt>で, 400 MHz Pentium II, 256MB の RAM と

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title "The FreeBSD.org Network"> <!ENTITY title "The FreeBSD.org Network">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: machines.sgml,v 1.3 1998-08-03 16:40:15 wosch Exp $ --> <!-- $Id: machines.sgml,v 1.4 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.5 -->
<html> <html>
&header; &header;
@ -111,7 +111,7 @@ Intel EtherExpress Pro 10/100B NIC.</td>
<tr valign="top"> <tr valign="top">
<td>freefall</td> <td>freefall</td>
<td>Intel x86</td> <td>Intel x86</td>
<td>200MHz Pentium Pro, 128MBメモリー, NCR 53c875 PCI SCSI <td>400MHz Pentium Pro, 256MBメモリー, NCR 53c875 PCI SCSI
コントローラ, 4x4GB SCSI WIDEドライブ, Intel EtherExpress Pro コントローラ, 4x4GB SCSI WIDEドライブ, Intel EtherExpress Pro
10/100B NIC.</td> 10/100B NIC.</td>
</tr> </tr>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title "Mirroring the FreeBSD Web Pages"> <!ENTITY title "Mirroring the FreeBSD Web Pages">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: mirror.sgml,v 1.2 1998-08-03 16:40:15 wosch Exp $ --> <!-- $Id: mirror.sgml,v 1.3 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.5 --> <!-- Original revision: 1.6 -->
<html> <html>
&header; &header;

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title "Jordan's Resignation Letter"> <!ENTITY title "Jordan's Resignation Letter">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: resignation.sgml,v 1.2 1998-08-03 16:40:15 wosch Exp $ --> <!-- $Id: resignation.sgml,v 1.3 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.1 --> <!-- Original revision: 1.2 -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-08-04 13:57:20 $"> <!ENTITY date "$Date: 1998-08-09 16:22:15 $">
<!ENTITY title "About FreeBSD"> <!ENTITY title "About FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: internet.sgml,v 1.4 1998-08-04 13:57:20 wosch Exp $ --> <!-- $Id: internet.sgml,v 1.5 1998-08-09 16:22:15 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.11 --> <!-- Original revision: 1.12 -->
<HTML> <HTML>
&header; &header;

View file

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.2 1998-08-03 16:40:15 wosch Exp $ # $Id: Makefile,v 1.3 1998-08-09 16:22:17 kuriyama Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.2 # Original revision: 1.3
DOCS= qnewsletter.sgml DOCS= qnewsletter.sgml
DOCS+= press.sgml DOCS+= press.sgml

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-06 14:37:13 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title "FreeBSD News flash!"> <!ENTITY title "FreeBSD News flash!">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: newsflash.sgml,v 1.22 1998-08-06 14:37:13 wosch Exp $ --> <!-- $Id: newsflash.sgml,v 1.23 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.89 --> <!-- Original revision: 1.91 -->
<html> <html>
&header; &header;

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-04 13:57:27 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title "FreeBSD in the Press"> <!ENTITY title "FreeBSD in the Press">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: press.sgml,v 1.3 1998-08-04 13:57:27 wosch Exp $ --> <!-- $Id: press.sgml,v 1.4 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.12 --> <!-- Original revision: 1.15 -->
<html> <html>
&header; &header;
@ -20,6 +20,12 @@
<h2>1998 年 7 月</h2> <h2>1998 年 7 月</h2>
<ul> <ul>
<LI>CRL プレスリリース<b> 1998 年 7 月 30 日</b><br>
<!-- also available at http://www.crl.com/wccdromrcd.html -->
<a href="http://biz.yahoo.com/bw/980730/crl_networ_1.html">
世界最大のパブリック FTP サーバの一つである Walnut Creek CDROM は
FreeBSD と CRL の高速インターネットネットワークを利用して
トラフィックの記録を達成しました.</a><p></p></li>
<LI><B><A href="http://editorials.freshmeat.net">( freshmeat ) - ( editorials )</a> <LI><B><A href="http://editorials.freshmeat.net">( freshmeat ) - ( editorials )</a>
1998 年 7 月 13 日, </b><br> 1998 年 7 月 13 日, </b><br>
<a HREF="http://editorials.freshmeat.net/jordan980713/">ロープの片端を引っ張ること</a> <a HREF="http://editorials.freshmeat.net/jordan980713/">ロープの片端を引っ張ること</a>

View file

@ -1,6 +1,11 @@
# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $ # $Id: Makefile,v 1.3 1998-08-09 16:22:17 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.3
# DOCS= projects.sgml
DOCS+= mozilla.sgml DOCS+= mozilla.sgml
DOCS+= newbies.sgml DOCS+= newbies.sgml
#INDEXLINK= projects.html
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-04 13:57:27 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title 'FreeBSD Mozilla Group'> <!ENTITY title 'FreeBSD Mozilla Group'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: mozilla.sgml,v 1.3 1998-08-04 13:57:27 wosch Exp $ --> <!-- $Id: mozilla.sgml,v 1.4 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.2 --> <!-- Original revision: 1.4 -->
<html> <html>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-04 13:57:27 $"> <!ENTITY date "$Date: 1998-08-09 16:22:17 $">
<!ENTITY title 'Resources for newbies'> <!ENTITY title 'Resources for newbies'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: newbies.sgml,v 1.4 1998-08-04 13:57:27 wosch Exp $ --> <!-- $Id: newbies.sgml,v 1.5 1998-08-09 16:22:17 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.5 -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-08-06 14:37:13 $"> <!ENTITY date "$Date: 1998-08-09 16:22:15 $">
<!ENTITY title "FreeBSD Related Publications"> <!ENTITY title "FreeBSD Related Publications">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: publish.sgml,v 1.7 1998-08-06 14:37:13 wosch Exp $ --> <!-- $Id: publish.sgml,v 1.8 1998-08-09 16:22:15 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.10 --> <!-- Original revision: 1.12 -->
<html> <html>
&header; &header;
@ -211,6 +211,6 @@ FreeBSD
<ADDRESS><A HREF="./mailto.html">questions@FreeBSD.ORG</A><BR> <ADDRESS><A HREF="./mailto.html">questions@FreeBSD.ORG</A><BR>
Copyright &copy; 1995-1997 FreeBSD Inc. Copyright &copy; 1995-1997 FreeBSD Inc.
All rights reserved.<BR>$Date: 1998-08-06 14:37:13 $</ADDRESS> All rights reserved.<BR>$Date: 1998-08-09 16:22:15 $</ADDRESS>
</BODY> </BODY>
</HTML> </HTML>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$Date: 1998-03-27 08:23:35 $"> <!ENTITY date "$Date: 1998-08-09 16:22:18 $">
<!ENTITY title "FreeBSD 2.2.6 Announcement"> <!ENTITY title "FreeBSD 2.2.6 Announcement">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $Id: announce.sgml,v 1.2 1998-03-27 08:23:35 hanai Exp $ --> <!-- $Id: announce.sgml,v 1.3 1998-08-09 16:22:18 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.1 --> <!-- Original revision: 1.2 -->
<html> <html>
&header; &header;
@ -55,7 +55,7 @@ Concord CA, 94520 USA<br>
Phone: +1 925 674-0783<br> Phone: +1 925 674-0783<br>
Fax: +1 925 674-0821<br> Fax: +1 925 674-0821<br>
Tech Support: +1 925 603-1234<br> Tech Support: +1 925 603-1234<br>
Email: <a href="info@cdrom.com">info@cdrom.com</a><br> Email: <a href="mailto:info@cdrom.com">info@cdrom.com</a><br>
WWW: <a href="http://www.cdrom.com/">http://www.cdrom.com/</a></p> WWW: <a href="http://www.cdrom.com/">http://www.cdrom.com/</a></p>
</blockquote> </blockquote>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$Date: 1998-07-26 11:14:33 $"> <!ENTITY date "$Date: 1998-08-09 16:22:18 $">
<!ENTITY title "FreeBSD 2.2.7 Announcement"> <!ENTITY title "FreeBSD 2.2.7 Announcement">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $Id: announce.sgml,v 1.1 1998-07-26 11:14:33 hanai Exp $ --> <!-- $Id: announce.sgml,v 1.2 1998-08-09 16:22:18 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.4 -->
<html> <html>
&header; &header;
@ -70,7 +70,7 @@ Concord CA, 94520 USA<br>
Phone: +1 925 674-0783<br> Phone: +1 925 674-0783<br>
Fax: +1 925 674-0821<br> Fax: +1 925 674-0821<br>
Tech Support: +1 925 603-1234<br> Tech Support: +1 925 603-1234<br>
Email: <A HREF="info@cdrom.com">info@cdrom.com</A><br> Email: <A HREF="mailto:info@cdrom.com">info@cdrom.com</A><br>
WWW: <A HREF="http://www.cdrom.com/">http://www.cdrom.com/</A></p> WWW: <A HREF="http://www.cdrom.com/">http://www.cdrom.com/</A></p>
</blockquote> </blockquote>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-04 13:57:28 $"> <!ENTITY date "$Date: 1998-08-09 16:22:18 $">
<!ENTITY title "Release Information"> <!ENTITY title "Release Information">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: index.sgml,v 1.8 1998-08-04 13:57:28 wosch Exp $ --> <!-- $Id: index.sgml,v 1.9 1998-08-09 16:22:18 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.21 --> <!-- Original revision: 1.22 -->
<html> <html>
&header; &header;

View file

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.1 1998-08-03 16:44:13 wosch Exp $ # $Id: Makefile,v 1.2 1998-08-09 16:22:18 kuriyama Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.36 # Original revision: 1.2
# These are turned into validated, normalized HTML files. # These are turned into validated, normalized HTML files.
@ -9,7 +9,7 @@ DOCS+= search.sgml
DOCS+= searchhints.sgml DOCS+= searchhints.sgml
DOCS+= search-mid.sgml DOCS+= search-mid.sgml
INDEXLINK= search.html
CLEANFILES+=atoz.sgml site.sgml CLEANFILES+=atoz.sgml site.sgml
index-site.sgml: atoz.sgml site.sgml index-site.sgml: atoz.sgml site.sgml
@ -19,4 +19,3 @@ site.sgml: ../../en/search/site.map
perl ../../en/search/site.pl < ${.ALLSRC} > ${.TARGET} perl ../../en/search/site.pl < ${.ALLSRC} > ${.TARGET}
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,14 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:16 $"> <!ENTITY date "$Date: 1998-08-09 16:22:18 $">
<!ENTITY title "Site Map and Index of http://www.FreeBSD.org"> <!ENTITY title "Site Map and Index of http://www.FreeBSD.org">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY atoz SYSTEM "atoz.sgml"> <!ENTITY atoz SYSTEM "atoz.sgml">
<!ENTITY site SYSTEM "site.sgml"> <!ENTITY site SYSTEM "site.sgml">
]> ]>
<!-- $Id: index-site.sgml,v 1.3 1998-08-03 16:40:16 wosch Exp $ --> <!-- $Id: index-site.sgml,v 1.4 1998-08-09 16:22:18 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.15 --> <!-- Original revision: 1.16 -->
<html> <html>
&header; &header;

View file

@ -1,14 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:16 $"> <!ENTITY date "$Date: 1998-08-09 16:22:18 $">
<!ENTITY title "Mailing list Message-ID Search"> <!ENTITY title "Mailing list Message-ID Search">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- Created at 1998-03-21 by Wolfram Schneider <wosch@FreeBSD.org> --> <!-- Created at 1998-03-21 by Wolfram Schneider <wosch@FreeBSD.org> -->
<!-- $Id: search-mid.sgml,v 1.4 1998-08-03 16:40:16 wosch Exp $ --> <!-- $Id: search-mid.sgml,v 1.5 1998-08-09 16:22:18 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.4 -->
<html> <html>
&header; &header;

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-04 13:57:28 $"> <!ENTITY date "$Date: 1998-08-09 16:22:18 $">
<!ENTITY title "Search"> <!ENTITY title "Search">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: search.sgml,v 1.7 1998-08-04 13:57:28 wosch Exp $ --> <!-- $Id: search.sgml,v 1.8 1998-08-09 16:22:18 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.32 --> <!-- Original revision: 1.33 -->
<html> <html>
&header; &header;

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:16 $"> <!ENTITY date "$Date: 1998-08-09 16:22:18 $">
<!ENTITY title "Searching Hints"> <!ENTITY title "Searching Hints">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: searchhints.sgml,v 1.2 1998-08-03 16:40:16 wosch Exp $ --> <!-- $Id: searchhints.sgml,v 1.3 1998-08-09 16:22:18 kuriyama Exp $ -->
<!-- The FreeBSS Japanese Documentation Project --> <!-- The FreeBSS Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.4 -->
<html> <html>
&header; &header;

View file

@ -4,10 +4,10 @@
# With the format `<titel>|<url>'. # With the format `<titel>|<url>'.
# Empty lines or comments are ignored. # Empty lines or comments are ignored.
# #
# $Id: web.atoz,v 1.8 1998-08-06 14:37:13 wosch Exp $ # $Id: web.atoz,v 1.9 1998-08-09 16:22:18 kuriyama Exp $
# #
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.34 # Original revision: 1.38
# about.sgml # about.sgml
Usage statistics for this server|../internal/about.html Usage statistics for this server|../internal/about.html

View file

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.5 1998-07-27 08:39:09 hanai Exp $ # $Id: Makefile,v 1.6 1998-08-09 16:22:19 kuriyama Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.1 # Original revision: 1.2
.if exists(Makefile.conf) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
@ -11,4 +11,6 @@ DOCS+= programmers.sgml
DOCS+= security.sgml DOCS+= security.sgml
DOCS+= secure.sgml DOCS+= secure.sgml
INDEXLINK= security.html
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-08-04 13:57:20 $"> <!ENTITY date "$Date: 1998-08-09 16:22:15 $">
<!ENTITY title "Support"> <!ENTITY title "Support">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: support.sgml,v 1.7 1998-08-04 13:57:20 wosch Exp $ --> <!-- $Id: support.sgml,v 1.8 1998-08-09 16:22:15 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.89 --> <!-- Original revision: 1.92 -->
<html> <html>
&header; &header;
@ -20,7 +20,8 @@
freebsd-questions@FreeBSD.ORG</a> に (訳注: 英語で) 投稿してください. freebsd-questions@FreeBSD.ORG</a> に (訳注: 英語で) 投稿してください.
メーリングリストのアーカイブを メーリングリストのアーカイブを
<a href="http://www.freebsd.org">www.freebsd.org</a> にて <a href="http://www.freebsd.org">www.freebsd.org</a> にて
<strong><a href="&base/search/search.html">検索</a></strong> することも
できます.</p>
<p>いくつかの英語以外のメーリングリストもあります:</p> <p>いくつかの英語以外のメーリングリストもあります:</p>
<ul> <ul>
@ -83,7 +84,8 @@
<li><a href="http://www.br.freebsd.org/">ポルトガル語</a> (<a <li><a href="http://www.br.freebsd.org/">ポルトガル語</a> (<a
href="http://www2.br.freebsd.org/">ミラー</a>)</li> href="http://www2.br.freebsd.org/">ミラー</a>)</li>
<li><a href="http://www.sk.freebsd.org/">スロバキア語</a></> <li><a href="http://www.sk.freebsd.org/">スロバキア語</a></>
<li><a href="http://www.es.freebsd.org/es/">スペイン語</a></> <li><a href="http://www.es.freebsd.org/es/">スペイン語</a>,
<a href="../es/FAQ/FAQ.html">FAQ</a></>
</ul> </ul>
<p></p> <p></p>
</li> </li>

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-08-04 13:57:20 $"> <!ENTITY date "$Date: 1998-08-09 16:22:15 $">
<!ENTITY title "Getting FreeBSD"> <!ENTITY title "Getting FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: where.sgml,v 1.4 1998-08-04 13:57:20 wosch Exp $ --> <!-- $Id: where.sgml,v 1.5 1998-08-09 16:22:15 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.25 --> <!-- Original revision: 1.26 -->
<html> <html>
&header; &header;