Date: Wed, 29 Dec 2004 14:36:22 GMT From: David Adam <zanchey@ucc.gu.uwa.edu.au> To: freebsd-gnats-submit@FreeBSD.org Subject: www/75612: Website /support.sgml involves indirect linking in CVS section Message-ID: <200412291436.iBTEaMbH013204@www.freebsd.org> Resent-Message-ID: <200412291440.iBTEeSso060079@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 75612 >Category: www >Synopsis: Website /support.sgml involves indirect linking in CVS section >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 14:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: David Adam >Release: FreeBSD-5.3 >Organization: University Computer Club, UWA >Environment: CYGWIN_NT-5.1 owl 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown Cygwin (hey, you don't need a BSD machine to do WWW!) >Description: The descriptions of the various methods of obtaining source from the CVS repository at http://www.freebsd.org/support.html#cvs contain links in the first three items that point to an intermediary page which then links to the pages describing the actual methods in question. The attached diff streamlines this process (from looking at the source, it appears that syncing.sgml in the Handbook was broken up at some stage, and these links weren't updated to reflect that). >How-To-Repeat: - >Fix: (My second submitted diff, and my first one within WWW... it appears from my first message tonight that the web form eats my formatting. Apologies.) --- support.sgml.orig 2004-12-29 22:21:28.885320000 +0800 +++ support.sgml 2004-12-29 22:24:42.283412800 +0800 @@ -286,17 +286,17 @@ it, you may choose any one of following options:</p> <ul> - <li><a href="doc/en_US.ISO8859-1/books/handbook/synching.html#CVSUP">cvsup</a> if you are looking + <li><a href="doc/en_US.ISO8859-1/books/handbook/cvsup.html">cvsup</a> if you are looking for on-demand, low overhead access using a custom utility (written in Modula-3 no less).</li> - <li><a name="anoncvs" href="doc/en_US.ISO8859-1/books/handbook/synching.html#ANONCVS">anoncvs</a> + <li><a name="anoncvs" href="doc/en_US.ISO8859-1/books/handbook/anoncvs.html">anoncvs</a> if you are looking for on-demand access that has higher overhead than cvsup (in terms of wall time and bytes transferred) but is easier to use for checking out small pieces of the tree and requires nothing more than the cvs tools already bundled with FreeBSD.</li> - <li><a href="doc/en_US.ISO8859-1/books/handbook/synching.html#CTM">CTM</a> if you are looking for + <li><a href="doc/en_US.ISO8859-1/books/handbook/ctm.html">CTM</a> if you are looking for very low overhead, batch-mode access (basically, patches through email).</li> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412291436.iBTEaMbH013204>