OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] EPUB3: missing some meta data


OK, I started development with the May 23 version of the package spec, which did not include those optional DCMES versions:

http://idpf.org/epub/30/spec/epub30-publications-20110523.html

They were added in the Sept 8 version of the spec. So I'll update the stylesheet to output the optional DCMES elements too, with a parameter to make them optional.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- From: "Keith Fahlgren" <abdelazer@gmail.com>
To: "Bob Stayton" <bobs@sagehill.net>
Cc: "Michael Wiedmann" <mw@miwie.in-berlin.de>; "DocBook Apps ML" <docbook-apps@lists.oasis-open.org>
Sent: Sunday, September 25, 2011 1:47 PM
Subject: Re: [docbook-apps] EPUB3: missing some meta data


Hi,

You can include the (somewhat deprecated) DCMES versions as well:
http://idpf.org/epub/30/spec/epub30-publications.html#sec-opf-dcmes-optional

This (duplication) will help older EPUB 2 reading systems (and should
probably be controlled with a parameter).


Regards,
Keith

On Sun, Sep 25, 2011 at 1:33 PM, Bob Stayton <bobs@sagehill.net> wrote:
Hi Michael,
I guess I need some clarification on what you mean by missing. When I
process your bookinfo element with the epub3 stylesheets, the package.opf
file does contain the following metadata:

<meta property="dcterms:rights">Copyright © 2001 - 2011 John Doe</meta>
<meta property="dcterms:rightsHolder">John Doe</meta>
<meta property="dcterms:publisher">Private person</meta>
<meta property="dcterms:subject">Non fiction</meta>
<meta property="dcterms:subject">Technical article</meta>

So I'm not sure what's missing.



Bob Stayton
Sagehill Enterprises
bobs@sagehill.net



----- Original Message ----- From: "Michael Wiedmann"
<mw@miwie.in-berlin.de>
To: "DocBook Apps ML" <docbook-apps@lists.oasis-open.org>
Cc: "Bob Stayton" <bobs@sagehill.net>
Sent: Sunday, September 25, 2011 2:28 AM
Subject: [docbook-apps] EPUB3: missing some meta data


Hi Bob,

working with the latest Beta2 of the EPUB3 extensions I'm missing some
metadata in the resulting EPUB file (which are present if working with
the original EPUB2 XSL stylesheets):

<bookinfo id="bookinfo">
<title>Some Title</title>
<subtitle>Subtitle</subtitle>
<author>
<firstname>Firstname</firstname><surname>Surname</surname>
</author>

<revhistory>
<revision>
<revnumber>0.0.1</revnumber>
<date>2011-09-25</date>
<revremark>Remark</revremark>
</revision>
</revhistory>

<!-- MISSING -->
<copyright>
<year>2001 &dash; 2011</year>
<holder>John Doe</holder>
</copyright>

<!-- MISSING -->
<publisher><publishername>Private person</publishername></publisher>

<!-- MISSING -->
<subjectset>
<subject>
<subjectterm>Non fiction</subjectterm>
</subject>
<subject>
<subjectterm>Technical article</subjectterm>
</subject>
</subjectset>

</bookinfo>


Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org





---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]