cziegeler    2003/09/02 06:17:34

  Modified:    src/documentation/xdocs/userdocs/concepts databases.xml
                        xmlform.xml
               src/documentation/xdocs/tutorial tutorial-rmi-generator.xml
                        tutorial-generator.xml tutorial-develop-webapp.xml
               src/documentation/xdocs/userdocs/components/matchers
                        wildcarduri-matcher.xml wildcardheader-matcher.xml
                        matchers.xml template-matcher.xml
               src/documentation/xdocs/userdocs/user/sitemap sitemap.xml
               src/documentation/xdocs/ctwig ctwig-installing.xml
               src/documentation/xdocs/userdocs/components/selectors
                        date-selector.xml requestattribute-selector.xml
                        host-selector.xml selector.template selectors.xml
                        requestparameter-selector.xml browser-selector.xml
               src/documentation/xdocs/userdocs/components/generators
                        jsp-generator.xml wsproxy-generator.xml
               src/documentation/xdocs/userdocs/advanced/xsp
                        logicsheet-forms.xml xsp.xml index.xml
               src/documentation/xdocs/howto howto-xindice-xmlform.xml
               src/documentation/xdocs/faq faq-matchers.xml
                        faq-selectors.xml faq-configure-environment.xml
               src/documentation/xdocs/userdocs/advanced/flow velocity.xml
  Log:
  Start fixing links
  
  Revision  Changes    Path
  1.4       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/concepts/databases.xml
  
  Index: databases.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/concepts/databases.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- databases.xml     2 Sep 2003 12:56:17 -0000       1.3
  +++ databases.xml     2 Sep 2003 13:17:33 -0000       1.4
  @@ -30,7 +30,7 @@
                Basically, there are three different approaches available:
                <link href="actions.html">Actions,</link> <link
                  href="../xsp/logicsheet-concepts.html">logicsheets,</link>
  -             and <link href="../sitemap/preface.html">transformers.</link> 
Each approach has
  +             and <link 
href="../user/sitemap/preface.html">transformers.</link> Each approach has
                its pros and cons. 
          </p>
        </s1>
  
  
  
  1.5       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/concepts/xmlform.xml
  
  Index: xmlform.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/concepts/xmlform.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xmlform.xml       14 Aug 2003 09:59:24 -0000      1.4
  +++ xmlform.xml       2 Sep 2003 13:17:33 -0000       1.5
  @@ -107,7 +107,7 @@
   
       <s1 title="Further information">
       <p>See the
  -     <link 
href="../../howto/xmlform-wizard/howto-xmlform-wizard.html">Cocoon XMLForm 
How-To</link>
  +     <link 
href="../../../howto/xmlform-wizard/howto-xmlform-wizard.html">Cocoon XMLForm 
How-To</link>
       </p>
   
       <p>Please discuss Cocoon XMLForm on the
  
  
  
  1.3       +1 -1      
cocoon-2.1/src/documentation/xdocs/tutorial/tutorial-rmi-generator.xml
  
  Index: tutorial-rmi-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/tutorial/tutorial-rmi-generator.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tutorial-rmi-generator.xml        2 Jul 2003 09:30:45 -0000       1.2
  +++ tutorial-rmi-generator.xml        2 Sep 2003 13:17:33 -0000       1.3
  @@ -366,7 +366,7 @@
                        </s3>
                        
                        <s3 title="Interface(s)">
  -                             <p>Following the somewhat little pointers on 
develop-part of the Cocoon-website <link 
href="../developing/extending.html">Extending Apache Cocoon van The Apache XML 
Project</link>), we find that the only interface that should be implemented is 
the Generator interface in the <strong>org.apache.cocoon.generation</strong> 
package, so we will try to give an overview as complete as possible for now.
  +                             <p>Following the somewhat little pointers on 
