<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to publishers-rfe</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/" rel="alternate"/><link href="https://sourceforge.net/p/docbook/publishers-rfe/feed.atom" rel="self"/><id>https://sourceforge.net/p/docbook/publishers-rfe/</id><updated>2013-02-01T01:39:32Z</updated><subtitle>Recent changes to publishers-rfe</subtitle><entry><title>linegroup and blockquote elements</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/10/" rel="alternate"/><published>2013-02-01T01:39:32Z</published><updated>2013-02-01T01:39:32Z</updated><author><name>PCThoms</name><uri>https://sourceforge.net/u/pcthoms/</uri></author><id>https://sourceforge.netc162386aa87a259a95cf0fcc1670692766a504ea</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'd like consideration given to allowing the &amp;lt;line/&amp;gt; element within &amp;lt;blockquote/&amp;gt; when &amp;lt;blockquote/&amp;gt; is a child of &amp;lt;linegroup/&amp;gt;.&lt;br /&gt;
&amp;lt;blockquote/&amp;gt; is allowed as a child of &amp;lt;linegroup/&amp;gt;, but &amp;lt;line/&amp;gt; cannot be wrapped by &amp;lt;blockquote/&amp;gt;&lt;/p&gt;
&lt;p&gt;Presently the only way to wrap &amp;lt;line/&amp;gt; within &amp;lt;blockquote/&amp;gt; is to do so, on less I'm missing something, is as follows:&lt;/p&gt;
&lt;p&gt;&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;drama&amp;gt;&lt;br /&gt;
&amp;lt;linegroup&amp;gt;&lt;br /&gt;
&amp;lt;line&amp;gt;&amp;lt;/line&amp;gt;&lt;br /&gt;
&amp;lt;line&amp;gt;&amp;lt;/line&amp;gt;&lt;br /&gt;
&amp;lt;/linegroup&amp;gt;&lt;br /&gt;
&amp;lt;/drama&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;/p&gt;
&lt;p&gt;While I'm requesting this I suspect the problem will be what &amp;lt;blockquote/&amp;gt; already allows as its' children.&lt;br /&gt;
Thanks for considering.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Restricted poetry markup</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/9/" rel="alternate"/><published>2012-08-22T17:25:12Z</published><updated>2012-08-22T17:25:12Z</updated><author><name>Nic Gibson</name><uri>https://sourceforge.net/u/nicg/</uri></author><id>https://sourceforge.net3281656a91e1d44c02127679d69f32e003e138d9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This is a placeholder for DocBook Publishers vX where X is a schema based on DocBook 6 as this is an incompatible change. &lt;/p&gt;
&lt;p&gt;The content model for poetry is currently far too open. It is hard to see how the allowing tables and lists within poetry can be beneficial. I would like to propose that the linegroup element be restricted as:&lt;/p&gt;
&lt;p&gt;db.linegroup =&lt;br /&gt;
element linegroup {&lt;br /&gt;
db.linegroup.attlist, db.speaker*, db.line+&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;This may be *too* restrictive but we have used similar in poetry markup at Penguin for some years.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add stage direction markup</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/8/" rel="alternate"/><published>2012-08-22T17:21:45Z</published><updated>2012-08-22T17:21:45Z</updated><author><name>Nic Gibson</name><uri>https://sourceforge.net/u/nicg/</uri></author><id>https://sourceforge.netb850ee5261704085b2378cd89990d0fec81b4f94</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There is no support within DocBook Publishers for the semantic markup of stage directions. I'd like to propose the addition of two elements both allowing the standard set of inlines. The first would be a direction (or other suitable name) element, used to provide block level stage directions (between the speeches, etc) and the other would be inlinedirection (or...) to allow for inline stage direction markup. &lt;/p&gt;
&lt;p&gt;The following shows the need for an inline direction element:&lt;/p&gt;
&lt;p&gt;THE FLOWER GIRL [picking up her scattered flowers and replacing them in&lt;br /&gt;
the basket] There's menners f' yer! Te-oo banches o voylets trod into&lt;br /&gt;
the mad. [She sits down on the plinth of the column, sorting her&lt;br /&gt;
flowers, on the lady's right. She is not at all an attractive person.&lt;br /&gt;
She is perhaps eighteen, perhaps twenty, hardly older. She wears a&lt;br /&gt;
little sailor hat of black straw that has long been exposed to the dust&lt;br /&gt;
and soot of London and has seldom if ever been brushed. Her hair needs&lt;br /&gt;
washing rather badly: its mousy color can hardly be natural. She wears&lt;br /&gt;
a shoddy black coat that reaches nearly to her knees and is shaped to&lt;br /&gt;
her waist. She has a brown skirt with a coarse apron. Her boots are&lt;br /&gt;
much the worse for wear. She is no doubt as clean as she can afford to&lt;br /&gt;
be; but compared to the ladies she is very dirty. Her features are no&lt;br /&gt;
worse than theirs; but their condition leaves something to be desired;&lt;br /&gt;
and she needs the services of a dentist].&lt;/p&gt;
&lt;p&gt;(from Pygmalion)&lt;/p&gt;
&lt;p&gt;Suggested grammar (as RelaxNG compact)&lt;/p&gt;
&lt;p&gt;# A stage direction.&lt;br /&gt;
db.direction.attlist = db.common.attributes&lt;br /&gt;
db.direction.content = (db.para+)&lt;br /&gt;
db.direction = element db:direction {db.direction.attlist, db.direction.content }&lt;/p&gt;
&lt;p&gt;#  inline stage direction.&lt;br /&gt;
db.inlinedirection.attlist = db.common.attributes&lt;br /&gt;
db.inlinedirection.content = (db.all.inlines+)&lt;br /&gt;
db.inlinedirection = element db:inlinedirection {db.inlinedirection.attlist, db.inlinedirection.content }&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add admonitions to Publishers</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/7/" rel="alternate"/><published>2012-04-18T05:44:39Z</published><updated>2012-04-18T05:44:39Z</updated><author><name>Nic Gibson</name><uri>https://sourceforge.net/u/nicg/</uri></author><id>https://sourceforge.net8ac4bb678ba4475c5f947573dfc8b6c927e899bb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The admonitions group was removed from DocBook Publishers. Recently, I've been working with vocational textbook publishers who use admonitions fairly extensively. If there is no strong reason for excluding them, perhaps they should be allowed to avoid the workarounds that have been required so far (using sidebars with role attributes)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DocBook Music Notation: Repost</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/6/" rel="alternate"/><published>2011-10-23T16:56:22Z</published><updated>2011-10-23T16:56:22Z</updated><author><name>Lee Savide</name><uri>https://sourceforge.net/u/laughingman182/</uri></author><id>https://sourceforge.net3e14c233faf218fc3812d61ab2c310c3dccaeda1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Norm stated that this might be of interest to the publishing committee: &lt;a href="http://sf.net/support/tracker.php?aid=3383019"&gt;http://sf.net/support/tracker.php?aid=3383019&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Replacement for "annotation" element</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/5/" rel="alternate"/><published>2011-06-12T11:55:44Z</published><updated>2011-06-12T11:55:44Z</updated><author><name>David Gardiner</name><uri>https://sourceforge.net/u/burbles/</uri></author><id>https://sourceforge.net8b8b21ad40b633e7c9094547117655b34cc15fa1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am currently using the "annotation" element within a book/info for any additional text on the imprint page, such as the description of photos on the front cover, and details about the type used in the book or the printer. I not that the annotation element is to be removed from the Publishers Schema. Would the Working Group consider introducing a new element (eg "imprint") for this miscellaneous information - there does not seem to be another suitable element that can be used as a child of info/.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>include mechanisms for table accessibility</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/4/" rel="alternate"/><published>2011-04-25T09:34:02Z</published><updated>2011-04-25T09:34:02Z</updated><author><name>Nathalie Sequeira</name><uri>https://sourceforge.net/u/calliandra/</uri></author><id>https://sourceforge.net6aafae3dc6e251f3de9eb289d674656d9c1d0927</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The HTML table model allows a better preparation of table structure for (especially screen reader) accessibility when transforming to HTML (and, by analogy, probably to PDF and other digitally accessed output formats too, though I haven't studied this yet).&lt;/p&gt;
&lt;p&gt;The CALS table model does not come anywhere near the abilities of the HTML model in associating data cells with table headers.&lt;br /&gt;
Especially in complex table setups, a combined use of the HTML-model id and headers attributes is excellent for demystifying the structure of table data - where CALS does not provide any infrastructure that could be used to generate such structuring via XSLT.&lt;/p&gt;
&lt;p&gt;Thus, including the HTML table model would cater to accessibility requirements in all publishing contexts transforming docBook content to be accessed online as HTML - and probably also other formats.&lt;/p&gt;
&lt;p&gt;References:&lt;br /&gt;
Techniques for WCAG2.0: &lt;a href="http://www.w3.org/TR/WCAG20-TECHS/H43.html" rel="nofollow"&gt;http://www.w3.org/TR/WCAG20-TECHS/H43.html&lt;/a&gt;&lt;br /&gt;
W3C research on complex tables: &lt;a href="http://www.w3.org/html/wg/wiki/ComplexTables" rel="nofollow"&gt;http://www.w3.org/html/wg/wiki/ComplexTables&lt;/a&gt;&lt;br /&gt;
WebAim Guide for accessible data tables: &lt;a href="http://webaim.org/techniques/tables/data" rel="nofollow"&gt;http://webaim.org/techniques/tables/data&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Epigraphs should allow poetry</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/3/" rel="alternate"/><published>2011-01-31T16:04:51Z</published><updated>2011-01-31T16:04:51Z</updated><author><name>Nic Gibson</name><uri>https://sourceforge.net/u/nicg/</uri></author><id>https://sourceforge.net1e2d8bf885bf2601609ffda85c7c7990477987d8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Poetry is a common component of epigraphs in trade and academic publishing.  It seems entirely consistent that DocBook publishers should allow this too.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Naming and Versioning of Publishers' Schema</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/2/" rel="alternate"/><published>2010-05-23T20:55:24Z</published><updated>2010-05-23T20:55:24Z</updated><author><name>Thomas Schraitle</name><uri>https://sourceforge.net/u/userid-27667/</uri></author><id>https://sourceforge.netdcb977641a6d821f62fb4346a33bbdae3a75c645</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;the Publishers' Schema Specification [1] describes a lot of details, which is fine. However, there is no section how to name and access the publishers schema. According to [2] there should be naming convention in the version attribute. Does the committee consider this as something worth or is it out of scope?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Tom&lt;/p&gt;
&lt;p&gt;--- Reference:&lt;br /&gt;
[1] &lt;a href="https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/docbook/relaxng/publishers/spec/publishers.xml"&gt;https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/docbook/relaxng/publishers/spec/publishers.xml&lt;/a&gt;&lt;br /&gt;
[2] &lt;a href="http://www.docbook.org/docs/howto/#cust-naming" rel="nofollow"&gt;http://www.docbook.org/docs/howto/#cust-naming&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Formalize the adoption of Dublin Core in the info element</title><link href="https://sourceforge.net/p/docbook/publishers-rfe/1/" rel="alternate"/><published>2008-05-14T18:58:51Z</published><updated>2008-05-14T18:58:51Z</updated><author><name>Jim Earley</name><uri>https://sourceforge.net/u/userid-2033879/</uri></author><id>https://sourceforge.net667003f1d2516b588bb8550d9348fed603db73e9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;While DocBook already includes many of the elements that are defined by the Dublin Core, it is not inherently interoperable with DC metadata.  The Publisher's SC (and hopefully the the DocBook TC) should consider adopting DC metadata as a formal metadata model for &amp;lt;info&amp;gt; elements&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>