From 3b61d3c51f184b670cd02b91a1d89f3f6789a1a7 Mon Sep 17 00:00:00 2001
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Mon, 3 Aug 1998 13:28:59 +0000
Subject: [PATCH] Fix links due repository copy.

---
 en/copyright/daemon.sgml  |  6 +++---
 en/index.html             |  8 ++++----
 en/internal/about.sgml    |  6 +++---
 en/internal/internal.sgml | 14 +++++++-------
 en/news/Makefile          |  5 ++++-
 en/news/newsflash.sgml    |  7 ++++---
 en/news/press.sgml        |  7 ++++---
 en/search/web.atoz        | 16 ++++++++--------
 8 files changed, 37 insertions(+), 32 deletions(-)

diff --git a/en/copyright/daemon.sgml b/en/copyright/daemon.sgml
index d9a43a4bf7..0cddc27226 100644
--- a/en/copyright/daemon.sgml
+++ b/en/copyright/daemon.sgml
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
 <!ENTITY base CDATA "..">
-<!ENTITY date "$Date: 1998-08-03 09:44:10 $">
+<!ENTITY date "$Date: 1998-08-03 13:28:58 $">
 <!ENTITY title "The BSD Daemon">
 <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
 ]>
-<!-- $Id: daemon.sgml,v 1.7 1998-08-03 09:44:10 wosch Exp $ -->
+<!-- $Id: daemon.sgml,v 1.8 1998-08-03 13:28:58 wosch Exp $ -->
 
 <html>
 &header;
@@ -41,7 +41,7 @@
       <a href="mailto:mckusick@mckusick.com">Marshall Kirk McKusick</a>.
       A short <a href="http://www.mckusick.com/beastie/index.html">pictorial
       history</a> is also available. There is a gallery of FreeBSD related 
-<A HREF="./publish.html">publications</A> that use 
+<A HREF="../publish.html">publications</A> that use 
 variations of the daemon graphic.</p>
 
     <p>The stuffed daemon 
diff --git a/en/index.html b/en/index.html
index 8e02c69fd3..0ade276f6f 100644
--- a/en/index.html
+++ b/en/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- $Id: index.html,v 1.50 1998-08-03 12:34:57 wosch Exp $ -->
+<!-- $Id: index.html,v 1.51 1998-08-03 13:28:52 wosch Exp $ -->
 <HTML>
 <HEAD><TITLE>FreeBSD Inc.</TITLE>
 <META NAME="DESCRIPTION" CONTENT="FreeBSD Inc.">
@@ -163,7 +163,7 @@ function change(Name,Image,No) {
      onMouseover="change('supportA','support',1)"
      onMouseout="change('supportA','support',0)"><IMG NAME="supportA" BORDER=0 alt=" Support " WIDTH= "64" HEIGHT= "23" SRC="./gifs/support0.gif"></A><A HREF="./docs.html"
      onMouseover="change('docsA','docs',1)"
-     onMouseout="change('docsA','docs',0)"><IMG NAME="docsA" BORDER=0 alt=" Documentation " WIDTH= "117" HEIGHT= "23" SRC="./gifs/docs0.gif"></A><A HREF="./commercial.html"
+     onMouseout="change('docsA','docs',0)"><IMG NAME="docsA" BORDER=0 alt=" Documentation " WIDTH= "117" HEIGHT= "23" SRC="./gifs/docs0.gif"></A><A HREF="./comm/commercial.html"
      onMouseover="change('vendorsA','vendors',1)"
      onMouseout="change('vendorsA','vendors',0)"><IMG NAME="vendorsA" BORDER=0 alt=" Vendors " WIDTH= "66" HEIGHT= "23" SRC="./gifs/vendors0.gif"></A><A HREF="./search.html"
      onMouseover="change('searchA','search',1)"
@@ -205,7 +205,7 @@ HREF="./internet.html">Internet or Intranet</A> server. It
 provides robust network services, even under the heaviest of
 loads, and uses memory efficiently to maintain good response
 times for hundreds, or even thousands, of simultaneous user
-processes.  Visit our <a href="gallery.html">gallery</a> for
+processes.  Visit our <a href="gallery/gallery.html">gallery</a> for
 examples of FreeBSD powered applications and services.
 </FONT>
 </P>
@@ -318,7 +318,7 @@ and browse through this website!.
 Page design <A HREF="http://www.asis.com/~meganm/">Megan McCormack</A><BR>
 <A HREF="./mailto.html">questions@FreeBSD.ORG</A><BR>
 <A HREF="internal/about.html"> About this Web Site</A><BR>
-$Date: 1998-08-03 12:34:57 $
+$Date: 1998-08-03 13:28:52 $
 </FONT></TD>
 
 <TD ALIGN=RIGHT VALIGN=TOP><FONT SIZE="-1">
diff --git a/en/internal/about.sgml b/en/internal/about.sgml
index 376c88f7bb..de0baa7132 100644
--- a/en/internal/about.sgml
+++ b/en/internal/about.sgml
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
 <!ENTITY base CDATA "..">
-<!ENTITY date "$Date: 1998-08-03 09:42:03 $">
+<!ENTITY date "$Date: 1998-08-03 13:28:58 $">
 <!ENTITY title "About the FreeBSD WWW Server">
 <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
 ]>
