You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/08/31 22:23:24 UTC

svn commit: r265574 - in /cocoon/blocks: chaperon/trunk/WEB-INF/sitemap-components/ chaperon/trunk/conf/ databases/trunk/WEB-INF/sitemap-components/ databases/trunk/conf/ deli/trunk/WEB-INF/sitemap-additions/ deli/trunk/conf/ html/trunk/WEB-INF/sitemap...

Author: cziegeler
Date: Wed Aug 31 13:23:06 2005
New Revision: 265574

URL: http://svn.apache.org/viewcvs?rev=265574&view=rev
Log:
Rework blocks c-i

Added:
    cocoon/blocks/chaperon/trunk/WEB-INF/sitemap-components/
    cocoon/blocks/chaperon/trunk/WEB-INF/sitemap-components/cocoon-chaperon.xconf   (with props)
    cocoon/blocks/databases/trunk/WEB-INF/sitemap-components/
    cocoon/blocks/databases/trunk/WEB-INF/sitemap-components/cocoon-databases.xconf   (with props)
    cocoon/blocks/deli/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/deli/trunk/WEB-INF/sitemap-additions/cocoon-deli.xmap   (with props)
    cocoon/blocks/html/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/html/trunk/WEB-INF/sitemap-additions/cocoon-html.xconf   (with props)
    cocoon/blocks/itext/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/itext/trunk/WEB-INF/sitemap-additions/cocoon-itext.xconf   (with props)
Removed:
    cocoon/blocks/chaperon/trunk/conf/chaperon-generator.xmap
    cocoon/blocks/chaperon/trunk/conf/chaperon-transformator.xmap
    cocoon/blocks/databases/trunk/conf/databases-trans.xmap
    cocoon/blocks/deli/trunk/conf/deli.xmap
    cocoon/blocks/html/trunk/conf/html-transformer.xmap
    cocoon/blocks/html/trunk/conf/html.xmap
    cocoon/blocks/itext/trunk/conf/itext.xmap

Added: cocoon/blocks/chaperon/trunk/WEB-INF/sitemap-components/cocoon-chaperon.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/chaperon/trunk/WEB-INF/sitemap-components/cocoon-chaperon.xconf?rev=265574&view=auto
==============================================================================
--- cocoon/blocks/chaperon/trunk/WEB-INF/sitemap-components/cocoon-chaperon.xconf (added)
+++ cocoon/blocks/chaperon/trunk/WEB-INF/sitemap-components/cocoon-chaperon.xconf Wed Aug 31 13:23:06 2005
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    <map:generator logger="sitemap.generator.text" name="text" 
+                   src="org.apache.cocoon.generation.TextGenerator"/>
+  </map:generators>
+  <map:transformer>
+    <map:transformer logger="sitemap.transformer.lexer" name="lexer"
+                     src="org.apache.cocoon.transformation.LexicalTransformer"/>
+    <map:transformer logger="sitemap.transformer.parser" name="parser"
+                     src="org.apache.cocoon.transformation.ParserTransformer"/>
+    <map:transformer logger="sitemap.transformer.pattern" name="pattern"
+                     src="org.apache.cocoon.transformation.PatternTransformer"/>
+  </map:transformers>  
+</map:components>

Propchange: cocoon/blocks/chaperon/trunk/WEB-INF/sitemap-components/cocoon-chaperon.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/chaperon/trunk/WEB-INF/sitemap-components/cocoon-chaperon.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/databases/trunk/WEB-INF/sitemap-components/cocoon-databases.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/databases/trunk/WEB-INF/sitemap-components/cocoon-databases.xconf?rev=265574&view=auto
==============================================================================
--- cocoon/blocks/databases/trunk/WEB-INF/sitemap-components/cocoon-databases.xconf (added)
+++ cocoon/blocks/databases/trunk/WEB-INF/sitemap-components/cocoon-databases.xconf Wed Aug 31 13:23:06 2005
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:transformers>
+   <map:transformer logger="sitemap.transformer.sql" name="sql" src="org.apache.cocoon.transformation.SQLTransformer"/>
+  </map:transformers>
+</map:components>
\ No newline at end of file

