cziegeler    2003/09/03 01:01:34

  Modified:    src/documentation/xdocs/faq faq-selectors.xml
                        faq-generators.xml
               src/documentation/xdocs/howto book.xml
               src/documentation/xdocs/userdocs/user/sitemap sitemap.xml
               src/documentation/xdocs/userdocs/developer extending.xml
               src/documentation/xdocs/userdocs/components/actions
                        session-action.xml database-actions.xml actions.xml
               src/documentation/xdocs/userdocs/concepts xmlform.xml
               src/documentation/xdocs/userdocs/components/generators
                        search-generator.xml file-generator.xml
               src/documentation/xdocs/howto/xmlform-wizard
                        howto-xmlform-wizard.xml
               src/documentation/xdocs/userdocs/components/selectors
                        parameter-selector.xml
  Log:
  Fixing more links
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- faq-selectors.xml 2 Sep 2003 13:53:10 -0000       1.3
  +++ faq-selectors.xml 3 Sep 2003 08:01:34 -0000       1.4
  @@ -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/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.
  + 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/components/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-generators.xml
  
  Index: faq-generators.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-generators.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq-generators.xml        2 Sep 2003 12:56:17 -0000       1.2
  +++ faq-generators.xml        3 Sep 2003 08:01:34 -0000       1.3
  @@ -15,7 +15,7 @@
   In the sitemap file, each generator has a unique name which is mapped to a 
java class. One generator name must be declared as the default generator. Each 
generator may have additional configuration information specified in child 
elements.
     </p>
     <p>
  -For conceptual information on generators see the user's guide document <link 
href="../userdocs/user/sitemap/preface.html">The Sitemap</link>. For detailed 
descriptions about all of the available Cocoon generators, see the user's guide 
document <link href="../userdocs/concepts/sitemap.html">Generators in 
Cocoon</link>. You may also wish to consult the Cocoon API documentation.
  +For conceptual information on generators see the user's guide document <link 
href="../userdocs/user/sitemap/preface.html">The Sitemap</link>. For detailed 
descriptions about all of the available Cocoon generators, see the user's guide 
document <link href="../userdocs/user/sitemap/sitemap.html">Generators in 
Cocoon</link>. You may also wish to consult the Cocoon API documentation.
     </p>
   </answer>
   </faq>
  
  
  
  1.2       +1 -1      cocoon-2.1/src/documentation/xdocs/howto/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/howto/book.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.xml  9 Mar 2003 00:07:57 -0000       1.1
  +++ book.xml  3 Sep 2003 08:01:34 -0000       1.2
  @@ -11,7 +11,7 @@
       <menu-item label="XMLForm" 
href="xmlform-wizard/howto-xmlform-wizard.html"/>
       <menu-item label="Paginator" href="howto-paginator-transformer.html"/>
       <menu-item label="HTML-PDF" href="howto-html-pdf-publishing.html"/>
  -    <menu-item label="Web Syndication" 
href="../userdocs/generators/wsproxy-generator.html"/>    
  +    <menu-item label="Web Syndication" 
href="../userdocs/components/generators/wsproxy-generator.html"/>    
       <menu-item label="i18n XMLForm" href="howto-i18n-xmlform.html"/>
       <menu-item label="Flow Debugger" href="howto-flow-debugger.html"/>
       <menu-item label="Xindice XMLForm" href="howto-xindice-xmlform.html"/>
  
  
  
  1.6       +3 -3      
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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- sitemap.xml       3 Sep 2003 07:19:08 -0000       1.5
  +++ sitemap.xml       3 Sep 2003 08:01:34 -0000       1.6
  @@ -320,7 +320,7 @@
         An <link href="#interface-action"><code>Action</code></link> is a 
sitemap component
         that manipulates runtime parameters based on request and application 
state.
         An Action's result is available in the sitemap as map of name/value 
pairs.
  -      Detailed information on actions may be found in <link 
href="actions.html">the Actions
  +      Detailed information on actions may be found in <link 
