You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/10/19 00:32:31 UTC

svn commit: r326281 - in /forrest/zone/htdocs/cocoon-site: ./ src/ src/documentation/ src/documentation/classes/ src/documentation/conf/ src/documentation/content/ src/documentation/content/xdocs/ src/documentation/content/xdocs/images/ src/documentati...

Author: rgardler
Date: Tue Oct 18 15:31:54 2005
New Revision: 326281

URL: http://svn.apache.org/viewcvs?rev=326281&view=rev
Log:
added cocoon-site zone building

Added:
    forrest/zone/htdocs/cocoon-site/
    forrest/zone/htdocs/cocoon-site/forrest.properties   (with props)
    forrest/zone/htdocs/cocoon-site/forrestbot-build.xml   (with props)
    forrest/zone/htdocs/cocoon-site/src/
    forrest/zone/htdocs/cocoon-site/src/documentation/
    forrest/zone/htdocs/cocoon-site/src/documentation/README.txt   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/classes/
    forrest/zone/htdocs/cocoon-site/src/documentation/classes/CatalogManager.properties   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/conf/
    forrest/zone/htdocs/cocoon-site/src/documentation/content/
    forrest/zone/htdocs/cocoon-site/src/documentation/content/locationmap.xml   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/built-with-cocoon.gif   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-logo.gif   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-project-logo.png   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon.ico   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group-logo.gif   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group.svg   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/icon.png   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project-logo.gif   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project.svg   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/usemap.gif   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/site.xml   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/tabs.xml   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/resources/
    forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/
    forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/catalog.xcat   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/resources/stylesheets/
    forrest/zone/htdocs/cocoon-site/src/documentation/resources/templates/
    forrest/zone/htdocs/cocoon-site/src/documentation/skinconf.xml   (with props)
    forrest/zone/htdocs/cocoon-site/src/documentation/translations/

Added: forrest/zone/htdocs/cocoon-site/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/forrest.properties?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/forrest.properties (added)
+++ forrest/zone/htdocs/cocoon-site/forrest.properties Tue Oct 18 15:31:54 2005
@@ -0,0 +1,134 @@
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# 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 only if you need to change them.
+##############
+
+# Prints out a summary of Forrest settings for this project
+#forrest.echo=true
+
+# Project name (used to name .war file)
+#project.name=my-project
+
+# Specifies name of Forrest skin to use
+# See list at http://forrest.apache.org/docs/skins.html
+#project.skin=pelt
+# uncomment the following skin if you are using views
+#project.skin=leather-dev
+
+# Descriptors for plugins and skins
+# comma separated list, file:// is supported
+#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
+#forrest.plugins.descriptors=http://forrest.apache.org/plugins/plugins.xml,http://forrest.apache.org/plugins/whiteboard-plugins.xml
+
+##############
+# behavioural properties
+#project.menu-scheme=tab_attributes
+#project.menu-scheme=directories
+
+##############
+# layout properties
+
+# 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.xdocs-dir=${project.content-dir}/content/xdocs
+#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
+#project.translations-dir=${project.content-dir}/translations
+
+##############
+# validation properties
+
+# 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
+#forrest.validate.failonerror=true
+
+# *.excludes=(pattern) - comma-separated list of path patterns to not validate
+# Note: If you do add an "excludes" list then you need to specify site.xml too.
+# e.g.
+#forrest.validate.xdocs.excludes=site.xml, samples/subdir/**, samples/faq.xml
+#forrest.validate.xdocs.excludes=
+
+
+##############
+# 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. Based on the locale request for the browser.
+#If you want to use it for static site then modify the JVM system.language
+# and run once per language
+#project.i18n=true
+
+# The names of plugins that are required to build the project
+# comma separated list (no spaces)
+# You can request a specific version by appending "-VERSION" to the end of
+# the plugin name. If you exclude a version number the latest released version
+# will be used, however, be aware that this may be a development version. In
+# a production environment it is recomended that you specify a known working 
+# version.
+# Run "forrest available-plugins" for a list of plug-ins currently available
+project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.Daisy
+# Add the following plugins to project.required.plugins when using views:
+#org.apache.forrest.plugin.input.viewHelper.xhtml.ls,org.apache.forrest.plugin.output.viewHelper.xhtml,org.apache.forrest.plugin.internal.view
+
+# Proxy configuration
+# proxy.host=
+# proxy.port=