-<!-- $Id: about.sgml,v 1.15 1998-08-03 09:42:03 wosch Exp $ -->
+<!-- $Id: about.sgml,v 1.16 1998-08-03 13:28:58 wosch Exp $ -->
 
 <html>
 &header;
@@ -52,7 +52,7 @@
 	The FreeBSD pages are HTML 3.2 compliant and best viewed with 
 	your browser.<p>
 
-	See also the <a href="docproj.html">FreeBSD Documentation Project</a>
+	See also the <a href="../docproj/docproj.html">FreeBSD Documentation Project</a>
 
 <h2>Page Design</h2>
     <p>
diff --git a/en/internal/internal.sgml b/en/internal/internal.sgml
index a013153f96..61fb771f03 100644
--- a/en/internal/internal.sgml
+++ b/en/internal/internal.sgml
@@ -1,18 +1,18 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
 <!ENTITY base CDATA "..">
-<!ENTITY date "$Date: 1998-08-01 19:58:05 $">
+<!ENTITY date "$Date: 1998-08-03 13:28:58 $">
 <!ENTITY title "FreeBSD Internal">
 <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
 ]>
-<!-- $Id: internal.sgml,v 1.2 1998-08-01 19:58:05 wosch Exp $ -->
+<!-- $Id: internal.sgml,v 1.3 1998-08-03 13:28:58 wosch Exp $ -->
 
 <html>
 &header;
 
 <p></p>
 
-<h2><a href="../machines.html">The FreeBSD.org Network</a></h2>
-<h2><a href="../about.html">About the FreeBSD WWW Server</a></h2>
+<h2><a href="machines.html">The FreeBSD.org Network</a></h2>
+<h2><a href="about.html">About the FreeBSD WWW Server</a></h2>
 <p>
 
 <h2><a href="../handbook/staff.html">FreeBSD Project Staff</a></h2>
@@ -20,13 +20,13 @@
 <h2><a href="homepage.html">Personal Homepages</a></h2>
 
 <h2>Resignation</h2>
-<a href="../resignation.html">Jordan K. Hubbard</a>.
+<a href="resignation.html">Jordan K. Hubbard</a>.
 
 <h2><a href="../projects/projects.html">FreeBSD Projects</a></h2>
 <h2><a href="../mailto.html">Contacting FreeBSD</a></h2>
 
-<h2><a href="../license.html">FreeBSD Copyright</a></h2>
-<h2><a href="../search.html">Search the FreeBSD Site</a></h2>
+<h2><a href="../copyright/license.html">FreeBSD Copyright</a></h2>
+<h2><a href="../search/search.html">Search the FreeBSD Site</a></h2>
 <p>
 
 
