svn commit: r743041 [5/9] - in /lenya/trunk: org.apache.lenya.core.api/ org.apache.lenya.core.api/src/main/java/org/apache/lenya/cms/publication/ org.apache.lenya.core.api/src/test/ org.apache.lenya.core.api/src/test/java/ org.apache.lenya.core.api/src...

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.1234272096074.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.1234272096074.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.1234272096074.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.1234272096074.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" >
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_en 473861 2006-11-12 03:51:14Z gregor $ -->
+  <head>
+    <title>Features</title>
+  </head>
+  <body>
+    <h1>Features</h1>
+
+    <p>Apache Lenya comes with the features you would expect of a
+    modern Content Management System, such as Revision Control,
+    Scheduling, a built-in Search Engine, separate Staging Areas and
+    Workflow. Because Apache Lenya uses XML throughout, it can offer
+    much more than other CMS that use XML only marginally. Some
+    notable features include:</p>
+
+    <h2>Browser-based WYSIWYG Editing</h2>
+    
+    <p>Apache Lenya comes with Browser-based WYSIWYG Editors that
+    validate input against a W3C XML Schema. This prevents the invalid
+    markup that other editors produce. Schema-based editors also allow
+    to enforce web site style guidelines.</p> 
+
+    <h2>XML Publishing</h2>
+
+    <p>As Apache Lenya is based on Apache Cocoon it leverages all the
+    benefits from a powerful XML Publishing framework such as
+    multi-channel publishing, content aggregation even from external
+    sources such as RSS.</p>
+
+    <h2>The Publication Concept</h2>
+    
+    <p>The publication concept allows for reuse of the information
+    architecture of a site and brings modularity to the content
+    level.</p> 
+
+    <h2>Future-proof Solution</h2>
+    
+    <p>The Apache Software Stack is quickly becoming the preeminent
+    platform for building Internet applications. By leveraging the
+    Apache Software Stack, Apache Lenya offers a robust, future-proof
+    solution that preserves technology investments.</p>
+
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Some Lenya Features quickly explained</value>
+</element>
+<element key="rights">
+<value>All rights reserved</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Explains some Lenya features</value>
+</element>
+<element key="subject">
+<value>Lenya Features</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096074.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096074.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096074.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096074.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Some Lenya Features quickly explained</value>
+</element>
+<element key="rights">
+<value>All rights reserved</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Explains some Lenya features</value>
+</element>
+<element key="subject">
+<value>Lenya Features</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc73e890-f775-11dd-baf5-ec0f263a3b87/en.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096074" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272095984"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de Tue Feb 10 18:22:23 2009
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_de 534353 2007-05-02 08:29:23Z andreas $ -->
+  <head>
+    <title>Beispiele für Ressource-Typen</title>
+  </head>
+  <body>
+    <h1>Beispiele für Ressource-Typen</h1>
+
+    <p>
+      Die Default-Publikation umfasst den <a href="lenya-document:bc765990-f775-11dd-baf5-ec0f263a3b87">XHTML-Ressource-Typ</a>,
+      den <a href="lenya-document:bc7743f0-f775-11dd-baf5-ec0f263a3b87">Links-Ressource-Typ</a>,
+den <a href="lenya-document:bc785560-f775-11dd-baf5-ec0f263a3b87">OpenDocument-Ressource-Typ</a> und
+den <a href="lenya-document:bc7966d0-f775-11dd-baf5-ec0f263a3b87">CForms-Ressource-Typ</a>.
+    </p>
+    
+    <p>
+    Der <strong>XHTML-Ressource-Typ</strong> empfiehlt sich insbesondere dann, wenn dem Nutzer vollständige
+    Freiheit in Bezug auf die einzufügenden Informationen gewährt werden soll.
+    Dieser Ressource-Typ macht zwar wenige Einschränkungen, allerdings verliert
+    man dadurch einige der wichtigsten Vorteile restriktiverer Ressource-Typen.
+    </p>
+    
+    <p>
+      Der <strong>Links-Ressource-Typ</strong> erlaubt es, Listen von Links zu verwalten. Er dient
+      hauptsächlich dazu, zu zeigen, dass Lenya mit beliebigen Ressource-Typen umgehen kann.
+    </p>
+    
+    <p>
+      Der <strong>OpenDocument-Ressource-Typ</strong> ist ein standardisiertes XML-basiertes Dateiformat
+      für Office-Anwendungen. Er wurde von <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office">OASIS</a>
+      entwickelt.
+    </p>
+    
+    <p>
+      Der <strong>CForms-Ressource-Typ</strong> ist ein Beispiel, wie Lenya mit Formular-Daten auf der
+      Basis von Cocoon's CForms in Verbindung mit Ajax umgeht. 
+    </p>
+    
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.1234272096139.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.1234272096139.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.1234272096139.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.1234272096139.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_de 534353 2007-05-02 08:29:23Z andreas $ -->
+  <head>
+    <title>Beispiele für Ressource-Typen</title>
+  </head>
+  <body>
+    <h1>Beispiele für Ressource-Typen</h1>
+
+    <p>
+      Die Default-Publikation umfasst den <a href="lenya-document:bc765990-f775-11dd-baf5-ec0f263a3b87">XHTML-Ressource-Typ</a>,
+      den <a href="lenya-document:bc7743f0-f775-11dd-baf5-ec0f263a3b87">Links-Ressource-Typ</a>,
+den <a href="lenya-document:bc785560-f775-11dd-baf5-ec0f263a3b87">OpenDocument-Ressource-Typ</a> und
+den <a href="lenya-document:bc7966d0-f775-11dd-baf5-ec0f263a3b87">CForms-Ressource-Typ</a>.
+    </p>
+    
+    <p>
+    Der <strong>XHTML-Ressource-Typ</strong> empfiehlt sich insbesondere dann, wenn dem Nutzer vollständige
+    Freiheit in Bezug auf die einzufügenden Informationen gewährt werden soll.
+    Dieser Ressource-Typ macht zwar wenige Einschränkungen, allerdings verliert
+    man dadurch einige der wichtigsten Vorteile restriktiverer Ressource-Typen.
+    </p>
+    
+    <p>
+      Der <strong>Links-Ressource-Typ</strong> erlaubt es, Listen von Links zu verwalten. Er dient
+      hauptsächlich dazu, zu zeigen, dass Lenya mit beliebigen Ressource-Typen umgehen kann.
+    </p>
+    
+    <p>
+      Der <strong>OpenDocument-Ressource-Typ</strong> ist ein standardisiertes XML-basiertes Dateiformat
+      für Office-Anwendungen. Er wurde von <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office">OASIS</a>
+      entwickelt.
+    </p>
+    
+    <p>
+      Der <strong>CForms-Ressource-Typ</strong> ist ein Beispiel, wie Lenya mit Formular-Daten auf der
+      Basis von Cocoon's CForms in Verbindung mit Ajax umgeht. 
+    </p>
+    
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Einige Dokumenttyp Beispiele</value>
+</element>
+<element key="rights">
+<value>Alle Rechte vorbehalten</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Enthält einige Beispiele von Dokumenttypen</value>
+</element>
+<element key="subject">
+<value>Dokumenttyp Beispiele</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096139.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096139.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096139.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096139.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Einige Dokumenttyp Beispiele</value>
+</element>
+<element key="rights">
+<value>Alle Rechte vorbehalten</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Enthält einige Beispiele von Dokumenttypen</value>
+</element>
+<element key="subject">
+<value>Dokumenttyp Beispiele</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/de.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096139" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096004"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en Tue Feb 10 18:22:23 2009
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_en 542913 2007-05-30 19:07:29Z rfrovarp $ -->
+  <head>
+    <title>Resource Type Examples</title>
+  </head>
+  <body>
+    <h1>Resource Type Examples</h1>
+
+<p>
+The default publication comes with the <a href="lenya-document:bc765990-f775-11dd-baf5-ec0f263a3b87">XHTML resource type</a>,
+the <a href="lenya-document:bc7743f0-f775-11dd-baf5-ec0f263a3b87">Links resource type</a>,
+the <a href="lenya-document:bc785560-f775-11dd-baf5-ec0f263a3b87">OpenDocument resource type</a> and
+the <a href="lenya-document:bc7966d0-f775-11dd-baf5-ec0f263a3b87">CForms resource type</a>.
+</p>
+
+<p>
+The <strong>XHTML resource type</strong> is suitable for situations where
+users ask for complete freedom on what information can be inserted
+into a document. While this approach doesn't restrict you, it also
+looses some of the major benefits of well defined document types.
+</p>
+    
+<p>
+The <strong>Links resource type</strong> is mainly to show that Lenya is able to handle
+arbitrary resource types but can also be used for link-lists.
+</p>
+    
+<p>
+The <strong>OpenDocument resource type</strong> is a standardized XML-based
+file format specification suitable for office applications and has been developed
+by <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office">OASIS</a>.
+</p>
+
+<p>
+The <strong>CForms resource type</strong> is an example of how Lenya manages formular data
+based on Cocoon's CForms in conjunction with Ajax.
+</p>
+
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.1234272096092.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.1234272096092.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.1234272096092.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.1234272096092.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_en 542913 2007-05-30 19:07:29Z rfrovarp $ -->
+  <head>
+    <title>Resource Type Examples</title>
+  </head>
+  <body>
+    <h1>Resource Type Examples</h1>
+
+<p>
+The default publication comes with the <a href="lenya-document:bc765990-f775-11dd-baf5-ec0f263a3b87">XHTML resource type</a>,
+the <a href="lenya-document:bc7743f0-f775-11dd-baf5-ec0f263a3b87">Links resource type</a>,
+the <a href="lenya-document:bc785560-f775-11dd-baf5-ec0f263a3b87">OpenDocument resource type</a> and
+the <a href="lenya-document:bc7966d0-f775-11dd-baf5-ec0f263a3b87">CForms resource type</a>.
+</p>
+
+<p>
+The <strong>XHTML resource type</strong> is suitable for situations where
+users ask for complete freedom on what information can be inserted
+into a document. While this approach doesn't restrict you, it also
+looses some of the major benefits of well defined document types.
+</p>
+    
+<p>
+The <strong>Links resource type</strong> is mainly to show that Lenya is able to handle
+arbitrary resource types but can also be used for link-lists.
+</p>
+    
+<p>
+The <strong>OpenDocument resource type</strong> is a standardized XML-based
+file format specification suitable for office applications and has been developed
+by <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office">OASIS</a>.
+</p>
+
+<p>
+The <strong>CForms resource type</strong> is an example of how Lenya manages formular data
+based on Cocoon's CForms in conjunction with Ajax.
+</p>
+
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Some Resource Type Samples</value>
+</element>
+<element key="rights">
+<value>All rights reserved</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Contains some samples of Lenya resource types</value>
+</element>
+<element key="subject">
+<value>Resource Type Samples</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096092.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096092.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096092.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096092.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Some Resource Type Samples</value>
+</element>
+<element key="rights">
+<value>All rights reserved</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Contains some samples of Lenya resource types</value>
+</element>
+<element key="subject">
+<value>Resource Type Samples</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc752110-f775-11dd-baf5-ec0f263a3b87/en.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096092" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096010"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de Tue Feb 10 18:22:23 2009
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_de 528434 2007-04-13 10:42:52Z andreas $ -->
+  <head>
+    <title>Der XHTML-Ressource-Typ</title>
+  </head>
+  <body>
+    <h1>Der XHTML-Ressource-Typ</h1>
+
+    <p>
+    Der XHTML-Ressource-Typ erlaubt es, XHTML-Dokumente zu verwalten,
+    die der <a href="http://www.w3.org/TR/xhtml1/">XHTML-1.0-Definition</a>
+    des <a href="http://www.w3.org/">World Wide Web Consortium (W3C)</a>
+    entsprechen.
+    </p>
+
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.1234272096115.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.1234272096115.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.1234272096115.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.1234272096115.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_de 528434 2007-04-13 10:42:52Z andreas $ -->
+  <head>
+    <title>Der XHTML-Ressource-Typ</title>
+  </head>
+  <body>
+    <h1>Der XHTML-Ressource-Typ</h1>
+
+    <p>
+    Der XHTML-Ressource-Typ erlaubt es, XHTML-Dokumente zu verwalten,
+    die der <a href="http://www.w3.org/TR/xhtml1/">XHTML-1.0-Definition</a>
+    des <a href="http://www.w3.org/">World Wide Web Consortium (W3C)</a>
+    entsprechen.
+    </p>
+
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Der XHTML Dokumenttyp</value>
+</element>
+<element key="rights">
+<value>Alle Rechte vorbehalten</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Erläutert den XHTML Dokumenttyp</value>
+</element>
+<element key="subject">
+<value>XHTML Dokumenttyp</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096115.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096115.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096115.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096115.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Der XHTML Dokumenttyp</value>
+</element>
+<element key="rights">
+<value>Alle Rechte vorbehalten</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Erläutert den XHTML Dokumenttyp</value>
+</element>
+<element key="subject">
+<value>XHTML Dokumenttyp</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/de.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096115" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096035"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en Tue Feb 10 18:22:23 2009
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_en 528434 2007-04-13 10:42:52Z andreas $ -->
+  <head>
+    <title>The XHTML Resource Type</title>
+  </head>
+  <body>
+    <h1>The XHTML Resource Type</h1>
+
+    <p>The XHTML resource type supports to maintain XHTML documents which
+    conform to the <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0
+    definition</a> of the <a href="http://www.w3.org/">World Wide Web
+    Consortium (W3C)</a>.</p>  
+
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.1234272096159.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.1234272096159.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.1234272096159.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.1234272096159.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: index_en 528434 2007-04-13 10:42:52Z andreas $ -->
+  <head>
+    <title>The XHTML Resource Type</title>
+  </head>
+  <body>
+    <h1>The XHTML Resource Type</h1>
+
+    <p>The XHTML resource type supports to maintain XHTML documents which
+    conform to the <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0
+    definition</a> of the <a href="http://www.w3.org/">World Wide Web
+    Consortium (W3C)</a>.</p>  
+
+  </body>
+</html>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>The XHTML Resource Type</value>
+</element>
+<element key="rights">
+<value>All rights reserved</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Explains the XHTML Resource Type</value>
+</element>
+<element key="subject">
+<value>XHTML Resource Type</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096159.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096159.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096159.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096159.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>The XHTML Resource Type</value>
+</element>
+<element key="rights">
+<value>All rights reserved</value>
+</element>
+<element key="publisher">
+<value>Apache Software Foundation</value>
+</element>
+<element key="date">
+<value>2005-01-31</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>Lenya Development Team</value>
+</element>
+<element key="description">
+<value>Explains the XHTML Resource Type</value>
+</element>
+<element key="subject">
+<value>XHTML Resource Type</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xhtml+xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>xhtml</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc765990-f775-11dd-baf5-ec0f263a3b87/en.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096159" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096026"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de Tue Feb 10 18:22:23 2009
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<links xmlns="http://apache.org/lenya/pubs/default/1.0">
+  <title>Der Links-Ressource-Typ</title>
+  <link href="http://lenya.apache.org">Apache Lenya Website</link>
+  <link href="http://wiki.apache.org/lenya/">Apache Lenya Wiki</link>
+</links>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.1234272096136.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.1234272096136.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.1234272096136.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.1234272096136.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<links xmlns="http://apache.org/lenya/pubs/default/1.0">
+  <title>Der Links-Ressource-Typ</title>
+  <link href="http://lenya.apache.org">Apache Lenya Website</link>
+  <link href="http://wiki.apache.org/lenya/">Apache Lenya Wiki</link>
+</links>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Links</value>
+</element>
+<element key="date">
+<value>2005-10-02 12:50:27</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>links</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096136.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096136.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096136.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096136.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Links</value>
+</element>
+<element key="date">
+<value>2005-10-02 12:50:27</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>links</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/de.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096136" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096000"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en Tue Feb 10 18:22:23 2009
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<links xmlns="http://apache.org/lenya/pubs/default/1.0">
+  <title>The Links Resource Type</title>
+  <link href="http://lenya.apache.org">Apache Lenya Website</link>
+  <link href="http://wiki.apache.org/lenya/">Apache Lenya Wiki</link>
+</links>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.1234272096132.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.1234272096132.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.1234272096132.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.1234272096132.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<links xmlns="http://apache.org/lenya/pubs/default/1.0">
+  <title>The Links Resource Type</title>
+  <link href="http://lenya.apache.org">Apache Lenya Website</link>
+  <link href="http://wiki.apache.org/lenya/">Apache Lenya Wiki</link>
+</links>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Links</value>
+</element>
+<element key="date">
+<value>2005-10-02 12:50:27</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>links</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096132.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096132.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096132.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096132.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Links</value>
+</element>
+<element key="date">
+<value>2005-10-02 12:50:27</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>links</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7743f0-f775-11dd-baf5-ec0f263a3b87/en.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096132" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272095996"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de?rev=743041&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.1234272096163.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.1234272096163.bak?rev=743041&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.1234272096163.bak
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>OpenDocument</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/vnd.oasis.opendocument.text</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>opendocument</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096163.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096163.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096163.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096163.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>OpenDocument</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/vnd.oasis.opendocument.text</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>opendocument</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/de.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096163" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096039"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en?rev=743041&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.1234272096095.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.1234272096095.bak?rev=743041&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.1234272096095.bak
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>OpenDocument</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/vnd.oasis.opendocument.text</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>opendocument</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096095.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096095.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096095.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096095.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>OpenDocument</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/vnd.oasis.opendocument.text</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>opendocument</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc785560-f775-11dd-baf5-ec0f263a3b87/en.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096095" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096020"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de Tue Feb 10 18:22:23 2009
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data>
+  <contacts>
+  </contacts>
+</data>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.1234272096078.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.1234272096078.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.1234272096078.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.1234272096078.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data>
+  <contacts>
+  </contacts>
+</data>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>CForms-Ressource-Typ</value>
+</element>
+<element key="date">
+<value>2005-10-13 11:19:30</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>cforms</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096078.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096078.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096078.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.meta.1234272096078.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>CForms-Ressource-Typ</value>
+</element>
+<element key="date">
+<value>2005-10-13 11:19:30</value>
+</element>
+<element key="language">
+<value>de</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/workflow/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>cforms</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/de.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096078" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272095988"/>
+</XPSRevisionControl>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en Tue Feb 10 18:22:23 2009
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data>
+  <contacts>
+  </contacts>
+</data>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.1234272096126.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.1234272096126.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.1234272096126.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.1234272096126.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data>
+  <contacts>
+  </contacts>
+</data>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.meta
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.meta?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.meta (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.meta Tue Feb 10 18:22:23 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>CForms Resource Type</value>
+</element>
+<element key="date">
+<value>2005-10-13 11:19:30</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>cforms</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096126.bak
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096126.bak?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096126.bak (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.meta.1234272096126.bak Tue Feb 10 18:22:23 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://apache.org/lenya/metadata/media/1.0"/>
+<element-set namespace="http://purl.org/dc/terms/"/>
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>CForms Resource Type</value>
+</element>
+<element key="date">
+<value>2005-10-13 11:19:30</value>
+</element>
+<element key="language">
+<value>en</value>
+</element>
+<element key="creator">
+<value>lenya</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/site/1.0"/>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="resourceType">
+<value>cforms</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Added: lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.rcml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.rcml?rev=743041&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.rcml (added)
+++ lenya/trunk/org.apache.lenya.core.impl/src/test/resources/pubs/test/content/authoring/bc7966d0-f775-11dd-baf5-ec0f263a3b87/en.rcml Tue Feb 10 18:22:23 2009
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272096126" version="1"/>
+<CheckOut identity="lenya" session="bc2ccd70-f775-11dd-baf5-ec0f263a3b87" time="1234272095990"/>
+</XPSRevisionControl>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.