You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2004/09/24 00:49:07 UTC

svn commit: rev 47125 - incubator/lenya/branches/BRANCH_1_2_X

Author: antonio
Date: Thu Sep 23 15:49:06 2004
New Revision: 47125

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/forrest.properties
Log:
Add comments

Modified: incubator/lenya/branches/BRANCH_1_2_X/forrest.properties
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/forrest.properties	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/forrest.properties	Thu Sep 23 15:49:06 2004
@@ -14,21 +14,21 @@
 
 ##############
 # Properties used by forrest.build.xml for building the website
+# These are the defaults, un-comment them if you need to change them.
 ##############
 
 # Prints out a summary of Forrest settings for this project
-#forrest.echo=true 
+#forrest.echo=true
 
 # Project name (used to name .war file)
 #project.name=my-project
 
 # Specifies name of Forrest skin to use
-#project.skin=book-tab
-#project.skin=tigris-style-1_1
-#project.skin=css-style-dev
+#project.skin=tigris
+#project.skin=pelt
 
-# comma seperated list, file:/// is supported
-#forrest.skins.descriptors=http://xml.apache.org/forrest/skins/skins.xml,file:///c:/myskins/skins.xml
+# comma separated list, file:// is supported
+#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
 
 ##############
 # behavioural properties
@@ -38,16 +38,16 @@
 ##############
 # layout properties
 
-# Properties that must be set to override the default locations
+# Properties that can be set to override the default locations
 #
 # Parent properties must be set. This usually means uncommenting
 # project.content-dir if any other property using it is uncommented
 
 #project.status=status.xml
 project.content-dir=src/documentation
+#project.raw-content-dir=${project.content-dir}/content
 #project.conf-dir=${project.content-dir}/conf
 project.sitemap-dir=${project.content-dir}
-#project.raw-content-dir=${project.content-dir}/content
 #project.xdocs-dir=${project.content-dir}/content/xdocs
 #project.resources-dir=${project.content-dir}/resources
 #project.stylesheets-dir=${project.resources-dir}/stylesheets
@@ -57,38 +57,36 @@
 #project.skinconf=${project.content-dir}/skinconf.xml
 #project.lib-dir=${project.content-dir}/lib
 #project.classes-dir=${project.content-dir}/classes
-
-
-##############
-# Cocoon catalog entity resolver properties
-
-# A local OASIS catalog file to supplement the default Forrest catalog
-#project.catalog=${project.schema-dir}/catalog.xcat
-
-# The verbosity level for the entity resolver (1..10)
-#forrest.catalog.verbosity=1
-
+#project.translations-dir=${project.content-dir}/translations
 
 ##############
 # validation properties
 
-# Determine if validation is performed
+# This set of properties determine if validation is performed
+# Values are inherited unless overridden.
+# e.g. if forrest.validate=false then all others are false unless set to true.
 #forrest.validate=true
+#forrest.validate.xdocs=${forrest.validate}
+#forrest.validate.skinconf=${forrest.validate}
+#forrest.validate.sitemap=${forrest.validate}
+#forrest.validate.stylesheets=${forrest.validate}
+#forrest.validate.skins=${forrest.validate}
+#forrest.validate.skins.stylesheets=${forrest.validate.skins}
 
-# *.failonerror=(true|false)    stop when an XML file is invalid
+# *.failonerror=(true|false) - stop when an XML file is invalid
 #forrest.validate.failonerror=true
 
-# *.excludes=(pattern)  Comma-separated list of path patterns to not validate
+# *.excludes=(pattern) - comma-separated list of path patterns to not validate
 # e.g.
-#forrest.validate.excludes=samples/subdir/**, samples/faq.xml
-#forrest.validate.excludes=
+#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
+#forrest.validate.xdocs.excludes=
 
 
 ##############
 # General Forrest properties
 
 # The URL to start crawling from
-#project.start-uri=index.html
+#project.start-uri=linkmap.html
 # Set logging level for messages printed to the console
 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
 #project.debuglevel=ERROR
@@ -97,6 +95,10 @@
 # Any other arguments to pass to the JVM. For example, to run on an X-less
 # server, set to -Djava.awt.headless=true
 #forrest.jvmargs=
-#project.bugtracking-url=http://nagoya.apache.org/bugzilla/show_bug.cgi?id=
+# The bugtracking URL - the issue number will be appended
+#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
+#project.bugtracking-url=http://issues.apache.org/jira/browse/
+# The issues list as rss
+#project.issues-rss-url=
 #I18n Property only works for the "forrest run" target.
 #project.i18n=true

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org