From 29d225a250f543c9ed289b1e77b09f489d597d9c Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 4 May 1997 19:59:38 +0000 Subject: [PATCH] Add A-Z Index database. Change Quick Index to A-Z Index. Generate A-Z Index SGML output on-the-fly (atoz.sgml). --- data/Makefile | 8 +- data/atoz.pl | 43 ++++++ data/index-site.sgml | 108 +------------- data/index.sgml | 8 +- data/web.atoz | 307 ++++++++++++++++++++++++++++++++++++++ en/Makefile | 8 +- en/index.sgml | 8 +- en/search/atoz.pl | 43 ++++++ en/search/index-site.sgml | 108 +------------- en/search/web.atoz | 307 ++++++++++++++++++++++++++++++++++++++ 10 files changed, 730 insertions(+), 218 deletions(-) create mode 100644 data/atoz.pl create mode 100644 data/web.atoz create mode 100644 en/search/atoz.pl create mode 100644 en/search/web.atoz diff --git a/data/Makefile b/data/Makefile index 1ad5acd0a1..97a9408413 100644 --- a/data/Makefile +++ b/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1997-04-24 23:03:54 jmg Exp $ +# $Id: Makefile,v 1.16 1997-05-04 19:59:36 wosch Exp $ .if exists(Makefile.conf) .include "Makefile.conf" @@ -17,6 +17,8 @@ DOCS+= internet.sgml license.sgml mailto.sgml mirror.sgml newsflash.sgml DOCS+= npgallery.sgml pgallery.sgml search.sgml searchhints.sgml send-pr.sgml DOCS+= security.sgml support.sgml welcome.sgml where.sgml resignation.sgml +CLEANFILES+=atoz.sgml + # These will be directly installed. DATA= COPYING COPYING.LIB README.mirror robots.txt @@ -38,6 +40,10 @@ stats-img.html: ${ACCESS_LOG_DIR}/${ACCESS_LOG_FILE} cat ${ACCESS_LOG_FILE}) | \ ${ANALOG} +i0 +R500 -o > ${.TARGET} +index-site.sgml: atoz.sgml +atoz.sgml: web.atoz + sort -fu web.atoz | perl atoz.pl > ${.TARGET} + # Subdirectories SUBDIR= cgi commercial gifs ports releases tutorials ja_JP.EUC diff --git a/data/atoz.pl b/data/atoz.pl new file mode 100644 index 0000000000..c7ac2d82eb --- /dev/null +++ b/data/atoz.pl @@ -0,0 +1,43 @@ +#!/usr/bin/perl +# Copyright (c) May 1997 Wolfram Schneider , Berlin. +# +# atoz - create automatically an `A-Z Index' from a pre-sorted database +# (sort -uf) with the format `|' +# +# $Id: atoz.pl,v 1.1 1997-05-04 19:59:36 wosch Exp $ + +if ($ARGV[0] eq '-u' && $#ARGV > 0) { + $urlprefix = $ARGV[1]; shift; shift; # prefix for relative URLs +} elsif ($ARGV[0] =~ /^-/) { die "usage: $0 [-u urlprefix] files ...\n" } + +$top = 'ruebezahl'; # HTML tag name for `go to top of page' +$hr = "
\n\n"; $h2 = 'H2'; +sub eol { "\n\n" } + +$firstold = ''; @az = (); @list = (); +while(<>) { + chop; next if /^\s*#/ || /^\s*$/; # ignore comments + $first = substr($_, 0, 1); $first =~ y/a-z/A-Z/; + + if ($firstold ne $first) { # a new alphabet character + push(@az, $first); + push(@list, &eol) if $#az > 0; # close previous list + push(@list, + qq{<$h2>$first\n
    \n}); + } + $firstold = $first; + ($title, $url) = split('\|', $_); $url =~ s/^\s+//; $url =~ s/\s+$//; + $url = $urlprefix . $url unless + ($url =~ m%^/% || $url =~ /^(news|mailto|ftp|http|telnet):/oi); + push(@list, qq{
  • $title\n}); +} +push(@list, &eol); # close last list + +# Output header, list, and copyright +print qq{\n\n}; +foreach (@az) { + print qq{$_\n}; +} +print $hr; print @list; # print $hr; +print qq{\n"; diff --git a/data/index-site.sgml b/data/index-site.sgml index ca1b7f90ff..a34b770fc5 100644 --- a/data/index-site.sgml +++ b/data/index-site.sgml @@ -1,112 +1,12 @@ - + + %includes; + ]> &header; - - - - +&atoz; &footer; diff --git a/data/index.sgml b/data/index.sgml index d1a0d1a281..73cedc501c 100644 --- a/data/index.sgml +++ b/data/index.sgml @@ -1,9 +1,9 @@ + %includes; ]> - + @@ -41,7 +41,7 @@ Search...

    -Quick Index

    +A-Z Index @@ -103,7 +103,7 @@ Select a server near you:
    Copyright © 1995, 1996, 1997 FreeBSD Inc. All rights reserved.
    www@FreeBSD.ORG
    -$Date: 1997-05-04 15:03:46 $ +$Date: 1997-05-04 19:59:37 $
    About the FreeBSD WWW Server... diff --git a/data/web.atoz b/data/web.atoz new file mode 100644 index 0000000000..0951e4996d --- /dev/null +++ b/data/web.atoz @@ -0,0 +1,307 @@ +# +# `A-Z Index' for http://www.FreeBSD.org +# +# With the format `|'. +# Empty lines or comments are ignored. +# +# $Id: web.atoz,v 1.1 1997-05-04 19:59:38 wosch Exp $ + +# about.sgml +Usage statistics for this server|about.html +Statistics for this server|about.html +WWW statistics for this server|about.html +Fieber, John|about.html|about.html +Apache http server|about.html +http server|about.html +WWW server www.FreeBSD.ORG|about.html +hub.cdrom.com|about.html +Walnut Creek CDROM, network connection|about.html +Network connection, Walnut Creek CDROM|about.html +CGI scripts|about.html +Mailing list archive|about.html +freewais-sf|about.html + +# applications.sgml +Hittinger, Mark|applications.html +WinNet Communications|applications.html +Netscape Navigator|applications.html +Java, Netscape Navigator|applications.html +Internet services|applications.html +X Windows workstation|applications.html +Networking|applications.html +Software development|applications.html +Net surfing|applications.html +Education and research|applications.html + +# auditors.sgml +Security|auditors.html +Auditors|auditors.html + +# availability.sgml +Availability of FreeBSD|availability.html +Hardware requirements|availability.html +Where to get it|availability.html +About the FreeBSD Project|availability.html +Walnut Creek CD-ROM, address|availability.html +Kelly, Sean|availability.html + +# branch.sgml +Branch|branch.html +2.2-RELEASE, branch|branch.html +2.2-STABLE, branch|branch.html +2.2.x-RELEASE, branch|branch.html +2.1-STABLE, branch|branch.html +3.0-CURRENT, branch|branch.html +2.1.7-RELEASE, branch|branch.html +Walnut Creek CDROM, subscription customer|branch.html +subscription customer, Walnut Creek CDROM|branch.html + +# cgallery.sgml +Gallery, Commercial|cgallery.sgml + +# commercial.sgml +Commercial Vendors|commercial.html +Vendors, commercial|commercial.html +Commercial Vendors, Consulting|commercial/consulting.html +Consulting, Commercial Vendors|commercial/consulting.html +Commercial Vendors, Hardware|commercial/hardware.html +Hardware, Commercial Vendors|commercial/hardware.html +Commercial Vendors, Software|commercial/software.html +Software, Commercial Vendors|commercial/software.html +Commercial Vendors, Miscellaneous|commercial/misc.html +Miscellaneous, Commercial Vendors|commercial/misc.html + +# daemon.sgml +BSD Daemon|daemon.html +Daemon, BSD|daemon.html +Nemeth, Evi|daemon.html +Lassiter, John|daemon.html +Hosokawa, Tatsumi|daemon.html +McKusick, Marshall Kirk|daemon.html + +# docproj.sgml +Documentation Project|docproj.html +Project, Documentation|docproj.html +Goals, documentation|docproj.html +FAQ, Documentation Project|docproj.html +Handbook, Documentation Project|docproj.html +Contributing, Documentation Project|docproj.html +Submitting corrections, Documentation Project|docproj.html +Submitting new material, Documentation Project|docproj.html +SGML, Documentation Project|docproj.html +Linuxdoc, Documentation Project|docproj.html +Docbook, Documentation Project|docproj.html +Guidelines, Documentation Project|docproj.html + +# docs.sgml +Documentation|docs.html +Handbook|docs.html +Japanese Handbook|docs.html#handbook +Handbook, Japanese|docs.html#handbook +Frequently Asked Questions (FAQ)|docs.html#faq +FAQ|docs.html#faq +Tutorials|docs.html#tutorial +Books|docs.html#books +Manual Pages|docs.html#man +4.4BSD Documents|docs.html#44doc +BSD Documents|docs.html#44doc +Documents, 4.4BSD|docs.html#44doc +Schneider, Wolfram|docs.html#man +Info Documents|docs.html#info +GNU Info Documents|docs.html#info +Source Code|docs.html#source +Toomey, Warren|docs.html#source +Eilts, Hinrich|docs.html#man + +# features.sgml +Features|features.html +4.4BSD, A complete operating system|features.html +Berkeley, University of California|features.html +UCB|features.html +Computer Systems Research Group|features.html +CSRG|features.html +Bounce buffering|features.html +Merged virtual memory and filesystem buffer cache|features.html +virtual memory|features.html +buffer cache|features.html +Compatibility, SCO|features.html +Compatibility, Linux|features.html +Compatibility, NetBSD|features.html +Compatibility, OpenBSD|features.html +Compatibility, BSDI|features.html +SCO, Compatibility|features.html +Linux, Compatibility|features.html +NetBSD, Compatibility|features.html +OpenBSD, Compatibility|features.html +BSDI, Compatibility|features.html +FrontPage Server|features.html +WordPerfect|features.html +Dynamically loadable kernel modules|features.html +LKM|features.html +loadable kernel modules|features.html +Shared libraries|features.html +Libraries, shared|features.html +Infoworld|features.html +Glass, Brett|features.html + +# gallery.sgml +Gallery, FreeBSD|gallery.html +Powered by FreeBSD logo|gallery.html +logo, Powered by FreeBSD|gallery.html +Tao, Brian|gallery.html +McKusick, Marshall Kirk|gallery.html +commercial organizations, gallery|gallery.html#commercial +gallery, commercial organizations|gallery.html#commercial +non-profit organizations, gallery|gallery.html#non-profit +gallery, non-profit organizations|gallery.html#non-profit +gallery, personal sites|gallery.html#personal +personal sites, gallery|gallery.html#personal + +# internet.sgml +Internet|internet.html +TCP/IP protocols|internet.html +NFS|internet.html +NIS|internet.html +SNMP|internet.html +FTP|internet.html +DNS/BIND|internet.html +PPP|internet.html +SLIP|internet.html +MBONE|internet.html +SAMBA|internet.html +PCNFS|internet.html +Appletalk|internet.html +Novell|internet.html +TCP extensions|internet.html +RFC-1323|internet.html +RFC-1644|internet.html +networking|internet.html +FTP Server ftp.FreeBSD.ORG, configuration|internet.html +Yahoo|internet.html +High performance and security|internet.html +Encryption software|internet.html +secure shells|internet.html +Kerberos|internet.html +end-to-end encryption|internet.html +secure RPC facilities|internet.html +O'Brien, Michael|internet.html +SunExpert|internet.html + +# license.sgml +Copyright|license.html +License|license.html + +# mailto.sgml +Contact us|mailto.html +Questions about this WWW server|mailto.html +Questions about the contents of this WWW server|mailto.html +Questions about FreeBSD|mailto.html + +# mirror.sgml +Mirroring the FreeBSD Web Pages|mirror.html +rsync|mirror.html + +# newsflash.sgml +News flash|newsflash.html +Press releases, News|newsflash.html + +# npgallery.sgml +Non-profit organizations, Gallery|npgallery.html + +# npgallery.sgml +Personal sites, Gallery|pgallery.html + +# ports/index.sgml +Ports Collection|ports/index.html + +# releases/index.sgml +Recent announcements about FreeBSD Releases|releases/index.html +Current Releases|releases/index.html#current +Future Releases|releases/index.html#future +Past Releases|releases/index.html#past +Releases, current|releases/index.html#current +Releases, future|releases/index.html#future +Releases, past|releases/index.html#past +1.0 FreeBSD|releases/index.html#past +1.1 FreeBSD|releases/index.html#past +1.1.5 FreeBSD|releases/index.html#past +1.1.5.1 FreeBSD|releases/index.html#past +2.0 FreeBSD|releases/index.html#past +2.0.5 FreeBSD|releases/index.html#past +2.1 FreeBSD|releases/index.html#past +2.1.5 FreeBSD|releases/index.html#past +2.1.6 FreeBSD|releases/index.html#past +2.1.7 FreeBSD|releases/index.html#current +2.2 FreeBSD|releases/index.html#current + +# resignation.sgml +Jordan's Resignation Letter|resignation.html +Resignation Letter, Jordan|resignation.html +President of the FreeBSD Project|resignation.html + +# search.sgml +Search Services|search.html +Web pages, search|search.html#web +Search, Web pages|search.html#web +Mailing list archives, search|search.html#mailinglists +Search, Mailing list archives|search.html#mailinglists +Ports Changes, Search|search.html +Search, Ports Changes|search.html + +# searchhints.sgml +Searching Hints|searchhints.html + +# security.sgml +Security Guide|security.html + +# send-pr.sgml +Submit a FreeBSD problem report|send-pr.html +Bug report, submit|send-pr.html + +# support.sgml +Support|support.html +Mailing lists|support.html#mailing-list +non-English mailing lists|support.html#mailing-list +Mailing lists, German|support.html#mailing-list +Mailing lists, Portuguese|support.html#mailing-list +Mailing lists, Japanese|support.html#mailing-list +Mailing lists, Japanese|support.html#mailing-list +Mailing lists, Hungarian|support.html#mailing-list +German mailing lists|support.html#mailing-list +Portuguese mailing lists|support.html#mailing-list +Japanese mailing lists|support.html#mailing-list +Hungarian mailing lists|support.html#mailing-list +German web pages|support.html#mailing-list +Portuguese web pages|support.html#mailing-list +Japanese web pages|support.html#mailing-list +Hungarian web pages|support.html#mailing-list +Newsgroups|support.html#newsgroups +Web Resources, mirrors|support.html#web +GNATS Problem Report Database|support.html#pr +Bug reports, view|support.html#pr +CVS Repository|support.html#cvs +User Groups|support.html#user +General UNIX Information|support.html#general +X Window System|support.html#xwin +Hardware, support|support.html#hardware +Multimedia|support.html#multimedia +Home Automation|support.html#homeauto +Automation, Home|support.html#homeauto +Symmetric MultiProcessing (SMP)|support.html#SMP +SMP|support.html#SMP +Related Operating System Projects|support.html#related +Operating System, related projects|support.html#related + +# welcome.sgml +What is FreeBSD|welcome.html +BSD UNIX|welcome.html +FreeBSD is free|welcome.html + +# where.sgml +Getting FreeBSD|where.html +Installing FreeBSD|where.html#install +Distribution Sites|where.html#distribution +Release Information|where.html#releases +Applications and Utility Software|where.html#apps +Commercial software|where.html + diff --git a/en/Makefile b/en/Makefile index 1ad5acd0a1..97a9408413 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1997-04-24 23:03:54 jmg Exp $ +# $Id: Makefile,v 1.16 1997-05-04 19:59:36 wosch Exp $ .if exists(Makefile.conf) .include "Makefile.conf" @@ -17,6 +17,8 @@ DOCS+= internet.sgml license.sgml mailto.sgml mirror.sgml newsflash.sgml DOCS+= npgallery.sgml pgallery.sgml search.sgml searchhints.sgml send-pr.sgml DOCS+= security.sgml support.sgml welcome.sgml where.sgml resignation.sgml +CLEANFILES+=atoz.sgml + # These will be directly installed. DATA= COPYING COPYING.LIB README.mirror robots.txt @@ -38,6 +40,10 @@ stats-img.html: ${ACCESS_LOG_DIR}/${ACCESS_LOG_FILE} cat ${ACCESS_LOG_FILE}) | \ ${ANALOG} +i0 +R500 -o > ${.TARGET} +index-site.sgml: atoz.sgml +atoz.sgml: web.atoz + sort -fu web.atoz | perl atoz.pl > ${.TARGET} + # Subdirectories SUBDIR= cgi commercial gifs ports releases tutorials ja_JP.EUC diff --git a/en/index.sgml b/en/index.sgml index d1a0d1a281..73cedc501c 100644 --- a/en/index.sgml +++ b/en/index.sgml @@ -1,9 +1,9 @@ + %includes; ]> - + @@ -41,7 +41,7 @@ Search...

    -Quick Index

    +A-Z Index @@ -103,7 +103,7 @@ Select a server near you:
    Copyright © 1995, 1996, 1997 FreeBSD Inc. All rights reserved.
    www@FreeBSD.ORG
    -$Date: 1997-05-04 15:03:46 $ +$Date: 1997-05-04 19:59:37 $
    About the FreeBSD WWW Server... diff --git a/en/search/atoz.pl b/en/search/atoz.pl new file mode 100644 index 0000000000..c7ac2d82eb --- /dev/null +++ b/en/search/atoz.pl @@ -0,0 +1,43 @@ +#!/usr/bin/perl +# Copyright (c) May 1997 Wolfram Schneider , Berlin. +# +# atoz - create automatically an `A-Z Index' from a pre-sorted database +# (sort -uf) with the format `|' +# +# $Id: atoz.pl,v 1.1 1997-05-04 19:59:36 wosch Exp $ + +if ($ARGV[0] eq '-u' && $#ARGV > 0) { + $urlprefix = $ARGV[1]; shift; shift; # prefix for relative URLs +} elsif ($ARGV[0] =~ /^-/) { die "usage: $0 [-u urlprefix] files ...\n" } + +$top = 'ruebezahl'; # HTML tag name for `go to top of page' +$hr = "
    \n\n"; $h2 = 'H2'; +sub eol { "