Propchange: forrest/zone/htdocs/cocoon-site/forrest.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/forrestbot-build.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/forrestbot-build.xml?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/forrestbot-build.xml (added)
+++ forrest/zone/htdocs/cocoon-site/forrestbot-build.xml Tue Oct 18 15:31:54 2005
@@ -0,0 +1,18 @@
+<project name="forrest-seed" default="main">
+  <property name="notify.email.host" value="localhost"/>
+  <property name="notify.email.to" value="Ross Gardler &lt;rgardler@apache.org>"/>
+  <property name="notify.administrator" value="Ross Gardler"/>
+  
+  <property name="notify.on.failure" value="true"/>
+  <property name="notify.on.success" value="true"/>
+  <property name="build.work-dir" value="/export/home/config/forrestbot-trunk/conf/work/cocoon-site"/>
+  <property name="build.log-dir" value="/export/home/config/forrestbot-trunk/logs"/>
+  <property name="getsrc.local.root-dir" location="."/>
+  <property name="deploy.local.dir" value="/var/apache2/htdocs/ft/publish/cocoon-site"/>
+  
+  <target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
+  <target name="notify" depends="notify.local, notify.email"/>
+  <target name="deploy" depends="deploy.local"/>
+
+  <import file="/export/opt/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
+</project>

