You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2005/03/17 11:03:03 UTC

svn commit: r157931 - in cocoon/whiteboard/doc-repos/global: ./ src/ src/documentation/ src/documentation/classes/ src/documentation/content/ src/documentation/content/xdocs/ src/documentation/content/xdocs/community/ src/documentation/content/xdocs/images/ src/documentation/content/xdocs/index/ src/documentation/resources/ src/forrest-configuration/ src/forrest-configuration/classes/ src/forrest-configuration/resources/ src/forrest-configuration/resources/stylesheets/

Author: reinhard
Date: Thu Mar 17 02:03:01 2005
New Revision: 157931

URL: http://svn.apache.org/viewcvs?view=rev&rev=157931
Log:
separate between forrest configuration and repository

Added:
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/classes/   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/classes/CatalogManager.properties   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/correct-img-links.xsl   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/doc-aggregate2v12.xsl   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-comments.xml   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-generated-document.xml   (with props)
    cocoon/whiteboard/doc-repos/global/src/forrest-configuration/sitemap.xmap   (with props)
Removed:
    cocoon/whiteboard/doc-repos/global/src/documentation/classes/
    cocoon/whiteboard/doc-repos/global/src/documentation/content/no-comments.xml
    cocoon/whiteboard/doc-repos/global/src/documentation/content/no-generated-document.xml
    cocoon/whiteboard/doc-repos/global/src/documentation/resources/
    cocoon/whiteboard/doc-repos/global/src/documentation/sitemap.xmap
Modified:
    cocoon/whiteboard/doc-repos/global/forrest.properties
    cocoon/whiteboard/doc-repos/global/src/   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/community/   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/community/comments_en.xml   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/community/content_en.xml   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/community/meta.xml   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/built-with-cocoon.gif   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/cocoon-logo.gif   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/cocoon-project-logo.png   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/cocoon.ico   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/icon.png   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/index/   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/index/comments_en.xml   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/index/content_en.xml   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/index/meta.xml   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/site.xml   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/tabs.xml   (props changed)
    cocoon/whiteboard/doc-repos/global/src/documentation/skinconf.xml   (props changed)

Modified: cocoon/whiteboard/doc-repos/global/forrest.properties
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/doc-repos/global/forrest.properties?view=diff&r1=157930&r2=157931
==============================================================================
--- cocoon/whiteboard/doc-repos/global/forrest.properties (original)
+++ cocoon/whiteboard/doc-repos/global/forrest.properties Thu Mar 17 02:03:01 2005
@@ -44,20 +44,22 @@
 # 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
+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=src/forrest-configuration/classes
+project.translations-dir=${project.content-dir}/translations
 
 ##############
 # validation properties

Propchange: cocoon/whiteboard/doc-repos/global/src/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/community/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/community/comments_en.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/community/content_en.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/community/meta.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/built-with-cocoon.gif
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/cocoon-logo.gif
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/cocoon-project-logo.png
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/cocoon.ico
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/images/icon.png
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/index/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/index/comments_en.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/index/content_en.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/index/meta.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/site.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/content/xdocs/tabs.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/skinconf.xml
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/classes/
------------------------------------------------------------------------------
    eol:style = native

Added: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/doc-repos/global/src/forrest-configuration/classes/CatalogManager.properties?view=auto&rev=157931
==============================================================================
--- cocoon/whiteboard/doc-repos/global/src/forrest-configuration/classes/CatalogManager.properties (added)
+++ cocoon/whiteboard/doc-repos/global/src/forrest-configuration/classes/CatalogManager.properties Thu Mar 17 02:03:01 2005
@@ -0,0 +1,37 @@
+# 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.
+
+#=======================================================================
+# CatalogManager.properties
+#
+# This is the default properties file for Apache Forrest.
+# This facilitates local configuration of application-specific catalogs.
+#
+# See the Apache Forrest documentation:
+# http://forrest.apache.org/docs/your-project.html
+# http://forrest.apache.org/docs/validation.html
+
+# verbosity ... level of messages for status/debug
+# See forrest/src/core/context/WEB-INF/cocoon.xconf
+
+# catalogs ... list of additional catalogs to load
+#  (Note that Apache Forrest will automatically load its own default catalog
+#  from src/core/context/resources/schema/catalog.xcat)
+# use full pathnames
+# pathname separator is always semi-colon (;) regardless of operating system
+# directory separator is always slash (/) regardless of operating system
+#
+#catalogs=/home/me/forrest/my-site/src/documentation/resources/schema/catalog.xcat
+catalogs=
+

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/classes/CatalogManager.properties
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/
------------------------------------------------------------------------------
    eol:style = native

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/
------------------------------------------------------------------------------
    eol:style = native

