Explicitly link to the index.html files instead of relying on the web

server's directory index configuration to DTRT (i.e., link to
"ports/index.html" rather than "ports/").  This also makes it easier
for people without the desire to set up a web server to test changes
to the web site.

PR:		23230
Reviewed by:	nik
This commit is contained in:
Dima Dorfman 2001-04-11 22:31:47 +00:00
parent 2478c758ae
commit 7687f34338
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9173
17 changed files with 72 additions and 72 deletions

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/availability.sgml,v 1.26 2000/07/26 17:24:14 jim Exp $"> <!ENTITY date "$FreeBSD: www/en/availability.sgml,v 1.27 2001/01/20 15:34:48 alex Exp $">
<!ENTITY title "About FreeBSD's availability"> <!ENTITY title "About FreeBSD's availability">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/availability.sgml,v 1.26 2000/07/26 17:24:14 jim Exp $ --> <!-- $FreeBSD: www/en/availability.sgml,v 1.27 2001/01/20 15:34:48 alex Exp $ -->
<html> <html>
&header; &header;
@ -21,7 +21,7 @@
<blockquote> <blockquote>
<p>FreeBSD runs on a variety of PC and Alpha hardware. Please review <p>FreeBSD runs on a variety of PC and Alpha hardware. Please review
the <a href="handbook/install-hw.html">supported the <a href="handbook/install-hw.html">supported
configurations</a> section of the <a href="handbook/">FreeBSD configurations</a> section of the <a href="handbook/index.html">FreeBSD
Handbook</a> for more information.</p> Handbook</a> for more information.</p>
</blockquote> </blockquote>

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/docproj/doc-set.sgml,v 1.5 1999/09/06 07:02:43 peter Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/doc-set.sgml,v 1.6 1999/12/12 16:24:15 jhb Exp $">
<!ENTITY title "FreeBSD Documentation Project: Documentation Set"> <!ENTITY title "FreeBSD Documentation Project: Documentation Set">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/docproj/doc-set.sgml,v 1.5 1999/09/06 07:02:43 peter Exp $ --> <!-- $FreeBSD: www/en/docproj/doc-set.sgml,v 1.6 1999/12/12 16:24:15 jhb Exp $ -->
<html> <html>
&header; &header;
@ -38,7 +38,7 @@
<p>This is maintained by the project. Topics that need a more in depth <p>This is maintained by the project. Topics that need a more in depth
discussion are addressed in the Handbook.</p></li> discussion are addressed in the Handbook.</p></li>
<li><p><a href="../tutorials/"><b>The Tutorials</b></a></p> <li><p><a href="../tutorials/index.html"><b>The Tutorials</b></a></p>
<p>Some of these tutorials are maintained by Project committers, others <p>Some of these tutorials are maintained by Project committers, others
are not. The <b>maintenance</b> of these documents is up to the are not. The <b>maintenance</b> of these documents is up to the

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/docproj/sgml.sgml,v 1.13 1999/12/25 14:12:56 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/sgml.sgml,v 1.14 2000/04/04 09:29:52 kuriyama Exp $">
<!ENTITY title "FreeBSD Documentation Project: SGML"> <!ENTITY title "FreeBSD Documentation Project: SGML">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/docproj/sgml.sgml,v 1.13 1999/12/25 14:12:56 wosch Exp $ --> <!-- $FreeBSD: www/en/docproj/sgml.sgml,v 1.14 2000/04/04 09:29:52 kuriyama Exp $ -->
<html> <html>
&header; &header;
@ -128,7 +128,7 @@
<h2>More information about SGML and DocBook?</h2> <h2>More information about SGML and DocBook?</h2>
<p>You should first read the <a <p>You should first read the <a
href="&base;/tutorials/docproj-primer/"><b>Documentation Project href="&base;/tutorials/docproj-primer/index.html"><b>Documentation Project
Primer</b></a>. This aims to be a comprehensive explanation of Primer</b></a>. This aims to be a comprehensive explanation of
everything you need to know in order to work with the FreeBSD everything you need to know in order to work with the FreeBSD
documentation.</p> documentation.</p>

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/docproj/translations.sgml,v 1.35 2000/10/28 12:50:21 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/translations.sgml,v 1.36 2000/11/20 18:34:35 phantom Exp $">
<!ENTITY title "FreeBSD Documentation Project: Translations"> <!ENTITY title "FreeBSD Documentation Project: Translations">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/docproj/translations.sgml,v 1.35 2000/10/28 12:50:21 wosch Exp $ --> <!-- $FreeBSD: www/en/docproj/translations.sgml,v 1.36 2000/11/20 18:34:35 phantom Exp $ -->
<html> <html>
&header; &header;
@ -34,7 +34,7 @@
</dd> </dd>
<dt><i>Documents available</i></dt> <dt><i>Documents available</i></dt>
<dd> <dd>
<a href="../zh/FAQ/">FAQ</a></dd> <a href="../zh/FAQ/index.html">FAQ</a></dd>
<dt><i>Documents currently at working</i></dt> <dt><i>Documents currently at working</i></dt>
<dd> <dd>
<a href="http://www.tw.FreeBSD.org/handbook-big5.html">Handbook</a></dd> <a href="http://www.tw.FreeBSD.org/handbook-big5.html">Handbook</a></dd>
@ -101,9 +101,9 @@ http://www.matti.ee/~vallo/</a><br>
<dl> <dl>
<dt><i>Documents available</i></dt> <dt><i>Documents available</i></dt>
<dd> <dd>
<a href="../ja/handbook/">Handbook</a>, <a href="../ja/handbook/index.html">Handbook</a>,
<a href="../ja/FAQ/">FAQ</a>, <a href="../ja/FAQ/index.html">FAQ</a>,
<a href="../ja/">Web</a>, <a href="../ja/index.html">Web</a>,
<a href="http://www.jp.FreeBSD.org/NewsLetter/Issue2/"> <a href="http://www.jp.FreeBSD.org/NewsLetter/Issue2/">
FreeBSD NewsLetter Issue #2</a> FreeBSD NewsLetter Issue #2</a>
</dd> </dd>
@ -130,8 +130,8 @@ http://www.matti.ee/~vallo/</a><br>
<dl> <dl>
<dt><i>Documents available</i></dt> <dt><i>Documents available</i></dt>
<dd><a href="../ru/FAQ/">FAQ</a></dd> <dd><a href="../ru/FAQ/index.html">FAQ</a></dd>
<dd><a href="../ru/">WWW</a></dd> <dd><a href="../ru/index.html">WWW</a></dd>
<dd><a href="http://www.FreeBSD.org.ua/qa/">Q&amp;A</a></dd> <dd><a href="http://www.FreeBSD.org.ua/qa/">Q&amp;A</a></dd>
<dd><a href="http://www.FreeBSD.org.ua/porters-handbook/">Porter's handbook</a></dd> <dd><a href="http://www.FreeBSD.org.ua/porters-handbook/">Porter's handbook</a></dd>
<dt><i>Documents currently at working</i></dt> <dt><i>Documents currently at working</i></dt>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/includes.sgml,v 1.35 2000/03/09 13:10:21 ache Exp $ --> <!-- $FreeBSD: www/en/includes.sgml,v 1.36 2001/02/24 20:46:27 wosch Exp $ -->
<!-- <!--
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
@ -27,7 +27,7 @@
<!ENTITY author '<a href="&base/mailto.html">&email@FreeBSD.ORG</a><br> <!ENTITY author '<a href="&base/mailto.html">&email@FreeBSD.ORG</a><br>
&copyright;'> &copyright;'>
<!ENTITY date ''> <!ENTITY date ''>
<!ENTITY home '<a href="&base/"><img src="&base/gifs/home.gif" <!ENTITY home '<a href="&base/index.html"><img src="&base/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'> alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
<!-- Standard headers and footers --> <!-- Standard headers and footers -->

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.104 2001/02/24 18:09:10 alex Exp $"> <!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.105 2001/03/21 12:17:08 wosch Exp $">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -104,8 +104,8 @@
<br> <br>
<font color="#990000"><b>Language:</b></font> <a <font color="#990000"><b>Language:</b></font> <a
href="ja/">Japanese</a>, <a href="es/">Spanish</a>, <a href="ja/">Japanese</a>, <a href="es/index.html">Spanish</a>, <a
href="ru/">Russian</a>, <a href="support.html#web">Other</a> href="ru/index.html">Russian</a>, <a href="support.html#web">Other</a>
</form> </form>
</td> </td>
</tr> </tr>
@ -233,15 +233,15 @@ href="ru/">Russian</a>, <a href="support.html#web">Other</a>
&nbsp;&nbsp;<a &nbsp;&nbsp;<a
href="news/newsflash.html">Announcements</a><br> href="news/newsflash.html">Announcements</a><br>
&nbsp;&nbsp;<a href="news/press.html">In the Press</a><br> &nbsp;&nbsp;<a href="news/press.html">In the Press</a><br>
&nbsp;&nbsp;<a href="news/">More ...</a> &nbsp;&nbsp;<a href="news/index.html">More ...</a>
</small></p> </small></p>
<p><big><font color="#990000"><b>Software</b></font></big> <p><big><font color="#990000"><b>Software</b></font></big>
<small><br> <small><br>
&nbsp;&nbsp;<a href="availability.html">Getting FreeBSD</a><br> &nbsp;&nbsp;<a href="availability.html">Getting FreeBSD</a><br>
&nbsp;&nbsp;<a href="releases/">Release Information</a><br> &nbsp;&nbsp;<a href="releases/index.html">Release Information</a><br>
&nbsp;&nbsp;<a href="&base;/ports/">Ported Applications</a><br> &nbsp;&nbsp;<a href="&base;/ports/index.html">Ported Applications</a><br>
</small></p> </small></p>
<p><big><font color="#990000"><b>Documentation</b></font></big> <p><big><font color="#990000"><b>Documentation</b></font></big>
@ -251,7 +251,7 @@ href="ru/">Russian</a>, <a href="support.html#web">Other</a>
Newbies</a><br> Newbies</a><br>
&nbsp;&nbsp;<a &nbsp;&nbsp;<a
href="&base;/handbook/index.html">Handbook</a><br> href="&base;/handbook/index.html">Handbook</a><br>
&nbsp;&nbsp;<a href="tutorials/">Tutorials</a><br> &nbsp;&nbsp;<a href="tutorials/index.html">Tutorials</a><br>
&nbsp;&nbsp;<a href="&base;/FAQ/FAQ.html">FAQ</a><br> &nbsp;&nbsp;<a href="&base;/FAQ/FAQ.html">FAQ</a><br>
&nbsp;&nbsp;<a href="handbook/bibliography.html">Books</a><br> &nbsp;&nbsp;<a href="handbook/bibliography.html">Books</a><br>
&nbsp;&nbsp;<a href="docs.html">More...</a><br> &nbsp;&nbsp;<a href="docs.html">More...</a><br>
@ -264,14 +264,14 @@ href="ru/">Russian</a>, <a href="support.html#web">Other</a>
&nbsp;&nbsp;<a href="&base;/support.html#newsgroups">Newsgroups</a><br> &nbsp;&nbsp;<a href="&base;/support.html#newsgroups">Newsgroups</a><br>
&nbsp;&nbsp;<a href="&base;/support.html#user">User Groups</a><br> &nbsp;&nbsp;<a href="&base;/support.html#user">User Groups</a><br>
&nbsp;&nbsp;<a href="&base;/support.html#web">Web Resources</a><br> &nbsp;&nbsp;<a href="&base;/support.html#web">Web Resources</a><br>
&nbsp;&nbsp;<a href="security/">Security</a><br> &nbsp;&nbsp;<a href="security/index.html">Security</a><br>
&nbsp;&nbsp;<a href="&base;/support.html">More...</a> &nbsp;&nbsp;<a href="&base;/support.html">More...</a>
</small></p> </small></p>
<p><big><font color="#990000"><b>Development</b></font></big> <p><big><font color="#990000"><b>Development</b></font></big>
<small><br> <small><br>
&nbsp;&nbsp;<a href="projects/">Projects</a><br> &nbsp;&nbsp;<a href="projects/index.html">Projects</a><br>
&nbsp;&nbsp;<a href="&base;/support.html#gnats">Bug Reports</a><br> &nbsp;&nbsp;<a href="&base;/support.html#gnats">Bug Reports</a><br>
&nbsp;&nbsp;<a href="&base;/support.html#cvs">CVS Repository</a><br> &nbsp;&nbsp;<a href="&base;/support.html#cvs">CVS Repository</a><br>
</small></p> </small></p>
@ -290,7 +290,7 @@ href="ru/">Russian</a>, <a href="support.html#web">Other</a>
<small><br> <small><br>
&nbsp;&nbsp;<a href="&base;/search/index-site.html">Site Map</a><br> &nbsp;&nbsp;<a href="&base;/search/index-site.html">Site Map</a><br>
&nbsp;&nbsp;<a href="&base;/search/search.html">Search</a><br> &nbsp;&nbsp;<a href="&base;/search/search.html">Search</a><br>
&nbsp;&nbsp;<a href="internal/">More ...</a><br> &nbsp;&nbsp;<a href="internal/index.html">More ...</a><br>
</small></p> </small></p>
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get"> <form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
@ -341,7 +341,7 @@ href="ru/">Russian</a>, <a href="support.html#web">Other</a>
href="&base;/mailto.html">Contact us</a><br> href="&base;/mailto.html">Contact us</a><br>
&date;</small></td> &date;</small></td>
<td align="right" valign="top"><small><a href="copyright/">Copyright</a> &copy; 1995-2001 <td align="right" valign="top"><small><a href="copyright/index.html">Copyright</a> &copy; 1995-2001
The FreeBSD Project.<br> The FreeBSD Project.<br>
All rights reserved.</small></td> All rights reserved.</small></td>
</tr> </tr>

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/internal/developer.sgml,v 1.12 2000/11/30 18:56:24 jim Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.13 2001/04/04 15:26:34 jhb Exp $">
<!ENTITY title "Resources for FreeBSD Committers"> <!ENTITY title "Resources for FreeBSD Committers">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/internal/developer.sgml,v 1.12 2000/11/30 18:56:24 jim Exp $ --> <!-- $FreeBSD: www/en/internal/developer.sgml,v 1.13 2001/04/04 15:26:34 jhb Exp $ -->
<html> <html>
&header; &header;
@ -19,14 +19,14 @@ Build the FreeBSD Web Pages</a></h2>
&webbuild; &webbuild;
<h2><a href="../tutorials/docproj-primer/">FreeBSD Documentation Project Primer for New Contributors</a></h2> <h2><a href="../tutorials/docproj-primer/index.html">FreeBSD Documentation Project Primer for New Contributors</a></h2>
This primer covers everything you will need to know in order to start This primer covers everything you will need to know in order to start
contributing to the FreeBSD Documentation Project, from the tools and contributing to the FreeBSD Documentation Project, from the tools and
software you will be using (both mandatory and recommended) to the software you will be using (both mandatory and recommended) to the
philosophy behind the Documentation Project. philosophy behind the Documentation Project.
<h2><a href="../porters-handbook/"> <h2><a href="../porters-handbook/index.html">
FreeBSD Porter's Handbook</a></h2> FreeBSD Porter's Handbook</a></h2>
A Guide for FreeBSD Ports Committers A Guide for FreeBSD Ports Committers
@ -41,14 +41,14 @@ A Guide for FreeBSD Ports Committers
<li><a href="../platforms/sparc.html">FreeBSD/SPARC Project</a></li> <li><a href="../platforms/sparc.html">FreeBSD/SPARC Project</a></li>
<li><a href="http://people.FreeBSD.org/~jasone/smp/">SMP Next Generation <li><a href="http://people.FreeBSD.org/~jasone/smp/">SMP Next Generation
Project</a></li> Project</a></li>
<li><a href="../projects/">FreeBSD Development Projects</a></li> <li><a href="../projects/index.html">FreeBSD Development Projects</a></li>
</ul> </ul>
<h2>Other Resources</h2> <h2>Other Resources</h2>
<ul> <ul>
<li><a href="../support.html#cvs">CVS Repository</a></li> <li><a href="../support.html#cvs">CVS Repository</a></li>
<li><a href="../support.html#gnats">Bug Reports</a></li> <li><a href="../support.html#gnats">Bug Reports</a></li>
<li><a href="../security/">FreeBSD Security Information</a></li> <li><a href="../security/index.html">FreeBSD Security Information</a></li>
<li><a href="../copyright/copyright.html">Copyright</a></li> <li><a href="../copyright/copyright.html">Copyright</a></li>
</ul> </ul>

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/internal/internal.sgml,v 1.12 2000/04/05 11:17:47 kuriyama Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/internal.sgml,v 1.13 2000/07/11 22:55:06 ben Exp $">
<!ENTITY title "FreeBSD Internal"> <!ENTITY title "FreeBSD Internal">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/internal/internal.sgml,v 1.12 2000/04/05 11:17:47 kuriyama Exp $ --> <!-- $FreeBSD: www/en/internal/internal.sgml,v 1.13 2000/07/11 22:55:06 ben Exp $ -->
<html> <html>
&header; &header;
@ -42,7 +42,7 @@ range of applications in new directions.</p>
<h2><a href="../mailto.html">Contacting FreeBSD</a></h2> <h2><a href="../mailto.html">Contacting FreeBSD</a></h2>
<h2><a href="../copyright/">FreeBSD Copyright</a></h2> <h2><a href="../copyright/index.html">FreeBSD Copyright</a></h2>
The FreeBSD Copyrights. The FreeBSD Copyrights.
<h2><a href="../search/search.html">Search the FreeBSD Site</a></h2> <h2><a href="../search/search.html">Search the FreeBSD Site</a></h2>

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/mailto.sgml,v 1.17 2000/02/02 20:33:44 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/mailto.sgml,v 1.18 2000/10/30 01:54:36 jim Exp $">
<!ENTITY title "Contacting FreeBSD"> <!ENTITY title "Contacting FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/mailto.sgml,v 1.17 2000/02/02 20:33:44 wosch Exp $ --> <!-- $FreeBSD: www/en/mailto.sgml,v 1.18 2000/10/30 01:54:36 jim Exp $ -->
<html> <html>
&header; &header;
@ -22,8 +22,8 @@
<h2>Questions about the contents of this WWW server...</h2> <h2>Questions about the contents of this WWW server...</h2>
<p>Questions or suggestions about our documentation (<a <p>Questions or suggestions about our documentation (<a
href="&base/handbook/">Handbook</a>, <a href="&base/FAQ/">FAQ</a>, <a href="&base/handbook/index.html">Handbook</a>, <a href="&base/FAQ/index.html">FAQ</a>, <a
href="&base/tutorials/">Tutorials</a>) should be addressed to the href="&base/tutorials/index.html">Tutorials</a>) should be addressed to the
members of the FreeBSD Documentation Project, <a members of the FreeBSD Documentation Project, <a
href="mailto:freebsd-doc@FreeBSD.ORG">freebsd-doc@FreeBSD.ORG</a>.</p> href="mailto:freebsd-doc@FreeBSD.ORG">freebsd-doc@FreeBSD.ORG</a>.</p>

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/en/news/newsflash.sgml,v 1.139 1999/12/21 01:59:53 nik Exp $"> <!ENTITY date "$FreeBSD: www/en/news/1996/index.sgml,v 1.1 2000/03/21 18:45:11 nik Exp $">
<!ENTITY title "FreeBSD News flash! (1996)"> <!ENTITY title "FreeBSD News flash! (1996)">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY newshome '<a href="../news.html">News Home</a>'> <!ENTITY newshome '<a href="../news.html">News Home</a>'>
<!ENTITY % newsincludes SYSTEM "../includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "../includes.sgml"> %newsincludes;
]> ]>
<!-- $FreeBSD: www/en/news/newsflash.sgml,v 1.139 1999/12/21 01:59:53 nik Exp $ --> <!-- $FreeBSD: www/en/news/1996/index.sgml,v 1.1 2000/03/21 18:45:11 nik Exp $ -->
<html> <html>
&header; &header;
@ -44,7 +44,7 @@
<li> <li>
<p><b>4-Nov-1996</b> The FreeBSD <a <p><b>4-Nov-1996</b> The FreeBSD <a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS</a> development href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS</a> development
tree has branched again. <a href="../releases/">See here</a> for tree has branched again. <a href="../releases/index.html">See here</a> for
more information.</p> more information.</p>
</li> </li>
</ul> </ul>

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.256 2001/04/07 09:21:30 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/news/newsflash.sgml,v 1.257 2001/04/07 13:46:02 greid 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;]>
@ -129,7 +129,7 @@
<ul> <ul>
<li><p><b>30-Nov-2000</b> <li><p><b>30-Nov-2000</b>
Individual porting efforts were moved into the <a Individual porting efforts were moved into the <a
href="&base;/platforms/">platforms</a> directory. Separate href="&base;/platforms/index.html">platforms</a> directory. Separate
pages for the Alpha, IA-64, PowerPC, and SPARC porting projects pages for the Alpha, IA-64, PowerPC, and SPARC porting projects
can be found there.</p></li> can be found there.</p></li>
@ -389,7 +389,7 @@
Paterson</a> (SMP)</p></li> Paterson</a> (SMP)</p></li>
<li><p><b>18-May-2000</b> <li><p><b>18-May-2000</b>
A hardcopy version of the <a href="&base;/handbook/">FreeBSD A hardcopy version of the <a href="&base;/handbook/index.html">FreeBSD
Handbook</a> is now available. If you would like to order a Handbook</a> is now available. If you would like to order a
copy, please visit the <a copy, please visit the <a
href="http://www.freebsdmall.com/">FreeBSDMall</a>, or <a href="http://www.freebsdmall.com/">FreeBSDMall</a>, or <a
@ -779,7 +779,7 @@
<li><p><b>22-Apr-1999</b> <li><p><b>22-Apr-1999</b>
The <a href="&base;/tutorials/docproj-primer/">FreeBSD Documentation The <a href="&base;/tutorials/docproj-primer/">FreeBSD Documentation
Project Primer</a> is now available (in the <a Project Primer</a> is now available (in the <a
href="&base;/tutorials/">tutorials section</a>) for people who want to href="&base;/tutorials/index.html">tutorials section</a>) for people who want to
learn the technical details of the <a learn the technical details of the <a
href="&base;/docproj/docproj.html">Documentation href="&base;/docproj/docproj.html">Documentation
Project</a>.</p></li> Project</a>.</p></li>

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/projects/newbies.sgml,v 1.16 2000/11/02 20:58:44 jim Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/newbies.sgml,v 1.17 2001/03/30 23:12:02 dannyboy Exp $">
<!ENTITY title 'Resources for Newbies'> <!ENTITY title 'Resources for Newbies'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/projects/newbies.sgml,v 1.16 2000/11/02 20:58:44 jim Exp $ --> <!-- $FreeBSD: www/en/projects/newbies.sgml,v 1.17 2001/03/30 23:12:02 dannyboy Exp $ -->
<html> <html>
&header; &header;
@ -63,8 +63,8 @@
instructions</a> for a previous version are still available before instructions</a> for a previous version are still available before
you begin. That should make the whole process a lot clearer.</p></li> you begin. That should make the whole process a lot clearer.</p></li>
<li><p>A number of <a href="../tutorials/">tutorials</a> are available. The <li><p>A number of <a href="../tutorials/index.html">tutorials</a> are available. The
one <a href="../tutorials/new-users/">For People New to Both one <a href="../tutorials/new-users/index.html">For People New to Both
FreeBSD and Unix</a> is popular with absolute beginners. You don't FreeBSD and Unix</a> is popular with absolute beginners. You don't
have to know much about anything to enjoy this one. It is also have to know much about anything to enjoy this one. It is also
available from <a available from <a
@ -88,7 +88,7 @@
everything you need to know to set up and run a FreeBSD system. You everything you need to know to set up and run a FreeBSD system. You
also get to understand what you're doing and why.</p></li> also get to understand what you're doing and why.</p></li>
<li><p>The <a href="../handbook/">FreeBSD Handbook</a> and <a <li><p>The <a href="../handbook/index.html">FreeBSD Handbook</a> and <a
href="../FAQ/FAQ.html">Frequently Asked Questions (FAQ)</a> are the href="../FAQ/FAQ.html">Frequently Asked Questions (FAQ)</a> are the
main documents for FreeBSD. Essential reading, they contain a lot of main documents for FreeBSD. Essential reading, they contain a lot of
material for newbies as well as some pretty advanced stuff. Don't material for newbies as well as some pretty advanced stuff. Don't

