Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Feb 2003 06:56:25 +0900 (JST)
From:      Hiroki Sato <hrs@eos.ocn.ne.jp>
To:        des@ofug.org
Cc:        doc@FreeBSD.ORG
Subject:   Re: piecemeal articles
Message-ID:  <20030205.065625.55778028.hrs@eos.ocn.ne.jp>
In-Reply-To: <xzphebj3gjq.fsf@flood.ping.uio.no>
References:  <20030204201507.GA86389@nathan.ruhr.de> <20030205.053129.78764236.hrs@eos.ocn.ne.jp> <xzphebj3gjq.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Wed_Feb__5_06:56:25_2003_275)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Dag-Erling Smorgrav <des@ofug.org> wrote
  in <xzphebj3gjq.fsf@flood.ping.uio.no>:

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  <hrs@eos.ocn.ne.jp> / <hrs@FreeBSD.org>

----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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030205.065625.55778028.hrs>