blob: e9e1ea654c4cdd49eec8e126d7213ca093c638b2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# The path (relative to the build.xml file) to your input document.
# To use your own input document, create a build.xml file of your own
# and import this build.xml.
# input-xml=docsrc/readme.xml
input-xml-accounting=../../../data/helpdata/docbookhelp/accounting_en/accounting.xml
input-xml-humanres=../../../data/helpdata/docbookhelp/humanres_en/humanres.xml
input-xml-projectmgr=../../../data/helpdata/docbookhelp/projectmgr_en/projectmgr.xml
input-xml-manufacturing=../../../data/helpdata/docbookhelp/manufacturing_en/manufacturing.xml
input-xml-manufacturing_nl=../../../data/helpdata/docbookhelp/manufacturing_nl/manufacturing.xml
input-xml-manufacturing_de=../../../data/helpdata/docbookhelp/manufacturing_de/manufacturing.xml
input-xml-catalog=../../../data/helpdata/docbookhelp/catalog_en/catalog.xml
# The directory in which to put the output files.
# This directory is created if it does not exist.
# output-dir=docs
# output-dir=test-output
output-dir=../../../webapp/ofbizhelp/
output-root=../../../webapp/ofbizhelp/web-inf/
output-dir-accounting=../../../webapp/ofbizhelp/accounting_en
output-dir-humanres=../../../webapp/ofbizhelp/humanres_en
output-dir-projectmgr=../../../webapp/ofbizhelp/projectmgr_en
output-dir-manufacturing=../../../webapp/ofbizhelp/manufacturing_en
output-dir-manufacturing_nl=../../../webapp/ofbizhelp/manufacturing_nl
output-dir-manufacturing_de=../../../webapp/ofbizhelp/manufacturing_de
output-dir-catalog=../../../webapp/ofbizhelp/catalog_en
# If you are using a customization layer that imports ofbiz.xsl, use
# this property to point to it.
stylesheet-path=${ant.file.dir}/xsl/ofbiz.xsl
# If your document has image directories that need to be copied
# to the output directory, you can list patterns here.
# See the Ant documentation for fileset for documentation
# on patterns.
input-images-dirs=images/**,figures/**,graphics/**
# By default, the ant script assumes your images are stored
# in the same directory as the input-xml. If you store your
# image directories in another directory, specify it here.
# and uncomment this line.
# input-images-basedir=/path/to/image/location
input-images-basedir-accounting=../../../data/helpdata/docbookhelp/accounting_en_images
input-images-basedir-humanres=../../../data/helpdata/docbookhelp/humanres_en_images
input-images-basedir-projectmgr=../../../data/helpdata/docbookhelp/projectmgr_en_images
input-images-basedir-manufacturing=../../../data/helpdata/docbookhelp/manufacturing_en_images
input-images-basedir-manufacturing_nl=../../../data/helpdata/docbookhelp/manufacturing_nl_images
input-images-basedir-manufacturing_de=../../../data/helpdata/docbookhelp/manufacturing_de_images
input-images-basedir-catalog=../../../data/helpdata/docbookhelp/catalog_en_images
# Modify the follosing so that they point to your local
# copy of the jars indicated:
# * Saxon 6.5 jar
# * Xerces 2: xercesImpl.jar
# * xml-commons: xml-apis.jar
# saxon.jar license Mozilla Public License Version 1.0 http://www.mozilla.org/MPL/
# saxon.jar download http://sourceforge.net/projects/saxon/files/saxon6/6.5.5/
xslt-processor-classpath=saxon.jar
# For non-ns version only, this validates the document
# against a dtd.
validate-against-dtd=false
# The extension for files to be indexed (html/htm/xhtml etc.)
html.extension=html
# Set this to false if you don't need a search tab.
webhelp.include.search.tab=true
# indexer-language is used to tell the search indexer which language
# the docbook is written. This will be used to identify the correct
# stemmer, and punctuations that differs from language to language.
# see the documentation for details. en=English, fr=French, de=German,
# zh=Chinese, ja=Japanese etc.
webhelp.indexer.language=en
# Enables/Disables stemming
# Stemming allows better querying for the search
enable.stemming=true
#Set the table of contents file. This file will not be indexed.
#toc.file=dummy.html
#Used for adding branding specific contents to the html files.
#For example, the url docbook.org, Google Analytics id etc.
branding=docbook
brandname=DocBook
# Set admon.graphics to 1 to user graphics for note, tip, etc.
admon.graphics=1
suppress.footer.navigation=0