lenya/src/webapp/lenya/pubs/default/content/authoring/index index.xml,1.4,1.5

Christian Egli <[email protected]> Mon, 19 May 2003 21:03:58 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/index
In directory erbium:/tmp/cvs-serv2739/src/webapp/lenya/pubs/default/content/authoring/index

Modified Files:
	index.xml 
Log Message:
Added the content of the default publication:
* a hands-on tutorial
* a feature list
* a list of concept
* examples of the two doctypes


Index: index.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/index/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.xml	14 May 2003 15:54:27 -0000	1.4
--- index.xml	19 May 2003 19:03:55 -0000	1.5
***************
*** 9,23 ****
    <body>
      <h1>Default Publication</h1>
!     <p>Welcome to the default Lenya publication!</p>
!     <p>Te 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>
--- 9,49 ----
    <body>
      <h1>Default Publication</h1>
! 
!     <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="concepts.html">Concepts
!     section</a>. To see what you can do with Apache Lenya please refer
!     to the <a href="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="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>