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] | [Elist Home]


Subject: DOCBOOK-APPS: New parameters for HTML Help stylesheet


Hi,

I have just added some new functionality to HTML Help stylesheet related
to automatic generation of map and alias files. These files are used to
glue application and context sensitive help made in HTML Help.

From now, you can use special PI in documents:

<chapter>
<title>Some title</title>
<?dbhh topicname="some_title" topicid="42"?>
...

This will automatically create corresponding entries in map and alias
files:

context.h:
#define some_title 42 

alias.h:
some_title=name_of_chunk_for_chapter.html

If you want different names for context.h and alias.h, you can use
parameters htmlhelp.map.file and htmlhelp.alias.file to change it.

If you want create context.h and alias.h manually, stylesheet can
automatically include reference to them in project file if you set
parameter htmlhelp.force.map.and.alias to 1.

I will appreciate your feedback about this extension as I personally
don't use it in any real application. The idea comes from my
correspondence with Denis Bradford.

				Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz


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


Powered by eList eXpress LLC