Added: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/correct-img-links.xsl
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/correct-img-links.xsl?view=auto&rev=157931
==============================================================================
--- cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/correct-img-links.xsl (added)
+++ cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/correct-img-links.xsl Thu Mar 17 02:03:01 2005
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+  <xsl:param name="docid"/>
+  
+  <xsl:template match="img|link">
+    <xsl:element name="{name()}">
+      <xsl:for-each select="@*">
+        <xsl:choose>
+          <xsl:when test="(name(.) = 'src' or name(.) = 'href') and starts-with(., 'files')">
+            <xsl:attribute name="{name(.)}">
+                <xsl:value-of select="$docid"/>/<xsl:value-of select="."/>
+            </xsl:attribute>   
+          </xsl:when>
+          <xsl:otherwise>
+            <xsl:attribute name="{name(.)}">
+                <xsl:value-of select="."/>
+            </xsl:attribute>       
+          </xsl:otherwise>
+        </xsl:choose>
+     </xsl:for-each>
+     <xsl:value-of select="."/>     
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="@*|node()" priority="-2">
+    <xsl:copy>
+      <xsl:apply-templates select="@*|node()"/>
+    </xsl:copy>
+  </xsl:template>  
+</xsl:stylesheet>
\ No newline at end of file

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/correct-img-links.xsl
------------------------------------------------------------------------------
    eol:style = native

Added: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/doc-aggregate2v12.xsl
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/doc-aggregate2v12.xsl?view=auto&rev=157931
==============================================================================
--- cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/doc-aggregate2v12.xsl (added)
+++ cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/doc-aggregate2v12.xsl Thu Mar 17 02:03:01 2005
@@ -0,0 +1,59 @@
+<?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.
+-->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+  <xsl:variable name="content" select="/aggregate/content/document/body"/>
+  <xsl:variable name="content-header" select="/aggregate/content/document/header"/>
+  <xsl:variable name="comments" select="/aggregate/comments"/>
+  <xsl:variable name="generated-before" select="/aggregate/generated-before"/>
+  <xsl:variable name="generated-after" select="/aggregate/generated-after"/>  
+  <xsl:template match="/">
+    <document>
+      <header>
+        <title>
+          <xsl:value-of select="$content-header/title"/>
+        </title>
+      </header>
+      <body>
+        <xsl:copy-of select="$generated-before/html/body/*"/>
+        <xsl:copy-of select="$content/*"/>
+        <xsl:copy-of select="$generated-after/html/body/*"/>
+        <xsl:apply-templates select="$comments"/>
+      </body>
+    </document>
+  </xsl:template>
+  <xsl:template match="comments">
+    <section id="Comments">
+      <title>Comments</title>
+      <div class="commentsarea">
+        <div class="commenttaskbar">
+          add your comments
+        </div>
+        <xsl:apply-templates select="comment"/>
+      </div>
+    </section>
+  </xsl:template>
+  <xsl:template match="comment">
+    <div class="comment">
+      <div class="commentheader">
+        <xsl:value-of select="@subject"/> by <xsl:value-of select="@name"/>
+      </div>
+      <div class="commentbody">
+        <xsl:copy-of select="*"/>
+      </div>
+    </div>
+  </xsl:template>
+</xsl:stylesheet>

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/doc-aggregate2v12.xsl
------------------------------------------------------------------------------
    eol:style = native

Added: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-comments.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-comments.xml?view=auto&rev=157931
==============================================================================
--- cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-comments.xml (added)
+++ cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-comments.xml Thu Mar 17 02:03:01 2005
@@ -0,0 +1 @@
+<comments/>
\ No newline at end of file

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-comments.xml
------------------------------------------------------------------------------
    eol:style = native

