template.properties 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. # ============================================================================ #
  2. #
  3. # GENERATED PROPERTIES FILE FOR USE WITH THE DITA COMMAND
  4. #
  5. # Lines in this file that start with a number sign '#' are comments.
  6. #
  7. # To set a build parameter, remove the commenting '#' at the start of the line
  8. # and specify the value for the parameter after the '=' sign, for example,
  9. #
  10. # args.filter = my-filter.ditaval
  11. #
  12. # Use the `dita` command with the `--propertyfile` option to use the build
  13. # parameters specified in a properties file, for example:
  14. #
  15. # dita --input=my.ditamap --format=html5 --propertyfile=my.properties
  16. #
  17. # Build parameters in this file are grouped by transformation type.
  18. # Supported parameter values are listed in brackets [] after each description,
  19. # with an asterisk (*) indicating the default value where appropriate.
  20. #
  21. # ============================================================================ #
  22. # ============================================================================ #
  23. # COMMON
  24. # ============================================================================ #
  25. # args.draft = no
  26. # Specifies whether the content of <draft-comment> and
  27. # <required-cleanup> elements is included in the output.
  28. # [ no ]*
  29. # [ yes ]
  30. # args.figurelink.style = NUMBER
  31. # Specifies how cross references to figures are styled in
  32. # output.
  33. # [ NUMBER ]
  34. # [ NUMTITLE ]
  35. # [ TITLE ]
  36. # args.filter =
  37. # Specifies a filter file to be used to include, exclude, or
  38. # flag content.
  39. # args.gen.task.lbl = YES
  40. # Specifies whether to generate headings for sections within
  41. # task topics.
  42. # [ NO ]
  43. # [ YES ]
  44. # args.grammar.cache = yes
  45. # Specifies whether the grammar-caching feature of the XML
  46. # parser is used.
  47. # [ no ]
  48. # [ yes ]*
  49. # args.input.dir =
  50. # Specifies the base directory for your documentation project.
  51. # args.output.base =
  52. # Specifies the name of the output file without file
  53. # extension.
  54. # args.rellinks = none
  55. # Specifies which links to include in the output.
  56. # [ all ] - All links are included.
  57. # [ nofamily ] - Parent, child, next, and previous links are
  58. # not included.
  59. # [ none ] - No links are included.
  60. # [ noparent ] - Parent links are not included.
  61. # args.tablelink.style = NUMBER
  62. # Specifies how cross references to tables are styled.
  63. # [ NUMBER ]
  64. # [ NUMTITLE ]
  65. # [ TITLE ]
  66. # clean.temp = yes
  67. # Specifies whether DITA-OT deletes the files in the temporary
  68. # directory after it finishes a build.
  69. # [ no ]
  70. # [ yes ]*
  71. # conserve-memory = false
  72. # Conserve memory at the expense of processing speed
  73. # [ false ]*
  74. # [ true ]
  75. # default.language =
  76. # Specifies the default language for source documents.
  77. # dita.dir =
  78. # Specifies where DITA-OT is installed.
  79. # dita.temp.dir =
  80. # Specifies the location of the temporary directory.
  81. # filter-stage = early
  82. # Specifies whether filtering is done before all other
  83. # processing, or after key and conref processing.
  84. # [ early ]*
  85. # [ late ]
  86. # force-unique = false
  87. # Generate copy-to attributes to duplicate topicref elements.
  88. # [ false ]*
  89. # [ true ]
  90. # generate-debug-attributes = true
  91. # Specifies whether the @xtrf and @xtrc debugging attributes
  92. # are generated in the temporary files.
  93. # [ false ] - Disables generation of debugging attributes
  94. # [ true ]* - Enables generation of debugging attributes
  95. # generate.copy.outer = 1
  96. # Specifies whether to generate output files for content that
  97. # is not located in or beneath the directory containing the
  98. # DITA map file.
  99. # [ 1 ]* - Do not generate output for content that is located
  100. # outside the DITA map directory.
  101. # [ 3 ] - Shift the output directory so that it contains all
  102. # output for the publication.
  103. # link-crawl = topic
  104. # Specifies whether to crawl only those topic links found in
  105. # maps, or all discovered topic links.
  106. # [ map ]
  107. # [ topic ]*
  108. # onlytopic.in.map = false
  109. # Specifies whether files that are linked to, or referenced
  110. # with a @conref attribute, generate output.
  111. # [ false ]*
  112. # [ true ]
  113. # outer.control = warn
  114. # Specifies how DITA-OT handles content files that are not
  115. # located in or below the directory containing the master DITA
  116. # map.
  117. # [ fail ] - Fail quickly if files are going to be generated
  118. # or copied outside of the directory.
  119. # [ quiet ] - Quietly finish without generating warnings or
  120. # errors.
  121. # [ warn ]* - Complete the operation if files will be
  122. # generated or copied outside of the directory, but log a
  123. # warning.
  124. # output.dir =
  125. # Specifies the name and location of the output directory.
  126. # processing-mode = lax
  127. # Specifies how DITA-OT handles errors and error recovery.
  128. # [ lax ]* - When an error is encountered, DITA-OT attempts to
  129. # recover from it
  130. # [ skip ] - When an error is encountered, DITA-OT continues
  131. # processing but does not attempt error recovery
  132. # [ strict ] - When an error is encountered, DITA-OT stops
  133. # processing
  134. # remove-broken-links = false
  135. # Remove broken related links.
  136. # [ false ]*
  137. # [ true ]
  138. # root-chunk-override =
  139. # Override for map chunk attribute value.
  140. # validate = true
  141. # Specifies whether DITA-OT validates the content.
  142. # [ false ]
  143. # [ true ]*
  144. # ============================================================================ #
  145. # ECLIPSE HELP
  146. # ============================================================================ #
  147. # args.eclipse.provider = DITA
  148. # Specifies the name of the person or organization that
  149. # provides the Eclipse help. Default value: DITA.
  150. # args.eclipse.symbolic.name = org.sample.help.doc
  151. # Specifies the symbolic name (aka plugin ID) in the output
  152. # for an Eclipse Help project. Default value:
  153. # org.sample.help.doc.
  154. # args.eclipse.version = 0.0.0
  155. # Specifies the version number to include in the output.
  156. # Default value: 0.0.0.
  157. # args.eclipsehelp.country =
  158. # Specifies the region for the language that is specified by
  159. # the args.
  160. # args.eclipsehelp.jar.name =
  161. # Specifies that the output should be zipped and returned
  162. # using this name.
  163. # args.eclipsehelp.language =
  164. # Specifies the base language for translated content, such as
  165. # en for English.
  166. # ============================================================================ #
  167. # HTML-BASED OUTPUT
  168. # ============================================================================ #
  169. # args.artlbl = no
  170. # Specifies whether to generate a label for each image; the
  171. # label will contain the image file name.
  172. # [ no ]*
  173. # [ yes ]
  174. # args.copycss = no
  175. # Specifies whether to copy the custom .css file to the output
  176. # directory.
  177. # [ no ]*
  178. # [ yes ]
  179. # args.css =
  180. # Specifies the name of a custom .css file.
  181. # args.csspath =
  182. # Specifies the location of a copied .css file relative to the
  183. # output directory.
  184. # args.cssroot =
  185. # Specifies the directory that contains the custom .css file.
  186. # args.dita.locale =
  187. # Specifies the language locale file to use for sorting index
  188. # entries.
  189. # args.ftr =
  190. # Specifies an XML file that contains content for a running
  191. # footer.
  192. # args.gen.default.meta = no
  193. # Specifies whether to generate extra metadata that targets
  194. # parental control scanners, meta elements with
  195. # name="security" and name="Robots".
  196. # [ no ]*
  197. # [ yes ]
  198. # args.hdf =
  199. # Specifies an XML file that contains content to be placed in
  200. # the document head.
  201. # args.hdr =
  202. # Specifies an XML file that contains content for a running
  203. # header.
  204. # args.hide.parent.link = no
  205. # Specifies whether to hide links to parent topics in the HTML
  206. # or XHTML output.
  207. # [ no ]*
  208. # [ yes ]
  209. # args.indexshow = no
  210. # Specifies whether the content of <indexterm> elements are
  211. # rendered in the output.
  212. # [ no ]*
  213. # [ yes ]
  214. # args.outext = html
  215. # Specifies the file extension for HTML or XHTML output.
  216. # Default value: html.
  217. # args.xhtml.classattr = yes
  218. # Specifies whether to include the DITA class ancestry inside
  219. # the XHTML elements.
  220. # [ no ]
  221. # [ yes ]*
  222. # args.xsl =
  223. # Specifies a custom XSL file to be used instead of the
  224. # default XSL transformation.
  225. # ============================================================================ #
  226. # HTML5
  227. # ============================================================================ #
  228. # args.artlbl = no
  229. # Specifies whether to generate a label for each image; the
  230. # label will contain the image file name.
  231. # [ no ]*
  232. # [ yes ]
  233. # args.copycss = no
  234. # Specifies whether to copy the custom .css file to the output
  235. # directory.
  236. # [ no ]*
  237. # [ yes ]
  238. # args.css =
  239. # Specifies the name of a custom .css file.
  240. # args.csspath =
  241. # Specifies the location of a copied .css file relative to the
  242. # output directory.
  243. # args.cssroot =
  244. # Specifies the directory that contains the custom .css file.
  245. # args.dita.locale =
  246. # Specifies the language locale file to use for sorting index
  247. # entries.
  248. # args.ftr =
  249. # Specifies an XML file that contains content for a running
  250. # footer.
  251. # args.gen.default.meta = no
  252. # Specifies whether to generate extra metadata that targets
  253. # parental control scanners, meta elements with
  254. # name="security" and name="Robots".
  255. # [ no ]*
  256. # [ yes ]
  257. # args.hdf =
  258. # Specifies an XML file that contains content to be placed in
  259. # the document head.
  260. # args.hdr =
  261. # Specifies an XML file that contains content for a running
  262. # header.
  263. # args.hide.parent.link = no
  264. # Specifies whether to hide links to parent topics in the
  265. # HTML5 output.
  266. # [ no ]*
  267. # [ yes ]
  268. # args.html5.classattr = yes
  269. # Specifies whether to include the DITA class ancestry inside
  270. # the HTML5 elements.
  271. # [ no ]
  272. # [ yes ]*
  273. # args.html5.contenttarget = contentwin
  274. # Specifies the value of the @target attribute on the <base>
  275. # element in the TOC file. Default value: contentwin.
  276. # args.html5.toc = index
  277. # Specifies the base name of the TOC file. Default value:
  278. # index.
  279. # args.html5.toc.class =
  280. # Specifies the value of the @class attribute on the <body>
  281. # element in the TOC file.
  282. # args.html5.toc.xsl =
  283. # Specifies a custom XSL file to be used for TOC generation.
  284. # args.indexshow = no
  285. # Specifies whether the content of <indexterm> elements are
  286. # rendered in the output.
  287. # [ no ]*
  288. # [ yes ]
  289. # args.outext = html
  290. # Specifies the file extension for HTML5 output. Default
  291. # value: html.
  292. # args.xsl =
  293. # Specifies a custom XSL file to be used instead of the
  294. # default XSL transformation.
  295. # nav-toc = none
  296. # Specifies whether to generate a navigation TOC in topic
  297. # pages.
  298. # [ full ] - Full TOC
  299. # [ none ]* - No TOC
  300. # [ partial ] - Partial TOC that shows the current topic
  301. # ============================================================================ #
  302. # MICROSOFT COMPILED HTML HELP
  303. # ============================================================================ #
  304. # args.htmlhelp.includefile =
  305. # Specifies the name of a file that you want included in the
  306. # HTML Help.
  307. # ============================================================================ #
  308. # PDF
  309. # ============================================================================ #
  310. # args.artlbl = no
  311. # Specifies whether to generate a label for each image; the
  312. # label will contain the image file name.
  313. # [ no ]*
  314. # [ yes ]
  315. # args.bookmap-order = discard
  316. # Specifies if the frontmatter and backmatter content order is
  317. # retained in bookmap.
  318. # [ discard ]*
  319. # [ retain ]
  320. # args.bookmark.style = EXPANDED
  321. # Specifies whether PDF bookmarks are by default expanded or
  322. # collapsed.
  323. # [ COLLAPSE ]
  324. # [ EXPANDED ]
  325. # args.chapter.layout = MINITOC
  326. # Specifies whether chapter level TOCs are generated.
  327. # [ BASIC ]
  328. # [ MINITOC ]*
  329. # args.fo.userconfig =
  330. # Specifies the user configuration file for FOP.
  331. # args.xsl.pdf =
  332. # Specifies an XSL file that is used to override the default
  333. # XSL transformation.
  334. # axf.cmd =
  335. # Specifies the path to the Antenna House Formatter
  336. # executable.
  337. # axf.opt =
  338. # Specifies the user configuration file for Antenna House
  339. # Formatter.
  340. # custom.xep.config =
  341. # Specifies the user configuration file for RenderX.
  342. # customization.dir =
  343. # Specifies the customization directory.
  344. # maxJavaMemory =
  345. # Specifies the amount of memory allocated to the RenderX
  346. # process.
  347. # org.dita.pdf2.chunk.enabled = false
  348. # Enables chunk attribute processing.
  349. # [ false ]* - Disables chunk processing
  350. # [ true ] - Enables chunk processing
  351. # org.dita.pdf2.i18n.enabled = true
  352. # Enables I18N font processing.
  353. # [ false ] - Disables I18N processing
  354. # [ true ]* - Enables I18N processing
  355. # outputFile.base =
  356. # Specifies the base file name of the generated PDF file.
  357. # pdf.formatter = fop
  358. # Specifies the XSL processor.
  359. # [ ah ] - Antenna House Formatter
  360. # [ fop ]* - Apache FOP
  361. # [ xep ] - RenderX XEP Engine
  362. # publish.required.cleanup = yes
  363. # Specifies whether draft-comment and required-cleanup
  364. # elements are included in the output.
  365. # [ no ]
  366. # [ yes ]
  367. # ============================================================================ #
  368. # XHTML
  369. # ============================================================================ #
  370. # args.xhtml.contenttarget = contentwin
  371. # Specifies the value of the @target attribute on the <base>
  372. # element in the TOC file. Default value: contentwin.
  373. # args.xhtml.toc = index
  374. # Specifies the base name of the TOC file. Default value:
  375. # index.
  376. # args.xhtml.toc.class =
  377. # Specifies the value of the @class attribute on the <body>
  378. # element in the TOC file.
  379. # args.xhtml.toc.xsl =
  380. # Specifies a custom XSL file to be used for TOC generation.