dims        01/06/14 04:45:36

  Modified:    xdocs    docs-book.xml site-book.xml
  Added:       xdocs    logicsheet.xml request.xml session.xml
  Log:
  Added Docs from Christopher Painter-Wakefield <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.5       +27 -13    xml-cocoon2/xdocs/docs-book.xml
  
  Index: docs-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/xdocs/docs-book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- docs-book.xml     2001/06/06 17:20:58     1.4
  +++ docs-book.xml     2001/06/14 11:45:33     1.5
  @@ -1,33 +1,47 @@
   <?xml version="1.0"?>
   
  -<book software="Cocoon" title="Cocoon documentation" copyright="@year@ The Apache 
Software Foundation">
  +<book title="Cocoon documentation" copyright="@year@ The Apache Software 
Foundation">
  +<separator/>
     <page id="index" label="Index" source="index.xml"/>
  -  <page id="uc2" label="Concepts" source="uc2.xml"/>
     <page id="license" label="License" source="license.xml"/>
  +<separator/>
     <page id="install" label="Install" source="installing.xml"/>
   <separator/>
     <page id="overview" label="Overview" source="overview.xml"/>
  -  <page id="httprequest" label="HttpRequest" source="httprequest.xml"/>
  +  <page id="uc2" label="Concepts" source="uc2.xml"/>
  +  <page id="sitemap" label="Sitemap" source="sitemap.xml"/>
  +  <page id="actions" label="Actions" source="actions.xml"/>
  +  <page id="flow" label="Flow" source="httprequest.xml"/>
  +  <page id="sessions" label="Sessions" source="sessions.xml"/>
  +  <page id="datasources" label="Using Databases" source="datasources.xml"/>
  +  <page id="svg" label="SVG Serializer" source="svg-serializer.xml"/>
  +  <page id="extending" label="Extending C2" source="extending.xml"/>
     <page id="avalon" label="Avalon" source="avalon.xml"/>
  -  <page id="extending" label="Extending" source="extending.xml"/>
  +  <page id="i18n" label="Internationalization" source="i18n.xml"/>
   <separator/>
     <page id="xsp" label="XSP" source="xsp.xml"/>
     <page id="xsp-internals" label="XSP Internals" source="xsp-internals.xml"/>
     <page id="logicsheet-concepts" label="XSP Logicsheets" 
source="logicsheet-concepts.xml"/>
  -  <page id="sessions" label="Sessions" source="sessions.xml"/>
  +  <page id="logicsheet-guide" label="XSP Guide" source="logicsheet.xml"/>
  +  <page id="logicsheet-sessions" label="Session Logicsheet" source="session.xml"/>
  +  <page id="logicsheet-request" label="Request Logicsheet" source="request.xml"/>
   <separator/>
  -  <page id="i18n" label="Internationalization" source="i18n.xml"/>
  -  <page id="actions" label="Actions" source="actions.xml"/>
  -  <page id="datasources" label="Using Databases" source="datasources.xml"/>
  -  <page id="sitemap" label="Sitemap" source="sitemap.xml"/>
  -  <page id="svg" label="SVG Serializer" source="svg-serializer.xml"/>
  +  <external label="XML Links" 
href="http://dmoz.org/Computers/Data_Formats/Markup_Languages/XML/"/> 
  +<separator/>
  +  <page id="contrib" label="Contributing" source="contrib.xml"/>
  +  <page id="3rdparty" label="3rd Party" source="3rdparty.xml"/>
  +  <page id="patches" label="Patch Queue" source="patches.xml"/>
   <separator/>
     <faqs    id="faqs"       label="FAQ File"   source="faq.xml"      />
     <changes id="changes" label="Changes" source="changes.xml"/>
     <todo    id="todo" label="Todo" source="todo.xml"/>
   <separator/>
  -  <external label="Code Repository" 
href="http://xml.apache.org/websrc/index.cgi/xml-cocoon2/"/>
  -  <external label="Dev Snapshots" 
href="http://xml.apache.org/from-cvs/xml-cocoon/"/>
  -  <external label="Mail Archive" 
href="http://marc.theaimsgroup.com/?l=xml-cocoon-users"/>
  +  <page id="livesites" label="Live Sites" source="livesites.xml"/>
  +  <page id="hosting" label="Cocoon Hosting" source="hosting.xml"/>
  +<separator/>
     <external label="Bug Database" 
href="http://nagoya.apache.org/bugzilla/index.html"/>
  +  <external label="Code Repository" 
href="http://xml.apache.org/websrc/index.cgi/xml-cocoon2/"/>
  +  <external label="Dev Snapshots" 
href="http://xml.apache.org/from-cvs/xml-cocoon2/"/>
  +  <page id="mail-lists" label="Mail Lists" source="mail-lists.xml"/>
  +  <page id="mail-archives" label="Mail Archives" source="mail-archives.xml"/> 
   </book>
  
  
  
  1.8       +9 -5      xml-cocoon2/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/xdocs/site-book.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- site-book.xml     2001/06/14 10:47:41     1.7
  +++ site-book.xml     2001/06/14 11:45:34     1.8
  @@ -15,16 +15,20 @@
     <page id="uc2" label="Concepts" source="uc2.xml"/>
     <page id="sitemap" label="Sitemap" source="sitemap.xml"/>
     <page id="actions" label="Actions" source="actions.xml"/>
  -  <page id="xsp" label="XSP" source="xsp.xml"/>
  -  <page id="xsp-internals" label="XSP Internals" source="xsp-internals.xml"/>
  -  <page id="logicsheet-concepts" label="XSP Logicsheets" 
source="logicsheet-concepts.xml"/>
  +  <page id="flow" label="Flow" source="httprequest.xml"/>
     <page id="sessions" label="Sessions" source="sessions.xml"/>
  -  <page id="i18n" label="Internationalization" source="i18n.xml"/>
     <page id="datasources" label="Using Databases" source="datasources.xml"/>
     <page id="svg" label="SVG Serializer" source="svg-serializer.xml"/>
     <page id="extending" label="Extending C2" source="extending.xml"/>
  -  <page id="httprequest" label="HttpRequest" source="httprequest.xml"/>
     <page id="avalon" label="Avalon" source="avalon.xml"/>
  +  <page id="i18n" label="Internationalization" source="i18n.xml"/>
  +<separator/>
  +  <page id="xsp" label="XSP" source="xsp.xml"/>
  +  <page id="xsp-internals" label="XSP Internals" source="xsp-internals.xml"/>
  +  <page id="logicsheet-concepts" label="XSP Logicsheets" 
source="logicsheet-concepts.xml"/>
  +  <page id="logicsheet-guide" label="XSP Guide" source="logicsheet.xml"/>
  +  <page id="logicsheet-sessions" label="Session Logicsheet" source="session.xml"/>
  +  <page id="logicsheet-request" label="Request Logicsheet" source="request.xml"/>
   <separator/>
     <external href="apidocs/index.html" label="API (Javadoc)"/>
   <separator/>
  
  
  
  1.2       +430 -0    xml-cocoon2/xdocs/logicsheet.xml
  
  
  
  
  1.2       +524 -0    xml-cocoon2/xdocs/request.xml
  
  
  
  
  1.2       +356 -0    xml-cocoon2/xdocs/session.xml
  
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to