From owner-cvs-all Thu Jul 19 21:59:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F2A637B406; Thu, 19 Jul 2001 21:59:28 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6K4xSI90430; Thu, 19 Jul 2001 21:59:28 -0700 (PDT) (envelope-from murray) Message-Id: <200107200459.f6K4xSI90430@freefall.freebsd.org> From: Murray Stokely Date: Thu, 19 Jul 2001 21:59:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/07/19 21:59:28 PDT Modified files: share/sgml freebsd.dsl en_US.ISO8859-1/books/handbook/introduction chapter.sgml en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Correctly display local file links in the print stylesheet. Local-file URLs are encoded as file://localhost/path/file which is fine for HTML but this looks ugly when printed. Add a function to chop off the "file://localhost" so that the above URL would be printed as "/path/file" but still link to "file://localhost/path/file" for HTML output. Revision Changes Path 1.38 +28 -1 doc/share/sgml/freebsd.dsl 1.48 +3 -3 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml 1.133 +2 -2 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message