9999cf1578d1260d064293ef1022cef21fd9dcb7
[utils] / crawler / kiss / forrest.properties
1 # Copyright 2002-2005 The Apache Software Foundation or its licensors,
2 # as applicable.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 ##############
17 # Properties used by forrest.build.xml for building the website
18 # These are the defaults, un-comment them only if you need to change them.
19 ##############
20
21 # Prints out a summary of Forrest settings for this project
22 #forrest.echo=true
23
24 # Project name (used to name .war file)
25 #project.name=my-project
26
27 # Specifies name of Forrest skin to use
28 # See list at http://forrest.apache.org/docs/skins.html
29 #project.skin=pelt
30
31 # Descriptors for plugins and skins
32 # comma separated list, file:// is supported
33 #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
34 #forrest.plugins.descriptors=http://forrest.apache.org/plugins/plugins.xml,http://forrest.apache.org/plugins/whiteboard-plugins.xml
35
36 ##############
37 # behavioural properties
38 #project.menu-scheme=tab_attributes
39 #project.menu-scheme=directories
40
41 ##############
42 # layout properties
43
44 # Properties that can be set to override the default locations
45 #
46 # Parent properties must be set. This usually means uncommenting
47 # project.content-dir if any other property using it is uncommented
48
49 #project.status=status.xml
50 project.content-dir=docs
51 #project.raw-content-dir=${project.content-dir}/content
52 #project.conf-dir=${project.content-dir}/conf
53 #project.sitemap-dir=${project.content-dir}
54 #project.xdocs-dir=${project.content-dir}/content/xdocs
55 #project.resources-dir=${project.content-dir}/resources
56 #project.stylesheets-dir=${project.resources-dir}/stylesheets
57 #project.images-dir=${project.resources-dir}/images
58 #project.schema-dir=${project.resources-dir}/schema
59 #project.skins-dir=${project.content-dir}/skins
60 #project.skinconf=${project.content-dir}/skinconf.xml
61 #project.lib-dir=${project.content-dir}/lib
62 #project.classes-dir=${project.content-dir}/classes
63 #project.translations-dir=${project.content-dir}/translations
64
65 ##############
66 # validation properties
67
68 # This set of properties determine if validation is performed
69 # Values are inherited unless overridden.
70 # e.g. if forrest.validate=false then all others are false unless set to true.
71 #forrest.validate=true
72 #forrest.validate.xdocs=${forrest.validate}
73 #forrest.validate.skinconf=${forrest.validate}
74 #forrest.validate.sitemap=${forrest.validate}
75 #forrest.validate.stylesheets=${forrest.validate}
76 #forrest.validate.skins=${forrest.validate}
77 #forrest.validate.skins.stylesheets=${forrest.validate.skins}
78
79 # *.failonerror=(true|false) - stop when an XML file is invalid
80 #forrest.validate.failonerror=true
81
82 # *.excludes=(pattern) - comma-separated list of path patterns to not validate
83 # e.g.
84 #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
85 #forrest.validate.xdocs.excludes=
86
87
88 ##############
89 # General Forrest properties
90
91 # The URL to start crawling from
92 #project.start-uri=linkmap.html
93
94 # Set logging level for messages printed to the console
95 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
96 #project.debuglevel=ERROR
97
98 # Max memory to allocate to Java
99 #forrest.maxmemory=64m
100
101 # Any other arguments to pass to the JVM. For example, to run on an X-less
102 # server, set to -Djava.awt.headless=true
103 #forrest.jvmargs=
104
105 # The bugtracking URL - the issue number will be appended
106 #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
107 #project.bugtracking-url=http://issues.apache.org/jira/browse/
108
109 # The issues list as rss
110 #project.issues-rss-url=
111
112 #I18n Property. Based on the locale request for the browser.
113 #If you want to use it for static site then modify the JVM system.language
114 # and run once per language
115 #project.i18n=true
116
117 # The names of plugins that are required to build the project
118 # comma separated list (no spaces)
119 # You can request a specific version by appending "-VERSION" to the end of
120 # the plugin name. If you exclude a version number the latest released version
121 # will be used, however, be aware that this may be a development version. In
122 # a production environment it is recomended that you specify a known working 
123 # version.
124 # Run "forrest available-plugins" for a list of plug-ins currently available
125 project.required.plugins=org.apache.forrest.plugin.output.pdf
126
127 # Proxy configuration
128 # proxy.host=
129 # proxy.port=