Mary M. wrote:

When I generate webhelp, I thought there would be an index.html as an
entry point for hosting the documentation on a web server. Is there a
way of getting ditac to generate one?


You can either:

* Specify attribute copy-to="index.html" on a topicref of any kind found in your map.

Example (excerpts from a bookmap):

---
...
  <frontmatter>

    <booklists>
      <toc chunk="to-content" copy-to="index.html"/>

      <figurelist chunk="to-content"/>
...
---

OR

* If you use the ditac command-line utility (i.e. not XMLmind XML Editor or XMLmind XSL Utility), specify the -addindex command-line option.

Reference:

http://www.xmlmind.com/ditac/_distrib/doc/manual/commandLine.html#commandLine__option-addindex

OR

* Copy by hand one of the WebHelp files (e.g. mywebhelp/myfirstpage.html) generated by ditac to index.html. This is basically what's automated by the -addindex command-line option.


--
XMLmind DITA Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/ditac-support

Reply via email to