Date: Sun, 19 Jan 2003 11:32:10 -0500 From: Michael Lucas <mwlucas@blackhelicopters.org> To: Ceri Davies <setantae@submonkey.net>, Michael Lucas <mwlucas@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en vendors.html Message-ID: <20030119113210.B33507@blackhelicopters.org> In-Reply-To: <20030119163057.GB4206@submonkey.net>; from setantae@submonkey.net on Sun, Jan 19, 2003 at 04:30:57PM %2B0000 References: <200301191324.h0JDO7J0050445@repoman.freebsd.org> <20030119163057.GB4206@submonkey.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Aw, dang! You're right, will fix. /me picks up pointy hat. On Sun, Jan 19, 2003 at 04:30:57PM +0000, Ceri Davies wrote: > 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! > 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> -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org http://www.BlackHelicopters.org/~mwlucas/ Absolute BSD: http://www.AbsoluteBSD.com/ 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?20030119113210.B33507>