<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to publishers-rfe</title><link>https://sourceforge.net/p/docbook/publishers-rfe/</link><description>Recent changes to publishers-rfe</description><atom:link href="https://sourceforge.net/p/docbook/publishers-rfe/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 01 Feb 2013 01:39:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/docbook/publishers-rfe/feed.rss" rel="self" type="application/rss+xml"/><item><title>linegroup and blockquote elements</title><link>https://sourceforge.net/p/docbook/publishers-rfe/10/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PCThoms</dc:creator><pubDate>Fri, 01 Feb 2013 01:39:32 -0000</pubDate><guid>https://sourceforge.netc162386aa87a259a95cf0fcc1670692766a504ea</guid></item><item><title>Restricted poetry markup</title><link>https://sourceforge.net/p/docbook/publishers-rfe/9/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nic Gibson</dc:creator><pubDate>Wed, 22 Aug 2012 17:25:12 -0000</pubDate><guid>https://sourceforge.net3281656a91e1d44c02127679d69f32e003e138d9</guid></item><item><title>Add stage direction markup</title><link>https://sourceforge.net/p/docbook/publishers-rfe/8/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nic Gibson</dc:creator><pubDate>Wed, 22 Aug 2012 17:21:45 -0000</pubDate><guid>https://sourceforge.netb850ee5261704085b2378cd89990d0fec81b4f94</guid></item><item><title>Add admonitions to Publishers</title><link>https://sourceforge.net/p/docbook/publishers-rfe/7/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nic Gibson</dc:creator><pubDate>Wed, 18 Apr 2012 05:44:39 -0000</pubDate><guid>https://sourceforge.net8ac4bb678ba4475c5f947573dfc8b6c927e899bb</guid></item><item><title>DocBook Music Notation: Repost</title><link>https://sourceforge.net/p/docbook/publishers-rfe/6/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lee Savide</dc:creator><pubDate>Sun, 23 Oct 2011 16:56:22 -0000</pubDate><guid>https://sourceforge.net3e14c233faf218fc3812d61ab2c310c3dccaeda1</guid></item><item><title>Replacement for "annotation" element</title><link>https://sourceforge.net/p/docbook/publishers-rfe/5/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Gardiner</dc:creator><pubDate>Sun, 12 Jun 2011 11:55:44 -0000</pubDate><guid>https://sourceforge.net8b8b21ad40b633e7c9094547117655b34cc15fa1</guid></item><item><title>include mechanisms for table accessibility</title><link>https://sourceforge.net/p/docbook/publishers-rfe/4/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathalie Sequeira</dc:creator><pubDate>Mon, 25 Apr 2011 09:34:02 -0000</pubDate><guid>https://sourceforge.net6aafae3dc6e251f3de9eb289d674656d9c1d0927</guid></item><item><title>Epigraphs should allow poetry</title><link>https://sourceforge.net/p/docbook/publishers-rfe/3/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nic Gibson</dc:creator><pubDate>Mon, 31 Jan 2011 16:04:51 -0000</pubDate><guid>https://sourceforge.net1e2d8bf885bf2601609ffda85c7c7990477987d8</guid></item><item><title>Naming and Versioning of Publishers' Schema</title><link>https://sourceforge.net/p/docbook/publishers-rfe/2/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Schraitle</dc:creator><pubDate>Sun, 23 May 2010 20:55:24 -0000</pubDate><guid>https://sourceforge.netdcb977641a6d821f62fb4346a33bbdae3a75c645</guid></item><item><title>Formalize the adoption of Dublin Core in the info element</title><link>https://sourceforge.net/p/docbook/publishers-rfe/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Earley</dc:creator><pubDate>Wed, 14 May 2008 18:58:51 -0000</pubDate><guid>https://sourceforge.net667003f1d2516b588bb8550d9348fed603db73e9</guid></item></channel></rss>