internal-ant-properties.dita 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <reference id="ant-properties">
  5. <title>Internal Ant properties</title>
  6. <shortdesc>Reference list of Ant properties used by DITA-OT internally.</shortdesc>
  7. <prolog>
  8. <metadata>
  9. <keywords>
  10. <indexterm><xmlatt>role</xmlatt></indexterm>
  11. <indexterm>args.rellinks</indexterm>
  12. <indexterm>PDF
  13. <indexterm>related links</indexterm>
  14. <indexterm>args.rellinks</indexterm></indexterm>
  15. <indexterm>HTML5
  16. <indexterm>related links</indexterm>
  17. <indexterm>args.rellinks</indexterm></indexterm>
  18. </keywords>
  19. </metadata>
  20. </prolog>
  21. <refbody>
  22. <section>
  23. <parml>
  24. <plentry>
  25. <pt><codeph>include.rellinks</codeph></pt>
  26. <pd>A space-separated list of link roles to be output; the <codeph>#default</codeph> value token represents
  27. links without an explicit role (those for which no <xmlatt>role</xmlatt> attribute is defined). Defined by
  28. <codeph>args.rellinks</codeph>, but may be overridden directly. Valid roles include:
  29. <ul>
  30. <li>parent </li>
  31. <li>child </li>
  32. <li>sibling </li>
  33. <li>friend </li>
  34. <li>next </li>
  35. <li>previous </li>
  36. <li>cousin </li>
  37. <li>ancestor </li>
  38. <li>descendant </li>
  39. <li>sample </li>
  40. <li>external </li>
  41. <li>other</li>
  42. </ul></pd>
  43. </plentry>
  44. <plentry>
  45. <pt><codeph>temp.output.dir.name</codeph></pt>
  46. <pd>An internal property for use with custom transform types; this property can be used to place all output in
  47. an internal directory, so that a final step in the transform type can do some form of post-processing before
  48. the files are placed in the specified output directory.
  49. <p>For example, if a custom HTML5 transform sets the property to <codeph>zip_dir</codeph>, all output files
  50. (including HTML, images, and CSS) will be placed within the directory <filepath>zip_dir</filepath> in the
  51. temporary processing directory. A final step can then be used to add more files, zip the directory, and
  52. return that zip to the designated output directory.</p></pd>
  53. </plentry>
  54. </parml>
  55. </section>
  56. </refbody>
  57. </reference>