You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ts...@apache.org on 2005/03/28 00:22:48 UTC

svn commit: r159198 - in lenya/docu/src/documentation/content/xdocs: 1_4/concepts/lenya-sitemaps.xml site.xml

Author: tschlabach
Date: Sun Mar 27 14:22:48 2005
New Revision: 159198

URL: http://svn.apache.org/viewcvs?view=rev&rev=159198
Log:
Started a section explaining the Lenya sitemaps. This can be used as an overview document where links to all the other components can be placed.

Added:
    lenya/docu/src/documentation/content/xdocs/1_4/concepts/lenya-sitemaps.xml
Modified:
    lenya/docu/src/documentation/content/xdocs/site.xml

Added: lenya/docu/src/documentation/content/xdocs/1_4/concepts/lenya-sitemaps.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_4/concepts/lenya-sitemaps.xml?view=auto&rev=159198
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/1_4/concepts/lenya-sitemaps.xml (added)
+++ lenya/docu/src/documentation/content/xdocs/1_4/concepts/lenya-sitemaps.xml Sun Mar 27 14:22:48 2005
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
+<document>
+	<header>
+		<title>Overview of the Lenya Sitemaps</title>
+	</header>
+	<body>
+
+		<section>
+			<title>Introduction</title>
+			<p>Lenya is based on Apache Cocoon. To understand how Lenya works, you should have at least some basic
+			Cocoon knowlege. Make sure you know what a Cocoon sitemap is and you understand matchers, generators,
+			transformers and serializers at least.</p>
+			<p>Lenya uses some more Cocoon components, but if you can spot the matchers, generators, transformers and
+			serizalizers, you will be able to get a good first overview of the Lenya sitemaps.</p>
+			<p>But Lenya is much more than just a collection of sitemaps and some XSLT stylesheets. Lenya builds on 
+			the Cocoon foundation and extends the Cocoon framework with custom</p>
+			<ul>
+			<li>Matchers</li>
+			<li>Actions</li>
+			</ul>
+			
+			<p>Beyond these components, Lenya also defines two proprietary schemes:</p>
+			<ul>
+			<li>lenya:</li>
+			<li>fallback:</li>
+			</ul>
+			
+			<p>These schemes are linked to a custom input module that comes with Lenya, the</p>
+			<ul>
+			<li>PageEnvelope input module</li>
+			</ul>
+
+		</section>
+
+	</body>
+</document>

Modified: lenya/docu/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/site.xml?view=diff&r1=159197&r2=159198
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/site.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/site.xml Sun Mar 27 14:22:48 2005
@@ -52,6 +52,7 @@
     </installation>
 
     <concepts href="concepts/" label="Concepts"> 	 
+      <sitemaps14 href="lenya-sitemaps.html" label="Overview of Lenya Sitemaps" />
       <usecase-framework-index href="usecase-framework/index.html" label="Usecase Framework"/> 	 
       <publication-templating href="publication-templating/index.html" label="Publication Templating"/> 	 
     </concepts>



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