Date: Fri, 7 Sep 2001 17:45:21 +0100 From: Tom Hukins <tom@FreeBSD.org> To: "Bruce A. Mah" <bmah@FreeBSD.ORG> Cc: Nik Clayton <nik@FreeBSD.ORG>, doc@FreeBSD.ORG Subject: Re: Web site not linking to porters-handbook Message-ID: <20010907174521.A78792@eborcom.com> In-Reply-To: <200109071630.f87GUS483800@intruder.bmah.org>; from bmah@FreeBSD.ORG on Fri, Sep 07, 2001 at 09:30:27AM -0700 References: <20010907152605.A43978@eborcom.com> <20010907171519.M66592@clan.nothing-going-on.org> <200109071630.f87GUS483800@intruder.bmah.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 07, 2001 at 09:30:27AM -0700, Bruce A. Mah wrote: > If memory serves me right, Nik Clayton wrote: > > > On Fri, Sep 07, 2001 at 03:26:05PM +0100, Tom Hukins wrote: > > > I've just tried building the Web site from source, and noticed that > > > whilst symbolic links are created for handbook/ and FAQ/, they aren't > > > for porters-handbook which is linked to from > > > <http://www.FreeBSD.org/ports/index.html>. > > > > I think the link from ports/index.html should change. The FAQ and > > Handbook are 'legacy', so we keep their old links around to prevent link > > rot. But for anything newer we should use the full path when linking to > > them. > > Agreed. Otherwise we'd be continually adding new symlinks to clutter up > the top level of the Web site. Good point. The patch attached to this message fixes up all links to porters-handbook in www/en, except for a Russian translation on www.FreeBSD.org.ua. Is this okay? Regards, Tom --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="www.patch" Index: docs.sgml =================================================================== RCS file: /home/ncvs/www/en/docs.sgml,v retrieving revision 1.116 diff -u -r1.116 docs.sgml --- docs.sgml 2001/09/02 23:59:46 1.116 +++ docs.sgml 2001/09/07 16:32:24 @@ -58,7 +58,7 @@ <small>Everything you need to know about configuring PPP on FreeBSD.</small></p> - <p><a href="doc/en_US.ISO8859-1/books/porters-handbook">The Porter's + <p><a href="doc/en_US.ISO8859-1/books/doc/en_US.ISO8859-1/books/porters-handbook/index.html">The Porter's Handbook</a><br> <small>Essential reading if you plan on providing a port of a third party piece of software.</small></p> Index: where.sgml =================================================================== RCS file: /home/ncvs/www/en/where.sgml,v retrieving revision 1.53 diff -u -r1.53 where.sgml --- where.sgml 2001/08/24 05:52:09 1.53 +++ where.sgml 2001/09/07 16:33:38 @@ -106,7 +106,7 @@ <p>For information about how <em>you</em> can contribute <em>your</em> favorite piece of software to the port collection, have a look at <em><a - href="porters-handbook">The Porter's Handbook</a></em> and + href="doc/en_US.ISO8859-1/books/porters-handbook/index.html">The Porter's Handbook</a></em> and the <em><a href="handbook/contrib.html">Contributing to FreeBSD</a></em> chapter in the <a href="handbook"><em>FreeBSD handbook</em></a>.</p> Index: internal/developer.sgml =================================================================== RCS file: /home/ncvs/www/en/internal/developer.sgml,v retrieving revision 1.15 diff -u -r1.15 developer.sgml --- internal/developer.sgml 2001/07/13 12:52:14 1.15 +++ internal/developer.sgml 2001/09/07 16:32:11 @@ -25,7 +25,7 @@ software you will be using (both mandatory and recommended) to the philosophy behind the Documentation Project. -<h2><a href="../porters-handbook/index.html"> +<h2><a href="../doc/en_US.ISO8859-1/books/porters-handbook/index.html"> FreeBSD Porter's Handbook</a></h2> A Guide for FreeBSD Ports Committers Index: java/dists/12.sgml =================================================================== RCS file: /home/ncvs/www/en/java/dists/12.sgml,v retrieving revision 1.14 diff -u -r1.14 12.sgml --- java/dists/12.sgml 2001/07/06 02:12:00 1.14 +++ java/dists/12.sgml 2001/09/07 16:33:15 @@ -16,7 +16,7 @@ <br>While this is only for i386 architecture at the moment, this will allow anyone running the i386 (most of you) the opportunity to build a native JDK2, and then test them out against your favorite apps and custom code. If you use something -regularly, why not make a port of it? Instructions are available at <a href="http://www.freebsd.org/porters-handbook">Porters Handbook</a>. +regularly, why not make a port of it? Instructions are available at <a href="../../doc/en_US.ISO8859-1/books/porters-handbook/index.html">Porters Handbook</a>. <P>If you want to try to build it by hand, due to SCSL concerns, you now have to go to <a href="http://www.eyesbeyond.com/freebsddom/java/jdk.html">http://www.eyesbeyond.com/freebsddom/java/jdk.html</a> Index: ports/ports.inc =================================================================== RCS file: /home/ncvs/www/en/ports/ports.inc,v retrieving revision 1.58 diff -u -r1.58 ports.inc --- ports/ports.inc 2001/07/08 00:20:08 1.58 +++ ports/ports.inc 2001/09/07 16:33:24 @@ -53,7 +53,7 @@ href="../handbook/ports.html">The ports collection</a>, a section of the <a href="../handbook/">FreeBSD Handbook</a>. For information about creating new ports, see <a -href="../porters-handbook/">Porting applications</a>.</p> +href="../doc/en_US.ISO8859-1/books/porters-handbook/index.html">Porting applications</a>.</p> <hr> --n8g4imXOkfNTN/H1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010907174521.A78792>