Added: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-generated-document.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-generated-document.xml?view=auto&rev=157931
==============================================================================
--- cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-generated-document.xml (added)
+++ cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-generated-document.xml Thu Mar 17 02:03:01 2005
@@ -0,0 +1,17 @@
+<?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.
+-->
+<html><body/></html>
\ No newline at end of file

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/resources/stylesheets/no-generated-document.xml
------------------------------------------------------------------------------
    eol:style = native

Added: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/doc-repos/global/src/forrest-configuration/sitemap.xmap?view=auto&rev=157931
==============================================================================
--- cocoon/whiteboard/doc-repos/global/src/forrest-configuration/sitemap.xmap (added)
+++ cocoon/whiteboard/doc-repos/global/src/forrest-configuration/sitemap.xmap Thu Mar 17 02:03:01 2005
@@ -0,0 +1,89 @@
+<?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.
+-->
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:components>
+    <map:generators default="file">
+      <map:generator name="local-html" src="org.apache.cocoon.generation.HTMLGenerator">
+        <jtidy-config>context:/WEB-INF/jtidy.properties</jtidy-config>
+      </map:generator> 
+    </map:generators>
+  </map:components>
+  <map:pipelines>
+    <map:pipeline internal-only="true">
+      <map:match pattern="html2document/*">
+        <map:select type="exists">
+          <map:when test="{project:content.xdocs}{1}/content_en.xml">
+            <map:generate src="{project:content.xdocs}{1}/content_en.xml"/>
+            <map:transform src="{defaults:stylesheets}/html2document.xsl"/>            
+          </map:when>
+          <map:otherwise>
+            <map:generate src="{project:content.xdocs}{1}/content_en.html" type="local-html"/>
+            <map:transform src="{forrest:stylesheets}/html2document.xsl" />            
+          </map:otherwise>
+        </map:select>        
+        <map:serialize/>
+      </map:match>
+      <map:match pattern="generated-*/*">
+        <map:select type="exists">
+          <map:when test="{project:content.xdocs}{2}/generated-{1}_en.xml">
+            <map:generate src="{project:content.xdocs}{2}/generated-{1}_en.xml"/>
+          </map:when>
+          <map:otherwise>
+            <map:generate src="{project:resources.stylesheets}no-generated-document.xml"/>
+          </map:otherwise>
+        </map:select>          
+        <map:serialize/>
+      </map:match>
+      <map:match pattern="comments/*">
+        <map:select type="exists">
+          <map:when test="{project:content.xdocs}{1}/comments_en.xml">
+            <map:generate src="{project:content.xdocs}{1}/comments_en.xml"/>
+          </map:when>
+          <map:otherwise>
+            <map:generate src="{project:resources.stylesheets}no-comments.xml"/>
+          </map:otherwise>
+        </map:select>
+        <map:serialize/>
+      </map:match>
+    </map:pipeline>
+    <!-- ******************************************************************************** -->
+    <map:pipeline>
+      <map:match pattern="*.xml">
+        <map:select type="exists">
+          <map:when test="{project:content.xdocs}{1}/meta.xml">
+            <map:aggregate element="aggregate">
+              <map:part src="cocoon:/generated-before/{1}" element="generated-before"/>              
+              <map:part src="cocoon:/html2document/{1}" element="content"/>
+              <map:part src="cocoon:/generated-after/{1}" element="generated-after"/>                 
+              <map:part src="{project:content.xdocs}{1}/meta.xml"/>
+              <map:part src="cocoon:/comments/{1}"/>
+            </map:aggregate>
+            <map:transform src="{project:resources.stylesheets}doc-aggregate2v12.xsl"/>
+            <map:transform src="{project:resources.stylesheets}correct-img-links.xsl">
+              <map:parameter name="docid" value="{1}"/>
+            </map:transform>
+            <map:serialize type="xml-document"/>
+          </map:when>
+        </map:select>
+      </map:match>
+      <!-- ******************************************************************************** -->
+      <map:match pattern="*/files/*.*">
+        <map:read src="{project:content.xdocs}{1}/files/{2}.{3}" mime-type="image/{3}"/>
+      </map:match>
+    </map:pipeline>
+  </map:pipelines>
+</map:sitemap>

Propchange: cocoon/whiteboard/doc-repos/global/src/forrest-configuration/sitemap.xmap
------------------------------------------------------------------------------
    eol:style = native