href="../advanced/actions.html">the Actions
         section</link>.
        </p>
        <source>
  @@ -379,7 +379,7 @@
      <s2 title="The &lt;map:action-sets&gt;">
       <p>
        The <code>&lt;map:action-set&gt;</code> element is used to arrange 
actions in
  -     groups (See <link href="actions.html">the Actions section</link> for 
details).
  +     groups (See <link href="../advanced/actions.html">the Actions 
section</link> for details).
       </p>
   
       <source>
  @@ -490,7 +490,7 @@
         Without the use of Actions this would make the sitemap almost 
incomprehensible.
       </p>
       <p>See also 
  -      <link href="actions.html">Creating And Using Actions</link>
  +      <link href="../advanced/actions.html">Creating And Using Actions</link>
       </p>
      </s2>
      <s2 title="Generating">
  
  
  
  1.4       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/developer/extending.xml
  
  Index: extending.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/developer/extending.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- extending.xml     3 Sep 2003 07:19:09 -0000       1.3
  +++ extending.xml     3 Sep 2003 08:01:34 -0000       1.4
  @@ -167,7 +167,7 @@
                <s1 title="About Action">
                        <p>[FIXME: We have to wait until we can see what is 
going to happen here. Also, I wonder if this belongs here or should deserve a 
separate page.]</p>
                        <p>The Action part will be used for making Cocoon able 
to react on form input. This will make Cocoon no longer a simple basis for web 
publishing, but will make it apt for web interaction as well.</p>
  -                     <p>See <link 
href="../userdocs/concepts/actions.html">Actions</link>.</p>
  +                     <p>See <link 
href="../concepts/actions.html">Actions</link>.</p>
                </s1>
                <s1 title="About XSP">
                        <anchor id="xsp"/>
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/actions/session-action.xml
  
  Index: session-action.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/actions/session-action.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- session-action.xml        2 Sep 2003 12:03:18 -0000       1.1
  +++ session-action.xml        3 Sep 2003 08:01:34 -0000       1.2
  @@ -18,7 +18,7 @@
       is controlled by a parameter named 'action'.
      </p>
      <p>For more information on session handling and session contexts
  -      have a look at the <link 
href="../../developing/webapps/session.html">Session Context 
documentation</link>.</p>
  +      have a look at the <link 
href="../../advanced/session/contexts.html">Session Context 
documentation</link>.</p>
      <s2 title="Creating a Session">
        <p>
         To create a session (if it not already exists) simply add the
  
  
  
  1.3       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/actions/database-actions.xml
  
  Index: database-actions.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/actions/database-actions.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- database-actions.xml      2 Sep 2003 12:35:23 -0000       1.2
  +++ database-actions.xml      3 Sep 2003 08:01:34 -0000       1.3
  @@ -183,7 +183,7 @@
                </p>
                <p>
                  For the flexible input and output handling, the modular 
database
  -               actions rely on <link 
href="../concepts/modules.html">modules</link>.
  +               actions rely on <link 
href="../../concepts/modules.html">modules</link>.
                  Have a look at those before proceeding.
                </p>
           <p>
  @@ -283,7 +283,7 @@
                        <code>mode</code> elements, this can be overridden. Any 
component
                        that implements the <code>InputModule</code> interface 
can be used
                        to obtain values. How to make such modules known to 
Apache Cocoon
  -                     is described  <link 
href="../concepts/modules.html">elsewhere</link>. 
  +                     is described  <link 
href="../../concepts/modules.html">elsewhere</link>. 
                  </p>
                  <p>
                        Beside using different input modules, their parameters 
can be set
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/actions/actions.xml
  
  Index: actions.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/actions/actions.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- actions.xml       2 Sep 2003 12:03:18 -0000       1.1
  +++ actions.xml       3 Sep 2003 08:01:34 -0000       1.2
  @@ -19,7 +19,7 @@
       </s1>
       <s1 title="Overview">
         <p>See the concepts document
  -        <link href="../concepts/actions.html">Creating and Using 
Actions</link>.
  +        <link href="../../user/advanced/actions.html">Creating and Using 