develop-part of the Cocoon-website <link 
href="../userdocs/developer/extending.html">Extending Apache Cocoon van The 
Apache XML Project</link>), we find that the only interface that should be 
implemented is the Generator interface in the 
<strong>org.apache.cocoon.generation</strong> package, so we will try to give 
an overview as complete as possible for now.
                                </p>
                                
                                <s4 title="Generator">
  
  
  
  1.6       +1 -1      
cocoon-2.1/src/documentation/xdocs/tutorial/tutorial-generator.xml
  
  Index: tutorial-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/tutorial/tutorial-generator.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- tutorial-generator.xml    2 Sep 2003 12:56:17 -0000       1.5
  +++ tutorial-generator.xml    2 Sep 2003 13:17:33 -0000       1.6
  @@ -34,7 +34,7 @@
               functionality of Cocoon will be an important feature for Cocoon's
               viability as a broadly used application framework. Though the
               documentation on 
  -            <link href="../developing/extending.html">"Extending 
Cocoon"</link>
  +            <link href="../userdocs/developer/extending.html">"Extending 
Cocoon"</link>
               (at least at this writing) seems to have a hard time imagining
               applications for custom generators outside of the bizarre, I
               imagine several scenarios which could call for it:</p>
  
  
  
  1.3       +1 -1      
cocoon-2.1/src/documentation/xdocs/tutorial/tutorial-develop-webapp.xml
  
  Index: tutorial-develop-webapp.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/tutorial/tutorial-develop-webapp.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tutorial-develop-webapp.xml       19 May 2003 10:40:39 -0000      1.2
  +++ tutorial-develop-webapp.xml       2 Sep 2003 13:17:33 -0000       1.3
  @@ -29,7 +29,7 @@
        The areas addressed are Logic, Content, Style, and Management.  There
        are different mechanisms for each.</p>
     <p>In order to learn how to use Cocoon, first make sure that you
  -     <link href="../installing/index.html">install</link> it properly, then 
investigate
  +     <link href="../userdocs/installation/index.html">install</link> it 
properly, then investigate
        the many <link href="../overview.html#samples">samples</link>.
        The following screenshots come from the
        &quot;<code>tutorial</code>&quot; that is provided with Cocoon.
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/matchers/wildcarduri-matcher.xml
  
  Index: wildcarduri-matcher.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/matchers/wildcarduri-matcher.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- wildcarduri-matcher.xml   2 Sep 2003 12:03:21 -0000       1.1
  +++ wildcarduri-matcher.xml   2 Sep 2003 13:17:33 -0000       1.2
  @@ -170,7 +170,7 @@
       <s1 title="See also">
         <p>
           A general documentation about matchers is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
       </s1>
     </body>
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/matchers/wildcardheader-matcher.xml
  
  Index: wildcardheader-matcher.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/matchers/wildcardheader-matcher.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- wildcardheader-matcher.xml        2 Sep 2003 12:03:21 -0000       1.1
  +++ wildcardheader-matcher.xml        2 Sep 2003 13:17:33 -0000       1.2
  @@ -153,7 +153,7 @@
       <s1 title="See also">
         <p>
           A general documentation about matchers is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
         <p>
           For a reference of available header names
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/matchers/matchers.xml
  
  Index: matchers.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/matchers/matchers.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matchers.xml      2 Sep 2003 12:03:21 -0000       1.1
  +++ matchers.xml      2 Sep 2003 13:17:33 -0000       1.2
  @@ -20,7 +20,7 @@
         This document lists all of the available matchers of Apache Cocoon and
         describes their purpose.
         See also the concepts document
  -      <link href="../concepts/matchers_selectors.html">Using and Implementing
  +      <link href="../../user/advanced/matchers_selectors.html">Using and 
