svn commit: r39992 - head/en_US.ISO8859-1/htdocs/internal
Peter Wemm
peter at FreeBSD.org
Tue Nov 13 05:49:50 UTC 2012
Author: peter (src committer)
Date: Tue Nov 13 05:49:50 2012
New Revision: 39992
URL: http://svnweb.freebsd.org/changeset/doc/39992
Log:
Hack to point to a list updated on freefall.
Modified:
head/en_US.ISO8859-1/htdocs/internal/homepage.pl
Modified: head/en_US.ISO8859-1/htdocs/internal/homepage.pl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/homepage.pl Mon Nov 12 23:37:44 2012 (r39991)
+++ head/en_US.ISO8859-1/htdocs/internal/homepage.pl Tue Nov 13 05:49:50 2012 (r39992)
@@ -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';
More information about the svn-doc-all
mailing list