diff --git a/en/news/Makefile b/en/news/Makefile
index 3ade9dfe09..9c446a6064 100644
--- a/en/news/Makefile
+++ b/en/news/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1998-07-15 12:59:42 wosch Exp $
+# $Id: Makefile,v 1.3 1998-08-03 13:28:58 wosch Exp $
 
 DOCS=	qnewsletter.sgml
 
@@ -6,4 +6,7 @@ DOCS+=	qnewsletter-1-1.sgml
 DOCS+=	qnewsletter-1-2.sgml
 DOCS+=	qnewsletter-1-3.sgml
 
+DOCS+= press.sgml
+DOCS+= newsflash.sgml
+
 .include "../web.mk"
diff --git a/en/news/newsflash.sgml b/en/news/newsflash.sgml
index 65e5e6e591..4613d7b255 100644
--- a/en/news/newsflash.sgml
+++ b/en/news/newsflash.sgml
@@ -1,9 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
-<!ENTITY date "$Date: 1998-07-23 19:48:33 $">
+<!ENTITY base CDATA "..">
+<!ENTITY date "$Date: 1998-08-03 13:28:58 $">
 <!ENTITY title "FreeBSD News flash!">
-<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
+<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
 ]>
-<!-- $Id: newsflash.sgml,v 1.89 1998-07-23 19:48:33 nsj Exp $ -->
+<!-- $Id: newsflash.sgml,v 1.90 1998-08-03 13:28:58 wosch Exp $ -->
 
 <html>
 &header;
diff --git a/en/news/press.sgml b/en/news/press.sgml
index 563e7182ef..678eb79e26 100644
--- a/en/news/press.sgml
+++ b/en/news/press.sgml
@@ -1,9 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
-<!ENTITY date "$Date: 1998-07-15 13:58:16 $">
+<!ENTITY base CDATA "..">
+<!ENTITY date "$Date: 1998-08-03 13:28:58 $">
 <!ENTITY title "FreeBSD in the Press">
-<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
+<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
 ]>
-<!-- $Id: press.sgml,v 1.12 1998-07-15 13:58:16 wosch Exp $ -->
+<!-- $Id: press.sgml,v 1.13 1998-08-03 13:28:58 wosch Exp $ -->
 
 <html>
 &header;
diff --git a/en/search/web.atoz b/en/search/web.atoz
index 9e3f2c67f8..5e7e185ed8 100644
--- a/en/search/web.atoz
+++ b/en/search/web.atoz
@@ -4,7 +4,7 @@
 # With the format `<titel>|<url>'. 
 # Empty lines or comments are ignored. 
 #
-# $Id: web.atoz,v 1.35 1998-08-03 10:07:55 wosch Exp $
+# $Id: web.atoz,v 1.36 1998-08-03 13:28:59 wosch Exp $
 
 # about.sgml
 Usage statistics for this server|../internal/about.html
@@ -202,7 +202,7 @@ Questions about the contents of this WWW server|../mailto.html
 Questions about FreeBSD|../mailto.html
 
 # mirror.sgml 
-Mirroring the FreeBSD Web Pages|../mirror.html
+Mirroring the FreeBSD Web Pages|../internal/mirror.html
 rsync|../mirror.html
 
 # mozilla.sgml
@@ -260,9 +260,9 @@ Releases, past|../releases/index.html#past
 2.2.6 FreeBSD|../releases/index.html#current
 
 # resignation.sgml
-Jordan's Resignation Letter|../resignation.html
-Resignation Letter, Jordan|../resignation.html
-President of the FreeBSD Project|../resignation.html
+Jordan's Resignation Letter|../internal/resignation.html
+Resignation Letter, Jordan|../internal/resignation.html
+President of the FreeBSD Project|../internal/resignation.html
 
 # search.sgml
 Search Services|search.html
@@ -380,9 +380,9 @@ Answering Machine, Voice|../projects/projects.html#vam
 Retail Outlets for FreeBSD|../projects/projects.html#retail
 
 
-Security Advisories|../http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html
-Advisories, security|../http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html
-SA|../http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html
+Security Advisories|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html
+Advisories, security|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html
+SA|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html