Actions</link>.
         </p>
       </s1>
       <s1 title="The Actions in Apache Cocoon">
  
  
  
  1.7       +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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xmlform.xml       3 Sep 2003 07:19:08 -0000       1.6
  +++ xmlform.xml       3 Sep 2003 08:01:34 -0000       1.7
  @@ -14,7 +14,7 @@
         <note>
           This document is out of date. XMLForm is not supported anymore 
starting from
           the Cocoon 2.1 release. Alternatively, you can use <link
  -          href="../flow/jxforms.html">JXForms</link>, which is conceptually 
the
  +          href="../advanced/flow/jxforms.html">JXForms</link>, which is 
conceptually the
           same but offers a more robust implementation. Another emerging form
           framework is <link
             href="http://wiki.cocoondev.org/Wiki.jsp?page=Woody";>Woody</link>.
  
  
  
  1.2       +2 -2      
cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/search-generator.xml
  
  Index: search-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/search-generator.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- search-generator.xml      2 Sep 2003 12:03:16 -0000       1.1
  +++ search-generator.xml      3 Sep 2003 08:01:34 -0000       1.2
  @@ -254,9 +254,9 @@
      <search:hit rank="2" score="1.0"
        uri="http://localhost:8080/cocoon/documents/hosting.html"/>
      <search:hit rank="3" score="0.93121004"
  -     
uri="http://localhost:8080/cocoon/documents/userdocs/actions/actions.html"/>
  +     
uri="http://localhost:8080/cocoon/documents/userdocs/components/actions/actions.html"/>
      <search:hit rank="4" score="0.93121004"
  -     
uri="http://localhost:8080/cocoon/documents/userdocs/actions/actions.html"/>
  +     
uri="http://localhost:8080/cocoon/documents/userdocs/components/actions/actions.html"/>
      <search:hit rank="5" score="0.7112235"
        uri="http://localhost:8080/cocoon/documents/mail-archives.html"/>
      <search:hit rank="6" score="0.70967746"
  
  
  
  1.3       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/file-generator.xml
  
  Index: file-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/file-generator.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- file-generator.xml        2 Sep 2003 12:56:17 -0000       1.2
  +++ file-generator.xml        3 Sep 2003 08:01:34 -0000       1.3
  @@ -31,7 +31,7 @@
   </source>
      <p>
       You can use an absolute filesystem pathname. See the explanation of
  -    <link href="../userdocs/user/sitemap/sitemap.html#file-url">file: 
URLs</link>
  +    <link href="../../user/sitemap/sitemap.html#file-url">file: URLs</link>
      </p>
                </s1>
        </body>
  
  
  
  1.6       +1 -1      
cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml
  
  Index: howto-xmlform-wizard.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- howto-xmlform-wizard.xml  23 Aug 2003 01:35:58 -0000      1.5
  +++ howto-xmlform-wizard.xml  3 Sep 2003 08:01:34 -0000       1.6
  @@ -16,7 +16,7 @@
         <note>
           This document is out of date. XMLForm is not supported anymore 
starting from
           the Cocoon 2.1 release. Alternatively, you can use <link
  -          href="../../userdocs/flow/jxforms.html">JXForms</link>, which is 
conceptually the
  +          href="../../userdocs/advanced/flow/jxforms.html">JXForms</link>, 
which is conceptually the
           same but offers a more robust implementation. Another emerging form
           framework is <link
             href="http://wiki.cocoondev.org/Wiki.jsp?page=Woody";>Woody</link>.
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/parameter-selector.xml
  
  Index: parameter-selector.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/selectors/parameter-selector.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- parameter-selector.xml    2 Sep 2003 12:03:18 -0000       1.1
  +++ parameter-selector.xml    3 Sep 2003 08:01:34 -0000       1.2
  @@ -79,7 +79,7 @@
       Assume there is an action (named MyAction) that sets a parameter 
       (named MyRegion) to several possible values.  For more information on 
actions, 
       including a simple example of an action that creates a sitemap 
parameter, see
  -    <link href="../concepts/actions.html">Creating and Using Actions</link>.
  +    <link href="../../concepts/actions.html">Creating and Using 
Actions</link>.
      </p>
      <source><![CDATA[
      <map:match pattern="*.xml">
  
  
  

Reply via email to