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
This commit is contained in:
parent
454ed4ce44
commit
aee7d4368c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11148
1 changed files with 8 additions and 8 deletions
|
@ -6,19 +6,19 @@
|
|||
# Format: <url> | <description>
|
||||
# An empty url begin a new section
|
||||
#
|
||||
# $FreeBSD: www/en/search/site.map,v 1.13 2001/05/10 03:38:30 bmah Exp $
|
||||
# $FreeBSD: www/en/search/site.map,v 1.14 2001/11/07 14:03:35 dd Exp $
|
||||
|
||||
|Software
|
||||
../availability.html|About FreeBSD
|
||||
../features.html|Features
|
||||
../releases/|Releases
|
||||
../releases/index.html|Releases
|
||||
../handbook/install.html|Installation
|
||||
../handbook/install-hw.html|Supported Hardware
|
||||
../handbook/mirrors.html|Mirrors
|
||||
../applications.html|Applications
|
||||
../platforms/alpha.html|About Alpha port
|
||||
../java/|Java
|
||||
../ports/|Ports
|
||||
../java/index.html|Java
|
||||
../ports/index.html|Ports
|
||||
../commercial/commercial.html|Commercial Vendors
|
||||
|
||||
|Support
|
||||
|
@ -28,7 +28,7 @@
|
|||
../support.html#pr|Bugs
|
||||
../support.html#cvs|CVS
|
||||
../support.html#user|User Groups
|
||||
../projects/|Projects
|
||||
../projects/projects.html|Projects
|
||||
../security/security.html|Security
|
||||
../gallery/gallery.html|Gallery
|
||||
../commercial/commercial.html|Commercial Vendors
|
||||
|
@ -41,9 +41,9 @@ http://www.daemonnews.org/newsletter/|BSD Quick Newsletter
|
|||
../publish.html#newsletter|Newsletter
|
||||
|
||||
|Documentation
|
||||
../handbook/|Handbook
|
||||
../FAQ/|FAQ
|
||||
../tutorials/|Tutorials
|
||||
../handbook/index.html|Handbook
|
||||
../FAQ/index.html|FAQ
|
||||
../tutorials/index.html|Tutorials
|
||||
../docs.html#man|Manual Pages
|
||||
../docs.html#info|INFO
|
||||
../docs.html#44doc|4.4BSD Manuals
|
||||
|
|
Loading…
Reference in a new issue