Hack to point to a list updated on freefall.

This commit is contained in:
Peter Wemm 2012-11-13 05:49:50 +00:00
parent bc19c1aa72
commit 12526203a1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39992

View file

@ -2,6 +2,10 @@
# $FreeBSD$
print "<?xml version='1.0' encoding='iso-8859-1'?>\n";
print "<li><a href=\"http://people.FreeBSD.org/homepage.html\">FreeBSD Developer home page list</a>\n";
exit 0;
$homepagedir = 'public_html';
@index = ('index.html', 'index.cgi');
$noindex = '.noindex';