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: authors in refentry



Hi,
I specify the clisp authors the same way for the reference manual
(<book>) and the manual page (<refentry>):

<!ENTITY clisp-authors '<authorgroup id="authors">&bruno; &stoll; &sds;
 <othercredit><othername>See
   <emphasis><filename role="clisp-cvs">COPYRIGHT</filename></emphasis>
   for the list of other contributors and the license.
 </othername></othercredit></authorgroup>'>
<!ENTITY clisp-doc-copyright
  '<copyright><year>1992-2008</year><holder>Bruno Haible</holder></copyright>
   <copyright><year>1998-2008</year><holder>Sam Steingold</holder></copyright>'>
<!ENTITY clisp-abstract
  '<abstract id="clisp-abstract"><para>This document describes the
   &gnu; &clisp; - an implementation of the &ansi-cl;.</para>
   <para>See <olink targetdoc="man" targetptr="bugs"/> for instructions
    on how to report bugs (both in these notes and in &clisp; itself).</para>
   <para>See <olink targetdoc="impnotes" targetptr="faq-help"/> for
    information on &clisp; support.</para></abstract>'>

in book:
<bookinfo>
...
&clisp-authors; &clisp-doc-copyright; &clisp-abstract;
... </bookinfo>

in refentry:
<refentryinfo>
...
&clisp-authors; &clisp-doc-copyright; &clisp-abstract;
...
</refentryinfo>

however, only the <book> output contains the author list and copyright
statement, see <http://sds.podval.org/clisp/impnotes/>, the html manual
page does not, see <http://clisp.podval.org/impnotes/clisp.html>.
I filed a bug about this,
https://sourceforge.net/tracker/?func=detail&atid=373747&aid=1484944&group_id=21935
but was told to ask the list.

so, what do I need to do to get the authors section generated in the
manual?

I can, of course, add it by hand, but that would defeat the separation
of semantics and markup: the author metadata should be specified in the
<*info> element, not the text.

thanks.
Sam.

PS. I do not want to receive messages from this list via e-mail (unless
they are replies to my own messages), so I read the list on
gmane.org. is there a way to disable message delivery to my address? (I
can do it with the mailman-managed lists).


-- 
Sam Steingold (http://sds.podval.org/) on Fedora release 9 (Sulphur)
http://openvotingconsortium.org http://camera.org http://dhimmi.com
http://thereligionofpeace.com http://pmw.org.il http://mideasttruth.com
What garlic is to food, insanity is to art.



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