Implementing
         Matchers and Selectors</link>.
         </p>
                 </s1>
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/matchers/template-matcher.xml
  
  Index: template-matcher.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/matchers/template-matcher.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- template-matcher.xml      2 Sep 2003 12:03:21 -0000       1.1
  +++ template-matcher.xml      2 Sep 2003 13:17:33 -0000       1.2
  @@ -132,7 +132,7 @@
         <p>
           <!-- Links to related components pages. -->
           A general documentation about matchers is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
       </s1>
     </body>
  
  
  
  1.4       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/user/sitemap/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/user/sitemap/sitemap.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemap.xml       2 Sep 2003 12:56:17 -0000       1.3
  +++ sitemap.xml       2 Sep 2003 13:17:33 -0000       1.4
  @@ -455,7 +455,7 @@
        transform and present the requested resource(s) to the client. 
       </p>
       <p>See also 
  -      <link href="matchers_selectors.html">Implementing Matchers And 
Selectors</link>
  +      <link href="../advanced/matchers_selectors.html">Implementing Matchers 
And Selectors</link>
       </p>
      </s2>
      
  @@ -475,7 +475,7 @@
        using the XSLT <code><![CDATA[<xsl:test> statement]]></code>.
       </p>
       <p>See also 
  -      <link href="matchers_selectors.html">Implementing Matchers And 
Selectors</link>
  +      <link href="../advanced/matchers_selectors.html">Implementing Matchers 
And Selectors</link>
       </p>
      </s2>
      
  
  
  
  1.4       +1 -1      
cocoon-2.1/src/documentation/xdocs/ctwig/ctwig-installing.xml
  
  Index: ctwig-installing.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/ctwig/ctwig-installing.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ctwig-installing.xml      2 Sep 2003 07:26:18 -0000       1.3
  +++ ctwig-installing.xml      2 Sep 2003 13:17:33 -0000       1.4
  @@ -27,7 +27,7 @@
                                <p>The latest distribution for any operating 
system can be found in the <fork 
href="http://cocoon.apache.org/mirror.cgi";>Cocoon distribution folder</fork>.  
This file contains the Cocoon code, samples, documentation and the Java 
libraries that enable the Cocoon to work such as Xerces and Xalan.  When you 
have downloaded it then extract it to somewhere.  This path becomes your 
{COCOON_HOME}.</p>
                        </s2>
                        <s2 title="Basic Configuration">
  -                             <p>Follow the instructions on building Cocoon 
as per the installation guide that comes with Cocoon.  It can also be found 
<fork href="http://cocoon.apache.org/installing/index.html";>here</fork> as 
well.  Obviously since you have got the ZIP distribution you do not have to do 
the CVS bit thus you can start at the Building Apache Cocoon 2 section.  Do 
each of the following steps:</p>
  +                             <p>Follow the instructions on building Cocoon 
as per the installation guide that comes with Cocoon.  It can also be found 
<fork href="../userdocs/installation/index.html">here</fork> as well.  
Obviously since you have got the ZIP distribution you do not have to do the CVS 
bit thus you can start at the Building Apache Cocoon 2 section.  Do each of the 
following steps:</p>
                                <ul>
                                        <li>Set JAVA_HOME</li>
                                        <li>Create the WAR using
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/date-selector.xml
  
  Index: date-selector.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/date-selector.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- date-selector.xml 2 Sep 2003 12:03:18 -0000       1.1
  +++ date-selector.xml 2 Sep 2003 13:17:33 -0000       1.2
  @@ -119,7 +119,7 @@
         <p>
           <!-- Links to related components pages. -->
           A general documentation about selectors is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
       </s1>
     </body>
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/requestattribute-selector.xml
  
  Index: requestattribute-selector.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/requestattribute-selector.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- requestattribute-selector.xml     2 Sep 2003 12:03:18 -0000       1.1
  +++ requestattribute-selector.xml     2 Sep 2003 13:17:33 -0000       1.2
  @@ -154,7 +154,7 @@
         <p>
           <!-- Links to related components pages. -->
           A general documentation about selectors is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
       </s1>
     </body>
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/host-selector.xml
  
  Index: host-selector.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/host-selector.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- host-selector.xml 2 Sep 2003 12:03:18 -0000       1.1
  +++ host-selector.xml 2 Sep 2003 13:17:33 -0000       1.2
  @@ -175,7 +175,7 @@
         <p>
           <!-- Links to related components pages. -->
           A general documentation about selectors is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
         <p>
           For a detailed <code>Host</code> header documentation 
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/selector.template
  
  Index: selector.template
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/selector.template,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- selector.template 2 Sep 2003 12:03:18 -0000       1.1
  +++ selector.template 2 Sep 2003 13:17:33 -0000       1.2
  @@ -127,7 +127,7 @@
         <p>
           <!-- Links to related components pages. -->
           A general documentation about selectors is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
       </s1>
     </body>
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/selectors.xml
  
  Index: selectors.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/selectors.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- selectors.xml     2 Sep 2003 12:03:18 -0000       1.1
  +++ selectors.xml     2 Sep 2003 13:17:33 -0000       1.2
  @@ -19,7 +19,7 @@
         This document lists all of the available selectors of Apache Cocoon and
         describes their purpose.
         You may also wish to read  
  -      <link href="../concepts/matchers_selectors.html">Using and Implementing
  +      <link href="../../user/advanced/matchers_selectors.html">Using and 
