Date: Sun, 19 Jan 2003 16:30:57 +0000 From: Ceri Davies <setantae@submonkey.net> To: Michael Lucas <mwlucas@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en vendors.html Message-ID: <20030119163057.GB4206@submonkey.net> In-Reply-To: <200301191324.h0JDO7J0050445@repoman.freebsd.org> References: <200301191324.h0JDO7J0050445@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Jan 19, 2003 at 05:24:07AM -0800, Michael Lucas wrote: > mwlucas 2003/01/19 05:24:07 PST > > Added files: > en vendors.html > Log: > Add a "vendors" redirection page. > > This page exists only because we cannot put "Please see > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html" > into paper print and expect anyone to actually use it. I think you'll need the attached patch. Ceri -- By the stone of the Soul-Forger! --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="www.diff" Index: www/en/Makefile =================================================================== RCS file: /home/ncvs/www/en/Makefile,v retrieving revision 1.91 diff -u -r1.91 Makefile --- www/en/Makefile 16 Nov 2002 18:43:30 -0000 1.91 +++ www/en/Makefile 19 Jan 2003 16:30:34 -0000 @@ -28,6 +28,7 @@ DATA= favicon.ico DATA+= robots.txt DATA+= freebsd.css +DATA+= vendors.html # Subdirectories # SGML Index: www/en/vendors.html =================================================================== RCS file: /home/ncvs/www/en/vendors.html,v retrieving revision 1.1 diff -u -r1.1 vendors.html --- www/en/vendors.html 19 Jan 2003 13:24:07 -0000 1.1 +++ www/en/vendors.html 19 Jan 2003 16:30:34 -0000 @@ -1,12 +1,12 @@ <html> <head> - <meta http-equiv="refresh" content "5;url=en_US.ISO8859-1/books/handbook/mirrors.html"> + <meta http-equiv="refresh" content "5;url=doc/en_US.ISO8859-1/books/handbook/mirrors.html"> <title>Vendors who provide FreeBSD</title> </head> <body bgcolor="#ffffff"> <p>The list of vendors who carry FreeBSD is available <a - href="en_US.ISO8859-1/books/handbook/mirrors.html">as part of + href="doc/en_US.ISO8859-1/books/handbook/mirrors.html">as part of the FreeBSD Handbook</a>. You should be automatically redirected there in a few seconds. If not, please follow the link and update your bookmarks. We apologize for the inconvenience.</a> --LZvS9be/3tNcYl/X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030119163057.GB4206>