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:
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
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % 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>
|
||||
&header;
|
||||
|
@ -19,14 +19,14 @@ Build the FreeBSD Web Pages</a></h2>
|
|||
|
||||
&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
|
||||
contributing to the FreeBSD Documentation Project, from the tools and
|
||||
software you will be using (both mandatory and recommended) to the
|
||||
philosophy behind the Documentation Project.
|
||||
|
||||
<h2><a href="../porters-handbook/">
|
||||
<h2><a href="../porters-handbook/index.html">
|
||||
FreeBSD Porter's Handbook</a></h2>
|
||||
|
||||
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="http://people.FreeBSD.org/~jasone/smp/">SMP Next Generation
|
||||
Project</a></li>
|
||||
<li><a href="../projects/">FreeBSD Development Projects</a></li>
|
||||
<li><a href="../projects/index.html">FreeBSD Development Projects</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Other Resources</h2>
|
||||
<ul>
|
||||
<li><a href="../support.html#cvs">CVS Repository</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>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % 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>
|
||||
&header;
|
||||
|
@ -42,7 +42,7 @@ range of applications in new directions.</p>
|
|||
|
||||
<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.
|
||||
|
||||
<h2><a href="../search/search.html">Search the FreeBSD Site</a></h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue