Various changes after repository copy.

This commit is contained in:
Wolfram Schneider 1998-08-03 09:51:12 +00:00
parent 38645b85d5
commit 57fc4c1d6d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3240
13 changed files with 69 additions and 48 deletions

View file

@ -1,5 +1,9 @@
# $Id: Makefile,v 1.1 1997-01-23 09:24:09 mbarkah Exp $ # $Id: Makefile,v 1.2 1998-08-03 09:47:51 wosch Exp $
DOCS = consulting.sgml hardware.sgml misc.sgml software.sgml DOCS = commercial.sgml
DOCS+= consulting.sgml
DOCS+= hardware.sgml
DOCS+= misc.sgml
DOCS+= software.sgml
.include <../web.mk> .include <../web.mk>

View file

@ -1,16 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1997-11-23 23:45:39 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:47:51 $">
<!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.25 1997-11-23 23:45:39 jkh Exp $ --> <!-- $Id: commercial.sgml,v 1.26 1998-08-03 09:47:51 wosch Exp $ -->
<html> <html>
&header; &header;
<p>FreeBSD's power, flexibility, and reliability attracts <p>FreeBSD's power, flexibility, and reliability attracts
a wide variety of users and vendors. In addition to our <a a wide variety of users and vendors. In addition to our <a
href="&base/gallery.html">gallery</a> page, showcasing many href="../gallery/gallery.html">gallery</a> page, showcasing many
of our users, here you will find vendors offering commercial of our users, here you will find vendors offering commercial
services for FreeBSD.</p> services for FreeBSD.</p>
@ -26,22 +27,22 @@ not signify our endorsement of their products or services.<p>
<ul> <ul>
<li><a href="&base/commercial/software.html">Software Services</a> From audio <li><a href="software.html">Software Services</a> From audio
players, network drivers, to commercial databases, you will find a players, network drivers, to commercial databases, you will find a
variety of industrial strength software for FreeBSD. variety of industrial strength software for FreeBSD.
<p></p></li> <p></p></li>
<li><a href="&base/commercial/hardware.html">Hardware Services</a> Need specialized <li><a href="hardware.html">Hardware Services</a> Need specialized
tools, or just browsing for equipment ? These companies may have what tools, or just browsing for equipment ? These companies may have what
you need! you need!
<p></p></li> <p></p></li>
<li><a href="&base/commercial/consulting.html">Consulting Services</a> Whether you <li><a href="consulting.html">Consulting Services</a> Whether you
are just starting out with FreeBSD, or need to complete a large project, are just starting out with FreeBSD, or need to complete a large project,
a consultant or two might be your answer. a consultant or two might be your answer.
<p></p></li> <p></p></li>
<li><a href="&base/commercial/misc.html">Miscellaneous Services</a> Books and accessories <li><a href="misc.html">Miscellaneous Services</a> Books and accessories
you just cannot live without! you just cannot live without!
<p></p></li> <p></p></li>

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-10 13:36:52 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:44:10 $">
<!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.6 1998-06-10 13:36:52 wosch Exp $ --> <!-- $Id: daemon.sgml,v 1.7 1998-08-03 09:44:10 wosch Exp $ -->
<html> <html>
&header; &header;

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-07-01 03:52:05 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:44:10 $">
<!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 1997-07-01 03:52:05 max Exp $ --> <!-- $Id: license.sgml,v 1.3 1998-08-03 09:44:10 wosch Exp $ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,11 @@
# $Id: Makefile,v 1.2 1998-06-17 18:14:52 wosch Exp $ # $Id: Makefile,v 1.3 1998-08-03 09:51:12 wosch Exp $
.if exists(Makefile.conf) DOCS= current.sgml
.include "Makefile.conf" DOCS+= doc-set.sgml
.endif DOCS+= sgml.sgml
DOCS+= submitting.sgml
DOCS= current.sgml doc-set.sgml sgml.sgml submitting.sgml who.sgml DOCS+= who.sgml
DOCS+= translations.sgml DOCS+= translations.sgml
DOCS+= 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-06-17 18:11:40 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:51:12 $">
<!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.11 1998-06-17 18:11:40 wosch Exp $ --> <!-- $Id: docproj.sgml,v 1.12 1998-08-03 09:51:12 wosch Exp $ -->
<html> <html>
&header; &header;
@ -37,7 +38,7 @@
<table bgcolor="#ffffcc" border="1" cellpadding="4" width="100%"> <table bgcolor="#ffffcc" border="1" cellpadding="4" width="100%">
<tr> <tr>
<td><h2 align="center"><a href="docproj/current.html">Current <td><h2 align="center"><a href="current.html">Current
projects</a></h2> projects</a></h2>
<p>There are a number of projects currently <em>in progress</em> as <p>There are a number of projects currently <em>in progress</em> as
@ -47,30 +48,30 @@
</tr> </tr>
</table> </table>
<h2><a href="docproj/who.html">Who we are, how to join</a></h2> <h2><a href="who.html">Who we are, how to join</a></h2>
<p>This page explains who makes up the Documentation Project, and how <p>This page explains who makes up the Documentation Project, and how
you can join.</p> you can join.</p>
<h2><a href="docproj/doc-set.html">The FreeBSD Documentation Set</a></h2> <h2><a href="doc-set.html">The FreeBSD Documentation Set</a></h2>
<p>This page outlines the components of the FreeBSD Documentation Set, and <p>This page outlines the components of the FreeBSD Documentation Set, and
the sort of work that the Documentation Project does with them.</p> the sort of work that the Documentation Project does with them.</p>
<h2><a href="docproj/sgml.html">SGML and the Documentation Project</a></h2> <h2><a href="sgml.html">SGML and the Documentation Project</a></h2>
<p>The project is trying to use SGML for the documentation. This page <p>The project is trying to use SGML for the documentation. This page
outlines how this is accomplished, and directs the interested reader to outlines how this is accomplished, and directs the interested reader to
further SGML resources.</p> further SGML resources.</p>
<h2><a href="docproj/submitting.html">Submitting Documentation</a></h2> <h2><a href="submitting.html">Submitting Documentation</a></h2>
<p>Submitting documentation is the best way to become a part of the <p>Submitting documentation is the best way to become a part of the
project, and help make FreeBSD easier to use. This page explains the project, and help make FreeBSD easier to use. This page explains the
best way to submit documentation so that it gets looked at as soon as best way to submit documentation so that it gets looked at as soon as
possible.</p> possible.</p>
<h2><a href="docproj/translations.html">Translation</a></h2> <h2><a href="translations.html">Translation</a></h2>
<p>Translations of the FreeBSD documentation, Web pages, <p>Translations of the FreeBSD documentation, Web pages,
Handbook, Manual pages and FAQ.</p> Handbook, Manual pages and FAQ.</p>

