The primary purposes are to clean up duplicated author definitions in both share/xml/authors.ent and share/xml/developers.ent, and as a added bonus simplify writing up author names/email addresses in web pages. Apart from merging developers.ent into authors.ent, removing the former, and updating the Committers Guide there should be little user-visible changes: - a.portmgr renamed to a.portmgr.members - a.doceng renamed to a.doceng.members - team.re renamed to a.re.members.email and moved from share/xml/freebsd.ent to share/xml/authors.ent - a.core updated and moved from share/xml/mailing-lists.ent to share/xml/teams.ent - share/pgpkeys/{addkey.sh|README} updated Translations are untouched except for build fixes. Approved by: doceng (gjb) Approved by: gjb (mentor) |
||
---|---|---|
.. | ||
about.xml | ||
bylaws.xml | ||
clusteradm.xml | ||
core-vote.xml | ||
data.xml | ||
developer.xml | ||
doceng.xml | ||
expire-bits.xml | ||
fortunes.xml | ||
hats.xml | ||
homepage.pl | ||
homepage.xml | ||
i18n.xml | ||
internal.xml | ||
machines.xml | ||
Makefile | ||
mirror.xml | ||
new-account.xml | ||
policies.xml | ||
proposing-committers.xml | ||
README.mirror | ||
releng.xml | ||
resources.xml | ||
ssh-keys.asc | ||
statistic.xml | ||
working-with-hats.xml |
You can mirror the web pages with csup. 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 csup file to get the WWW pages (/usr/local/www/data/freebsd.cvsup in the next step): www release=current host=cvsup.freebsd.org base=/usr prefix=/usr/local/www/data/www.freebsd.org delete use-rel-suffix 2) Add to /etc/crontab 1 5 * * * root /usr/bin/csup -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>