doc/data
Bill Fenner 519481482d Teach cvsweb about the "branch:" RCS header
Print out information about branch points as well as branches.
Don't use user input in regexp's (e.g. turned /^${module}\s+(\S+)/o
    into /^(\S+)\s+(\S+)/o && $module eq $1) to avoid "foo.c++"
    regex error
Add to safeglob() a little (although it's still not used yet)
1997-07-01 22:19:57 +00:00
..
cgi Teach cvsweb about the "branch:" RCS header 1997-07-01 22:19:57 +00:00
commercial Add $Id$. 1997-07-01 03:52:21 +00:00
gifs Add $Id$. 1997-07-01 03:52:21 +00:00
ja_JP.EUC Update header/footer graphics for jp handbook. 1997-06-10 12:33:32 +00:00
ports Small tweakes to make this work better with the new "look and feel" 1997-06-10 12:17:05 +00:00
releases Add $Id$. 1997-07-01 03:52:21 +00:00
tutorials $FreeBSD$ -> $Id$. 1997-07-01 21:38:45 +00:00
about.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
applications.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
atoz.pl Add A-Z Index database. 1997-05-04 19:59:38 +00:00
auditors.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
availability.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
branch.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
cgallery.sgml Added an entry for Blue Planet NET. 1997-06-30 17:57:10 +00:00
commercial.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
COPYING
COPYING.LIB
daemon.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
doc.ftr Update header/footer graphics for handbook/FAQ. 1997-06-10 12:32:09 +00:00
doc.hdr Update header/footer graphics for handbook/FAQ. 1997-06-10 12:32:09 +00:00
docproj.sgml Oops, the docs moved out of the sourc tree, update the liks here! 1997-06-26 01:12:36 +00:00
docs.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
features.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
gallery.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
includes.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
index-site.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
index.html Add $Id$. 1997-07-01 03:52:21 +00:00
index.sgml Altavista did a poor job for indexing the FreeBSD WWW Server. Add 1997-05-10 16:51:45 +00:00
internet.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
license.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
mailto.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
Makefile Add publish.sgml to list of files; don't forget these little details, 1997-06-30 06:30:17 +00:00
Makefile.inc Add $Id$. 1997-07-01 03:52:21 +00:00
mirror.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
newsflash.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
npgallery.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
pgallery.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
publish.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
README.mirror Add "UserDir disabled" to not access local users through mirror 1997-01-10 01:11:18 +00:00
register.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
resignation.sgml Approved by: Jordan K. Hubbard (jkh@time.cdrom.com) 1997-02-12 03:37:33 +00:00
robots.txt
search.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
searchhints.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
security.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
send-pr.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
support.sgml Shiny new logo for FreeBSD web pages. New index.html made from defunct welcome.html. 1997-06-10 04:42:36 +00:00
web.atoz welcome.html is obsolete. 1997-06-12 16:13:03 +00:00
web.mk Install things with a group of www and group writable. 1997-03-11 15:12:30 +00:00
where.sgml Add $Id$. 1997-07-01 03:52:21 +00:00

You can (and are encouraged to) mirror the pages with CVSup.
If you are running apache as installed from the ports collection the 
following should make a copy of www.freebsd.org available from 
http://wwwN.XX.freebsd.org/.  Of course, there are possible
variations on the method...

1) The CVSup file to get the WWW pages
(/usr/local/www/data/freebsd.cvsup in the next step):

www release=current host=cvsup.freebsd.org hostbase=/home base=/usr prefix=/usr/local/www/data/www.freebsd.org delete old use-rel-suffix

2) Add to /etc/crontab

1       5       *       *       *       root    /usr/local/bin/cvsup -z -g /usr/local/www/data/freebsd.cvsup

2) Add to /usr/local/etc/apache/access.conf:

<Directory /usr/local/www/data/www.freebsd.org/data>
Options FollowSymLinks Includes
XBitHack Full
</Directory>

3) Add to /usr/local/etc/apache/httpd.conf:

<VirtualHost wwwN.XX.freebsd.org>
UserDir disabled
ServerAdmin webmaster@wwwN.XX.freebsd.org
DocumentRoot /usr/local/www/data/www.freebsd.org/data
ServerName wwwN.XX.freebsd.org
ScriptAlias /cgi/ /usr/local/www/data/www.freebsd.org/data/cgi/
ErrorLog /var/log/wwwN.XX-error.log
TransferLog /var/log/wwwN.XX-access.log
</VirtualHost>