\n\n" } + +$firstold = ''; @az = (); @list = (); +while(<>) { + chop; next if /^\s*#/ || /^\s*$/; # ignore comments + $first = substr($_, 0, 1); $first =~ y/a-z/A-Z/; + + if ($firstold ne $first) { # a new alphabet character + push(@az, $first); + push(@list, &eol) if $#az > 0; # close previous list + push(@list, + qq{<$h2>$first\n
    \n}); + } + $firstold = $first; + ($title, $url) = split('\|', $_); $url =~ s/^\s+//; $url =~ s/\s+$//; + $url = $urlprefix . $url unless + ($url =~ m%^/% || $url =~ /^(news|mailto|ftp|http|telnet):/oi); + push(@list, qq{
  • $title\n}); +} +push(@list, &eol); # close last list + +# Output header, list, and copyright +print qq{\n\n}; +foreach (@az) { + print qq{$_\n}; +} +print $hr; print @list; # print $hr; +print qq{\n"; diff --git a/en/search/index-site.sgml b/en/search/index-site.sgml index ca1b7f90ff..a34b770fc5 100644 --- a/en/search/index-site.sgml +++ b/en/search/index-site.sgml @@ -1,112 +1,12 @@ - + + %includes; + ]> &header; - - - - +&atoz; &footer; diff --git a/en/search/web.atoz b/en/search/web.atoz new file mode 100644 index 0000000000..0951e4996d --- /dev/null +++ b/en/search/web.atoz @@ -0,0 +1,307 @@ +# +# `A-Z Index' for http://www.FreeBSD.org +# +# With the format `|'. +# Empty lines or comments are ignored. +# +# $Id: web.atoz,v 1.1 1997-05-04 19:59:38 wosch Exp $ + +# about.sgml +Usage statistics for this server|about.html +Statistics for this server|about.html +WWW statistics for this server|about.html +Fieber, John|about.html|about.html +Apache http server|about.html +http server|about.html +WWW server www.FreeBSD.ORG|about.html +hub.cdrom.com|about.html +Walnut Creek CDROM, network connection|about.html +Network connection, Walnut Creek CDROM|about.html +CGI scripts|about.html +Mailing list archive|about.html +freewais-sf|about.html + +# applications.sgml +Hittinger, Mark|applications.html +WinNet Communications|applications.html +Netscape Navigator|applications.html +Java, Netscape Navigator|applications.html +Internet services|applications.html +X Windows workstation|applications.html +Networking|applications.html +Software development|applications.html +Net surfing|applications.html +Education and research|applications.html + +# auditors.sgml +Security|auditors.html +Auditors|auditors.html + +# availability.sgml +Availability of FreeBSD|availability.html +Hardware requirements|availability.html +Where to get it|availability.html +About the FreeBSD Project|availability.html +Walnut Creek CD-ROM, address|availability.html +Kelly, Sean|availability.html + +# branch.sgml +Branch|branch.html +2.2-RELEASE, branch|branch.html +2.2-STABLE, branch|branch.html +2.2.x-RELEASE, branch|branch.html +2.1-STABLE, branch|branch.html +3.0-CURRENT, branch|branch.html +2.1.7-RELEASE, branch|branch.html +Walnut Creek CDROM, subscription customer|branch.html +subscription customer, Walnut Creek CDROM|branch.html + +# cgallery.sgml +Gallery, Commercial|cgallery.sgml + +# commercial.sgml +Commercial Vendors|commercial.html +Vendors, commercial|commercial.html +Commercial Vendors, Consulting|commercial/consulting.html +Consulting, Commercial Vendors|commercial/consulting.html +Commercial Vendors, Hardware|commercial/hardware.html +Hardware, Commercial Vendors|commercial/hardware.html +Commercial Vendors, Software|commercial/software.html +Software, Commercial Vendors|commercial/software.html +Commercial Vendors, Miscellaneous|commercial/misc.html +Miscellaneous, Commercial Vendors|commercial/misc.html + +# daemon.sgml +BSD Daemon|daemon.html +Daemon, BSD|daemon.html +Nemeth, Evi|daemon.html +Lassiter, John|daemon.html +Hosokawa, Tatsumi|daemon.html +McKusick, Marshall Kirk|daemon.html + +# docproj.sgml +Documentation Project|docproj.html +Project, Documentation|docproj.html +Goals, documentation|docproj.html +FAQ, Documentation Project|docproj.html +Handbook, Documentation Project|docproj.html +Contributing, Documentation Project|docproj.html +Submitting corrections, Documentation Project|docproj.html +Submitting new material, Documentation Project|docproj.html +SGML, Documentation Project|docproj.html +Linuxdoc, Documentation Project|docproj.html +Docbook, Documentation Project|docproj.html +Guidelines, Documentation Project|docproj.html + +# docs.sgml +Documentation|docs.html +Handbook|docs.html +Japanese Handbook|docs.html#handbook +Handbook, Japanese|docs.html#handbook +Frequently Asked Questions (FAQ)|docs.html#faq +FAQ|docs.html#faq +Tutorials|docs.html#tutorial +Books|docs.html#books +Manual Pages|docs.html#man +4.4BSD Documents|docs.html#44doc +BSD Documents|docs.html#44doc +Documents, 4.4BSD|docs.html#44doc +Schneider, Wolfram|docs.html#man +Info Documents|docs.html#info +GNU Info Documents|docs.html#info +Source Code|docs.html#source +Toomey, Warren|docs.html#source +Eilts, Hinrich|docs.html#man + +# features.sgml +Features|features.html +4.4BSD, A complete operating system|features.html +Berkeley, University of California|features.html +UCB|features.html +Computer Systems Research Group|features.html +CSRG|features.html +Bounce buffering|features.html +Merged virtual memory and filesystem buffer cache|features.html +virtual memory|features.html +buffer cache|features.html +Compatibility, SCO|features.html +Compatibility, Linux|features.html +Compatibility, NetBSD|features.html +Compatibility, OpenBSD|features.html +Compatibility, BSDI|features.html +SCO, Compatibility|features.html +Linux, Compatibility|features.html +NetBSD, Compatibility|features.html +OpenBSD, Compatibility|features.html +BSDI, Compatibility|features.html +FrontPage Server|features.html +WordPerfect|features.html +Dynamically loadable kernel modules|features.html +LKM|features.html +loadable kernel modules|features.html +Shared libraries|features.html +Libraries, shared|features.html +Infoworld|features.html +Glass, Brett|features.html + +# gallery.sgml +Gallery, FreeBSD|gallery.html +Powered by FreeBSD logo|gallery.html +logo, Powered by FreeBSD|gallery.html +Tao, Brian|gallery.html +McKusick, Marshall Kirk|gallery.html +commercial organizations, gallery|gallery.html#commercial +gallery, commercial organizations|gallery.html#commercial +non-profit organizations, gallery|gallery.html#non-profit +gallery, non-profit organizations|gallery.html#non-profit +gallery, personal sites|gallery.html#personal +personal sites, gallery|gallery.html#personal + +# internet.sgml +Internet|internet.html +TCP/IP protocols|internet.html +NFS|internet.html +NIS|internet.html +SNMP|internet.html +FTP|internet.html +DNS/BIND|internet.html +PPP|internet.html +SLIP|internet.html +MBONE|internet.html +SAMBA|internet.html +PCNFS|internet.html +Appletalk|internet.html +Novell|internet.html +TCP extensions|internet.html +RFC-1323|internet.html +RFC-1644|internet.html +networking|internet.html +FTP Server ftp.FreeBSD.ORG, configuration|internet.html +Yahoo|internet.html +High performance and security|internet.html +Encryption software|internet.html +secure shells|internet.html +Kerberos|internet.html +end-to-end encryption|internet.html +secure RPC facilities|internet.html +O'Brien, Michael|internet.html +SunExpert|internet.html + +# license.sgml +Copyright|license.html +License|license.html + +# mailto.sgml +Contact us|mailto.html +Questions about this WWW server|mailto.html +Questions about the contents of this WWW server|mailto.html +Questions about FreeBSD|mailto.html + +# mirror.sgml +Mirroring the FreeBSD Web Pages|mirror.html +rsync|mirror.html + +# newsflash.sgml +News flash|newsflash.html +Press releases, News|newsflash.html + +# npgallery.sgml +Non-profit organizations, Gallery|npgallery.html + +# npgallery.sgml +Personal sites, Gallery|pgallery.html + +# ports/index.sgml +Ports Collection|ports/index.html + +# releases/index.sgml +Recent announcements about FreeBSD Releases|releases/index.html +Current Releases|releases/index.html#current +Future Releases|releases/index.html#future +Past Releases|releases/index.html#past +Releases, current|releases/index.html#current +Releases, future|releases/index.html#future +Releases, past|releases/index.html#past +1.0 FreeBSD|releases/index.html#past +1.1 FreeBSD|releases/index.html#past +1.1.5 FreeBSD|releases/index.html#past +1.1.5.1 FreeBSD|releases/index.html#past +2.0 FreeBSD|releases/index.html#past +2.0.5 FreeBSD|releases/index.html#past +2.1 FreeBSD|releases/index.html#past +2.1.5 FreeBSD|releases/index.html#past +2.1.6 FreeBSD|releases/index.html#past +2.1.7 FreeBSD|releases/index.html#current +2.2 FreeBSD|releases/index.html#current + +# resignation.sgml +Jordan's Resignation Letter|resignation.html +Resignation Letter, Jordan|resignation.html +President of the FreeBSD Project|resignation.html + +# search.sgml +Search Services|search.html +Web pages, search|search.html#web +Search, Web pages|search.html#web +Mailing list archives, search|search.html#mailinglists +Search, Mailing list archives|search.html#mailinglists +Ports Changes, Search|search.html +Search, Ports Changes|search.html + +# searchhints.sgml +Searching Hints|searchhints.html + +# security.sgml +Security Guide|security.html + +# send-pr.sgml +Submit a FreeBSD problem report|send-pr.html +Bug report, submit|send-pr.html + +# support.sgml +Support|support.html +Mailing lists|support.html#mailing-list +non-English mailing lists|support.html#mailing-list +Mailing lists, German|support.html#mailing-list +Mailing lists, Portuguese|support.html#mailing-list +Mailing lists, Japanese|support.html#mailing-list +Mailing lists, Japanese|support.html#mailing-list +Mailing lists, Hungarian|support.html#mailing-list +German mailing lists|support.html#mailing-list +Portuguese mailing lists|support.html#mailing-list +Japanese mailing lists|support.html#mailing-list +Hungarian mailing lists|support.html#mailing-list +German web pages|support.html#mailing-list +Portuguese web pages|support.html#mailing-list +Japanese web pages|support.html#mailing-list +Hungarian web pages|support.html#mailing-list +Newsgroups|support.html#newsgroups +Web Resources, mirrors|support.html#web +GNATS Problem Report Database|support.html#pr +Bug reports, view|support.html#pr +CVS Repository|support.html#cvs +User Groups|support.html#user +General UNIX Information|support.html#general +X Window System|support.html#xwin +Hardware, support|support.html#hardware +Multimedia|support.html#multimedia +Home Automation|support.html#homeauto +Automation, Home|support.html#homeauto +Symmetric MultiProcessing (SMP)|support.html#SMP +SMP|support.html#SMP +Related Operating System Projects|support.html#related +Operating System, related projects|support.html#related + +# welcome.sgml +What is FreeBSD|welcome.html +BSD UNIX|welcome.html +FreeBSD is free|welcome.html + +# where.sgml +Getting FreeBSD|where.html +Installing FreeBSD|where.html#install +Distribution Sites|where.html#distribution +Release Information|where.html#releases +Applications and Utility Software|where.html#apps +Commercial software|where.html +