ISO_ -> ISO rename

This commit is contained in:
Andrey A. Chernov 2001-06-11 02:39:07 +00:00
parent 969cb290db
commit 1ad5b4095a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9588
14 changed files with 69 additions and 69 deletions

View file

@ -1,13 +1,13 @@
# #
# $FreeBSDde: de-www/FAQ/Makefile,v 1.1 2001/02/24 17:00:25 alex Exp $ # $FreeBSDde: de-www/FAQ/Makefile,v 1.1 2001/02/24 17:00:25 alex Exp $
# $FreeBSD$ # $FreeBSD: www/de/FAQ/Makefile,v 1.1 2001/02/25 11:54:09 alex Exp $
# Original revision: 1.4 # Original revision: 1.4
# #
# Build the FreeBSD FAQ *outside* of the www tree, and install it # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
all install clean: all install clean:
(cd ../../../doc/de_DE.ISO_8859-1/books/faq && ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/de/FAQ ${.TARGET}) (cd ../../../doc/de_DE.ISO8859-1/books/faq && ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/de/FAQ ${.TARGET})
.if make(install) .if make(install)
(cd ${DESTDIR}/data/de/FAQ; ln -sf index.html FAQ.html) (cd ${DESTDIR}/data/de/FAQ; ln -sf index.html FAQ.html)
.endif .endif

View file