Propchange: forrest/zone/htdocs/cocoon-site/forrestbot-build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/README.txt
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/README.txt?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/README.txt (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/README.txt Tue Oct 18 15:31:54 2005
@@ -0,0 +1,7 @@
+This is the base documentation directory.
+
+skinconf.xml     # This file customizes Forrest for your project. In it, you
+                 # tell forrest the project name, logo, copyright info, etc
+
+sitemap.xmap     # Optional. This sitemap is consulted before all core sitemaps.
+                 # See http://forrest.apache.org/docs/project-sitemap.html

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/classes/CatalogManager.properties?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/classes/CatalogManager.properties (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/classes/CatalogManager.properties Tue Oct 18 15:31:54 2005
@@ -0,0 +1,62 @@
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# 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.
+
+#=======================================================================
+# CatalogManager.properties for Catalog Entity Resolver.
+#
+# This is the default properties file for your project.
+# This facilitates local configuration of application-specific catalogs.
+# If you have defined any local catalogs, then they will be loaded
+# before Forrest's core catalogs.
+#
+# See the Apache Forrest documentation:
+# http://forrest.apache.org/docs/your-project.html
+# http://forrest.apache.org/docs/validation.html
+
+# verbosity:
+# The level of messages for status/debug (messages go to standard output).
+# The setting here is for your own local catalogs.
+# The verbosity of Forrest's core catalogs is controlled via
+#  main/webapp/WEB-INF/cocoon.xconf
+#
+# The following messages are provided ...
+#  0 = none
+#  1 = ? (... not sure yet)
+#  2 = 1+, Loading catalog, Resolved public, Resolved system
+#  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+#  10 = 3+, List all catalog entries when loading a catalog
+#    (Cocoon also logs the "Resolved public" messages.)
+verbosity=1
+
+# catalogs ... list of additional catalogs to load
+#  (Note that Apache Forrest will automatically load its own default catalog
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative pathnames.
+# pathname separator is always semi-colon (;) regardless of operating system
+# directory separator is always slash (/) regardless of operating system
+# The project catalog is expected to be at ../resources/schema/catalog.xcat
+#catalogs=../resources/schema/catalog.xcat
+# FIXME: Workaround FOR-548 "project DTD catalogs are not included
+# when running as a servlet WAR". 
+# Same catalog, different path
+catalogs=../resources/schema/catalog.xcat;../../project/src/documentation/resources/schema/catalog.xcat
+
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/classes/CatalogManager.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/locationmap.xml?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/content/locationmap.xml (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/content/locationmap.xml Tue Oct 18 15:31:54 2005
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+
+<locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
+
+  <components>
+    <matchers default="lm">
+      <matcher 
+        name="lm" 
+        src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
+    </matchers>
+  </components>
+  
+  <locator>
+     
+     <match pattern="index.xml">
+         <location src="cocoon://653.daisy.xml" />
+     </match>
+     
+     <match pattern="*.daisy.source">
+         <location src="http://publish:publish@cocoon.zones.apache.org:9263/publisher/document?documentId={1}&amp;includeNavigation=false&amp;locale=en_US&amp;version=live" />
+     </match>
+   
+     <match pattern="*.daisy.img">
+         <location src="http://publish:publish@cocoon.zones.apache.org:9263/publisher/blob?documentId={1}&amp;version=live&amp;partType=3" />
+     </match>
+   
+     <match pattern="*.daisy.navigation">
+         <location src="http://publish:publish@cocoon.zones.apache.org:9263/publisher/blob?documentId={1}&amp;version=live&amp;partType=1" />
+     </match>
+ 
+  </locator>
+</locationmap>

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/locationmap.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/built-with-cocoon.gif
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/built-with-cocoon.gif?rev=326281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/built-with-cocoon.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-logo.gif
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-logo.gif?rev=326281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-project-logo.png
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-project-logo.png?rev=326281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-project-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon.ico
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon.ico?rev=326281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group-logo.gif
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group-logo.gif?rev=326281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group.svg
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group.svg?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group.svg (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group.svg Tue Oct 18 15:31:54 2005
@@ -0,0 +1,82 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:group-name">
+ <!ELEMENT for:group-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" height="1.4">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="40%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: middle">
+    <for:group-name />
+    </text>
+  </g>
+</svg>

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group.svg
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/icon.png
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/icon.png?rev=326281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/icon.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project-logo.gif
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project-logo.gif?rev=326281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project.svg
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project.svg?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project.svg (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project.svg Tue Oct 18 15:31:54 2005
@@ -0,0 +1,82 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:project-name">
+ <!ELEMENT for:project-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="420" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" height="1.4">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" >
+    <for:project-name />
+    </text>
+  </g>
+</svg>

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project.svg
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/usemap.gif
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/usemap.gif?rev=326281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/usemap.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/site.xml?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/site.xml (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/site.xml Tue Oct 18 15:31:54 2005
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-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.
+-->
+
+<site label="Apache Cocoon" href="" 
+  xmlns="http://apache.org/forrest/linkmap/1.0" 
+  tab="docs"
+  xmlns:xi="http://www.w3.org/2001/XInclude">
+  
+  <xi:include href="cocoon://655.daisy.navigation"/>
+  
+  <externalDocs label="external" dir="externalDocs/">
+    <getTogether label="2005 Get Together" href="2005GT.html"/>
+  </externalDocs>
+
+</site>

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/tabs.xml?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/tabs.xml (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/tabs.xml Tue Oct 18 15:31:54 2005
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
+
+<tabs software="MyProj"
+  title="MyProj"
+  copyright="Foo"
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+
+  <!-- The rules for tabs are:
+    @dir will always have '/@indexfile' added.
+    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
+    @href is not modified unless it is root-relative and obviously specifies a
+    directory (ends in '/'), in which case /index.html will be added
+    If @id's are present, site.xml entries with a matching @tab will be in that tab.
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+    be displayed when their parent tab is selected.    
+  -->
+
+  <tab id="home" label="Home" dir="" indexfile="index.html"/>
+  <!-- Add new tabs here, eg:
+  <tab label="How-Tos" dir="community/howto/"/>
+  <tab label="XML Site" dir="xml-site/"/>
+  -->
+
+</tabs>

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/tabs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/catalog.xcat?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/catalog.xcat (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/catalog.xcat Tue Oct 18 15:31:54 2005
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
+"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
+
+<!-- OASIS XML Catalog for Forrest Documents -->
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
+         prefer="public">
+
+<!-- Example catalog entry -->
+<public publicId="-//Acme//DTD Hello Document V1.0//EN"
+        uri="hello-v10.dtd"/>
+
+<!-- Sets of symbols. e.g. for string replacements -->
+<public publicId="-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
+        uri="symbols-project-v10.ent"/>
+
+</catalog>

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/catalog.xcat
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/zone/htdocs/cocoon-site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/cocoon-site/src/documentation/skinconf.xml?rev=326281&view=auto
==============================================================================
--- forrest/zone/htdocs/cocoon-site/src/documentation/skinconf.xml (added)
+++ forrest/zone/htdocs/cocoon-site/src/documentation/skinconf.xml Tue Oct 18 15:31:54 2005
@@ -0,0 +1,420 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+
+<!--
+Skin configuration file. This file contains details of your project,
+which will be used to configure the chosen Forrest skin.
+-->
+
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd">
+<skinconfig>
+  <!-- To enable lucene search add provider="lucene" (default is google).
+    Add box-location="alt" to move the search box to an alternate location
+    (if the skin supports it) and box-location="all" to show it in all
+    available locations on the page.  Remove the <search> element to show
+    no search box. @domain will enable sitesearch for the specific domain with google.
+    In other words google will search the @domain for the query string.
+  -->
+  <search name="Apache Cocoon" domain="cocoon.apache.org" provider="google"/>
+
+  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>  
+  <!-- Disable the PDF link? -->
+  <disable-pdf-link>true</disable-pdf-link>
+  <!-- Disable the POD link? -->
+  <disable-pod-link>true</disable-pod-link>
+  <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+  <disable-txt-link>true</disable-txt-link>
+  <!-- Disable the xml source link? -->
+  <!-- The xml source link makes it possible to access the xml rendition
+    of the source frim the html page, and to have it generated statically.
+    This can be used to enable other sites and services to reuse the
+    xml format for their uses. Keep this disabled if you don't want other
+    sites to easily reuse your pages.-->
+  <disable-xml-link>true</disable-xml-link>
+
+  <!-- Disable navigation icons on all external links? -->
+  <disable-external-link-image>false</disable-external-link-image>
+
+  <!-- Disable w3c compliance links? 
+    Use e.g. align="center" to move the compliance links logos to 
+    an alternate location default is left.
+    (if the skin supports it) -->
+  <disable-compliance-links>false</disable-compliance-links>
+
+  <!-- Render mailto: links unrecognisable by spam harvesters? -->
+  <obfuscate-mail-links>true</obfuscate-mail-links>
+  <obfuscate-mail-value>.at.</obfuscate-mail-value>
+
+  <!-- Disable the javascript facility to change the font size -->
+  <disable-font-script>true</disable-font-script>
+
+  <!-- mandatory project logo
+       skin: forrest-site renders it at the top -->
+  <project-name>Apache Cocoon</project-name>
+  <project-description>Apache Cocoon</project-description>
+  <project-url>http://cocoon.apache.org/</project-url>
+  <project-logo>images/cocoon-logo.gif</project-logo>
+
+
+  <!-- optional group logo
+       skin: forrest-site renders it at the top-left corner -->
+  <group-name>Apache</group-name>
+  <group-description>The Apache Software Foundation</group-description>
+  <group-url>http://www.apache.org/</group-url>
+  <group-logo>images/cocoon-project-logo.png</group-logo>
+
+  <!-- optional host logo (e.g. sourceforge logo)
+       default skin: renders it at the bottom-left corner -->
+  <host-url></host-url>
+  <host-logo></host-logo>
+
+  <!-- relative url of a favicon file, normally favicon.ico -->
+  <favicon-url>images/cocoon.ico</favicon-url>
+
+  <!-- The following are used to construct a copyright statement -->
+  <year>1999-2005</year>
+  <vendor>The Apache Software Foundation.</vendor>
+  <!-- The optional copyright-link URL will be used as a link in the
+    copyright statement
+  <copyright-link>http://www.apache.org/licenses/</copyright-link>
+  -->
+
+  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+    Use location="alt" to move the trail to an alternate location
+    (if the skin supports it).
+    Omit the location attribute to display the trail in the default location.
+    Use location="none" to not display the trail (if the skin supports it).
+    For some skins just set the attributes to blank.
+    
+    NOTE: If a breadcrumb entry points at a local file the href must
+    be complete, that is it must point to the file itself, not to a 
+    directory.
+  -->
+  <trail>
+    <link1 name="apache" href="http://www.apache.org/"/>
+    <link2 name="cocoon" href="http://cocoon.apache.org/"/>
+    <link3 name="" href=""/>
+  </trail>
+
+  <!-- Configure the TOC, i.e. the Table of Contents.
+  @max-depth
+   how many "section" levels need to be included in the
+   generated Table of Contents (TOC). 
+  @min-sections
+   Minimum required to create a TOC.
+  @location ("page","menu","page,menu", "none")
+   Where to show the TOC.
+  -->
+  <toc max-depth="2" min-sections="1" location="page"/>
+
+  <!-- Heading types can be clean|underlined|boxed  -->
+  <headings type="clean"/>
+  
+  <!-- The optional feedback element will be used to construct a
+    feedback link in the footer with the page pathname appended:
+    <a href="@href">{@to}</a>
+    -->
+  <feedback to="dev@cocoon.apache.org"
+    href="mailto:dev@cocoon.apache.org?subject=[WEBSITE]&#160;" >
+    Send feedback about the website to:
+  </feedback>
+
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    Note: Beware issue FOR-677 if you use an absolute path uri.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Each option will match a pattern and apply its text.
+      The "pattern" attribute specifies the pattern to be matched.
+      This can be a specific page, or a general pattern to match a set of pages,
+      e.g. everything in the "samples" directory.
+    motd-title : This text will be added in brackets after the <html><title>
+      and this can be empty.
+    motd-page : This text will be added in a panel on the face of the page,
+      with the "motd-page-url" being the hyperlink "More".
+    Values for the "location" attribute are:
+      page : on the face of the page, e.g. in the spare space of the toc
+      alt : at the bottom of the left-hand navigation panel
+      both : both
+    -->
+
+  <motd>
+    <motd-option pattern="samples/sample.html">
+      <motd-title>sample</motd-title>
+      <motd-page location="both">
+        This is an example of a Message of the day (MOTD).
+      </motd-page>
+      <motd-page-url>faq.html</motd-page-url>
+    </motd-option>
+    <motd-option pattern="samples/faq.html">
+      <motd-title></motd-title>
+      <motd-page location="both">
+        How to enable this MOTD is on this page.
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/docs/faq.html</motd-page-url>
+    </motd-option>
+  </motd>
+
+  <!--
+    extra-css - here you can define custom css-elements that are 
+    A) overriding the fallback elements or 
+    B) adding the css definition from new elements that you may have 
+       used in your documentation.
+    -->
+  <extra-css>
+    /* ----------------------------------- TOC -----------------------------------  */
+    #minitoc-area {
+      border:1px solid #aaaaaa;
+      background-color:#f9f9f9;
+      padding:5px;
+      font-size: 95%;
+      width:450px;
+    }
+
+    /* ----------------------------------- comments -----------------------------------  */
+    .commentsarea {
+      margin-top:40px;
+      background-color:white;
+      border:1px solid #aaaaaa;
+    }
+    .comment {
+      border:1px solid #aaaaaa;
+      background-color:#aaaaaa;
+      padding:0px;
+      margin:5px;
+    }
+    a[name="Comments"] + h2 {
+      display:none;
+    }
+    .commentbody {
+      background-color:white;
+    }
+    .comment * {
+      padding: 0px;
+      margin: 0px;
+    }    
+    .commentheader, .commenttaskbar {
+      background-color:#E5E4D9;
+      color:black;
+      font-weight:bold;   
+    }    
+
+    /* ----------------------------------- table styling fixes--------------------  */
+
+    #content td {
+      margin: 0;
+      padding: 5px;
+      vertical-alin: top;
+     }
+
+    #content td p {
+      margin: 0px;
+    }
+
+    /* ----------------------------------- text -----------------------------------  */
+    p { margin: 0.4em 0em 0.5em 0em;
+        line-height: 1.5em;
+    }
+
+    h1, h2, h3, h4, h5, h6 {
+        color: Black;
+        background: none;
+        font-weight: normal;
+        margin: 0;
+        padding-top: 0.7em;
+        padding-bottom: 0.17em;
+        border-bottom: 1px solid #aaaaaa;
+    }
+    h1 { font-size: 188%; }
+    h2 { font-size: 150%; }
+    h4, h5, h6 {
+        border-bottom: none;
+    }
+    h3 { font-size: 132%; }
+    h4 { font-size: 116%; font-weight:bold;}
+    h5 { font-size: 100%; }
+    h6 { font-size: 80%;  }
+
+    pre {
+        border:1px solid #aaaaaa;
+        background-color:#f9f9f9;
+        padding:5px;
+        font-size: 95%;
+    }
+    li {
+       list-style-type:square;
+    }    
+  </extra-css>
+
+  <colors>
+  <!-- These values are used for the generated CSS files.
+    They essentially "override" the default colors defined in the chosen skin.
+    There are four duplicate "groups" of colors below, denoted by comments:
+      Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt.
+    They are provided for example only. To customize the colors of any skin,
+    uncomment one of these groups of color elements and change the values
+    of the particular color elements that you wish to change.
+    Note that by default, all color groups are commented-out which means that
+    the default colors provided by the skin are being used.
+  -->
+  <!-- Cocoon -->
+
+    <color name="header"    value="#294563"/>
+
+    <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+
+    <color name="heading" value="#294563"/>
+    <color name="subheading" value="#4a6d8c"/>
+
+    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+    <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+
+    <color name="navstrip" value="#4a6d8c" font="#ffffff" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="toolbox" value="#4a6d8c"/>
+    <color name="border" value="#294563"/>
+
+    <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/>
+
+    <color name="menuheading" value="#cfdced" font="#000000" />
+    <color name="searchbox" value="#E5E4D9" font="#000000"/>
+
+    <color name="dialog" value="#4a6d8c"/>
+    <color name="body" value="#ffffff"  link="#0F3660" vlink="#009999" hlink="#000066"/>
+
+    <color name="table" value="#7099C5"/>
+    <color name="table-cell" value="#f0f0ff"/>
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#CFDCED"/>
+
+    <color name="footer" value="#cedfef"/>
+  </colors>
+ 
+  <!-- Settings specific to PDF output. -->
+  <pdf>
+    <!-- 
+       Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
+       folio, legal, ledger, letter, quarto, tabloid (default letter).
+       Supported page orientations are portrait, landscape (default
+       portrait).
+       Supported text alignments are left, right, justify (default left).
+    -->
+    <page size="letter" orientation="portrait" text-align="left"/>
+
+    <!-- 
+       Pattern of the page numbering in the footer - Default is "Page x".
+       first occurrence of '1' digit represents the current page number,
+       second occurrence of '1' digit represents the total page number,
+       anything else is considered as the static part of the numbering pattern.
+       Examples : x is the current page number, y the total page number.
+       <page-numbering-format>none</page-numbering-format> Do not displays the page numbering
+       <page-numbering-format>1</page-numbering-format> Displays "x"
+       <page-numbering-format>p1.</page-numbering-format> Displays "px."
+       <page-numbering-format>Page 1/1</page-numbering-format> Displays "Page x/y"
+       <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
+    -->
+    <page-numbering-format>Page 1</page-numbering-format>
+
+    <!--
+       Margins can be specified for top, bottom, inner, and outer
+       edges. If double-sided="false", the inner edge is always left
+       and the outer is always right. If double-sided="true", the
+       inner edge will be left on odd pages, right on even pages,
+       the outer edge vice versa.
+       Specified below are the default settings.
+    -->
+    <margins double-sided="false">
+      <top>1in</top>
+      <bottom>1in</bottom>
+      <inner>1.25in</inner>
+      <outer>1in</outer>
+    </margins>
+
+    <!--
+      Print the URL text next to all links going outside the file
+    -->
+    <show-external-urls>false</show-external-urls>
+
+    <!--
+      Disable the copyright footer on each page of the PDF.
+      A footer is composed for each page. By default, a "credit" with role=pdf
+      will be used, as explained below. Otherwise a copyright statement
+      will be generated. This latter can be disabled.
+    -->
+    <disable-copyright-footer>false</disable-copyright-footer>
+  </pdf>
+
+  <!-- 
+    Credits are typically rendered as a set of small clickable
+    images in the page footer.
+    
+    Use box-location="alt" to move the credits to an alternate location
+    (if the skin supports it).
+
+    For example, pelt skin:
+    - box-location="alt" will place the logo at the end of the
+      left-hand coloured menu panel.
+    - box-location="alt2" will place them underneath that panel
+      in the left-hand whitespace.
+    - Otherwise they are placed next to the compatibility icons
+      at the bottom of the screen.
+
+    Comment out the whole <credit>-element if you want no credits in the
+    web pages  
+   -->
+  <credits>
+    <credit>
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+      <image>skin/images/built-with-forrest-button.png</image>
+      <width>88</width>
+      <height>31</height>
+    </credit>
+    <credit>
+      <name>Built with Apache Cocoon</name>
+      <url>http://cocoon.apache.org/</url>
+      <image>images/built-with-cocoon.gif</image>
+      <width>88</width>
+      <height>31</height>
+    </credit>
+    <credit>
+      <name>thanks to ASF, thanks from ASF</name>
+      <url>http://www.apache.org/foundation/thanks.html</url>
+      <image>images/icon.png</image>
+      <width>26</width>
+      <height>22</height>
+    </credit>
+
+    <!-- A credit with @role="pdf" will be used to compose a footer
+     for each page in the PDF, using either "name" or "url" or both.
+    -->
+    <!--
+    <credit role="pdf">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+    </credit>
+    -->
+  </credits>
+
+</skinconfig>

Propchange: forrest/zone/htdocs/cocoon-site/src/documentation/skinconf.xml
------------------------------------------------------------------------------
    svn:eol-style = native



Re: svn commit: r326281 - in /forrest/zone/htdocs/cocoon-site: ./ src/ src/documentation/ ...

Posted by Ross Gardler <rg...@apache.org>.
David Crossley wrote:
> Why do we need to store Cocoon sources in our SVN?
> The forrestbot can do a checkout from the Cocoon SVN.


As you have acknowledged in an overlapping thread, this is just for 
testing right now. We'll move these few files to Cocoon if/when they opt 
to stick with Forrest. If they go the other way we'll remove them from 
our SVN.

Ross

Re: svn commit: r326281 - in /forrest/zone/htdocs/cocoon-site: ./ src/ src/documentation/ ...

Posted by David Crossley <cr...@apache.org>.
Why do we need to store Cocoon sources in our SVN?
The forrestbot can do a checkout from the Cocoon SVN.

-David

> Author: rgardler
> Date: Tue Oct 18 15:31:54 2005
> New Revision: 326281
> 
> URL: http://svn.apache.org/viewcvs?rev=326281&view=rev
> Log:
> added cocoon-site zone building
> 
> Added:
>     forrest/zone/htdocs/cocoon-site/
>     forrest/zone/htdocs/cocoon-site/forrest.properties   (with props)
>     forrest/zone/htdocs/cocoon-site/forrestbot-build.xml   (with props)
>     forrest/zone/htdocs/cocoon-site/src/
>     forrest/zone/htdocs/cocoon-site/src/documentation/
>     forrest/zone/htdocs/cocoon-site/src/documentation/README.txt   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/classes/
>     forrest/zone/htdocs/cocoon-site/src/documentation/classes/CatalogManager.properties   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/conf/
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/locationmap.xml   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/built-with-cocoon.gif   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-logo.gif   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon-project-logo.png   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/cocoon.ico   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group-logo.gif   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/group.svg   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/icon.png   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project-logo.gif   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/project.svg   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/images/usemap.gif   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/site.xml   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/content/xdocs/tabs.xml   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/resources/
>     forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/
>     forrest/zone/htdocs/cocoon-site/src/documentation/resources/schema/catalog.xcat   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/resources/stylesheets/
>     forrest/zone/htdocs/cocoon-site/src/documentation/resources/templates/
>     forrest/zone/htdocs/cocoon-site/src/documentation/skinconf.xml   (with props)
>     forrest/zone/htdocs/cocoon-site/src/documentation/translations/