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,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!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 % 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>
&header;
@ -49,12 +49,12 @@
<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
<a href="&base;/tutorials/docproj-primer/book.html">one large
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
<a href="&base;/porters-handbook/book.html">one large
HTML file</a>).</li>