Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 22:21:57 +0000 (UTC)
From:      "Simon L. B. Nielsen" <simon@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42051 - head/share/xsl
Message-ID:  <201306252221.r5PMLvl4076210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: simon
Date: Tue Jun 25 22:21:57 2013
New Revision: 42051
URL: http://svnweb.freebsd.org/changeset/doc/42051

Log:
  Point people at our prebuilt docs over HTTP instead of FTP.
  
  FTP is just a painful protocol especially when there is a firewall
  around, and all mirrors making up ftp.freebsd.org support HTTP.

Modified:
  head/share/xsl/freebsd-xhtml-common.xsl

Modified: head/share/xsl/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xsl/freebsd-xhtml-common.xsl	Tue Jun 25 19:03:29 2013	(r42050)
+++ head/share/xsl/freebsd-xhtml-common.xsl	Tue Jun 25 22:21:57 2013	(r42051)
@@ -44,7 +44,7 @@
 
   <xsl:template name="user.footer.navigation">
     <p align="center"><small>This, and other documents, can be downloaded
-    from <a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>;
+    from <a href="http://ftp.FreeBSD.org/pub/FreeBSD/doc/">http://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>;
 
     <p align="center"><small>For questions about FreeBSD, read the
     <a href="http://www.FreeBSD.org/docs.html">documentation</a>; before



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306252221.r5PMLvl4076210>