You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/11/22 04:43:22 UTC

svn commit: r106150 - /lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/doctypes.xconf /lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/samples/homepage.xml

Author: gregor
Date: Sun Nov 21 19:43:21 2004
New Revision: 106150

Added:
   lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/samples/homepage.xml
Modified:
   lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/doctypes.xconf
Log:
Missing config files for homepage and links doctypes added.

Modified: lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/doctypes.xconf
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/doctypes.xconf?view=diff&rev=106150&p1=lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/doctypes.xconf&r1=106149&p2=lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/doctypes.xconf&r2=106150
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/doctypes.xconf	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/doctypes.xconf	Sun Nov 21 19:43:21 2004
@@ -19,6 +19,19 @@
 
 <doctypes>
 
+  <doc type="homepage">
+    <children>
+      <doc type="xhtml"/>
+      <doc type="links"/>
+    </children>
+    <creator src="org.apache.lenya.cms.authoring.DefaultBranchCreator">
+      <sample-name>homepage.xml</sample-name>
+    </creator>
+    <tasks>
+      <task id="publish"/>
+    </tasks>
+    <workflow src="workflow.xml"/>
+  </doc>
   <doc type="links">
     <children>
       <doc type="xhtml"/>

Added: lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/samples/homepage.xml
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/samples/homepage.xml?view=auto&rev=106150
==============================================================================
--- (empty file)
+++ lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/samples/homepage.xml	Sun Nov 21 19:43:21 2004
@@ -0,0 +1,44 @@
+<?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"
+>
+    <lenya:meta>
+        <dc:title>dctitle</dc:title>
+        <dc:creator>dccreator</dc:creator>
+        <dc:subject>dcsubject</dc:subject>
+        <dc:description>Abstract that can be used on an overview page</dc:description>
+        <dc:publisher/>
+        <dc:contributor/>
+        <dc:date>2003-5-21</dc:date>
+        <dc:type/>
+        <dc:format/>
+        <dc:identifier/>
+        <dc:source/>
+        <dc:language>en</dc:language>
+        <dc:relation/>
+        <dc:coverage/>
+        <dc:rights>dcrights</dc:rights>
+    </lenya:meta>
+  <head>
+    <title>Default Publication</title>
+  </head>
+  <body>
+    <h1>Default Publication</h1>
+    <p>Welcome to the default Lenya publication!</p>
+    <p>The purpose of this publication is</p>
+    <ul>
+      <li>to show beginners the basic functionality of the Lenya CMS,</li>
+      <li>to provide an "out of the box" publication that can be easily adapted and used, and</li>
+      <li>to provide a basis for reference implementations of new concepts and best practices.</li>
+    </ul>
+    <p>
+    You won't find any fancy and confusing bells and whistles here, but the
+    publication contains everything you need to get started.
+    </p>
+  </body>
+</html>

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