lenya/src/webapp/lenya/pubs/default/content/authoring sitetree.xml,1.8,1.9

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

Modified Files:
	sitetree.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: sitetree.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/sitetree.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** sitetree.xml	14 May 2003 12:11:52 -0000	1.8
--- sitetree.xml	19 May 2003 19:03:56 -0000	1.9
***************
*** 22,42 ****
    <node id="tutorial">
      <label>Tutorial</label>
!     <node id="concepts">
!       <label>Concepts</label>
!     </node>
!     <node id="features">
!       <label>Features</label>
!     </node>
    </node>
    
!   <node id="default">
!     <label>Default Publication</label>
      <node id="simple-document">
        <label>Simple Doctype</label>
      </node>
!   </node>
    
-   <node id="simple-document">
-     <label>Simple Doctype Example</label>
-   </node>
  </site>
--- 22,44 ----
    <node id="tutorial">
      <label>Tutorial</label>
!   </node>
! 
!   <node id="concepts">
!     <label>Concepts</label>
    </node>
    
!   <node id="features">
!     <label>Features</label>
!   </node>
! 
!   <node id="doctypes">
!     <label>Document Type Examples</label>
      <node id="simple-document">
        <label>Simple Doctype</label>
      </node>
!      <node id="xhtml-document">
!       <label>XHTML Doctype</label>
!     </node>
!  </node>
    
  </site>