On 21/09/10 03:47, Frank Blome wrote:
Hi again,

I have got a second question, in addition to my from earlier today.

In my help files I have to have in any single file some unique meta
tags in the style
   meta name="description" contents="Here is the description of the
help topic"

How can I realize this in asciidoc?


The patch I mentioned in my previous post
http://groups.google.com/group/asciidoc/browse_thread/thread/c948697943432e24
would do the trick.

Put document specific meta elements in a doc specific docinfo file and define the docinfo2 attribute e.g. for input file mydoc.txt put meta tags in mydoc-docinfo.html then run:

asciidoc -a docinfo2 mydoc.txt

This will include both the shared docinfo.html and the doc specific mydoc-docinfo.html in the output.

Cheers, Stuart


Thanks,
Frank


--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to