Am Mittwoch, den 01.02.2006, 10:30 -0600 schrieb Bob Hanson:
> OK, Eclipse is great. I can commit. This was incredibly easy to set up.
>
> Next questions:
> Say I change Jmol/doc/source/JmolDevelopersGuide.docbook.xml .
>
> 1. How does that get translated into a change in
> http://jmol.sourceforge.net/docs/JmolDevelopersGuide.html ?
build.xml contains the necessary targets as Nicolas already pointed out.
> 2. How might I add an image (say, of the menu) to this guide?
example:
<figure id="menu_foo">
<title>Menu foo</title>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="menu_foo.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>A screenshot of the foo menu</phrase>
</textobject>
</mediaobject>
</screenshot>
</figure>
The <phrase> tag contains the text for the alt="..." parameter of the
<img> tag in (X)HTML, which is not required but highly recommended (for
well-written (X)HTML), so please use it. Images should be in .png-format
(not GIF). The <figure> tag should have an ID. More about these tags at
http://docbook.org/tdg/en/html/docbook.html. I don't know any other
quick'n'dirty introduction to DocBook. But it is a "human-readable"
format, so tags should be (hopefully) self-explanatory. I don't know if
there is a xmllint-package for Windows, but you can definitely use the
one from Cygwin.
If pictures are added, build.xml must be adjusted to copy the pictures!
Regards, Daniel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers