Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 34782 invoked from network); 9 Jan 2005 06:20:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jan 2005 06:20:00 -0000 Received: (qmail 28155 invoked by uid 500); 9 Jan 2005 06:19:59 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 28109 invoked by uid 500); 9 Jan 2005 06:19:59 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 28094 invoked by uid 99); 9 Jan 2005 06:19:58 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 08 Jan 2005 22:19:57 -0800 Received: (qmail 34715 invoked by uid 65534); 9 Jan 2005 06:19:55 -0000 Date: 9 Jan 2005 06:19:55 -0000 Message-ID: <20050109061955.34712.qmail@minotaur.apache.org> From: crossley@apache.org To: cvs@cocoon.apache.org Subject: svn commit: r124709 - /cocoon/site/forrest-targets.ent /cocoon/site/forrest.properties /cocoon/site/src/documentation/skinconf.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Sat Jan 8 22:19:54 2005 New Revision: 124709 URL: http://svn.apache.org/viewcvs?view=rev&rev=124709 Log: Upgrade to Forrest-0.6 Removed: cocoon/site/forrest-targets.ent Modified: cocoon/site/forrest.properties cocoon/site/src/documentation/skinconf.xml Deleted: /cocoon/site/forrest-targets.ent Url: http://svn.apache.org/viewcvs/cocoon/site/forrest-targets.ent?view=auto&rev=124708 ============================================================================== Modified: cocoon/site/forrest.properties Url: http://svn.apache.org/viewcvs/cocoon/site/forrest.properties?view=diff&rev=124709&p1=cocoon/site/forrest.properties&r1=124708&p2=cocoon/site/forrest.properties&r2=124709 ============================================================================== --- cocoon/site/forrest.properties (original) +++ cocoon/site/forrest.properties Sat Jan 8 22:19:54 2005 @@ -1,9 +1,22 @@ +# Copyright 1999-2004 The Apache Software Foundation +# +# Licensed 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. + ############## # Properties used by forrest.build.xml for building the website +# These are the defaults, un-comment them if you need to change them. ############## -project.site-dir=site - # Prints out a summary of Forrest settings for this project #forrest.echo=true @@ -12,48 +25,47 @@ # Specifies name of Forrest skin to use project.skin=forrest-site -#project.skin=avalon-tigris -#project.skin=krysalis-site +#project.skin=tigris +#project.skin=pelt +# comma separated list, file:// is supported +#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml + +############## +# behavioural properties +#project.menu-scheme=tab_attributes +#project.menu-scheme=directories ############## # 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=${project.content-dir}/sitemap.xmap +#project.sitemap-dir=${project.content-dir} #project.xdocs-dir=${project.content-dir}/content/xdocs -#project.stylesheets-dir=${project.content-dir}/resources/stylesheets -#project.images-dir=${project.content-dir}/resources/images -#project.schema-dir=${project.content-dir}/resources/schema +#project.resources-dir=${project.content-dir}/resources +#project.stylesheets-dir=${project.resources-dir}/stylesheets +#project.images-dir=${project.resources-dir}/images +#project.schema-dir=${project.resources-dir}/schema #project.skins-dir=${project.content-dir}/skins #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 - -# The verbosity level for the entity resolver (1..10) -#forrest.catalog.verbosity=1 - +#project.translations-dir=${project.content-dir}/translations ############## # validation properties -# These props determine if validation is performed at all +# This set of properties determine if validation is performed # Values are inherited unless overridden. -# Eg, if forrest.validate=false, then all others are false unless set to true. +# 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} @@ -62,37 +74,32 @@ #forrest.validate.skins=${forrest.validate} #forrest.validate.skins.stylesheets=${forrest.validate.skins} +# *.failonerror=(true|false) - stop when an XML file is invalid +#forrest.validate.failonerror=true -# Key: -# *.failonerror=(true|false) stop when an XML file is invalid -# *.includes=(pattern) Comma-separated list of path patterns to validate -# *.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.xdocs.excludes=samples/subdir/**, samples/faq.xml +#forrest.validate.xdocs.excludes= -#forrest.validate.failonerror=true -#forrest.validate.includes=**/* -#forrest.validate.excludes= -# -#forrest.validate.xdocs.failonerror=${forrest.validate.failonerror} -# -#forrest.validate.xdocs.includes=**/*.x* -#forrest.validate.xdocs.excludes=site.xml -# -#forrest.validate.skinconf.includes=${skinconf-file} -#forrest.validate.skinconf.excludes= -#forrest.validate.skinconf.failonerror=${forrest.validate.failonerror} -# -#forrest.validate.sitemap.includes=${sitemap-file} -#forrest.validate.sitemap.excludes= -#forrest.validate.sitemap.failonerror=${forrest.validate.failonerror} -# -#forrest.validate.stylesheets.includes=**/*.xsl -#forrest.validate.stylesheets.excludes= -#forrest.validate.stylesheets.failonerror=${forrest.validate.failonerror} -# -#forrest.validate.skins.includes=**/* -#forrest.validate.skins.excludes=**/*.xsl -#forrest.validate.skins.failonerror=${forrest.validate.failonerror} -# -#forrest.validate.skins.stylesheets.includes=**/*.xsl -#forrest.validate.skins.stylesheets.excludes= -#forrest.validate.skins.stylesheets.failonerror=${forrest.validate.skins.failonerror} + +############## +# General Forrest properties + +# The URL to start crawling from +#project.start-uri=linkmap.html +# Set logging level for messages printed to the console +# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) +#project.debuglevel=ERROR +# Max memory to allocate to Java +#forrest.maxmemory=64m +# 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= +# 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 Modified: cocoon/site/src/documentation/skinconf.xml Url: http://svn.apache.org/viewcvs/cocoon/site/src/documentation/skinconf.xml?view=diff&rev=124709&p1=cocoon/site/src/documentation/skinconf.xml&r1=124708&p2=cocoon/site/src/documentation/skinconf.xml&r2=124709 ============================================================================== --- cocoon/site/src/documentation/skinconf.xml (original) +++ cocoon/site/src/documentation/skinconf.xml Sat Jan 8 22:19:54 2005 @@ -1,93 +1,100 @@ - + Copyright 1999-2004 The Apache Software Foundation + + Licensed 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]> + 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. +--> + + + - - false - + + + + true - - true - + + false + + true + + true - - true - - cocoon.apache.org - Apache Cocoon + + + true + + + false + + + true + .at. + + + false + default skin: renders it at the top --> Apache Cocoon http://cocoon.apache.org/ images/cocoon-logo.gif + default skin: renders it at the top-left corner --> Apache Cocoon http://cocoon.apache.org/ images/cocoon-project-logo.png + default skin: renders it at the bottom-left corner --> + + + - 2003-2004 + 2003-2005 The Apache Software Foundation. + + http://www.apache.org/licenses/ - @@ -95,17 +102,246 @@ - + + + + + + + + + + + + p.quote { + margin-left: 2em; + padding: .5em; + background-color: #f0f0f0; + font-family: monospace; + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1in + 1in + 1.25in + 1in + + + + false + + + false + + + - - + + + +