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/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 % 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>
|
||||
&header;
|
||||
|
@ -63,8 +63,8 @@
|
|||
instructions</a> for a previous version are still available before
|
||||
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
|
||||
one <a href="../tutorials/new-users/">For People New to Both
|
||||
<li><p>A number of <a href="../tutorials/index.html">tutorials</a> are available. The
|
||||
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
|
||||
have to know much about anything to enjoy this one. It is also
|
||||
available from <a
|
||||
|
@ -88,7 +88,7 @@
|
|||
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>
|
||||
|
||||
<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
|
||||
main documents for FreeBSD. Essential reading, they contain a lot of
|
||||
material for newbies as well as some pretty advanced stuff. Don't
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -193,7 +193,7 @@ annual BSD Conference and Expo.
|
|||
<a name="applications"></a>
|
||||
<h3>Applications</h3>
|
||||
<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
|
||||
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
|
||||
|
@ -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
|
||||
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
|
||||
install a wide range of applications with a minimum amount of effort.
|
||||
A list of current ports is available along with a search mechanism
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue