Various changes after repository copy.

This commit is contained in:
Wolfram Schneider 1998-08-03 16:40:16 +00:00
parent 7a3938fbd2
commit 3420854f7b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3257
20 changed files with 86 additions and 75 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.21 1998-07-30 12:54:01 hanai Exp $ # $Id: Makefile,v 1.22 1998-08-03 16:40:10 wosch Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.36 # Original revision: 1.36
@ -8,14 +8,14 @@
# These are turned into validated, normalized HTML files. # These are turned into validated, normalized HTML files.
DOCS= about.sgml applications.sgml auditors.sgml availability.sgml branch.sgml DOCS= applications.sgml auditors.sgml availability.sgml branch.sgml
DOCS+= commercial.sgml daemon.sgml docproj.sgml docs.sgml DOCS+= docs.sgml
DOCS+= features.sgml gallery.sgml index-site.sgml register.sgml DOCS+= features.sgml register.sgml
DOCS+= internet.sgml license.sgml DOCS+= internet.sgml
DOCS+= machines.sgml mailto.sgml mirror.sgml mozilla.sgml DOCS+= mailto.sgml
DOCS+= newbies.sgml newsflash.sgml press.sgml publish.sgml search.sgml DOCS+= publish.sgml
DOCS+= searchhints.sgml send-pr.sgml support.sgml where.sgml DOCS+= send-pr.sgml support.sgml where.sgml
DOCS+= resignation.sgml y2kbug.sgml search-mid.sgml DOCS+= y2kbug.sgml
# Japanese-only file # Japanese-only file
DOCS+= jabout.sgml DOCS+= jabout.sgml
@ -29,21 +29,13 @@ CLEANFILES+=atoz.sgml site.sgml
DATA= index.html DATA= index.html
# Files or targets listed here are defined in this file.
index-site.sgml: atoz.sgml site.sgml
atoz.sgml: web.atoz
sort -fu web.atoz | perl ../atoz.pl > ${.TARGET}
site.sgml: ../site.map
perl ../site.pl < ${.ALLSRC} > ${.TARGET}
# Subdirectories # Subdirectories
#SUBDIR= security cgi commercial docproj gifs ports releases tutorials #SUBDIR= security cgi commercial docproj gifs ports releases tutorials
#SUBDIR+= news alpha projects #SUBDIR+= news alpha projects
SUBDIR= security docproj ports releases SUBDIR= security docproj ports releases
SUBDIR+= news alpha SUBDIR+= news alpha copyright internal search projects
# 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,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1997-12-21 19:08:03 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:14 $">
<!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.2 1997-12-21 19:08:03 max Exp $ --> <!-- $Id: commercial.sgml,v 1.3 1998-08-03 16:40:14 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.25 --> <!-- Original revision: 1.25 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-06-23 15:15:00 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:14 $">
<!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.2 1998-06-23 15:15:00 kuriyama Exp $ --> <!-- $Id: daemon.sgml,v 1.3 1998-08-03 16:40:14 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.6 --> <!-- Original revision: 1.6 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1997-11-23 22:23:02 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:14 $">
<!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.1.1.1 1997-11-23 22:23:02 max Exp $ --> <!-- $Id: license.sgml,v 1.2 1998-08-03 16:40:14 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.2 --> <!-- Original revision: 1.2 -->

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 1998-07-26 10:58:50 hanai Exp $ # $Id: Makefile,v 1.5 1998-08-03 16:40:14 wosch Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.2 # Original revision: 1.2
@ -7,6 +7,6 @@
.endif .endif
DOCS= current.sgml doc-set.sgml submitting.sgml who.sgml translations.sgml DOCS= current.sgml doc-set.sgml submitting.sgml who.sgml translations.sgml
DOCS+= sgml.sgml DOCS+= sgml.sgml docproj.sgml
.include "../../web.mk" .include "../../web.mk"

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY date "$Date: 1998-07-26 10:58:46 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:14 $">
<!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.6 1998-07-26 10:58:46 hanai Exp $ --> <!-- $Id: docproj.sgml,v 1.7 1998-08-03 16:40:14 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.11 --> <!-- Original revision: 1.11 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-19 02:00:19 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.6 1998-07-19 02:00:19 kuriyama Exp $ --> <!-- $Id: gallery.sgml,v 1.7 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.36 --> <!-- Original revision: 1.36 -->
@ -18,9 +19,9 @@ FreeBSD
<A NAME="non-profit"></A> <A NAME="non-profit"></A>
<A NAME="personal"></A> <A NAME="personal"></A>
<UL> <UL>
<LI><A HREF="../cgallery.html">651 の商業団体</A></LI> <LI><A HREF="../gallery/cgallery.html">651 の商業団体</A></LI>
<LI><A HREF="../npgallery.html">282 の非営利団体</A></LI> <LI><A HREF="../gallery/npgallery.html">282 の非営利団体</A></LI>
<LI><A HREF="../pgallery.html">80 の個人サイト</A></LI> <LI><A HREF="../gallery/pgallery.html">80 の個人サイト</A></LI>
</UL> </UL>
<P>あなたのサイトをこのリストに追加するには, 単に <P>あなたのサイトをこのリストに追加するには, 単に
<A HREF="http://www.freebsd.org/cgi/gallery.cgi">このフォーム</A> <A HREF="http://www.freebsd.org/cgi/gallery.cgi">このフォーム</A>

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-29 17:09:37 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.6 1998-07-29 17:09:37 hanai Exp $ --> <!-- $Id: about.sgml,v 1.7 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.14 --> <!-- Original revision: 1.14 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY date "$Date: 1998-07-19 02:00:19 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.2 1998-07-19 02:00:19 kuriyama Exp $ --> <!-- $Id: machines.sgml,v 1.3 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.3 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1997-11-23 22:23:03 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.1.1.1 1997-11-23 22:23:03 max Exp $ --> <!-- $Id: mirror.sgml,v 1.2 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.5 --> <!-- Original revision: 1.5 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1997-11-23 22:23:03 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.1.1.1 1997-11-23 22:23:03 max Exp $ --> <!-- $Id: resignation.sgml,v 1.2 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.1 --> <!-- Original revision: 1.1 -->

