Link to the FAQ using index.html rather than FAQ.html.

This commit is contained in:
Nik Clayton 2001-04-17 12:21:56 +00:00
parent 9fbb557a45
commit 714abf637c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9216
5 changed files with 14 additions and 14 deletions

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.6 1999/12/12 16:24:15 jhb Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/doc-set.sgml,v 1.7 2001/04/11 22:31:44 dd 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.6 1999/12/12 16:24:15 jhb Exp $ --> <!-- $FreeBSD: www/en/docproj/doc-set.sgml,v 1.7 2001/04/11 22:31:44 dd Exp $ -->
<html> <html>
&header; &header;
@ -25,7 +25,7 @@
FreeBSD, and most of the time the best person to write the manual FreeBSD, and most of the time the best person to write the manual
page is the person that wrote that part of FreeBSD.</p></li> page is the person that wrote that part of FreeBSD.</p></li>
<li><p><a href="../FAQ/FAQ.html"><b>The FAQ</b></a></p> <li><p><a href="../FAQ/index.html"><b>The FAQ</b></a></p>
<p>This is maintained by the project. The aim is to address (in short <p>This is maintained by the project. The aim is to address (in short
question and answer format) questions that are asked or should be question and answer format) questions that are asked or should be

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.105 2001/03/21 12:17:08 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.106 2001/04/11 22:31:43 dd Exp $">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -252,7 +252,7 @@ href="ru/index.html">Russian</a>, <a href="support.html#web">Other</a>
&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/index.html">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/index.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>
</small></p> </small></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$"> <!ENTITY date "$FreeBSD: www/en/news/1998/index.sgml,v 1.1 2001/04/13 00:54:06 eric Exp $">
<!ENTITY title "FreeBSD News flash! (1998)"> <!ENTITY title "FreeBSD News flash! (1998)">
<!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$ --> <!-- $FreeBSD: www/en/news/1998/index.sgml,v 1.1 2001/04/13 00:54:06 eric Exp $ -->
<html> <html>
&header; &header;
@ -150,7 +150,7 @@
<li><p><b>09-Jul-98</b> <li><p><b>09-Jul-98</b>
A <a href="http://www.es.FreeBSD.org/es/FAQ/FAQ.html">Spanish A <a href="http://www.es.FreeBSD.org/es/FAQ/FAQ.html">Spanish
translation</a> of the <a href="&base;/FAQ/FAQ.html">FAQ</a> has been translation</a> of the <a href="&base;/FAQ/index.html">FAQ</a> has been
completed by the <a href="http://www.es.FreeBSD.org/es/">Spanish completed by the <a href="http://www.es.FreeBSD.org/es/">Spanish
Documentation Project</a>. More information can be found at the <a Documentation Project</a>. More information can be found at the <a
href="&base;/docproj/translations.html">translations href="&base;/docproj/translations.html">translations

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.17 2001/03/30 23:12:02 dannyboy Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/newbies.sgml,v 1.18 2001/04/11 22:31:46 dd 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.17 2001/03/30 23:12:02 dannyboy Exp $ --> <!-- $FreeBSD: www/en/projects/newbies.sgml,v 1.18 2001/04/11 22:31:46 dd Exp $ -->
<html> <html>
&header; &header;
@ -89,7 +89,7 @@
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/index.html">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/index.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
worry if you can't understand the advanced sections. The handbook worry if you can't understand the advanced sections. The handbook

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.64 2001/04/13 02:16:56 dd Exp $"> <!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.65 2001/04/13 03:50:07 dd 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.64 2001/04/13 02:16:56 dd Exp $ --> <!-- $FreeBSD: www/en/search/search.sgml,v 1.65 2001/04/13 03:50:07 dd Exp $ -->
<html> <html>
&header; &header;
@ -30,7 +30,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/index.html">FAQ</a>
and <a href="&base/handbook/index.html">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">