Author: reinhard
Date: Fri Mar 18 00:26:03 2005
New Revision: 158035

URL: http://svn.apache.org/viewcvs?view=rev&rev=158035
Log:
provide documentation infrastructure for CocoonBlockDeployer

Added:
    cocoon/whiteboard/block-deployer/documentation/
    cocoon/whiteboard/block-deployer/documentation/forrest.properties
    cocoon/whiteboard/block-deployer/documentation/src/
    cocoon/whiteboard/block-deployer/documentation/src/documentation/   (with 
props)
    cocoon/whiteboard/block-deployer/documentation/src/documentation/content/
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/built-with-cocoon.gif
   (with props)
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon-logo.gif
   (with props)
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon-project-logo.png
   (with props)
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon.ico
   (with props)
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/icon.png
   (with props)
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/content_en.xml
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/files/
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/files/test.gif
   (with props)
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/meta.xml
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/site.xml
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/tabs.xml
    
cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml

Added: cocoon/whiteboard/block-deployer/documentation/forrest.properties
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/forrest.properties?view=auto&rev=158035
==============================================================================
--- cocoon/whiteboard/block-deployer/documentation/forrest.properties (added)
+++ cocoon/whiteboard/block-deployer/documentation/forrest.properties Fri Mar 
18 00:26:03 2005
@@ -0,0 +1,106 @@
+# 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.
+
+##############
+# 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 
+
+# Project name (used to name .war file)
+#project.name=my-project
+
+# Specifies name of Forrest skin to use
+#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 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.forrest-configuration=src/forrest-configuration
+project.raw-content-dir=${project.content-dir}/content
+project.conf-dir=${project.forrest-configuration}/conf
+#project.sitemap-dir=${project.forrest-configuration}
+project.sitemap=${project.forrest-configuration}/sitemap.xmap
+project.xdocs-dir=${project.content-dir}/content/xdocs
+project.resources-dir=${project.forrest-configuration}/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.forrest-configuration}/skins
+project.skinconf=${project.content-dir}/skinconf.xml
+project.lib-dir=${project.forrest-configuration}/lib
+project.classes-dir=${project.forrest-configuration}/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
+# e.g.
+#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=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

Propchange: cocoon/whiteboard/block-deployer/documentation/src/documentation/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Fri Mar 18 00:26:03 2005
@@ -0,0 +1 @@
+forrest-configuration  
https://svn.apache.org/repos/asf/cocoon/whiteboard/doc-repos/global/src/forrest-configuration/

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/built-with-cocoon.gif
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/built-with-cocoon.gif?view=auto&rev=158035
==============================================================================
Binary file - no diff available.

Propchange: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/built-with-cocoon.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon-logo.gif
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon-logo.gif?view=auto&rev=158035
==============================================================================
Binary file - no diff available.

Propchange: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon-project-logo.png
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon-project-logo.png?view=auto&rev=158035
==============================================================================
Binary file - no diff available.

Propchange: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon-project-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon.ico
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon.ico?view=auto&rev=158035
==============================================================================
Binary file - no diff available.

Propchange: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/cocoon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/icon.png
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/icon.png?view=auto&rev=158035
==============================================================================
Binary file - no diff available.

Propchange: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/images/icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/content_en.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/content_en.xml?view=auto&rev=158035
==============================================================================
--- 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/content_en.xml
 (added)
+++ 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/content_en.xml
 Fri Mar 18 00:26:03 2005
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<html>
+  <head>
+    <title>Cocoon Block Deployer</title>
+  </head>
+  <body>
+    <h1>...</h1>
+    <p>
+      <img src="files/test.gif"/>
+    </p>
+  </body>
+</html>

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/files/test.gif
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/files/test.gif?view=auto&rev=158035
==============================================================================
Binary file - no diff available.

Propchange: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/files/test.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/meta.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/meta.xml?view=auto&rev=158035
==============================================================================
--- 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/meta.xml
 (added)
+++ 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/index/meta.xml
 Fri Mar 18 00:26:03 2005
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<meta>
+  <authors>
+    <author contact="http://www.poetz.cc";>Reinhard Poetz</author>
+  </authors>
+</meta>

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/site.xml?view=auto&rev=158035
==============================================================================
--- 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/site.xml
 (added)
+++ 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/site.xml
 Fri Mar 18 00:26:03 2005
@@ -0,0 +1,24 @@
+<?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="project">
+  
+  <docs label="Project" href="" tab="project">
+    <index label="Overview" href="index.html"/>
+  </docs>
+  
+</site>

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/tabs.xml?view=auto&rev=158035
==============================================================================
--- 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/tabs.xml
 (added)
+++ 
cocoon/whiteboard/block-deployer/documentation/src/documentation/content/xdocs/tabs.xml
 Fri Mar 18 00:26:03 2005
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" 
"http://forrest.apache.org/dtd/tab-cocoon-v11.dtd";>
+
+<tabs software="Apache Cocoon"
+  title="Apache Cocoon"
+  copyright="2004 Apache Software Foundation"
+  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="cocoon" label="Apache Cocoon" 
href="http://brutus.apache.org/docs/build/cocoon-doco-global/index.html"/>
+    <!-- later to be replaced by: http://cocoon.apache.org -->
+  <tab id="project" label="project" dir="" indexfile="index.html"/>
+  
+</tabs>

Added: 
cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml?view=auto&rev=158035
==============================================================================
--- 
cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml 
(added)
+++ 
cocoon/whiteboard/block-deployer/documentation/src/documentation/skinconf.xml 
Fri Mar 18 00:26:03 2005
@@ -0,0 +1,302 @@
+<?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.
+-->
+
+<!--
+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.6-3//EN" 
"http://forrest.apache.org/dtd/skinconfig-v06-3.dtd";>
+<skinconfig>
+  <!-- To enable lucene search add provider="lucene"
+    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.
+  -->
+  <search name="Apache Forrest" domain="forrest.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>false</disable-pdf-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? -->
+  <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>false</disable-font-script>
+
+  <!-- mandatory project logo
+       skin: forrest-site renders it at the top -->
+  <project-name>Cocoon Block Deployer</project-name>
+  <project-description>Deployment Tools for Cocoon Blocks</project-description>
+  <project-url>http://cocoon.apache.org/cbd/</project-url>
+  <project-logo></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)
+       skin: forrest-site 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>
+  <copyright-link>http://www.apache.org/licenses/</copyright-link>
+
+  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+    If you don't want these, then set the attributes to blank.
+    The DTD purposefully requires them.
+    Use location="alt" to move the trail to an alternate location
+    (if the skin supports it).
+  -->
+
+  <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")
+   Where to show the TOC.
+  -->
+  <toc max-depth="3" min-sections="2" location="page"/>
+
+  <!-- Heading types can be clean|underlined|boxed  -->
+  <headings type="clean"/>
+
+  <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. -->
+
+  <!-- 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="a4" orientation="portrait" text-align="left"/>
+
+    <!--
+       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>1cm</top>
+      <bottom>1cm</bottom>
+      <inner>2cm</inner>
+      <outer>1.5cm</outer>
+    </margins>
+
+    <!--
+      Print the URL text next to all links going outside the file
+    -->
+    <show-external-urls>false</show-external-urls>
+  </pdf>
+
+  <!-- Credits are typically rendered as a set of small clickable
+    images in the page footer -->
+  <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 have its name and url
+      displayed in the PDF page's footer. -->
+  </credits>
+
+</skinconfig>


Reply via email to