Availaible ant properties

This properties allows to customize the output.

TypeValueDescription
html5.class.body Allows to control the @class of the body element.
html5.class.home.page The class of the body element for the home page (Table of contents).
html5.class.icon.left The class of the icon used to represents the previous link.
html5.class.icon.right The class of the icon used to represents the next link.
html5.class.icon.parent The class of the icon used to represents the parent link.
html5.class.main.content The @class of the main-content element. Default value is: prefix_1 grid_16, which means: add an empty column on the left, then add 16 columns for the content. Changing this value allows you to set a different size for the content. You should change it with the class.navigation property.
html5.class.main.container The @class of the main container element. Default value is an empty string.
html5.class.navigation The @class of the navigation element. Default value is: nav-left grid_7, which means: the navigation is on the left and span 7 columns for the content. Changing this value allows you to set a different size for the navigation. You should change it with the class.main.content property.
html5.class.section.container The @class of the section container element. Default value is: container_24, which activate the 960 Grid for this element and its children.
html5.copy.libsDefault: noTells wheather or not the html5 library should be copied to the output directory. The libraries are only copied if args.debug is set.
html5.copy.assetsDefault: yesTells wheather or not the html5 library should be copied to the final assets (the theme directory). If you use the http.absolute.uri property, you might want to set this value to no and copy it manually.
html5.id.main.content The @id of the main content element. The main content is the regions where the AJAX content is output. Default value is: d4h5-main-content.
html5.id.main.container The @id of the main container element. This element is the first element after the body element. Default value is: d4h5-main-container.
html5.id.section.container The @id of the section container element. is the first element after the body element. Default value is: d4h5-section-container.
html5.grid.prefixDefault is the 960.js grid: grid_Allows to se a prefix for a CSS grid. The value is automatically preffixed everywhere a column is calculated and output.
html5.site.themeDefault: dita-d4p-classicRefers to the theme you want to use for the output. This value could also be set by using the args.cssroot argument in the command line.
html5.theme.file Refers to the final relative path to the compressed CSS. By convention, style.css is the none-compressed file whereas style-min.css is the compressed one. Default is themes/${site.theme}/css/style-min.css
http.absolute.uriDefault is empty string If you set this property, the references to css and javascripts won't be relative to the page but to the value of the http.absolute.uri.
out.extDefault: .htmlThe html file extension