View file

@ -1,7 +1,13 @@
# $Id: Makefile,v 1.3 1998-08-01 09:37:10 wosch Exp $ # $Id: Makefile,v 1.4 1998-08-03 09:42:03 wosch Exp $
DOCS= photos.sgml DOCS= photos.sgml
DOCS+= internal.sgml DOCS+= internal.sgml
DOCS+= homepage.sgml
DOCS+= about.sgml
DOCS+= machines.sgml
DOCS+= mirror.sgml
DOCS+= machines.sgml
DOCS+= resignation.sgml
homepage.inc: homepage.inc:
perl homepage.pl > ${.TARGET} perl homepage.pl > ${.TARGET}

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 12:42:02 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:42:03 $">
<!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.14 1998-07-27 12:42:02 wosch Exp $ --> <!-- $Id: about.sgml,v 1.15 1998-08-03 09:42:03 wosch Exp $ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-07-31 09:45:51 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:42:03 $">
<!ENTITY title "FreeBSD Homepages"> <!ENTITY title "FreeBSD Homepages">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY homepage SYSTEM "homepage.inc"> <!ENTITY homepage SYSTEM "homepage.inc">
]> ]>
<!-- $Id: homepage.sgml,v 1.1 1998-07-31 09:45:51 wosch Exp $ --> <!-- $Id: homepage.sgml,v 1.2 1998-08-03 09:42:03 wosch Exp $ -->
<html> <html>
&header; &header;

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-12 13:57:26 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:42:03 $">
<!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-07-12 13:57:26 jkh Exp $ --> <!-- $Id: machines.sgml,v 1.4 1998-08-03 09:42:03 wosch Exp $ -->
<html> <html>
&header; &header;

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-07-01 03:52:06 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:42:03 $">
<!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.5 1997-07-01 03:52:06 max Exp $ --> <!-- $Id: mirror.sgml,v 1.6 1998-08-03 09:42:03 wosch Exp $ -->
<html> <html>
&header; &header;

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-31 09:18:25 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:42:03 $">
<!ENTITY title "Photo Gallery"> <!ENTITY title "Photo Gallery">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: photos.sgml,v 1.1 1998-07-31 09:18:25 wosch Exp $ --> <!-- $Id: photos.sgml,v 1.2 1998-08-03 09:42:03 wosch Exp $ -->
<html> <html>
&header; &header;

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-02-12 03:37:33 $"> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:42:03 $">
<!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 1997-02-12 03:37:33 nsj Exp $ --> <!-- $Id: resignation.sgml,v 1.2 1998-08-03 09:42:03 wosch Exp $ -->
<html> <html>
&header; &header;