Implementing
         Matchers and Selectors</link>.
         </p>
                 </s1>
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/requestparameter-selector.xml
  
  Index: requestparameter-selector.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/requestparameter-selector.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- requestparameter-selector.xml     2 Sep 2003 12:03:18 -0000       1.1
  +++ requestparameter-selector.xml     2 Sep 2003 13:17:33 -0000       1.2
  @@ -154,7 +154,7 @@
         <p>
           <!-- Links to related components pages. -->
           A general documentation about selectors is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
       </s1>
     </body>
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/browser-selector.xml
  
  Index: browser-selector.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/browser-selector.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- browser-selector.xml      2 Sep 2003 12:03:18 -0000       1.1
  +++ browser-selector.xml      2 Sep 2003 13:17:33 -0000       1.2
  @@ -168,7 +168,7 @@
         <p>
           <!-- Links to related components pages. -->
           A general documentation about selectors is available at
  -        <link href="../concepts/matchers_selectors.html">Matchers and 
Selectors</link>.
  +        <link href="../../user/advanced/matchers_selectors.html">Matchers 
and Selectors</link>.
         </p>
       </s1>
     </body>
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/jsp-generator.xml
  
  Index: jsp-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/jsp-generator.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jsp-generator.xml 2 Sep 2003 12:03:16 -0000       1.1
  +++ jsp-generator.xml 2 Sep 2003 13:17:34 -0000       1.2
  @@ -39,7 +39,7 @@
                       select the appropriate JSPEngine component. 
                       The default is a JSPEngine working with Tomcat's JSP 
servlet engine Jasper.
                       You may override the cocoon.roles by your own my.roles, 
as described 
  -                    in the <link href="../../faq/index.html">FAQs</link>.
  +                    in the <link href="../../../faq/index.html">FAQs</link>.
                     </p>
                     <p>The JSPEngine component of Tomcat's JSPEngine is 
implemented in JSPEngineImpl. 
                       If you want to use another JSPEngine component, you may 
specify it in a my.roles file.
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/wsproxy-generator.xml
  
  Index: wsproxy-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/wsproxy-generator.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- wsproxy-generator.xml     2 Sep 2003 12:03:16 -0000       1.1
  +++ wsproxy-generator.xml     2 Sep 2003 13:17:34 -0000       1.2
  @@ -153,7 +153,7 @@
           this component which we shall focus on for the reminder of the text. 
To follow the rest of
           the article, it will be useful (but not essential) to have a basic 
knowledge of Cocoon 2.
         </p>
  -      <p>Combined with the <link 
href="../../howto/xmlform-wizard/howto-xmlform-wizard.html">XMLForm</link>
  +      <p>Combined with the <link 
href="../../../howto/xmlform-wizard/howto-xmlform-wizard.html">XMLForm</link>
           component of Cocoon 2 and XSLT, the Web Service Proxy component 