Propchange: cocoon/blocks/databases/trunk/WEB-INF/sitemap-components/cocoon-databases.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/databases/trunk/WEB-INF/sitemap-components/cocoon-databases.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/deli/trunk/WEB-INF/sitemap-additions/cocoon-deli.xmap
URL: http://svn.apache.org/viewcvs/cocoon/blocks/deli/trunk/WEB-INF/sitemap-additions/cocoon-deli.xmap?rev=265574&view=auto
==============================================================================
--- cocoon/blocks/deli/trunk/WEB-INF/sitemap-additions/cocoon-deli.xmap (added)
+++ cocoon/blocks/deli/trunk/WEB-INF/sitemap-additions/cocoon-deli.xmap Wed Aug 31 13:23:06 2005
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:transformers>
+    <map:transformer name="deli" logger="sitemap.transformer.deli" pool-max="32" src="org.apache.cocoon.transformation.DeliTransformer">
+      <use-request-parameters>false</use-request-parameters>
+      <use-session-parameters>false</use-session-parameters>
+      <use-cookie-parameters>false</use-cookie-parameters>
+      <xslt-processor-role>xalan</xslt-processor-role>
+    </map:transformer>
+  </map:transformers>
+</map:components>

Propchange: cocoon/blocks/deli/trunk/WEB-INF/sitemap-additions/cocoon-deli.xmap
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/deli/trunk/WEB-INF/sitemap-additions/cocoon-deli.xmap
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/html/trunk/WEB-INF/sitemap-additions/cocoon-html.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/html/trunk/WEB-INF/sitemap-additions/cocoon-html.xconf?rev=265574&view=auto
==============================================================================
--- cocoon/blocks/html/trunk/WEB-INF/sitemap-additions/cocoon-html.xconf (added)
+++ cocoon/blocks/html/trunk/WEB-INF/sitemap-additions/cocoon-html.xconf Wed Aug 31 13:23:06 2005
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    <map:generator name="html"
+                   logger="sitemap.generator.html"
+                   src="org.apache.cocoon.generation.HTMLGenerator"
+                   label="content">
+      <!-- Tidy configuration file.
+      <jtidy-config>context://WEB-INF/tidy.properties</jtidy-config>
+      -->
+    </map:generator>
+    <map:generator name="nekohtml"
+                   logger="sitemap.generator.html"
+                   src="org.apache.cocoon.generation.NekoHTMLGenerator"
+                   label="content">
+      <!-- Tidy configuration file.
+      <neko-config>???</neko-config>
+      -->
+    </map:generator>
+  </map:generators>
+  <map:transformers>
+    <map:transformer
+      name="html"
+      logger="sitemap.transformer.html"
+      src="org.apache.cocoon.transformation.HTMLTransformer"
+    />
+  </map:transformers>
+</map:components>

Propchange: cocoon/blocks/html/trunk/WEB-INF/sitemap-additions/cocoon-html.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/html/trunk/WEB-INF/sitemap-additions/cocoon-html.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/itext/trunk/WEB-INF/sitemap-additions/cocoon-itext.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/itext/trunk/WEB-INF/sitemap-additions/cocoon-itext.xconf?rev=265574&view=auto
==============================================================================
--- cocoon/blocks/itext/trunk/WEB-INF/sitemap-additions/cocoon-itext.xconf (added)
+++ cocoon/blocks/itext/trunk/WEB-INF/sitemap-additions/cocoon-itext.xconf Wed Aug 31 13:23:06 2005
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:serializers>
+    <map:serializer name="itext2pdf" src="org.apache.cocoon.serialization.iTextSerializer" mime-type="application/pdf"/>
+  </map:serializers>
+</map:components>

Propchange: cocoon/blocks/itext/trunk/WEB-INF/sitemap-additions/cocoon-itext.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/itext/trunk/WEB-INF/sitemap-additions/cocoon-itext.xconf
------------------------------------------------------------------------------
    svn:keywords = Id