Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 03:15:48 +0300
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        Christian Brueffer <chris@unixpages.org>
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: Using <copyright></copyright> tags
Message-ID:  <20020827001547.GA30772@hades.hell.gr>
In-Reply-To: <20020827000309.GF805@unixpages.org>
References:  <20020827000309.GF805@unixpages.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 2002-08-27 02:03 +0000, Christian Brueffer wrote:
> One of them is to change the copyright statement from
>
>   Copyright  2000 by Addison-Wesley Longman, Inc
>
> to something like
>
>   Original English language edition Copyright 2001 by Addison Wesley
>   Japanese language translation Copyright 2001 by Pearson Education Japan.
>
> How can this be done best using docbook?

<bookinfo> can contain more than one <copyright>s.

	<bookinfo>
	  <copyright>
	    <year>2001</year>
	    <holder>Addison-Wesley Longman, Inc</holder>
	  </copyright>

	  <copyright>
	    <year>2001</year>
	    <holder>Pearson Education Japan</holder>
	  </copyright>

As far as I can tell from "Docbook: The definitive guide", there is no
easy way to add comments to <holder>, but I guess you could do
something like:

	<holder>Addison-Wesley Longman, Inc (Original English language
	  edition)</holder>

-- 
FreeBSD: The Power to Serve -- http://www.FreeBSD.org

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?20020827001547.GA30772>