From owner-freebsd-doc Sat May 11 10: 9: 5 2002 Delivered-To: freebsd-doc@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id DBA9637B403; Sat, 11 May 2002 10:09:01 -0700 (PDT) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020511170901.NZOZ10136.rwcrmhc51.attbi.com@bmah.dyndns.org>; Sat, 11 May 2002 17:09:01 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.3/8.12.3) with ESMTP id g4BH91L8072478; Sat, 11 May 2002 10:09:01 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.3/8.12.3/Submit) id g4BH91ZH072477; Sat, 11 May 2002 10:09:01 -0700 (PDT) Message-Id: <200205111709.g4BH91ZH072477@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020506 with nmh-1.0.4 To: Ceri Davies Cc: "Bruce A. Mah" , doc@FreeBSD.ORG Subject: Re: Links within the Handbook In-reply-to: <20020511165845.GB1231@submonkey.net> References: <20020507161357.GA15017@submonkey.net> <20020507164915.GA55559@submonkey.net> <200205071654.g47GsjtE018079@intruder.bmah.org> <20020511165845.GB1231@submonkey.net> Comments: In-reply-to Ceri Davies message dated "Sat, 11 May 2002 17:58:45 +0100." From: bmah@FreeBSD.ORG (Bruce A. Mah) Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 11 May 2002 10:09:01 -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org If memory serves me right, Ceri Davies wrote: > > In addition, #3 is the only one that isn't broken for printed output. I > > have this dim recollection of someone spending cycles on the "relative > > URLs vs. printed output" problem before, but I am not sure what > > happened. > > Call me stupid, but how do ulinks affect printed output (I assume you mean > PDF) ? If you look at the PDF output from, say, the release documentation, you'll see various places where the url= attribute from a element gets rendered. By default the URL goes in parentheses after the link text, but there's an option to do these as footnotes. So the problem with relative links is that this source... link text ...gets turned into something like this on the printed page: link text (../../link.to.somewhere) A relative link from a piece of paper makes no sense whatsoever. :-) Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message