source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/webhelp/build.properties@ 15c7d39

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 15c7d39 was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.5 KB
Line 
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.
5input-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.
9output-dir=docs
10
11# If you are using a customization layer that imports webhelp.xsl, use
12# this property to point to it.
13stylesheet-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.
19input-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 the follosing so that they point to your local
28# copy of the jars indicated:
29# * Saxon 6.5 jar
30# * Xerces 2: xercesImpl.jar
31# * xml-commons: xml-apis.jar
32xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar
33xercesImpl.jar=/usr/share/java/xercesImpl.jar
34xml-apis.jar=/usr/share/java/xml-apis.jar
35
36# For non-ns version only, this validates the document
37# against a dtd.
38validate-against-dtd=false
39
40# The extension for files to be indexed (html/htm/xhtml etc.)
41html.extension=html
42
43# Set this to false if you don't need a search tab.
44webhelp.include.search.tab=true
45
46# indexer-language is used to tell the search indexer which language
47# the docbook is written. This will be used to identify the correct
48# stemmer, and punctuations that differs from language to language.
49# see the documentation for details. en=English, fr=French, de=German,
50# zh=Chinese, ja=Japanese etc.
51webhelp.indexer.language=en
52
53# Enables/Disables stemming
54# Stemming allows better querying for the search
55enable.stemming=true
56
57#Set the table of contents file. This file will not be indexed.
58#toc.file=dummy.html
59
60#Used for adding branding specific contents to the html files.
61#For example, the url docbook.org, Google Analytics id etc.
62branding=docbook
63brandname=DocBook
64
65# Set admon.graphics to 1 to user graphics for note, tip, etc.
66admon.graphics=0
67suppress.footer.navigation=0
68
69# Use this property to specify a list of file
70# names to exclude from indexing. For example,
71# you may choose not to index your book index.
72indexer-excluded-files=ix01.html
Note: See TracBrowser for help on using the repository browser.