# ============================================================================ # # # GENERATED PROPERTIES FILE FOR USE WITH THE DITA COMMAND # # Lines in this file that start with a # are comments. # # To set a build parameter, remove the commenting # at the start of the line # and specify the value for the parameter after the = sign, for example, # # args.filter = my-filter.ditaval # # Use the dita command with the -propertyfile option to use the build parameters # specified in a properties file, for example: # # dita -i my.ditamap -f html5 -propertyfile my.properties # # Build parameters in this file are grouped by transformation type. # Supported parameter values are listed in brackets [] after each description, # with an asterisk (*) indicating the default value where appropriate. # # ============================================================================ # # ============================================================================ # # COMMON # ============================================================================ # # args.debug = no # Specifies whether debugging information is included in the # log. # [ no ]* # [ yes ] # args.draft = no # Specifies whether the content of and # elements is included in the output. # [ no ]* # [ yes ] # args.figurelink.style = NUMBER # Specifies how cross references to figures are styled in # output. # [ NUMBER ] # [ NUMTITLE ] # [ TITLE ] # args.filter = # Specifies a filter file to be used to include, exclude, or # flag content. # args.gen.task.lbl = YES # Specifies whether to generate headings for sections within # task topics. # [ NO ] # [ YES ] # args.grammar.cache = yes # Specifies whether the grammar-caching feature of the XML # parser is used. # [ no ] # [ yes ]* # args.input.dir = # Specifies the base directory for your documentation project. # args.logdir = # Specifies the location where the DITA-OT places log files # for your project. # args.rellinks = none # Specifies which links to include in the output. # [ all ] - All links are included. # [ nofamily ] - Parent, child, next, and previous links are # not included. # [ none ] - No links are included. # [ noparent ] - Parent links are not included. # args.tablelink.style = NUMBER # Specifies how cross references to tables are styled. # [ NUMBER ] # [ NUMTITLE ] # [ TITLE ] # clean.temp = yes # Specifies whether the DITA-OT deletes the files in the # temporary directory after it finishes a build. # [ no ] # [ yes ]* # conserve-memory = false # Conserve memory at the expense of processing speed # [ false ]* # [ true ] # dita.dir = # Specifies where the DITA-OT is installed. # dita.preprocess.reloadstylesheet.topicpull = false # Specifies whether the DITA-OT reloads the XSL style sheets # that are used for the transformation. # [ false ]* # [ true ] # dita.temp.dir = # Specifies the location of the temporary directory. # filter-stage = early # Specifies whether filtering is done before all other # processing, or after key and conref processing. # [ early ]* # [ late ] # force-unique = false # Generate copy-to attributes to duplicate topicref elements. # [ false ]* # [ true ] # generate-debug-attributes = true # Specifies whether the @xtrf and @xtrc debugging attributes # are generated in the temporary files. # [ false ] - Disables generation of debugging attributes # [ true ]* - Enables generation of debugging attributes # generate.copy.outer = 1 # Specifies whether to generate output files for content that # is not located in or beneath the directory containing the # DITA map file. # [ 1 ]* - Do not generate output for content that is located # outside the DITA map directory. # [ 3 ] - Shift the output directory so that it contains all # output for the publication. # onlytopic.in.map = false # Specifies whether files that are linked to, or referenced # with a @conref attribute, generate output. # [ false ]* # [ true ] # outer.control = warn # Specifies how the DITA-OT handles content files that are not # located in or below the directory containing the master DITA # map. # [ fail ] - Fail quickly if files are going to be generated # or copied outside of the directory. # [ quiet ] - Quietly finish without generating warnings or # errors. # [ warn ]* - Complete the operation if files will be # generated or copied outside of the directory, but log a # warning. # output.dir = # Specifies the name and location of the output directory. # processing-mode = lax # Specifies how the DITA-OT handles errors and error recovery. # [ lax ]* - When an error is encountered, the DITA-OT # attempts to recover from it # [ skip ] - When an error is encountered, the DITA-OT # continues processing but does not attempt error recovery # [ strict ] - When an error is encountered, the DITA-OT stops # processing # root-chunk-override = # Override for map chunk attribute value. # validate = true # Specifies whether the DITA-OT validates the content. # [ false ] # [ true ]* # ============================================================================ # # ECLIPSE HELP # ============================================================================ # # args.eclipse.provider = DITA # Specifies the name of the person or organization that # provides the Eclipse help. Default value: DITA. # args.eclipse.symbolic.name = org.sample.help.doc # Specifies the symbolic name (aka plugin ID) in the output # for an Eclipse Help project. Default value: # org.sample.help.doc. # args.eclipse.version = 0.0.0 # Specifies the version number to include in the output. # Default value: 0.0.0. # args.eclipsehelp.country = # Specifies the region for the language that is specified by # the args. # args.eclipsehelp.language = # Specifies the base language for translated content, such as # en for English. # ============================================================================ # # ECLIPSE CONTENT # ============================================================================ # # args.eclipse.provider = DITA # The provider name of the eclipse help output. Default value: # DITA. # args.eclipse.version = 1.0 # The version number of the eclipse help output. Tip: The # toolkit ignores the value of this property when processing # an Eclipse Collection Map, eclipse.dtd. Default value: 1.0. # args.eclipsecontent.toc = # Specifies the name of the TOC file. # ============================================================================ # # HTML-BASED OUTPUT # ============================================================================ # # args.artlbl = no # Specifies whether to generate a label for each image; the # label will contain the image file name. # [ no ]* # [ yes ] # args.breadcrumbs = no # Specifies whether to generate breadcrumb links. # [ no ]* # [ yes ] # args.copycss = no # Specifies whether to copy the custom .css file to the output # directory. # [ no ]* # [ yes ] # args.css = # Specifies the name of a custom .css file. # args.csspath = # Specifies the location of a copied .css file relative to the # output directory. # args.cssroot = # Specifies the directory that contains the custom .css file. # args.dita.locale = # Specifies the language locale file to use for sorting index # entries. # args.ftr = # Specifies an XML file that contains content for a running # footer. # args.gen.default.meta = no # Specifies whether to generate extra metadata that targets # parental control scanners, meta elements with # name="security" and name="Robots". # [ no ]* # [ yes ] # args.hdf = # Specifies an XML file that contains content to be placed in # the document head. # args.hdr = # Specifies an XML file that contains content for a running # header. # args.hide.parent.link = no # Specifies whether to hide links to parent topics in the HTML # or XHTML output. # [ no ]* # [ yes ] # args.indexshow = no # Specifies whether the content of elements are # rendered in the output. # [ no ]* # [ yes ] # args.outext = html # Specifies the file extension for HTML or XHTML output. # Default value: html. # args.xhtml.classattr = yes # Specifies whether to include the DITA class ancestry inside # the XHTML elements. # [ no ] # [ yes ]* # args.xsl = # Specifies a custom XSL file to be used instead of the # default XSL transformation. # ============================================================================ # # HTML5 # ============================================================================ # # nav-toc = none # Specifies whether to generate a navigation TOC in topic # pages. # [ full ] - Full TOC # [ none ]* - No TOC # [ partial ] - Partial TOC that shows the current topic # ============================================================================ # # HTML5 AND XHTML # ============================================================================ # # args.xhtml.contenttarget = contentwin # Specifies the value of the @target attribute on the # element in the TOC file. Default value: contentwin. # args.xhtml.toc = index # Specifies the base name of the TOC file. Default value: # index. # args.xhtml.toc.class = # Specifies the value of the @class attribute on the # element in the TOC file. # args.xhtml.toc.xsl = # Specifies a custom XSL file to be used for TOC generation. # ============================================================================ # # HTMLHELP # ============================================================================ # # args.htmlhelp.includefile = # Specifies the name of a file that you want included in the # HTML Help. # ============================================================================ # # JAVAHELP # ============================================================================ # # args.javahelp.map = # Specifies the name of the ditamap file for a JavaHelp # project. # args.javahelp.toc = # Specifies the name of the file containing the TOC in your # JavaHelp output. # ============================================================================ # # OPEN DOCUMENT FORMAT # ============================================================================ # # args.odt.img.embed = yes # Determines whether images are embedded as binary objects # within the ODT file. # [ no ] # [ yes ]* # ============================================================================ # # PDF # ============================================================================ # # args.artlbl = no # Specifies whether to generate a label for each image; the # label will contain the image file name. # [ no ]* # [ yes ] # args.bookmap-order = discard # Specifies if the frontmatter and backmatter content order is # retained in bookmap. # [ discard ]* # [ retain ] # args.bookmark.style = EXPANDED # Specifies whether PDF bookmarks are by default expanded or # collapsed. # [ COLLAPSE ] # [ EXPANDED ] # args.chapter.layout = MINITOC # Specifies whether chapter level TOCs are generated. # [ BASIC ] # [ MINITOC ]* # args.fo.userconfig = # Specifies the user configuration file for FOP. # args.xsl.pdf = # Specifies an XSL file that is used to override the default # XSL transformation. # axf.opt = # Specifies the user configuration file for Antenna House # Formatter. # custom.xep.config = # Specifies the user configuration file for RenderX. # customization.dir = # Specifies the customization directory. # org.dita.pdf2.i18n.enabled = true # Enables I18N font processing. # [ false ] - Disables I18N processing # [ true ]* - Enables I18N processing # pdf.formatter = fop # Specifies the XSL processor. # [ ah ] - Antenna House Formatter # [ fop ]* - Apache FOP # [ xep ] - RenderX XEP Engine # publish.required.cleanup = yes # Specifies whether draft-comment and required-cleanup # elements are included in the output. # [ no ] # [ yes ]