howtos.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
  3. "http://forrest.apache.org/dtd/document-v20.dtd">
  4. <!--
  5. Copyright (c) 2010-2010 by Bernhard Bablok (bablokb@users.sourceforge.net)
  6. $Revision: 1.1 $
  7. $Author: bablokb $
  8. -->
  9. <document>
  10. <header>
  11. <title>im4java HowTos</title>
  12. </header>
  13. <body>
  14. <section id="Overview">
  15. <title>Overview</title>
  16. <p>If you want to share your ideas and experiences, please write
  17. a HOWTO. You should use the template available in the
  18. source-distribution
  19. (<em>doc-src/xdocs/docs/howto-template.xml</em>).
  20. </p>
  21. </section>
  22. <section id="howtos">
  23. <title>Available HowTos</title>
  24. <p>This is the list of currently available HowTos.</p>
  25. <table>
  26. <caption>Available HowTos</caption>
  27. <tr>
  28. <th>HowTo</th>
  29. <th>Description</th>
  30. </tr>
  31. <tr>
  32. <td><a href="site:newtools">Howto add support for a new tool</a></td>
  33. <td>A step-by-step guide on howto add support for a new
  34. commandline-tool to im4java. This howto is not yet written
  35. but due for the next release of im4java.</td>
  36. </tr>
  37. </table>
  38. </section>
  39. </body>
  40. </document>