View file

@ -1,8 +1,10 @@
# $Id: Makefile,v 1.1 1998-07-27 05:44:04 hanai Exp $ # $Id: Makefile,v 1.2 1998-08-03 16:40:15 wosch Exp $
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: 1.2 # Original revision: 1.2
DOCS= qnewsletter.sgml DOCS= qnewsletter.sgml
DOCS+= press.sgml
DOCS+= newsflash.sgml
DOCS+= qnewsletter-1-1.sgml DOCS+= qnewsletter-1-1.sgml
DOCS+= qnewsletter-1-2.sgml DOCS+= qnewsletter-1-2.sgml

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-26 11:26:23 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.19 1998-07-26 11:26:23 hanai Exp $ --> <!-- $Id: newsflash.sgml,v 1.20 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.89 --> <!-- Original revision: 1.89 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-30 12:54:01 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.1 1998-07-30 12:54:01 hanai Exp $ --> <!-- $Id: press.sgml,v 1.2 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.12 --> <!-- Original revision: 1.12 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-30 12:54:01 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.1 1998-07-30 12:54:01 hanai Exp $ --> <!-- $Id: mozilla.sgml,v 1.2 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.2 --> <!-- Original revision: 1.2 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-30 02:27:27 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:15 $">
<!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.2 1998-07-30 02:27:27 hanai Exp $ --> <!-- $Id: newbies.sgml,v 1.3 1998-08-03 16:40:15 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.3 -->

View file

@ -1,11 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-26 11:26:21 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:16 $">
<!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.2 1998-07-26 11:26:21 hanai Exp $ --> <!-- $Id: index-site.sgml,v 1.3 1998-08-03 16:40:16 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.15 --> <!-- Original revision: 1.15 -->

View file

@ -1,11 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-06-11 07:01:20 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:16 $">
<!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.3 1998-06-11 07:01:20 hanai Exp $ --> <!-- $Id: search-mid.sgml,v 1.4 1998-08-03 16:40:16 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.3 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-27 04:58:27 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:16 $">
<!ENTITY title "Search"> <!ENTITY title "Search">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: search.sgml,v 1.5 1998-07-27 04:58:27 hanai Exp $ --> <!-- $Id: search.sgml,v 1.6 1998-08-03 16:40:16 wosch Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.32 --> <!-- Original revision: 1.32 -->

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1997-11-23 22:23:03 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 16:40:16 $">
<!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.1.1.1 1997-11-23 22:23:03 max Exp $ --> <!-- $Id: searchhints.sgml,v 1.2 1998-08-03 16:40:16 wosch Exp $ -->
<!-- The FreeBSS Japanese Documentation Project --> <!-- The FreeBSS Japanese Documentation Project -->
<!-- Original revision: 1.3 --> <!-- Original revision: 1.3 -->