View file

@ -1,6 +1,6 @@
<!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/projects/projects.sgml,v 1.101 2001/03/17 05:16:51 grog Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.102 2001/04/03 18:06:42 wosch Exp $">
<!ENTITY title "FreeBSD Development Projects"> <!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -193,7 +193,7 @@ annual BSD Conference and Expo.
<a name="applications"></a> <a name="applications"></a>
<h3>Applications</h3> <h3>Applications</h3>
<ul> <ul>
<li><a name="java" href="../java/">Java on FreeBSD</a> <li><a name="java" href="../java/index.html">Java on FreeBSD</a>
This contains information on where to obtain the latest JDK for This contains information on where to obtain the latest JDK for
FreeBSD, how to install and run it, and a list of java software that FreeBSD, how to install and run it, and a list of java software that
you may find interesting. Please note that the JDK is unsupported on you may find interesting. Please note that the JDK is unsupported on
@ -208,7 +208,7 @@ repository, a mailing list, and other tools for development.</li>
A resource of links to information and software pertaining to the world A resource of links to information and software pertaining to the world
of multimedia in the UNIX world.</li> of multimedia in the UNIX world.</li>
<li><a href="../ports/">FreeBSD Ports Collection</a> <li><a href="../ports/index.html">FreeBSD Ports Collection</a>
The FreeBSD Ports Collection provides an easy way to compile and The FreeBSD Ports Collection provides an easy way to compile and
install a wide range of applications with a minimum amount of effort. install a wide range of applications with a minimum amount of effort.
A list of current ports is available along with a search mechanism A list of current ports is available along with a search mechanism

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/publish.sgml,v 1.39 2000/12/31 17:03:46 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/publish.sgml,v 1.40 2001/04/03 18:21:15 wosch Exp $">
<!ENTITY title "FreeBSD Related Publications"> <!ENTITY title "FreeBSD Related Publications">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/publish.sgml,v 1.39 2000/12/31 17:03:46 wosch Exp $ --> <!-- $FreeBSD: www/en/publish.sgml,v 1.40 2001/04/03 18:21:15 wosch Exp $ -->
<html> <html>
&header; &header;
@ -30,7 +30,7 @@
href="mailto:www@FreeBSD.org">www@FreeBSD.org</a>, so that they may be href="mailto:www@FreeBSD.org">www@FreeBSD.org</a>, so that they may be
added to this site. added to this site.
<p>The <a href="&base;/handbook/">FreeBSD Handbook</a> contains a <p>The <a href="&base;/handbook/index.html">FreeBSD Handbook</a> contains a
considerably longer <a considerably longer <a
href="&base;/handbook/bibliography.html">bibliography</a>.</p> href="&base;/handbook/bibliography.html">bibliography</a>.</p>

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/search/search.sgml,v 1.60 2000/12/30 11:02:09 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.61 2001/01/01 19:50:23 wosch Exp $">
<!ENTITY title "Search"> <!ENTITY title "Search">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/search/search.sgml,v 1.60 2000/12/30 11:02:09 wosch Exp $ --> <!-- $FreeBSD: www/en/search/search.sgml,v 1.61 2001/01/01 19:50:23 wosch Exp $ -->
<html> <html>
&header; &header;
@ -31,7 +31,7 @@ A cross reference of the FreeBSD kernel</a>
<hr noshade> <hr noshade>
<a name="web"></a><h2>Web pages (including <a href="&base/FAQ/FAQ.html">FAQ</a> <a name="web"></a><h2>Web pages (including <a href="&base/FAQ/FAQ.html">FAQ</a>
and <a href="&base/handbook/">Handbook</a>)</h2> and <a href="&base/handbook/index.html">Handbook</a>)</h2>
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="GET"> <form action="http://www.FreeBSD.org/cgi/search.cgi" method="GET">
<h3>Search for:</h3> <h3>Search for:</h3>

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/tutorials/index.sgml,v 1.18 2000/12/07 20:30:56 alex Exp $"> <!ENTITY date "$FreeBSD: www/en/tutorials/index.sgml,v 1.19 2001/01/14 16:18:10 dannyboy Exp $">
<!ENTITY title "FreeBSD Tutorials"> <!ENTITY title "FreeBSD Tutorials">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/tutorials/index.sgml,v 1.18 2000/12/07 20:30:56 alex Exp $ --> <!-- $FreeBSD: www/en/tutorials/index.sgml,v 1.19 2001/01/14 16:18:10 dannyboy Exp $ -->
<html> <html>
&header; &header;
@ -49,12 +49,12 @@
<li><a href="http://people.FreeBSD.org/~rpratt/">FreeBSD Installation Details for Newbies</a> <li><a href="http://people.FreeBSD.org/~rpratt/">FreeBSD Installation Details for Newbies</a>
<li><a href="&base;/tutorials/docproj-primer/">FreeBSD Documentation <li><a href="&base;/tutorials/docproj-primer/index.html">FreeBSD Documentation
Project Primer</a> (also as Project Primer</a> (also as
<a href="&base;/tutorials/docproj-primer/book.html">one large <a href="&base;/tutorials/docproj-primer/book.html">one large
HTML file</a>).</li> HTML file</a>).</li>
<li><a href="&base;/porters-handbook/">FreeBSD Porters <li><a href="&base;/porters-handbook/index.html">FreeBSD Porters
Handbook</a> (also as Handbook</a> (also as
<a href="&base;/porters-handbook/book.html">one large <a href="&base;/porters-handbook/book.html">one large
HTML file</a>).</li> HTML file</a>).</li>

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.45 2001/03/22 01:11:27 jkh Exp $"> <!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.46 2001/03/22 02:39:30 kuriyama Exp $">
<!ENTITY title "Getting FreeBSD"> <!ENTITY title "Getting FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/where.sgml,v 1.45 2001/03/22 01:11:27 jkh Exp $ --> <!-- $FreeBSD: www/en/where.sgml,v 1.46 2001/03/22 02:39:30 kuriyama Exp $ -->
<html> <html>
&header; &header;
@ -56,7 +56,7 @@
href="handbook/mirrors.html"><strong>mirror sites</strong></a> in the href="handbook/mirrors.html"><strong>mirror sites</strong></a> in the
handbook to see if there is a site closer to you. For more information handbook to see if there is a site closer to you. For more information
about past, present and future releases in general, please visit the <a about past, present and future releases in general, please visit the <a
href="releases/">release information page</a>.</p> href="releases/index.html">release information page</a>.</p>
<p>If you're interested in a purely experimental <strong>snapshot</strong> <p>If you're interested in a purely experimental <strong>snapshot</strong>
release of FreeBSD-current (AKA 5.0-current), aimed at developers and release of FreeBSD-current (AKA 5.0-current), aimed at developers and
@ -113,7 +113,7 @@
<h3>Commercial software</h3> <h3>Commercial software</h3>
<p>Beginning with FreeBSD <a href="releases/">Release 2.0.5</a>, FreeBSD <p>Beginning with FreeBSD <a href="releases/index.html">Release 2.0.5</a>, FreeBSD
includes demo versions of some commercial as well as some shareware includes demo versions of some commercial as well as some shareware
products. In addition to the demos available in the FreeBSD products. In addition to the demos available in the FreeBSD
distribution, a number of other commercial vendors offer software distribution, a number of other commercial vendors offer software