You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/10/12 15:34:44 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/components book.xml index.xml

cziegeler    2003/10/12 06:34:44

  Modified:    src/documentation/xdocs book.xml index-old.xml overview.xml
  Added:       src/documentation/xdocs performancetips.xml
  Removed:     src/documentation/xdocs/userdocs/config performancetips.xml
               src/documentation/xdocs/userdocs/components book.xml
                        index.xml
  Log:
  Continue rearranging docs to the old places :(
  This will take some time - so please be patient...
  
  Revision  Changes    Path
  1.14      +4 -2      cocoon-2.1/src/documentation/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/book.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- book.xml	9 Oct 2003 02:20:22 -0000	1.13
  +++ book.xml	12 Oct 2003 13:34:44 -0000	1.14
  @@ -17,12 +17,14 @@
     <menu label="Documentation">
       <menu-item label="Introduction" href="introduction.html"/>
       <menu-item label="Tracks" href="tracks/index.html"/>
  -    <menu-item label="Installing" href="userdocs/installation/index.html"/>
  +    <menu-item label="Installing" href="installing/index.html"/>
       <menu-item label="Overview" href="overview.html"/>
  -    <menu-item label="Manual" href="userdocs/intro.html"/>
  +    <menu-item label="User Guide" href="userdocs/index.html"/>
  +    <menu-item label="Dev Guide" href="developing/index.html"/>
       <menu-item label="Tutorials" href="tutorial/index.html"/>
       <menu-item label="FAQs" href="faq/index.html"/>
       <menu-item label="How-Tos" href="howto/index.html"/>
  +    <menu-item label="Performance" href="performancetips.html"/>
       <menu-item label="Snippets" href="snippet/index.html"/>
       <external label="Wiki Docs" href="http://wiki.cocoondev.org/"/>
     </menu>
  
  
  
  1.5       +1 -1      cocoon-2.1/src/documentation/xdocs/index-old.xml
  
  Index: index-old.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/index-old.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index-old.xml	4 Sep 2003 02:07:24 -0000	1.4
  +++ index-old.xml	12 Oct 2003 13:34:44 -0000	1.5
  @@ -296,7 +296,7 @@
     <p>The sitemap physically represents the central repository for web site
     administration, where the URI space and its handling is maintained.</p>
   
  -  <p>Please, take a look at the <link href="userdocs/user/sitemap/preface.html">sitemap documentation</link>
  +  <p>Please, take a look at the <link href="userdocs/concepts/sitemap.html">sitemap documentation</link>
        for more information on this.</p>
   
   </s1>
  
  
  
  1.4       +1 -1      cocoon-2.1/src/documentation/xdocs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/overview.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- overview.xml	27 Sep 2003 12:56:42 -0000	1.3
  +++ overview.xml	12 Oct 2003 13:34:44 -0000	1.4
  @@ -18,7 +18,7 @@
   		<p>Cocoon also gives you the possibility to apply logic to your XML files
   		  (so that the XML pipeline can be dynamic).</p> 
   
  -    <p>The <link href="userdocs/intro.html">User documentation</link>
  +    <p>The <link href="userdocs/index.html">User documentation</link>
        and especially <link href="userdocs/concepts/index.html">Concepts</link>
        will help to understand Cocoon.
       </p>
  
  
  
  1.5       +0 -0      cocoon-2.1/src/documentation/xdocs/performancetips.xml