]> git.stg.codes - stg.git/blob - doc/xslt/webhelp/build.properties
Set output encoding to utf-8.
[stg.git] / doc / xslt / webhelp / build.properties
1
2 # The path (relative to the build.xml file) to your input document.
3 # To use your own input document, create a build.xml file of your own
4 # and import this build.xml.
5 input-xml=docsrc/readme.xml
6
7 # The directory in which to put the output files. 
8 # This directory is created if it does not exist.
9 output-dir=docs
10
11 # If you are using a customization layer that imports webhelp.xsl, use
12 # this property to point to it. 
13 stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl
14
15 # If your document has image directories that need to be copied
16 # to the output directory, you can list patterns here. 
17 # See the Ant documentation for fileset for documentation
18 # on patterns.
19 #input-images-dirs=images/**,figures/**,graphics/**
20
21 # By default, the ant script assumes your images are stored
22 # in the same directory as the input-xml. If you store your
23 # image directories in another directory, specify it here.
24 # and uncomment this line.
25 #input-images-basedir=/path/to/image/location
26
27 # Modify this so that it points to your copy of the Saxon 6.5 jar.
28 xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar
29
30 # For non-ns version only, this validates the document 
31 # against a dtd.
32 validate-against-dtd=true
33
34 # Set this to false if you don't need a search tab.
35 webhelp.include.search.tab=true
36
37 # indexer-language is used to tell the search indexer which language
38 # the docbook is written.  This will be used to identify the correct
39 # stemmer, and punctuations that differs from language to language.
40 # see the documentation for details. en=English, fr=French, de=German,
41 # zh=Chinese, ja=Japanese etc.  
42 webhelp.indexer.language=en
43