
Hello all, Is there a preferred way or special tag to specify the author's email within the [library ...] tag? [library Boost.LocalFunction [author [Caminiti, Lorenzo]] ... ] Thanks. --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-quickbook-email-tag-tp4310264p43102... Sent from the Boost - Dev mailing list archive at Nabble.com.

On 19 January 2012 15:01, lcaminiti <lorcaminiti@gmail.com> wrote:
Is there a preferred way or special tag to specify the author's email within the [library ...] tag?
There's no way to do it at the moment. It should be pretty easy to add support for it though. The only problem is getting the syntax right, the current quickbook syntax isn't that great in this case. It might also be a good idea to support escaped docbook in the tag, as quickbook's docinfo syntax will probably never be as rich as docbook's.

Daniel James-3 wrote
On 19 January 2012 15:01, lcaminiti <lorcaminiti@> wrote:
Is there a preferred way or special tag to specify the author's email within the [library ...] tag?
There's no way to do it at the moment. It should be pretty easy to add support for it though. The only problem is getting the syntax right, the current quickbook syntax isn't that great in this case.
OK. For now, even if less than ideal, I'll do: [authors [Caminiti (lorcaminiti-AT-gmail.com), Lorenzo]] Thanks. --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-quickbook-email-tag-tp4310264p43133... Sent from the Boost - Dev mailing list archive at Nabble.com.

Daniel James-3 wrote
On 19 January 2012 15:01, lcaminiti <lorcaminiti@> wrote:
Is there a preferred way or special tag to specify the author's email within the [library ...] tag?
There's no way to do it at the moment. It should be pretty easy to add support for it though. The only problem is getting the syntax right, the current quickbook syntax isn't that great in this case.
It might also be a good idea to support escaped docbook in the tag, as quickbook's docinfo syntax will probably never be as rich as docbook's.
From: http://www.boost.org/doc/libs/1_48_0/doc/html/quickbook/syntax.html#quickboo... Escaping allows us to pass XML markup to BoostBook or DocBook. For example: ''' <emphasis role="bold">This is direct XML markup</emphasis> ''' Can I use this to do enter the author email? Thanks. --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-quickbook-email-tag-tp4310264p43163... Sent from the Boost - Dev mailing list archive at Nabble.com.

lcaminiti wrote
Daniel James-3 wrote
On 19 January 2012 15:01, lcaminiti <lorcaminiti@> wrote:
Is there a preferred way or special tag to specify the author's email within the [library ...] tag?
There's no way to do it at the moment. It should be pretty easy to add support for it though. The only problem is getting the syntax right, the current quickbook syntax isn't that great in this case.
It might also be a good idea to support escaped docbook in the tag, as quickbook's docinfo syntax will probably never be as rich as docbook's.
From: http://www.boost.org/doc/libs/1_48_0/doc/html/quickbook/syntax.html#quickboo...
Escaping allows us to pass XML markup to BoostBook or DocBook. For example:
''' <emphasis role="bold">This is direct XML markup</emphasis> '''
Can I use this to do enter the author email?
Actually this worked (I'm not sure if just by luck... because it's not really documented especially for the missing escape quotes '''...''' around the email tags): [authors [Caminiti lorcaminiti@gmail.com, Lorenzo]] --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-quickbook-email-tag-tp4310264p43163... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (2)
-
Daniel James
-
lcaminiti