allows vendors to share
           interactive content with little effort. The Web Service Proxy takes 
advantage of the fact
           that a Cocoon web application produces XML content, which is later 
translated into multiple
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/advanced/xsp/logicsheet-forms.xml
  
  Index: logicsheet-forms.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/advanced/xsp/logicsheet-forms.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logicsheet-forms.xml      2 Sep 2003 12:03:21 -0000       1.1
  +++ logicsheet-forms.xml      2 Sep 2003 13:17:34 -0000       1.2
  @@ -21,7 +21,7 @@
   
      <p>
       Two different packages deal with validating user input:<link
  -     
href="../../howto/xmlform-wizard/howto-xmlform-wizard.html">XMLForm</link>
  +     
href="../../../howto/xmlform-wizard/howto-xmlform-wizard.html">XMLForm</link>
       which tries to stay as close as possible with the <link
        href="http://www.w3.org";>W3C</link> <link
        href="http://www.w3.org/MarkUp/Forms/";>XForms</link> working draft.
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/advanced/xsp/xsp.xml
  
  Index: xsp.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/advanced/xsp/xsp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xsp.xml   2 Sep 2003 12:03:21 -0000       1.1
  +++ xsp.xml   2 Sep 2003 13:17:34 -0000       1.2
  @@ -15,7 +15,7 @@
                     not together), I give you a list of pointers in the 
sequence you should read
                     them.</p> 
                   <ol>
  -                  <li>Get Cocoon <link href="../../installing/index.html">up 
and running</link>. Surf
  +                  <li>Get Cocoon <link 
href="../../installation/index.html">up and running</link>. Surf
                   to <code>[webhost]/cocoon/slides/slides?section=4</code> and 
following. This
                   gives you a first insight in the XSP ground idea.</li>
                   <li>Read the XSP Logicsheets page. This tells you how to use 
and make
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/advanced/xsp/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/advanced/xsp/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 2 Sep 2003 12:03:21 -0000       1.1
  +++ index.xml 2 Sep 2003 13:17:34 -0000       1.2
  @@ -28,7 +28,7 @@
         not together), I give you a list of pointers in the sequence you 
should read
         them.</p> 
       <ol>
  -      <li>Get Cocoon <link href="../../installing/index.html">up and 
running</link>. Surf
  +      <li>Get Cocoon <link href="../../installation/index.html">up and 
running</link>. Surf
       to <code>[webhost]/cocoon/slides/slides?section=4</code> and following. 
This
       gives you a first insight in the XSP ground idea.</li>
       <li>Read the XSP Logicsheets page. This tells you how to use and make
  
  
  
  1.4       +1 -1      
cocoon-2.1/src/documentation/xdocs/howto/howto-xindice-xmlform.xml
  
  Index: howto-xindice-xmlform.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/howto/howto-xindice-xmlform.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto-xindice-xmlform.xml 3 Jul 2003 14:48:07 -0000       1.3
  +++ howto-xindice-xmlform.xml 2 Sep 2003 13:17:34 -0000       1.4
  @@ -737,7 +737,7 @@
           using information stored in the DB. Remember that everything you
           have just built is reusable for different user agents. You would
           only need to use
  -        <link href="../userdocs/concepts/matchers_selectors.html">matchers
  +        <link 
href="../userdocs/user/advanced/matchers_selectors.html">matchers
           and selectors</link> and to choose the appropriate transformation.
           We hope this how-to was helpful for you.
         </p>
  
  
  
  1.3       +1 -1      cocoon-2.1/src/documentation/xdocs/faq/faq-matchers.xml
  
  Index: faq-matchers.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-matchers.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq-matchers.xml  2 Sep 2003 12:35:23 -0000       1.2
  +++ faq-matchers.xml  2 Sep 2003 13:17:34 -0000       1.3
  @@ -19,7 +19,7 @@
   In the sitemap file, each matcher has a unique name which is mapped to a 
java class. One matcher name must be declared as the default matcher. Each 
matcher may have additional configuration information specified in child 
elements.
     </p>
     <p>
  - For more conceptual information about matchers see <link 