@ -1,13 +1,13 @@
# #
# $FreeBSDde: de-www/handbook/Makefile,v 1.1 2001/02/24 17:00:26 alex Exp $ # $FreeBSDde: de-www/handbook/Makefile,v 1.1 2001/02/24 17:00:26 alex Exp $
# $FreeBSD$ # $FreeBSD: www/de/handbook/Makefile,v 1.1 2001/02/25 11:53:47 alex Exp $
# Original revision: 1.5 # Original revision: 1.5
# #
# Build the FreeBSD Handbook *outside* of the www tree, and install it # Build the FreeBSD Handbook *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
# #
# The Handbook is no longer completely self contained in # The Handbook is no longer completely self contained in
# doc/de_DE.ISO_8859-1/books/handbook, (it requires support files outside of # doc/de_DE.ISO8859-1/books/handbook, (it requires support files outside of
# this directory) and it is much simpler to build it outside the web tree # this directory) and it is much simpler to build it outside the web tree
# than it is to make a nest of symlinks to try and build it inside the tree. # than it is to make a nest of symlinks to try and build it inside the tree.
# #
@ -17,4 +17,4 @@
# #
all install clean: all install clean:
(cd ../../../doc/de_DE.ISO_8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/de/handbook ${.TARGET}) (cd ../../../doc/de_DE.ISO8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/de/handbook ${.TARGET})

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD: www/en/FAQ/Makefile,v 1.4 1999/09/15 20:37:03 wosch Exp $ # $FreeBSD: www/en/FAQ/Makefile,v 1.5 2001/04/17 09:05:42 nik Exp $
# #
# Build the FreeBSD FAQ *outside* of the www tree, and install it # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
@ -14,13 +14,13 @@
# At build time, we have to link to the doc/ directory at the same level # At build time, we have to link to the doc/ directory at the same level
# as the www/ tree. # as the www/ tree.
all: all:
ln -fs ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/faq/* . ln -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/faq/* .
# At install time the www/en/doc/ directory has been populated, so we can # At install time the www/en/doc/ directory has been populated, so we can
# link in to there instead. # link in to there instead.
install: install:
[ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR} [ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR}
(cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO_8859-1/books/faq/* ${DOCINSTALLDIR}) (cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO8859-1/books/faq/* ${DOCINSTALLDIR})
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/Makefile,v 1.66 2001/05/25 05:08:02 dd Exp $ # $FreeBSD: www/en/Makefile,v 1.67 2001/06/09 23:09:21 nik Exp $
.if exists(Makefile.conf) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
.endif .endif
@ -82,13 +82,13 @@ WEBDIR= data
# Handle the FAQ/ and handbook/ directories specially. # Handle the FAQ/ and handbook/ directories specially.
FAQ: FAQ:
ln -fs ${.CURDIR}/../../doc/en_US.ISO_8859-1/books/faq FAQ ln -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/faq FAQ
handbook: handbook:
ln -fs ${.CURDIR}/../../doc/en_US.ISO_8859-1/books/handbook handbook ln -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/handbook handbook
afterinstall: afterinstall:
ln -fs ${.CURDIR}/doc/en_US.ISO_8859-1/books/faq ${DOCINSTALLDIR}/FAQ ln -fs ${.CURDIR}/doc/en_US.ISO8859-1/books/faq ${DOCINSTALLDIR}/FAQ
ln -fs ${.CURDIR}/doc/en_US.ISO_8859-1/books/handbook ${DOCINSTALLDIR}/handbook ln -fs ${.CURDIR}/doc/en_US.ISO8859-1/books/handbook ${DOCINSTALLDIR}/handbook
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD: www/en/doc/Makefile,v 1.4 2001/04/25 18:43:49 wosch Exp $i # $FreeBSD: www/en/doc/Makefile,v 1.5 2001/04/27 12:26:17 phantom Exp $i
# #
# Build the FreeBSD documentation *outside* of the www tree, and install it # Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
@ -10,16 +10,16 @@
# #
all: all:
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html all) (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html all)
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${.CURDIR} install) (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${.CURDIR} install)
install clean: install clean:
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${DESTDIR}/data/doc ${.TARGET}) (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${DESTDIR}/data/doc ${.TARGET})
.if make(clean) .if make(clean)
rm -rf en* handbook faq rm -rf en* handbook faq
.endif .endif
obj: obj:
cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} ${.TARGET} cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} ${.TARGET}
.include "${.CURDIR}/../../share/mk/web.site.mk" .include "${.CURDIR}/../../share/mk/web.site.mk"

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.101 2001/05/08 17:03:22 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.102 2001/05/15 12:46:16 nik Exp $">
<!ENTITY title "Documentation"> <!ENTITY title "Documentation">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/docs.sgml,v 1.101 2001/05/08 17:03:22 wosch Exp $ --> <!-- $FreeBSD: www/en/docs.sgml,v 1.102 2001/05/15 12:46:16 nik Exp $ -->
<html> <html>
&header; &header;
@ -27,104 +27,104 @@
<h3>Books</h3> <h3>Books</h3>
<p><a href="doc/en_US.ISO_8859-1/books/faq/index.html">The FreeBSD <p><a href="doc/en_US.ISO8859-1/books/faq/index.html">The FreeBSD
FAQ</a><br> FAQ</a><br>
<small>Frequently Asked Questions, and answers, covering all <small>Frequently Asked Questions, and answers, covering all
aspects of FreeBSD.</small></p> aspects of FreeBSD.</small></p>
<p><a href="doc/en_US.ISO_8859-1/books/handbook/index.html">The FreeBSD <p><a href="doc/en_US.ISO8859-1/books/handbook/index.html">The FreeBSD
Handbook</a><br> Handbook</a><br>
<small>A constantly evolving, comprehensive resource for FreeBSD <small>A constantly evolving, comprehensive resource for FreeBSD
users.</small></p> users.</small></p>
<p><a href="doc/en_US.ISO_8859-1/books/developers-handbook/index.html">The <p><a href="doc/en_US.ISO8859-1/books/developers-handbook/index.html">The
FreeBSD Developer's Handbook</a><br> FreeBSD Developer's Handbook</a><br>
<small>For people who want to develop software for FreeBSD (and not <small>For people who want to develop software for FreeBSD (and not
just people who are developing FreeBSD itself).</small></p> just people who are developing FreeBSD itself).</small></p>
<p><a href="doc/en_US.ISO_8859-1/books/design-44bsd/index.html">Chapter 2 <p><a href="doc/en_US.ISO8859-1/books/design-44bsd/index.html">Chapter 2
of "The Design and Implementation of the 4.4BSD Operating of "The Design and Implementation of the 4.4BSD Operating
System"</a><br> System"</a><br>
<small>Donated by Addison-Wesley, provides a design overview of 4.4BSD, <small>Donated by Addison-Wesley, provides a design overview of 4.4BSD,
from which FreeBSD was originally derived.</small></p> from which FreeBSD was originally derived.</small></p>
<p><a href="doc/en_US.ISO_8859-1/books/corp-net-guide/index.html">Chapter <p><a href="doc/en_US.ISO8859-1/books/corp-net-guide/index.html">Chapter
8 of "The FreeBSD Corporate Networker's Guide"</a><br> 8 of "The FreeBSD Corporate Networker's Guide"</a><br>
<small>Donated by Addison-Wesley, provides an in-depth look at using <small>Donated by Addison-Wesley, provides an in-depth look at using
FreeBSD to provide printing services to Windows, NT, and Novell FreeBSD to provide printing services to Windows, NT, and Novell
hosts.</small></p> hosts.</small></p>
<p><a href="doc/en_US.ISO_8859-1/books/ppp-primer/index.html">The Pedantic <p><a href="doc/en_US.ISO8859-1/books/ppp-primer/index.html">The Pedantic
PPP Primer</a><br> PPP Primer</a><br>
<small>Everything you need to know about configuring PPP on <small>Everything you need to know about configuring PPP on
FreeBSD.</small></p> FreeBSD.</small></p>
<p><a href="doc/en_US.ISO_8859-1/books/porters-handbook">The Porter's <p><a href="doc/en_US.ISO8859-1/books/porters-handbook">The Porter's
Handbook</a><br> Handbook</a><br>
<small>Essential reading if you plan on providing a port of a third <small>Essential reading if you plan on providing a port of a third
party piece of software.</small></p> party piece of software.</small></p>
<p><a href="doc/en_US.ISO_8859-1/books/fdp-primer">The FreeBSD <p><a href="doc/en_US.ISO8859-1/books/fdp-primer">The FreeBSD
Documentation Project Primer for New Contributors</a><br> Documentation Project Primer for New Contributors</a><br>
<small>Everything you need to know in order to start contributing to the <small>Everything you need to know in order to start contributing to the
FreeBSD Documentation Project.</small></p> FreeBSD Documentation Project.</small></p>
<h3>Articles</h3> <h3>Articles</h3>
<p><a href="doc/en_US.ISO_8859-1/articles/committers-guide/index.html">The <p><a href="doc/en_US.ISO8859-1/articles/committers-guide/index.html">The
Committer's Guide</a><br> Committer's Guide</a><br>
<small>Introductory information for FreeBSD committers.</small></p> <small>Introductory information for FreeBSD committers.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/dialup-firewall/index.html">Dialup <p><a href="doc/en_US.ISO8859-1/articles/dialup-firewall/index.html">Dialup
firewalling with FreeBSD</a><br> firewalling with FreeBSD</a><br>
<small>How to set up a firewall using PPP and ipfw over a dialup link <small>How to set up a firewall using PPP and ipfw over a dialup link
with dynamically assigned IP addresses.</small></p> with dynamically assigned IP addresses.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/diskless-x/index.html">Creating <p><a href="doc/en_US.ISO8859-1/articles/diskless-x/index.html">Creating
a diskless X server</a><br> a diskless X server</a><br>
<small>How to create a diskless X server.</small></p> <small>How to create a diskless X server.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/fonts/index.html">Fonts and <p><a href="doc/en_US.ISO8859-1/articles/fonts/index.html">Fonts and
FreeBSD</a><br> FreeBSD</a><br>
<small>A description of the various font technologies in FreeBSD, and <small>A description of the various font technologies in FreeBSD, and
how to use them with different programs.</small></p> how to use them with different programs.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/formatting-media/index.html">Formatting <p><a href="doc/en_US.ISO8859-1/articles/formatting-media/index.html">Formatting
media on FreeBSD</a><br> media on FreeBSD</a><br>
<small>How to slice, partition, and format fixed and removable media on <small>How to slice, partition, and format fixed and removable media on
FreeBSD.</small></p> FreeBSD.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/freebsd-questions/index.html">How <p><a href="doc/en_US.ISO8859-1/articles/freebsd-questions/index.html">How
to get the best results from the FreeBSD-questions mailing list</a><br> to get the best results from the FreeBSD-questions mailing list</a><br>
<small>Tips and tricks to help you maximise the chances of getting <small>Tips and tricks to help you maximise the chances of getting
useful information from the -questions mailing list.</small></p> useful information from the -questions mailing list.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/mh/index.html">An MH <p><a href="doc/en_US.ISO8859-1/articles/mh/index.html">An MH
Primer</a><br> Primer</a><br>
<small>An introduction to using the MH mail reader on <small>An introduction to using the MH mail reader on
FreeBSD.</small></p> FreeBSD.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/multi-os/index.html">Using <p><a href="doc/en_US.ISO8859-1/articles/multi-os/index.html">Using
FreeBSD with other operating systems</a><br> FreeBSD with other operating systems</a><br>
<small>How to install FreeBSD alongside one or more different operating <small>How to install FreeBSD alongside one or more different operating
systems on the same computer.</small></p> systems on the same computer.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/new-users/index.html">FreeBSD <p><a href="doc/en_US.ISO8859-1/articles/new-users/index.html">FreeBSD
First Steps</a><br> First Steps</a><br>
<small>For people coming to FreeBSD and Unix for the first <small>For people coming to FreeBSD and Unix for the first
time.</small></p> time.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/programming-tools/index.html">Programming <p><a href="doc/en_US.ISO8859-1/articles/programming-tools/index.html">Programming
Tools on FreeBSD</a><br> Tools on FreeBSD</a><br>
<small>A user's guide to the various tools for software development on <small>A user's guide to the various tools for software development on
FreeBSD.</small></p> FreeBSD.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/vm-design/index.html">Design <p><a href="doc/en_US.ISO8859-1/articles/vm-design/index.html">Design
elements of the FreeBSD VM system</a><br> elements of the FreeBSD VM system</a><br>
<small>An easy to follow description of the design of the FreeBSD <small>An easy to follow description of the design of the FreeBSD
virtual memory system.</small></p> virtual memory system.</small></p>
<p><a href="doc/en_US.ISO_8859-1/articles/zip-drive/index.html">Zip-drives <p><a href="doc/en_US.ISO8859-1/articles/zip-drive/index.html">Zip-drives
and FreeBSD</a><br> and FreeBSD</a><br>
<small>How to format, mount, and use an Iomega Zip (SCSI, IDE, or <small>How to format, mount, and use an Iomega Zip (SCSI, IDE, or
parallel) Drive on FreeBSD.</small></p> parallel) Drive on FreeBSD.</small></p>

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD: www/en/FAQ/Makefile,v 1.4 1999/09/15 20:37:03 wosch Exp $ # $FreeBSD: www/en/handbook/Makefile,v 1.6 2001/04/17 09:05:43 nik Exp $
# #
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
@ -12,13 +12,13 @@
# At build time, we have to link to the doc/ directory at the same level # At build time, we have to link to the doc/ directory at the same level
# as the www/ tree. # as the www/ tree.
all: all:
ln -fs ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/handbook/* . ln -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook/* .
# At install time the ../doc/ directory has been populated, so we can # At install time the ../doc/ directory has been populated, so we can
# link in to there instead. # link in to there instead.
install: install:
[ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR} [ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR}
(cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO_8859-1/books/handbook/* ${DOCINSTALLDIR}) (cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO8859-1/books/handbook/* ${DOCINSTALLDIR})
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,6 +1,6 @@
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY title "The FreeBSD Project"> <!ENTITY title "The FreeBSD Project">
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.122 2001/05/28 21:47:59 nik Exp $"> <!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.123 2001/06/01 00:09:56 ps Exp $">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -138,7 +138,7 @@ href="ru/index.html">Russian</a>, <a href="support.html#web">Other</a>
<tr> <tr>
<td><small>&raquo; <a href="&u.rel.announce;">Announcement</a><br> <td><small>&raquo; <a href="&u.rel.announce;">Announcement</a><br>
&raquo; <a href="&base;/doc/en_US.ISO_8859-1/books/handbook/install.html">Installation Guide</a></small></td> &raquo; <a href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">Installation Guide</a></small></td>
<td><small>&raquo; <a href="&u.rel.notes;">Release Notes</a><br> <td><small>&raquo; <a href="&u.rel.notes;">Release Notes</a><br>
&raquo; <a href="&u.rel.errata;">Errata</a></small></td> &raquo; <a href="&u.rel.errata;">Errata</a></small></td>

View file

@ -1,6 +1,6 @@
<!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 "$FreeBSD: www/en/news/newsflash.sgml,v 1.275 2001/06/07 04:24:56 markp Exp $"> <!ENTITY date "$FreeBSD: www/en/news/newsflash.sgml,v 1.276 2001/06/07 04:32:53 dwcjr Exp $">
<!ENTITY title "FreeBSD News Flash!"> <!ENTITY title "FreeBSD News Flash!">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;]> <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;]>
@ -86,7 +86,7 @@
<li><p><b>18-Apr-2001</b> <li><p><b>18-Apr-2001</b>
The <a The <a
href="&base;/doc/en_US.ISO_8859-1/books/developers-handbook/index.html">Developer's href="&base;/doc/en_US.ISO8859-1/books/developers-handbook/index.html">Developer's
Handbook</a> is now available on the web site. This is an evolving Handbook</a> is now available on the web site. This is an evolving
resource for people wanting to develop software for FreeBSD (and not resource for people wanting to develop software for FreeBSD (and not
just for the committers who are developing FreeBSD). Don't forget just for the committers who are developing FreeBSD). Don't forget
@ -95,7 +95,7 @@
<li><p><b>17-Apr-2001</b> <li><p><b>17-Apr-2001</b>
Addison Wesley have allowed us to republish <a Addison Wesley have allowed us to republish <a
href="&base;/doc/en_US.ISO_8859-1/books/corp-net-guide/index.html">Chapter href="&base;/doc/en_US.ISO8859-1/books/corp-net-guide/index.html">Chapter
8</a> of the <a 8</a> of the <a
href="http://cseng.aw.com/book/0,,0201704811,00.html">FreeBSD href="http://cseng.aw.com/book/0,,0201704811,00.html">FreeBSD
Corporate Networker's Guide</a>. Chapter 8 provides an in-depth Corporate Networker's Guide</a>. Chapter 8 provides an in-depth

View file

@ -1,10 +1,10 @@
<!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 "$FreeBSD: www/en/releases/4.3R/errata.sgml,v 1.5 2001/06/05 18:26:52 bmah Exp $"> <!ENTITY date "$FreeBSD: www/en/releases/4.3R/errata.sgml,v 1.6 2001/06/06 17:26:39 bmah Exp $">
<!ENTITY title "FreeBSD 4.3 Errata Notes"> <!ENTITY title "FreeBSD 4.3 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/releases/4.3R/errata.sgml,v 1.5 2001/06/05 18:26:52 bmah Exp $ --> <!-- $FreeBSD: www/en/releases/4.3R/errata.sgml,v 1.6 2001/06/06 17:26:39 bmah Exp $ -->
<html> <html>
&header; &header;
@ -57,7 +57,7 @@ ssh(1) is no longer SUID root. The primary manifestation of this
change is that .shosts authentication may not work "out of the box". change is that .shosts authentication may not work "out of the box".
Both temporary and permanent fixes are described in the FAQ at: Both temporary and permanent fixes are described in the FAQ at:
<a href="http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/admin.html#SSH-SHOSTS">http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/admin.html#SSH-SHOSTS</a> <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#SSH-SHOSTS">http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#SSH-SHOSTS</a>
</pre> </pre>
<p></p><a href="../index.html">Release Home</a> <p></p><a href="../index.html">Release Home</a>

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD: www/en/tutorials/Makefile,v 1.9 2000/09/30 00:21:39 nbm Exp $ # $FreeBSD: www/en/tutorials/Makefile,v 1.10 2000/11/07 04:05:37 kuriyama Exp $
# #
# Build the FreeBSD tutorials/articles outside of the www tree, and then # Build the FreeBSD tutorials/articles outside of the www tree, and then
# install them in to the right place. # install them in to the right place.
@ -13,15 +13,15 @@
DOCS = index.sgml DOCS = index.sgml
DIRS_TO_CLEAN = ../../../doc/en_US.ISO_8859-1/articles \ DIRS_TO_CLEAN = ../../../doc/en_US.ISO8859-1/articles \
../../../doc/en_US.ISO_8859-1/books/fdp-primer \ ../../../doc/en_US.ISO8859-1/books/fdp-primer \
../../../doc/en_US.ISO_8859-1/books/porters-handbook \ ../../../doc/en_US.ISO8859-1/books/porters-handbook \
../../../doc/en_US.ISO_8859-1/books/ppp-primer ../../../doc/en_US.ISO8859-1/books/ppp-primer
all afterinstall: index.html all afterinstall: index.html
(cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/}) (cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/})
(cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/}) (cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/})
(cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/porters-handbook && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/porters-handbook ${.TARGET:S/afterinstall/install/}) (cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/porters-handbook && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/porters-handbook ${.TARGET:S/afterinstall/install/})
(cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/ppp ${.TARGET:S/afterinstall/install/}) (cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/ppp ${.TARGET:S/afterinstall/install/})
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,11 +1,11 @@
# #
# $FreeBSD: www/es/FAQ/Makefile,v 1.2 1999/09/06 07:03:00 peter Exp $ # $FreeBSD: www/es/FAQ/Makefile,v 1.3 1999/09/15 20:37:11 wosch Exp $
# #
# Build the FreeBSD FAQ *outside* of the www tree, and install it # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
all install clean: all install clean:
(cd ../../../doc/es_ES.ISO_8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET}) (cd ../../../doc/es_ES.ISO8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET})
.if make(install) .if make(install)
(cd ${DESTDIR}/data/es/FAQ; ln -sf index.html FAQ.html) (cd ${DESTDIR}/data/es/FAQ; ln -sf index.html FAQ.html)
.endif .endif

View file

@ -1,11 +1,11 @@
<!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 "$FreeBSD: www/ja/news/newsflash.sgml,v 1.54 2001/03/08 09:38:22 kuriyama Exp $"> <!ENTITY date "$FreeBSD: www/ja/news/newsflash.sgml,v 1.55 2001/05/08 15:11:53 hrs Exp $">
<!ENTITY title "FreeBSD News Flash!"> <!ENTITY title "FreeBSD News Flash!">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $FreeBSD: www/ja/news/newsflash.sgml,v 1.54 2001/03/08 09:38:22 kuriyama Exp $ --> <!-- $FreeBSD: www/ja/news/newsflash.sgml,v 1.55 2001/05/08 15:11:53 hrs Exp $ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.269 --> <!-- Original revision: 1.269 -->
@ -59,7 +59,7 @@
(文書担当)</p></li> (文書担当)</p></li>
<li><p><b>01/04/18</b> <li><p><b>01/04/18</b>
<a href="&base;/doc/en_US.ISO_8859-1/books/developers-handbook/index.html">Developer's <a href="&base;/doc/en_US.ISO8859-1/books/developers-handbook/index.html">Developer's
Handbook</a> がウェブサイトで公開されました. Handbook</a> がウェブサイトで公開されました.
これは, FreeBSD 用ソフトウェアを開発したい人 これは, FreeBSD 用ソフトウェアを開発したい人
(FreeBSD を開発しているコミッター用でなく) 向けのものです. (FreeBSD を開発しているコミッター用でなく) 向けのものです.
@ -70,7 +70,7 @@
Addison Wesley より, Addison Wesley より,
<a href="http://cseng.aw.com/book/0,,0201704811,00.html">FreeBSD <a href="http://cseng.aw.com/book/0,,0201704811,00.html">FreeBSD
Corporate Networker's Guide</a> の Corporate Networker's Guide</a> の
<a href="&base;/doc/en_US.ISO_8859-1/books/corp-net-guide/index.html">Âè 8 ¾Ï</a> <a href="&base;/doc/en_US.ISO8859-1/books/corp-net-guide/index.html">Âè 8 ¾Ï</a>
を再出版する許可をいただきました. を再出版する許可をいただきました.
第 8 章では Windows, WindowsNT, FreeBSD を使っている Novell クライアントに 第 8 章では Windows, WindowsNT, FreeBSD を使っている Novell クライアントに
プリントサービスを提供することに関して詳細に分析しています.</p></li> プリントサービスを提供することに関して詳細に分析しています.</p></li>

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 "$FreeBSD: www/ja/releases/4.3R/errata.sgml,v 1.3 2001/06/03 19:33:35 hrs Exp $"> <!ENTITY date "$FreeBSD: www/ja/releases/4.3R/errata.sgml,v 1.4 2001/06/07 16:05:58 hrs Exp $">
<!ENTITY title "FreeBSD 4.3 Errata Notes"> <!ENTITY title "FreeBSD 4.3 Errata Notes">
<!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.6 --> <!-- Original revision: 1.6 -->
<!-- $FreeBSD: www/ja/releases/4.3R/errata.sgml,v 1.3 2001/06/03 19:33:35 hrs Exp $ --> <!-- $FreeBSD: www/ja/releases/4.3R/errata.sgml,v 1.4 2001/06/07 16:05:58 hrs Exp $ -->
<html> <html>
&header; &header;
@ -65,7 +65,7 @@ ssh(1)
次の FAQ に一時的に修正する方法, 永続的に修正する方法の両方について 次の FAQ に一時的に修正する方法, 永続的に修正する方法の両方について
記載されています. 記載されています.
<a href="http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/admin.html#SSH-SHOSTS">http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/admin.html#SSH-SHOSTS (±Ñ¸ì)</a> <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#SSH-SHOSTS">http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#SSH-SHOSTS (±Ñ¸ì)</a>
(訳注: 日本語での情報は以下を参考にしてください) (訳注: 日本語での情報は以下を参考にしてください)
<a href="http://home.jp.FreeBSD.ORG/cgi-bin/showmail/FreeBSD-users-jp/58244">http://home.jp.FreeBSD.ORG/cgi-bin/showmail/FreeBSD-users-jp/58244</a> <a href="http://home.jp.FreeBSD.ORG/cgi-bin/showmail/FreeBSD-users-jp/58244">http://home.jp.FreeBSD.ORG/cgi-bin/showmail/FreeBSD-users-jp/58244</a>