From owner-freebsd-doc Tue Feb 4 13:57:40 2003 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0030A37B405 for ; Tue, 4 Feb 2003 13:57:36 -0800 (PST) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED1243FA7 for ; Tue, 4 Feb 2003 13:57:36 -0800 (PST) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.allbsd.org (p39026-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.136.26]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 273F02C26; Wed, 5 Feb 2003 06:57:35 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) by mail.allbsd.org (8.12.6/3.7W/DomainMaster) with ESMTP id h14Lv4J8087450; Wed, 5 Feb 2003 06:57:04 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Wed, 05 Feb 2003 06:56:25 +0900 (JST) Message-Id: <20030205.065625.55778028.hrs@eos.ocn.ne.jp> To: des@ofug.org Cc: doc@FreeBSD.ORG Subject: Re: piecemeal articles From: Hiroki Sato In-Reply-To: References: <20030204201507.GA86389@nathan.ruhr.de> <20030205.053129.78764236.hrs@eos.ocn.ne.jp> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Wed_Feb__5_06:56:25_2003_275)--" Content-Transfer-Encoding: 7bit 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 ----Next_Part(Wed_Feb__5_06:56:25_2003_275)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dag-Erling Smorgrav wrote in : des> > Hmmm... How about adding an anchor to the single html version into des> > the title page of the splitted version (and vise versa)? des> des> Sounds like a good idea, if it can be done cleanly. The split version des> is pretty useless for printing, for instance. OK, I will work on it. des> BTW, as regards the PAM article, the legal notice (which I am required des> by contract to include in the article) is missing from the split des> version. To me, that alone is a very strong argument for having the des> unsplit version be the default. It is not difficult very much. There is a knob in the stylesheet which changes how the legal notice is rendered. Try the attached patch. I think it is better that the style can be changed by the authors using "-V %generate-legalnotice-link%" in the Makefile (we cannot set a variable #f using -V flag, so the default should be #f as the attached patch). Any comments? -- | Hiroki SATO / ----Next_Part(Wed_Feb__5_06:56:25_2003_275)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="legalnotice.diff" Index: share/sgml/freebsd.dsl =================================================================== RCS file: /home/ncvs/doc/share/sgml/freebsd.dsl,v retrieving revision 1.68 diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.68 freebsd.dsl --- share/sgml/freebsd.dsl 20 Nov 2002 19:41:10 -0000 1.68 +++ share/sgml/freebsd.dsl 4 Feb 2003 21:36:25 -0000 @@ -60,7 +60,7 @@ ;; ;; Naturally, this has no effect if you're building one big ;; HTML file. - #t) + #f) (define (book-titlepage-recto-elements) (list (normalize "title") ----Next_Part(Wed_Feb__5_06:56:25_2003_275)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message