You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by so...@apache.org on 2007/09/19 09:10:03 UTC

svn commit: r577177 [5/12] - in /lenya/branches/revolution/1.3.x: ./ src/webapp/ src/webapp/WEB-INF/ src/webapp/lenya/pubs/default/ src/webapp/lenya/pubs/default12/ src/webapp/lenya/pubs/default12/config/ac/ src/webapp/lenya/pubs/default13/ src/webapp/...

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/features/index_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/features/index_de.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/features/index_de.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/features/index_de.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:dc="http://purl.org/dc/elements/1.1/" 
+xmlns:dcterms="http://purl.org/dc/terms/"
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" 
+xhtml:dummy="FIXME:keepNamespace" dc:dummy="FIXME:keepNamespace" 
+lenya:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_de.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+        <dc:title>Lenya Funktionen kurz erklärt</dc:title>
+        <dc:creator>Lenya Development Team</dc:creator>
+        <dc:subject>Lenya Funktionen</dc:subject>
+        <dc:description>Erklärt einige Lenya Funktionen</dc:description>
+        <dc:publisher>Apache Software Foundation</dc:publisher>
+        <dc:contributor/>
+        <dc:date>2005-01-31</dc:date>
+        <dc:type/>
+        <dc:format/>
+        <dc:identifier/>
+        <dc:source/>
+        <dc:language>de</dc:language>
+        <dc:relation/>
+        <dc:coverage/>
+        <dc:rights>Alle Rechte vorbehalten</dc:rights>
+    </lenya:meta>
+  <head>
+    <title>Funktionen</title>
+  </head>
+  <body>
+    <h1>Funktionen</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/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/features/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/features/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/features/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/features/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>Lenya Features explained</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>Lenya Features</dc:subject>
+<dc:description>Explains some Lenya features</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:32:14</dcterms:issued>
+<dcterms:modified>2007-09-19 01:32:14</dcterms:modified>
+</lenya:meta>
+  <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/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/index/index_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/index/index_de.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/index/index_de.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/index/index_de.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:dc="http://purl.org/dc/elements/1.1/" 
+xmlns:dcterms="http://purl.org/dc/terms/"
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" 
+xhtml:dummy="FIXME:keepNamespace" dc:dummy="FIXME:keepNamespace" 
+lenya:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace">
+<!--
+  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: index_de.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+        <dc:title>Willkommen zur Lenya Standardpublikation</dc:title>
+        <dc:creator>Lenya Development Team</dc:creator>
+        <dc:subject>Lenya Standardpublikation</dc:subject>
+        <dc:description>Die Startseite für die Lenya Standardpublikation</dc:description>
+        <dc:publisher>Apache Software Foundation</dc:publisher>
+        <dc:contributor/>
+        <dc:date>2005-01-31</dc:date>
+        <dc:type/>
+        <dc:format/>
+        <dc:identifier/>
+        <dc:source/>
+        <dc:language>de</dc:language>
+        <dc:relation/>
+        <dc:coverage/>
+        <dc:rights>Alle Rechte vorbehalten</dc:rights>
+    </lenya:meta>
+  <head>
+    <title>Willkommen bei der Default Publikation</title>
+  </head>
+  <body>
+    <p>Hallo und willkommen bei der Lenya Default Publikation!</p>
+
+    <p>Apache Lenya ist ein Java Open-Source Content Management System,
+    das auf offenen Standards wie zum Beispiel XML und XSLT und dem Apache
+    Software Stack basiert, insbesondere dem XML publishing framework Apache
+    Cocoon.</p>
+
+    <p>For an overview of the concepts and the terminology used in
+    Apache Lenya please see the <a href="/default/authoring/concepts.html">Concepts
+    section</a>. To see what you can do with Apache Lenya please
+    refer to the <a href="/default/authoring/features.html">Features
+    section</a>.</p>
+
+    <p>If you'd like to get a quick introduction on how to use Apache
+    Lenya CMS please go through the <a
+    href="/default/authoring/tutorial.html">tutorial</a>.</p>
+
+    <p>The purpose of this publication is</p>
+
+    <ul>
+      <li>to show beginners the basic functionality of the Apache
+      Lenya CMS,</li>
+
+      <li>to provide an "out of the box" publication that can be
+      easily adapted and used,</li>
+
+      <li>and to provide a basis for reference implementations of new
+      concepts and best practices.</li>
+    </ul>
+
+    <p>This publication does not go to the limit of what's possible
+    with Apache Lenya CMS, there are no fancy bells and whistles to
+    confuse you, this publication simply contains everything you need
+    to get started.</p>
+    </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/index/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/index/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/index/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/index/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:dc="http://purl.org/dc/elements/1.1/" 
+xmlns:dcterms="http://purl.org/dc/terms/"
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" 
+xhtml:dummy="FIXME:keepNamespace" dc:dummy="FIXME:keepNamespace" 
+lenya:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 154518 2005-02-20 16:00:35Z roku $ -->
+    <lenya:meta>
+        <dc:title>Welcome to the Lenya default publication</dc:title>
+        <dc:creator>Lenya Development Team</dc:creator>
+        <dc:subject>Lenya default publication</dc:subject>
+        <dc:description>The welcome page for the Lenya default publication</dc:description>
+        <dc:publisher>Apache Software Foundation</dc:publisher>
+        <dc:contributor/>
+        <dc:date>2005-01-31</dc:date>
+        <dc:type/>
+        <dc:format/>
+        <dc:identifier/>
+        <dc:source/>
+        <dc:language>en</dc:language>
+        <dc:relation/>
+        <dc:coverage/>
+        <dc:rights>All rights reserved</dc:rights>
+    </lenya:meta>
+  <head>
+    <title>Welcome to the Default publication</title>
+  </head>
+  <body>
+    <p>Hello and welcome to the Lenya default publication!</p>
+
+    <p>Apache Lenya is a Java Open-Source Content Management System
+    based on open standards such as XML and XSLT and the Apache
+    Software Stack, in particular the XML publishing framework Apache
+    Cocoon.</p>
+
+    <p>For an overview of the concepts and the terminology used in
+    Apache Lenya please see the <a href="/default/authoring/concepts.html">Concepts
+    section</a>. To see what you can do with Apache Lenya please
+    refer to the <a href="/default/authoring/features.html">Features
+    section</a>.</p>
+
+    <p>If you'd like to get a quick introduction on how to use Apache
+    Lenya CMS please go through the <a
+    href="/default/authoring/tutorial.html">tutorial</a>.</p>
+
+    <p>The purpose of this publication is</p>
+
+    <ul>
+      <li>to show beginners the basic functionality of the Apache
+      Lenya CMS,</li>
+
+      <li>to provide an "out of the box" publication that can be
+      easily adapted and used,</li>
+
+      <li>and to provide a basis for reference implementations of new
+      concepts and best practices.</li>
+
+    </ul>
+
+    <p>This publication does not go to the limit of what's possible
+    with Apache Lenya CMS, there are no fancy bells and whistles to
+    confuse you, this publication simply contains everything you need
+    to get started.</p>
+    </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/sitetree.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/sitetree.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/sitetree.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/sitetree.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site i18n:attr="label" label="Authoring"
+    xmlns="http://apache.org/cocoon/lenya/sitetree/1.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation=
+        "http://apache.org/cocoon/lenya/sitetree/1.0
+        ../../../../resources/entities/sitetree.xsd"
+    xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
+>
+    
+  <node id="index">
+    <label xml:lang="en">Home</label>
+    <label xml:lang="de">Home</label>
+  </node>
+  
+  <node id="tutorial">
+    <label xml:lang="en">Tutorial</label>
+    <label xml:lang="de">Tutorial</label>
+
+    <node id="new_doctype">
+      <label xml:lang="en">Create new doctype</label>
+    </node>
+  </node>
+
+  <node id="concepts">
+    <label xml:lang="en">Concepts (english only)</label>
+  </node>
+  
+  <node id="features">
+    <label xml:lang="en">Features</label>
+    <label xml:lang="de">Funktionen</label>
+  </node>
+
+  <node id="doctypes">
+    <label xml:lang="en">Document Type Examples</label>
+    <label xml:lang="de">Dokumenttyp Beispiele</label>
+     <node id="xhtml-document">
+      <label xml:lang="en">XHTML Doctype</label>
+      <label xml:lang="de">XHTML Dokumenttyp</label>
+    </node>
+ </node>
+  
+</site>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/index_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/index_de.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/index_de.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/index_de.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:dc="http://purl.org/dc/elements/1.1/" 
+xmlns:dcterms="http://purl.org/dc/terms/"
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" 
+xhtml:dummy="FIXME:keepNamespace" dc:dummy="FIXME:keepNamespace" 
+lenya:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_de.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+        <dc:title>Ein Tutorial für die Benutzung von Lenya</dc:title>
+        <dc:creator>Lenya Development Team</dc:creator>
+        <dc:subject>Lenya Tutorial</dc:subject>
+        <dc:description>Ein kurzes Tutorial für die Benutzung von Lenya</dc:description>
+        <dc:publisher>Apache Software Foundation</dc:publisher>
+        <dc:contributor/>
+        <dc:date>2005-01-31</dc:date>
+        <dc:type/>
+        <dc:format/>
+        <dc:identifier/>
+        <dc:source/>
+        <dc:language>de</dc:language>
+        <dc:relation/>
+        <dc:coverage/>
+        <dc:rights>Alle Rechte vorbehalten</dc:rights>
+    </lenya:meta>
+  <head>
+    <title>Lenya Tutorial</title>
+  </head>
+  <body>
+    <h1>Tutorial</h1>
+
+    <p>This tutorial gives you a short introduction into the Apache
+    Lenya content management system. We'll look at a typical use case
+    where we create a new document, edit and publish it.</p>
+
+    <h2>Creating a new document</h2>
+
+    <p>To create a new document goto the <code>File->New
+    Document</code> menu entry. You'll get a new screen that asks you
+    for an id and a name for this new document. The id will be used
+    internally as an identifier for the document and the name will be
+    used in the navigation. Let's use "foo" as id and "Foo" as the
+    name of the new document. Now press <code>Create</code>. You will
+    be redirected back to the page where you originally invoked the
+    creation and you'll notice that the new document "Foo" now shows
+    up as a sub-document of the Tutorial document in the
+    navigation.</p>
+
+    <p>This illustrates the fact that a new document is always created
+    as a sub-document of the document you're currently looking at. You
+    also notice how the navigation is built automatically.</p>
+
+    <h2>Editing a document</h2>
+
+    <p>To look at the newly created document click on the "Foo" entry
+    in the navigation. You'll notice that the "Foo" document already
+    contains some content. It was created from a sample XML
+    document. To change this sample content you will have to edit the
+    document. You can pick on of the following web-based WYSIWYG
+    editors:</p>
+
+    <ul>
+      <li>HTML Forms: This is a good choice for users of Mosaic ;-)</li>
+      <li>Bitflux: This is a good choice for users of Mozilla.</li>
+      <li>One Form: For the power user who needs all the control</li>
+    </ul>
+
+    <p>Pick your choice of editor (based on your platform) and start
+    editing the newly created document by selecting the
+    <code>Edit->Edit with BXE</code> menu button. The Lenya menu will
+    disappear and the Bitflux toolbar will appear instead. You can use
+    the left mouse button to get a context sensitive menu from where
+    you can copy, cut and paste. You're also able to insert new
+    elements into the document from the context sensitive menu. Once
+    you're done with all your changes, press
+    <code>Save&amp;Exit</code> to get back. You'll see your changes in
+    the document.</p>
+
+    <h2>Publishing a document</h2>
+
+    <p>Once you are satisfied with the content of the document you
+    want to publish it to make it visible in the live area.</p> 
+
+    <h3>Workflow</h3>
+
+    <p>The default publication has a simple workflow configured which
+    involves an author and a reviewer. The author creates and edits a
+    new document and submits it for approval. The reviewer (obviously
+    :-)) reviews the document and publishes it so that it will appear
+    on the live site.
+
+    The user lenya (which you are probably currently logged in as) has
+    the role edit, i.e. he can create new documents and submit them
+    for approval (with <code>Workflow->Submit for review</code>). The
+    user alice has the role review which allows her to approve,
+    i.e. publish documents.</p>
+
+    <p>In order to publish your newly created document simply press
+    <code>Workflow->Sumbit</code> (as user lenya) to submit the
+    current document for approval. Now log out
+    (<code>File->Logout</code>), log back in as alice (use the same
+    password as for user lenya) and publish the current document by
+    selecting <code>Workflow->Publish</code>. You will get a
+    confirmation screen where you confirm your intention to publish
+    the document "Foo" by pressing <code>Publish Now</code>. You might
+    have to publish the parent document ("Tutorial") first, as the
+    "Foo" document will not be published if the parent document is not
+    in the live area yet.</p> <p>To check how the "Foo" document looks
+    like in the live site click on the <code>live</code> tab in the
+    Lenya menu. This will open a new browser window showing you the
+    live site.</p>
+    
+    <h2>Scheduling</h2>
+    
+    <p>Apache Lenya allows you to publish a document at a specific
+    date. To do this select the <code>Workflow->Publish</code> menu
+    entry. Now instead of pressing <code>Publish</code>, specify the
+    date and the time at which you wish to publish the document and
+    press <code>Schedule</code>. Your document will be published at
+    the specified date. Use the <code>Scheduler</code> tab in the site
+    area to see the pending tasks and their status.</p>
+
+    <h2>Revision Control</h2>
+
+    <p>Every time you edit a document and exit the editor a new
+    revision of the document is stored. Old versions of the document
+    are kept and you can go back to an older version if you want to
+    undo some of the changes you applied to it. To see all available
+    versions of the current document press
+    <code>Tools->Rollback</code>. This will give you a list of all
+    previous versions. You can view a specific old version or rollback
+    to a specific old version by clicking on the appropriate links.</p>
+
+  </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>A Short Lenya Tutorial</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>Lenya Tutorial</dc:subject>
+<dc:description>A short tutorial on Lenya usage</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:31:53</dcterms:issued>
+<dcterms:modified>2007-09-19 01:31:53</dcterms:modified>
+</lenya:meta>
+  <head>
+    <title>Lenya Tutorial</title>
+  </head>
+  <body>
+    <h1>Tutorial</h1>
+
+    <p>This tutorial gives you a short introduction into the Apache
+    Lenya content management system. We'll look at a typical use case
+    where we create a new document, edit and publish it.</p>
+
+    <h2>Creating a new document</h2>
+
+    <p>To create a new document goto the <code>File-&gt;New
+    Document</code> menu entry. You'll get a new screen that asks you
+    for an id and a name for this new document. The id will be used
+    internally as an identifier for the document and the name will be
+    used in the navigation. Let's use "foo" as id and "Foo" as the
+    name of the new document. Now press <code>Create</code>. You will
+    be redirected back to the page where you originally invoked the
+    creation and you'll notice that the new document "Foo" now shows
+    up as a sub-document of the Tutorial document in the
+    navigation.</p>
+
+    <p>This illustrates the fact that a new document is always created
+    as a sub-document of the document you're currently looking at. You
+    also notice how the navigation is built automatically.</p>
+
+    <h2>Editing a document</h2>
+
+    <p>To look at the newly created document click on the "Foo" entry
+    in the navigation. You'll notice that the "Foo" document already
+    contains some content. It was created from a sample XML
+    document. To change this sample content you will have to edit the
+    document. You can pick on of the following web-based WYSIWYG
+    editors:</p>
+
+    <ul>
+      <li>HTML Forms: This is a good choice for users of Mosaic ;-)</li>
+      <li>Bitflux: This is a good choice for users of Mozilla.</li>
+      <li>One Form: For the power user who needs all the control</li>
+    </ul>
+
+    <p>Pick your choice of editor (based on your platform) and start
+    editing the newly created document by selecting the
+    <code>Edit-&gt;Edit with BXE</code> menu button. The Lenya menu will
+    disappear and the Bitflux toolbar will appear instead. You can use
+    the left mouse button to get a context sensitive menu from where
+    you can copy, cut and paste. You're also able to insert new
+    elements into the document from the context sensitive menu. Once
+    you're done with all your changes, press
+    <code>Save&amp;Exit</code> to get back. You'll see your changes in
+    the document.</p>
+
+    <h2>Publishing a document</h2>
+
+    <p>Once you are satisfied with the content of the document you
+    want to publish it to make it visible in the live area.</p> 
+
+    <h3>Workflow</h3>
+
+    <p>The default publication has a simple workflow configured which
+    involves an author and a reviewer. The author creates and edits a
+    new document and submits it for approval. The reviewer (obviously
+    :-)) reviews the document and publishes it so that it will appear
+    on the live site.
+
+    The user lenya (which you are probably currently logged in as) has
+    the role edit, i.e. he can create new documents and submit them
+    for approval (with <code>Workflow-&gt;Submit for review</code>). The
+    user alice has the role review which allows her to approve,
+    i.e. publish documents.</p>
+
+    <p>In order to publish your newly created document simply press
+    <code>Workflow-&gt;Sumbit</code> (as user lenya) to submit the
+    current document for approval. Now log out
+    (<code>File-&gt;Logout</code>), log back in as alice (use the same
+    password as for user lenya) and publish the current document by
+    selecting <code>Workflow-&gt;Publish</code>. You will get a
+    confirmation screen where you confirm your intention to publish
+    the document "Foo" by pressing <code>Publish Now</code>. You might
+    have to publish the parent document ("Tutorial") first, as the
+    "Foo" document will not be published if the parent document is not
+    in the live area yet.</p> <p>To check how the "Foo" document looks
+    like in the live site click on the <code>live</code> tab in the
+    Lenya menu. This will open a new browser window showing you the
+    live site.</p>
+    
+    <h2>Scheduling</h2>
+    
+    <p>Apache Lenya allows you to publish a document at a specific
+    date. To do this select the <code>Workflow-&gt;Publish</code> menu
+    entry. Now instead of pressing <code>Publish</code>, specify the
+    date and the time at which you wish to publish the document and
+    press <code>Schedule</code>. Your document will be published at
+    the specified date. Use the <code>Scheduler</code> tab in the site
+    area to see the pending tasks and their status.</p>
+
+    <h2>Revision Control</h2>
+
+    <p>Every time you edit a document and exit the editor a new
+    revision of the document is stored. Old versions of the document
+    are kept and you can go back to an older version if you want to
+    undo some of the changes you applied to it. To see all available
+    versions of the current document press
+    <code>Tools-&gt;Rollback</code>. This will give you a list of all
+    previous versions. You can view a specific old version or rollback
+    to a specific old version by clicking on the appropriate links.</p>
+
+  </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/new_doctype/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/new_doctype/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/new_doctype/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/authoring/tutorial/new_doctype/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>How to create a new doctype</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>Doctype creation</dc:subject>
+<dc:description>Explains how to create a new doctype</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:32:00</dcterms:issued>
+<dcterms:modified>2007-09-19 01:32:00</dcterms:modified>
+</lenya:meta>
+  <head>
+    <title>Lenya Tutorial - How to create a new doctype</title>
+  </head>
+  <body>
+    <h1>Lenya Tutorial - How to create a new doctype</h1>
+
+    <p>NOTE: Also see the <a href="http://wiki.cocoondev.org/Wiki.jsp?page=LenyaAddingCustomDocType">Wiki</a>
+</p>
+
+    <h2>The standard way</h2>
+
+    <p>
+    Add a link where people can click on: <em>config/menus/menu.xsp</em>
+    </p>
+
+    <p>
+    Create a usecase sitemap where the "flow" is defined: <em>usecase-create-my_doctype.xmap</em>
+    </p>
+
+    <p>
+    Define what class shall be used for the actual creation: <em>config/doctypes/doctypes.xconf</em>
+    </p>
+    
+    <p>
+    In many cases a new document is created based on a sample: <em>config/doctypes/samples/my_doctype.xml</em>
+    The name of the sample needs to be configured within <em>config/doctypes/doctypes.xconf</em>
+    </p>
+    
+    <p>
+    Add doctype such that XSLT can be found: <em>parameter-doctype.xmap</em>
+    </p>
+    
+    <p>
+    Create XSLT: <em>xslt/my_doctype2xhtml.xsl</em>
+    </p>
+    
+    <p>
+    OPTIONAL: Create new menu: <em>menus.xmap</em>, <em>config/menus/my_doctype.xsp</em>
+    </p>
+    
+    <p>
+    Create workflow: <em>config/workflow/my_doctype.xml</em>, <em>config/doctypes/doctypes.xconf</em>
+    </p>
+
+  </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all.xconf
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all.xconf?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all.xconf (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all.xconf Wed Sep 19 00:09:42 2007
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index revision="edit"/>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all_de.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all_de.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all_de.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="de" name="all" xmlns="">
+<resource doctype="xhtml" id="doctypes" title="Dokumenttyp Beispiele" type="xml" unid="0002"/>
+<resource doctype="xhtml" id="xhtml-document" title="XHTML Dokumenttyp" type="xml" unid="0003"/>
+<resource doctype="xhtml" id="features" title="Funktionen" type="xml" unid="0004"/>
+<resource doctype="homepage" id="index" title="Home" type="xml" unid="0005"/>
+<resource doctype="xhtml" id="tutorial" title="Tutorial" type="xml" unid="0006"/>
+</index>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/all_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="en" name="all" xmlns="">
+<resource doctype="xhtml" id="concepts" title="Concepts (english only)" type="xml" unid="0001"/>
+<resource doctype="xhtml" id="doctypes" title="Document Type Examples" type="xml" unid="0002"/>
+<resource doctype="xhtml" id="xhtml-document" title="XHTML Doctype" type="xml" unid="0003"/>
+<resource doctype="xhtml" id="features" title="Features" type="xml" unid="0004"/>
+<resource doctype="homepage" id="index" title="Home" type="xml" unid="0005"/>
+<resource doctype="xhtml" id="tutorial" title="Tutorial" type="xml" unid="0006"/>
+<resource doctype="xhtml" id="new_doctype" title="Create new doctype" type="xml" unid="0007"/>
+</index>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets.xconf
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets.xconf?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets.xconf (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets.xconf Wed Sep 19 00:09:42 2007
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index>
+<filter property="type">file</filter>
+</index>
\ No newline at end of file

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets_de.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets_de.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets_de.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="de" name="assets" xmlns=""/>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/assets_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="en" name="assets" xmlns=""/>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit.xconf
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit.xconf?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit.xconf (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit.xconf Wed Sep 19 00:09:42 2007
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index structure="live" revision="edit"/>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit_de.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit_de.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit_de.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="de" name="edit" xmlns="">
+<resource doctype="homepage" fullid="/index" id="index" title="Home" type="xml" unid="0005"/>
+<resource doctype="xhtml" fullid="/tutorial" id="tutorial" title="Tutorial" type="xml" unid="0006"/>
+<resource doctype="xhtml" fullid="/features" id="features" title="Funktionen" type="xml" unid="0004"/>
+<resource doctype="xhtml" fullid="/doctypes" id="doctypes" title="Dokumenttyp Beispiele" type="xml" unid="0002">
+<resource doctype="xhtml" fullid="/doctypes/xhtml-document" id="xhtml-document" title="XHTML Dokumenttyp" type="xml" unid="0003"/>
+</resource>
+</index>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/edit_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="en" name="edit" xmlns="">
+<resource doctype="homepage" fullid="/index" id="index" title="Home" type="xml" unid="0005"/>
+<resource doctype="xhtml" fullid="/tutorial" id="tutorial" title="Tutorial" type="xml" unid="0006">
+<resource doctype="xhtml" fullid="/tutorial/new_doctype" id="new_doctype" title="Create new doctype" type="xml" unid="0007"/>
+</resource>
+<resource doctype="xhtml" fullid="/concepts" id="concepts" title="Concepts (english only)" type="xml" unid="0001"/>
+<resource doctype="xhtml" fullid="/features" id="features" title="Features" type="xml" unid="0004"/>
+<resource doctype="xhtml" fullid="/doctypes" id="doctypes" title="Document Type Examples" type="xml" unid="0002">
+<resource doctype="xhtml" fullid="/doctypes/xhtml-document" id="xhtml-document" title="XHTML Doctype" type="xml" unid="0003"/>
+</resource>
+</index>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu.xconf
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu.xconf?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu.xconf (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu.xconf Wed Sep 19 00:09:42 2007
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index structure="livemenu" revision="edit"/>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu_de.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu_de.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu_de.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="de" name="editmenu" xmlns="">
+<resource doctype="xhtml" fullid="/tutorial" id="tutorial" title="Tutorial" type="xml" unid="0006"/>
+<resource doctype="xhtml" fullid="/features" id="features" title="Funktionen" type="xml" unid="0004"/>
+<resource doctype="xhtml" fullid="/doctypes" id="doctypes" title="Dokumenttyp Beispiele" type="xml" unid="0002">
+<resource doctype="xhtml" fullid="/doctypes/xhtml-document" id="xhtml-document" title="XHTML Dokumenttyp" type="xml" unid="0003"/>
+</resource>
+</index>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/editmenu_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="en" name="editmenu" xmlns="">
+<resource doctype="xhtml" fullid="/tutorial" id="tutorial" title="Tutorial" type="xml" unid="0006">
+<resource doctype="xhtml" fullid="/tutorial/new_doctype" id="new_doctype" title="Create new doctype" type="xml" unid="0007"/>
+</resource>
+<resource doctype="xhtml" fullid="/concepts" id="concepts" title="Concepts (english only)" type="xml" unid="0001"/>
+<resource doctype="xhtml" fullid="/features" id="features" title="Features" type="xml" unid="0004"/>
+<resource doctype="xhtml" fullid="/doctypes" id="doctypes" title="Document Type Examples" type="xml" unid="0002">
+<resource doctype="xhtml" fullid="/doctypes/xhtml-document" id="xhtml-document" title="XHTML Doctype" type="xml" unid="0003"/>
+</resource>
+</index>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live.xconf
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live.xconf?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live.xconf (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live.xconf Wed Sep 19 00:09:42 2007
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index structure="livemenu">
+<filter property="type">xml</filter>
+<filter property="doctype">xhtml|link</filter>
+</index>
\ No newline at end of file

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live_de.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live_de.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live_de.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live_de.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="de" name="live" xmlns=""/>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/index/live_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<index language="en" name="live" xmlns="">
+<resource doctype="xhtml" fullid="/tutorial" id="tutorial" title="Tutorial" type="xml" unid="0006">
+<resource doctype="xhtml" fullid="/tutorial/new_doctype" id="new_doctype" title="Create new doctype" type="xml" unid="0007"/>
+</resource>
+<resource doctype="xhtml" fullid="/concepts" id="concepts" title="Concepts (english only)" type="xml" unid="0001"/>
+<resource doctype="xhtml" fullid="/features" id="features" title="Features" type="xml" unid="0004"/>
+<resource doctype="xhtml" fullid="/doctypes" id="doctypes" title="Document Type Examples" type="xml" unid="0002">
+<resource doctype="xhtml" fullid="/doctypes/xhtml-document" id="xhtml-document" title="XHTML Doctype" type="xml" unid="0003"/>
+</resource>
+</index>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/concepts/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/concepts/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/concepts/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/concepts/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>Some Lenya Concepts</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>Lenya Concepts</dc:subject>
+<dc:description>An introduction to some Lenya concepts</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:32:05</dcterms:issued>
+<dcterms:modified>2007-09-19 01:32:05</dcterms:modified>
+</lenya:meta>
+  <head>
+    <title>Concepts</title>
+  </head>
+  <body>
+    <h1>Concepts</h1>
+    
+    <h2>Publications</h2>
+    
+    <p>In Apache Lenya, a website is called a
+    <strong>publication</strong>.</p>
+    
+    <h2>Areas: Authoring and Live</h2>
+
+    <p>Apache Lenya separates between different areas:</p>
+    <ul>
+      <li>The authoring area is for creating and editing of
+      content. All CMS functions are available here.</li>
+
+      <li>Once the content has been published it is moved to the live
+      area. The live area can be served by a web server directly or
+      you can add another intermediate step where the content is
+      replicated from the live area to the actual web server. In any
+      case the live area simply serves as a preview to the content
+      that will be served by the web server.</li>
+    </ul>
+    
+    <h2>Document types</h2>
+
+    <p>As Apache Lenya is based on Apache Cocoon, it has strong XML and
+    XSLT foundations. It is possible to ensure that a document
+    conforms to an XML schema. Typically you define different types of
+    documents, like an news article or an opinion piece, conforming to
+    different XML schemas. These different types are referred to as
+    document types. They are used to ensure the XML schema conformance
+    when editing and typically also when preparing a presentation of
+    the document, where an opinion piece has a different layout than a
+    news article.</p>
+
+  </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/doctypes/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/doctypes/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/doctypes/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/doctypes/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>Some Document Type Samples</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>Doctype Samples</dc:subject>
+<dc:description>Contains various samples of document types</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:32:19</dcterms:issued>
+<dcterms:modified>2007-09-19 01:32:19</dcterms:modified>
+</lenya:meta>
+  <head>
+    <title>Document Type Examples</title>
+  </head>
+  <body>
+    <h1>Document Type Examples</h1>
+
+    <p>The default publication comes with the <a href="/lenya/default/authoring/doctypes/xhtml-document.html">XHTML Doctype</a>.</p>
+    
+    <p>The XHTML Doctype is 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>
+
+  </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/doctypes/xhtml-document/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/doctypes/xhtml-document/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/doctypes/xhtml-document/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/doctypes/xhtml-document/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>The XHTML Doctype</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>XHTML Doctype</dc:subject>
+<dc:description>Explains the XHTML Doctype</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:32:25</dcterms:issued>
+<dcterms:modified>2007-09-19 01:32:25</dcterms:modified>
+</lenya:meta>
+  <head>
+    <title>The XHTML Document Doctype</title>
+  </head>
+  <body>
+    <h1>The XHTML Document Doctype</h1>
+
+    <p>The XHTML Document Doctype is simply a XHTML document that
+    conforms 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/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/features/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/features/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/features/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/features/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>Lenya Features explained</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>Lenya Features</dc:subject>
+<dc:description>Explains some Lenya features</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:32:14</dcterms:issued>
+<dcterms:modified>2007-09-19 01:32:14</dcterms:modified>
+</lenya:meta>
+  <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/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/index/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/index/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/index/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/index/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+xmlns:dc="http://purl.org/dc/elements/1.1/" 
+xmlns:dcterms="http://purl.org/dc/terms/"
+xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" 
+xhtml:dummy="FIXME:keepNamespace" dc:dummy="FIXME:keepNamespace" 
+lenya:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+        <dc:title>Welcome to the Lenya default publication</dc:title>
+        <dc:creator>Lenya Development Team</dc:creator>
+        <dc:subject>Start page</dc:subject>
+        <dc:description>This is the start page for this publication.</dc:description>
+        <dc:publisher>Apache Software Foundation</dc:publisher>
+        <dc:contributor/>
+        <dc:date>2005-01-31</dc:date>
+        <dc:type/>
+        <dc:format/>
+        <dc:identifier/>
+        <dc:source/>
+        <dc:language>en</dc:language>
+        <dc:relation/>
+        <dc:coverage/>
+        <dc:rights>All rights reserved</dc:rights>
+    </lenya:meta>
+  <head>
+    <title>Welcome to the Default publication</title>
+  </head>
+  <body>
+    <p>Hello and welcome to the Lenya 1.3 default publication!</p>
+
+    <p>Apache Lenya is a Java Open-Source Content Management System
+    based on open standards such as XML and XSLT and the Apache
+    Software Stack, in particular the XML publishing framework Apache
+    Cocoon.</p>
+
+    <p>For an overview of the concepts and the terminology used in
+    Apache Lenya please see the <a href="/default/authoring/concepts.html">Concepts
+    section</a>. To see what you can do with Apache Lenya please
+    refer to the <a href="/default/authoring/features.html">Features
+    section</a>.</p>
+
+    <p>If you'd like to get a quick introduction on how to use Apache
+    Lenya CMS please go through the <a
+    href="/default/authoring/tutorial.html">tutorial</a>.</p>
+
+    <p>The purpose of this publication is</p>
+
+    <ul>
+      <li>to show beginners the basic functionality of the Apache
+      Lenya CMS,</li>
+      <li>to provide an "out of the box" publication that can be
+      easily adapted and used,</li>
+      <li>and to provide a basis for reference implementations of new
+      concepts and best practices.</li>
+    </ul>
+
+    <p>This publication does not go to the limit of what's possible
+    with Apache Lenya CMS, there are no fancy bells and whistles to
+    confuse you, this publication simply contains everything you need
+    to get started.</p>
+    </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/sitetree.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/sitetree.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/sitetree.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/sitetree.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site xmlns="http://apache.org/cocoon/lenya/sitetree/1.0" xmlns:i18n="http://apache.org/cocoon/i18n/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" i18n:attr="label" label="Live" xsi:schemaLocation="http://apache.org/cocoon/lenya/sitetree/1.0      ../../../../resources/entities/sitetree.xsd">
+    
+  <node id="index">
+    <label xml:lang="en">Home</label>
+  </node>
+  
+<node id="tutorial" visibleinnav="true">
+<label xml:lang="en">Tutorial</label>
+<node id="new_doctype" visibleinnav="true">
+<label xml:lang="en">Create new doctype</label>
+</node>
+</node>
+<node id="concepts" visibleinnav="true">
+<label xml:lang="en">Concepts (english only)</label>
+</node>
+<node id="features" visibleinnav="true">
+<label xml:lang="en">Features</label>
+</node>
+<node id="doctypes" visibleinnav="true">
+<label xml:lang="en">Document Type Examples</label>
+<node id="xhtml-document" visibleinnav="true">
+<label xml:lang="en">XHTML Doctype</label>
+</node>
+</node>
+</site>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/tutorial/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/tutorial/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/tutorial/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/tutorial/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>A Short Lenya Tutorial</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>Lenya Tutorial</dc:subject>
+<dc:description>A short tutorial on Lenya usage</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:31:53</dcterms:issued>
+<dcterms:modified>2007-09-19 01:31:53</dcterms:modified>
+</lenya:meta>
+  <head>
+    <title>Lenya Tutorial</title>
+  </head>
+  <body>
+    <h1>Tutorial</h1>
+
+    <p>This tutorial gives you a short introduction into the Apache
+    Lenya content management system. We'll look at a typical use case
+    where we create a new document, edit and publish it.</p>
+
+    <h2>Creating a new document</h2>
+
+    <p>To create a new document goto the <code>File-&gt;New
+    Document</code> menu entry. You'll get a new screen that asks you
+    for an id and a name for this new document. The id will be used
+    internally as an identifier for the document and the name will be
+    used in the navigation. Let's use "foo" as id and "Foo" as the
+    name of the new document. Now press <code>Create</code>. You will
+    be redirected back to the page where you originally invoked the
+    creation and you'll notice that the new document "Foo" now shows
+    up as a sub-document of the Tutorial document in the
+    navigation.</p>
+
+    <p>This illustrates the fact that a new document is always created
+    as a sub-document of the document you're currently looking at. You
+    also notice how the navigation is built automatically.</p>
+
+    <h2>Editing a document</h2>
+
+    <p>To look at the newly created document click on the "Foo" entry
+    in the navigation. You'll notice that the "Foo" document already
+    contains some content. It was created from a sample XML
+    document. To change this sample content you will have to edit the
+    document. You can pick on of the following web-based WYSIWYG
+    editors:</p>
+
+    <ul>
+      <li>HTML Forms: This is a good choice for users of Mosaic ;-)</li>
+      <li>Bitflux: This is a good choice for users of Mozilla.</li>
+      <li>One Form: For the power user who needs all the control</li>
+    </ul>
+
+    <p>Pick your choice of editor (based on your platform) and start
+    editing the newly created document by selecting the
+    <code>Edit-&gt;Edit with BXE</code> menu button. The Lenya menu will
+    disappear and the Bitflux toolbar will appear instead. You can use
+    the left mouse button to get a context sensitive menu from where
+    you can copy, cut and paste. You're also able to insert new
+    elements into the document from the context sensitive menu. Once
+    you're done with all your changes, press
+    <code>Save&amp;Exit</code> to get back. You'll see your changes in
+    the document.</p>
+
+    <h2>Publishing a document</h2>
+
+    <p>Once you are satisfied with the content of the document you
+    want to publish it to make it visible in the live area.</p> 
+
+    <h3>Workflow</h3>
+
+    <p>The default publication has a simple workflow configured which
+    involves an author and a reviewer. The author creates and edits a
+    new document and submits it for approval. The reviewer (obviously
+    :-)) reviews the document and publishes it so that it will appear
+    on the live site.
+
+    The user lenya (which you are probably currently logged in as) has
+    the role edit, i.e. he can create new documents and submit them
+    for approval (with <code>Workflow-&gt;Submit for review</code>). The
+    user alice has the role review which allows her to approve,
+    i.e. publish documents.</p>
+
+    <p>In order to publish your newly created document simply press
+    <code>Workflow-&gt;Sumbit</code> (as user lenya) to submit the
+    current document for approval. Now log out
+    (<code>File-&gt;Logout</code>), log back in as alice (use the same
+    password as for user lenya) and publish the current document by
+    selecting <code>Workflow-&gt;Publish</code>. You will get a
+    confirmation screen where you confirm your intention to publish
+    the document "Foo" by pressing <code>Publish Now</code>. You might
+    have to publish the parent document ("Tutorial") first, as the
+    "Foo" document will not be published if the parent document is not
+    in the live area yet.</p> <p>To check how the "Foo" document looks
+    like in the live site click on the <code>live</code> tab in the
+    Lenya menu. This will open a new browser window showing you the
+    live site.</p>
+    
+    <h2>Scheduling</h2>
+    
+    <p>Apache Lenya allows you to publish a document at a specific
+    date. To do this select the <code>Workflow-&gt;Publish</code> menu
+    entry. Now instead of pressing <code>Publish</code>, specify the
+    date and the time at which you wish to publish the document and
+    press <code>Schedule</code>. Your document will be published at
+    the specified date. Use the <code>Scheduler</code> tab in the site
+    area to see the pending tasks and their status.</p>
+
+    <h2>Revision Control</h2>
+
+    <p>Every time you edit a document and exit the editor a new
+    revision of the document is stored. Old versions of the document
+    are kept and you can go back to an older version if you want to
+    undo some of the changes you applied to it. To see all available
+    versions of the current document press
+    <code>Tools-&gt;Rollback</code>. This will give you a list of all
+    previous versions. You can view a specific old version or rollback
+    to a specific old version by clicking on the appropriate links.</p>
+
+  </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/tutorial/new_doctype/index_en.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/tutorial/new_doctype/index_en.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/tutorial/new_doctype/index_en.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/live/tutorial/new_doctype/index_en.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" dc:dummy="FIXME:keepNamespace" dcterms:dummy="FIXME:keepNamespace" lenya:dummy="FIXME:keepNamespace" xhtml:dummy="FIXME:keepNamespace">
+
+<!--
+  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: index_en.xml 149362 2005-02-01 03:33:00Z gregor $ -->
+    <lenya:meta>
+<dc:title>How to create a new doctype</dc:title>
+<dc:creator>Lenya Development Team</dc:creator>
+<dc:subject>Doctype creation</dc:subject>
+<dc:description>Explains how to create a new doctype</dc:description>
+<dc:publisher>alice|Alice|alice@lenya.org</dc:publisher>
+<dc:contributor/>
+<dc:date>2005-01-31</dc:date>
+<dc:type/>
+<dc:format/>
+<dc:identifier/>
+<dc:source/>
+<dc:language>en</dc:language>
+<dc:relation/>
+<dc:coverage/>
+<dc:rights>All rights reserved</dc:rights>
+<dcterms:issued>2007-09-19 01:32:00</dcterms:issued>
+<dcterms:modified>2007-09-19 01:32:00</dcterms:modified>
+</lenya:meta>
+  <head>
+    <title>Lenya Tutorial - How to create a new doctype</title>
+  </head>
+  <body>
+    <h1>Lenya Tutorial - How to create a new doctype</h1>
+
+    <p>NOTE: Also see the <a href="http://wiki.cocoondev.org/Wiki.jsp?page=LenyaAddingCustomDocType">Wiki</a>
+</p>
+
+    <h2>The standard way</h2>
+
+    <p>
+    Add a link where people can click on: <em>config/menus/menu.xsp</em>
+    </p>
+
+    <p>
+    Create a usecase sitemap where the "flow" is defined: <em>usecase-create-my_doctype.xmap</em>
+    </p>
+
+    <p>
+    Define what class shall be used for the actual creation: <em>config/doctypes/doctypes.xconf</em>
+    </p>
+    
+    <p>
+    In many cases a new document is created based on a sample: <em>config/doctypes/samples/my_doctype.xml</em>
+    The name of the sample needs to be configured within <em>config/doctypes/doctypes.xconf</em>
+    </p>
+    
+    <p>
+    Add doctype such that XSLT can be found: <em>parameter-doctype.xmap</em>
+    </p>
+    
+    <p>
+    Create XSLT: <em>xslt/my_doctype2xhtml.xsl</em>
+    </p>
+    
+    <p>
+    OPTIONAL: Create new menu: <em>menus.xmap</em>, <em>config/menus/my_doctype.xsp</em>
+    </p>
+    
+    <p>
+    Create workflow: <em>config/workflow/my_doctype.xml</em>, <em>config/doctypes/doctypes.xconf</em>
+    </p>
+
+  </body>
+</html>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/concepts/index_en.xml.rcml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/concepts/index_en.xml.rcml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/concepts/index_en.xml.rcml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/concepts/index_en.xml.rcml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XPSRevisionControl xmlns="">
+<CheckIn>
+<Identity>alice</Identity>
+<Time>1190179926000</Time>
+</CheckIn>
+<CheckOut>
+<Identity>alice</Identity>
+<Time>1190179925968</Time>
+</CheckOut>
+<CheckIn>
+<Identity>System</Identity>
+<Time>1189740862906</Time>
+</CheckIn>
+</XPSRevisionControl>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/doctypes/index_en.xml.rcml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/doctypes/index_en.xml.rcml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/doctypes/index_en.xml.rcml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/doctypes/index_en.xml.rcml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XPSRevisionControl xmlns="">
+<CheckIn>
+<Identity>alice</Identity>
+<Time>1190179939609</Time>
+</CheckIn>
+<CheckOut>
+<Identity>alice</Identity>
+<Time>1190179939578</Time>
+</CheckOut>
+<CheckIn>
+<Identity>System</Identity>
+<Time>1189740862906</Time>
+</CheckIn>
+</XPSRevisionControl>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/doctypes/xhtml-document/index_en.xml.rcml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/doctypes/xhtml-document/index_en.xml.rcml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/doctypes/xhtml-document/index_en.xml.rcml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/doctypes/xhtml-document/index_en.xml.rcml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XPSRevisionControl xmlns="">
+<CheckIn>
+<Identity>alice</Identity>
+<Time>1190179945953</Time>
+</CheckIn>
+<CheckOut>
+<Identity>alice</Identity>
+<Time>1190179945937</Time>
+</CheckOut>
+<CheckIn>
+<Identity>System</Identity>
+<Time>1189740862906</Time>
+</CheckIn>
+</XPSRevisionControl>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/features/index_en.xml.rcml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/features/index_en.xml.rcml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/features/index_en.xml.rcml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/features/index_en.xml.rcml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XPSRevisionControl xmlns="">
+<CheckIn>
+<Identity>alice</Identity>
+<Time>1190179934062</Time>
+</CheckIn>
+<CheckOut>
+<Identity>alice</Identity>
+<Time>1190179934046</Time>
+</CheckOut>
+<CheckIn>
+<Identity>System</Identity>
+<Time>1189740862921</Time>
+</CheckIn>
+</XPSRevisionControl>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/tutorial/index_en.xml.rcml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/tutorial/index_en.xml.rcml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/tutorial/index_en.xml.rcml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/tutorial/index_en.xml.rcml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XPSRevisionControl xmlns="">
+<CheckIn>
+<Identity>alice</Identity>
+<Time>1190179913968</Time>
+</CheckIn>
+<CheckOut>
+<Identity>alice</Identity>
+<Time>1190179913921</Time>
+</CheckOut>
+<CheckIn>
+<Identity>System</Identity>
+<Time>1189740862984</Time>
+</CheckIn>
+</XPSRevisionControl>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/tutorial/new_doctype/index_en.xml.rcml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/tutorial/new_doctype/index_en.xml.rcml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/tutorial/new_doctype/index_en.xml.rcml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/rcml/content/authoring/tutorial/new_doctype/index_en.xml.rcml Wed Sep 19 00:09:42 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XPSRevisionControl xmlns="">
+<CheckIn>
+<Identity>alice</Identity>
+<Time>1190179920531</Time>
+</CheckIn>
+<CheckOut>
+<Identity>alice</Identity>
+<Time>1190179920515</Time>
+</CheckOut>
+<CheckIn>
+<Identity>System</Identity>
+<Time>1189740862984</Time>
+</CheckIn>
+</XPSRevisionControl>

Added: lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/relation/authoring.xml
URL: http://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/relation/authoring.xml?rev=577177&view=auto
==============================================================================
--- lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/relation/authoring.xml (added)
+++ lenya/branches/revolution/1.3.x/src/webapp/lenya/pubs/default13/content/relation/authoring.xml Wed Sep 19 00:09:42 2007
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><resources structure="authoring"><resource full="/index" id="index" unid="0005"/><resource full="/tutorial" id="tutorial" unid="0006"><resource full="/tutorial/new_doctype" id="new_doctype" unid="0007"/></resource><resource full="/concepts" id="concepts" unid="0001"/><resource full="/features" id="features" unid="0004"/><resource full="/doctypes" id="doctypes" unid="0002"><resource full="/doctypes/xhtml-document" id="xhtml-document" unid="0003"/></resource></resources>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org