href="../userdocs/concepts/matchers_selectors.html">Using and Implementing 
Matchers and Selectors</link>. For detailed descriptions about all of the 
available Cocoon matchers, see the user's guide document <link 
href="../userdocs/components/matchers/matchers.html">Matchers in Cocoon</link>. 
You may also wish to consult the Cocoon API documentation.
  + For more conceptual information about matchers see <link 
href="../userdocs/user/advanced/matchers_selectors.html">Using and Implementing 
Matchers and Selectors</link>. For detailed descriptions about all of the 
available Cocoon matchers, see the user's guide document <link 
href="../userdocs/components/matchers/matchers.html">Matchers in Cocoon</link>. 
You may also wish to consult the Cocoon API documentation.
     </p>
   </answer>
   
  
  
  
  1.2       +1 -1      cocoon-2.1/src/documentation/xdocs/faq/faq-selectors.xml
  
  Index: faq-selectors.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-selectors.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq-selectors.xml 9 Mar 2003 00:07:55 -0000       1.1
  +++ faq-selectors.xml 2 Sep 2003 13:17:34 -0000       1.2
  @@ -17,7 +17,7 @@
   In the sitemap file, each selector has a unique name which is mapped to a 
java class. One selector name must be declared as the default selector. Each 
selector may have additional configuration information specified in child 
elements.
     </p>
     <p>
  - For more conceptual information about selectors see <link 
href="../userdocs/concepts/matchers_selectors.html">Using and Implementing 
Matchers and Selectors</link>. For detailed descriptions about all of the 
available Cocoon selectors, see the user's guide document <link 
href="../userdocs/selectors/selectors.html">Matchers in Cocoon</link>. You may 
also wish to consult the Cocoon API documentation.
  + For more conceptual information about selectors see <link 
href="../userdocs/user/advanced/matchers_selectors.html">Using and Implementing 
Matchers and Selectors</link>. For detailed descriptions about all of the 
available Cocoon selectors, see the user's guide document <link 
href="../userdocs/selectors/selectors.html">Matchers in Cocoon</link>. You may 
also wish to consult the Cocoon API documentation.
     </p>
   </answer>
   
  
  
  
  1.3       +1 -1      
cocoon-2.1/src/documentation/xdocs/faq/faq-configure-environment.xml
  
  Index: faq-configure-environment.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-configure-environment.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq-configure-environment.xml     2 Sep 2003 12:56:17 -0000       1.2
  +++ faq-configure-environment.xml     2 Sep 2003 13:17:34 -0000       1.3
  @@ -267,7 +267,7 @@
   
      <p>
        Another solution is to use PJA library. Read 'Linux/Headless/Batik'
  -     section in the <link href="../installing/index.html">Cocoon 
installation guide</link>.
  +     section in the <link href="../userdocs/installation/index.html">Cocoon 
installation guide</link>.
      </p>
     </answer>
   </faq>
  
  
  
  1.3       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/velocity.xml
  
  Index: velocity.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/velocity.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- velocity.xml      2 Sep 2003 12:35:23 -0000       1.2
  +++ velocity.xml      2 Sep 2003 13:17:34 -0000       1.3
  @@ -12,7 +12,7 @@
     <s1 title="Velocity Generator">
      <p>If called from a Flowscript, the Cocoon
       <link href="http://jakarta.apache.org/velocity";>Velocity</link>
  -    <link href="../generators/velocity-generator.html">Generator</link>
  +    <link 
href="../../components/generators/velocity-generator.html">Generator</link>
       provides access to the immediate properties of the context object passed 
to
       <link href="api.html#sendPage"><code>cocoon.sendPage</code></link> and
       <link 
href="api.html#sendPageAndWait"><code>cocoon.sendPageAndWait</code></link>. In 
addition, the current <link 
href="api.html#WebContinuation"><code>WebContinuation</code></link>
  
  
  

Reply via email to