root/src/jomdoc/trunk/src/jomdoc/org/omdoc/jomdoc/cli/options.properties

Revision 2619, 3.7 KB (checked in by dmisev, 8 months ago)

added html5 option

  • Property svn:mergeinfo set to
    /src/jomdoc/branches/jomdoc-tntbase/src/jomdoc/org/omdoc/jomdoc/cli/options.properties981-1083
    /src/jomdoc/trunk/src/jomdoc/org/omdoc/jomdoc/cli/options.properties160-487
    /trunk/src/jomdoc/org/omdoc/jomdoc/cli/options.properties3-6
Line 
1help=show help on a subcommand
2version=show program version information
3quiet=print as little as possible
4verbose=print extra information
5validate=enable RelaxNG validation with omdoc.rng
6schema=specify a RelaxNG schema for validation
7
8ntn=specify a Notation file - an XML document from which\n\
9notations will be collected (as well as tags, when\n\
10--tags is specified).
11doc=collect notations from the document which is rendered
12cd=collect notations from Content Dictionaries, considering\n\
13cdbase/cd/name attributes in the rendering document
14ec=collect notations referenced by ec attributes
15imports-aware=consider imported theories when collecting notations
16var=collect target elements under the variant
17bundled-ntns=use all bundled notation files when rendering
18bundled-ntn=specify a bundled notation file to be used when rendering.\n\
19For the available files see 'jomdoc help --list-bundled-ntns'
20
21gc=specify Global Context file
22ic=use Intensional Context
23md=use a Metadata context source
24ccf=specify a Cascading Context File
25
26tags=enable rendering filtering with notation tags;\n\
27--ntn and --doc will also collect tags in this case\n\
28and --ec will also consider references to renderings
29tf=specify a file containing notation tags
30tdoc=collect notation tags from the input document
31tec=consider ec attributes as notation tags
32
33rendering-info=specify the used rendering for rendering an object
34prototype-info=specify the used prototype for rendering an object
35
36out=write the result to output file
37xsl=specify XSLT stylesheet
38default-xsl=apply a default XSLT to the rendered result
39html5=produce HTML5 compliant output
40xsl-param=pass a parameter to the specified xsl file as param=value.\n\
41Supported parameters for the default XSLT:\n\
42- rdfa=true|false - use RDFa annotations in the output;\n\
43default false\n\
44- css=URL - URL for the CSS relative to the output file;\n\
45  default ./css/omdoc-default.css
46
47parallel=use parallel markup in the output file
48content-links=by default links will point from presentation\n\
49to the content part in parallel markup; use this option to\n\
50change this behaviour
51dynamic=enable dynamic precedence-based bracket elision;\n\
52the argument can be "foldable" or "show-all"
53reduce-refs=reduce ref elements before the rendering
54preview=view the output files automatically in a browser;\n\
55this will only work when the -o option is used
56error-codes=possible return values from the jomdoc client
57
58pragmatic=transform imports elements to cdbases attributes
59strict=transform cdbases attributes to imports elements
60
61config-dir=read user configuration files from directory
62
63imports=check for symbols visibility, circular and redundant imports
64
65flatten-theories=flatten theories in this document
66contract-refs=replace ref elements with the referenced content;\n\
67accepted values to this option are ref-normal and self-contained
68introduce-refs=replace OMDoc elements with ref elements
69introduce-variants=replace OMDoc elements with variant elements
70contract-variants=concretization of an abstract document
71type-conform=only elements of the same type as the variant are\n\
72collected to replace a particular variant element
73replace-xpaths=a list of XPath expressions separated by ; which\n\
74specife which nodes are to be replaced with refs
75content-container=specify where will the replaced content be put\n\
76the following options are valid:\n\
77 - separate-document:documentName\n\
78 - same-document\n\
79 - variants (only valid for introduce-variants option)
80
81ascii-xml=transform notation definitions from ASCII to XML
82no-pretty-print=don't pretty print the output
83list-bundled-ntns=list bundled notation files that can be used with\n\
84the -B option of the render command
85copy-css=create a copy of the css files in a directory ./css
Note: See TracBrowser for help on using the browser.