crossley    2002/07/06 22:20:09

  Modified:    src/documentation/xdocs performancetips.xml
               src/documentation/xdocs/howto howto-patch.xml
               src/documentation/xdocs/tutorial tutorial-rmi-generator.xml
  Log:
  Link to local documentation rather than hard-coded to the website.
  
  Revision  Changes    Path
  1.7       +2 -2      xml-cocoon2/src/documentation/xdocs/performancetips.xml
  
  Index: performancetips.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/performancetips.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- performancetips.xml       2 Jul 2002 10:38:35 -0000       1.6
  +++ performancetips.xml       7 Jul 2002 05:20:09 -0000       1.7
  @@ -16,10 +16,10 @@
      usenet articles regarding how to improve the Apache Cocoon performance.</p>
      <p>As in the real world, it needs some kind of evolution to get better.
      If you have suggestions how to make it better or new kool tips, then be brave and
  -   send it to the <link href="http://xml.apache.org/cocoon/mail-lists.html";>
  +   send it to the <link href="mail-lists.html">
      Cocoon Mailing Lists</link>!</p>
      <note>Sometimes the tips maybe doubled or contradictory. If you notice something
  -   like that, then send a note to the <link 
href="http://xml.apache.org/cocoon/mail-lists.html";>
  +   like that, then send a note to the <link href="mail-lists.html">
      Cocoon Mailing Lists</link>.</note>
    </s1>
    
  
  
  
  1.2       +1 -1      xml-cocoon2/src/documentation/xdocs/howto/howto-patch.xml
  
  Index: howto-patch.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/howto-patch.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto-patch.xml   26 May 2002 09:03:24 -0000      1.1
  +++ howto-patch.xml   7 Jul 2002 05:20:09 -0000       1.2
  @@ -242,7 +242,7 @@
   </p>
   <ul>
   <li>save the relevant web page 
  -(<link href="http://xml.apache.org/cocoon/contrib.html";>contrib.html</link>)
  +(<link href="../contrib.html">contrib.html</link>)
   to your local disk: <code>./contrib.html.orig</code></li>
   <li>create a copy of the file: <code>./contrib.html</code></li>
   <li>make your modifications and  view the page with your browser</li>
  
  
  
  1.3       +2 -2      
xml-cocoon2/src/documentation/xdocs/tutorial/tutorial-rmi-generator.xml
  
  Index: tutorial-rmi-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/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        15 Jun 2002 18:57:57 -0000      1.2
  +++ tutorial-rmi-generator.xml        7 Jul 2002 05:20:09 -0000       1.3
  @@ -22,7 +22,7 @@
                </p>
                
                <p>
  -To accomplish this task we decided to write our own generator and this 
documentation in parallel, as there was no documentation available, except for the 
following phrase on Apache's Cocoon 2 website (<link 
href="http://xml.apache.org/cocoon/index.html";>Cocoon2 van The Apache XML 
project</link>): "A Generator generates XML content as SAX events and initializes the 
pipeline processing." 
  +To accomplish this task we decided to write our own generator and this 
documentation in parallel, as there was no documentation available, except for the 
following phrase on Apache's Cocoon 2 website (<link href="../index.html">Cocoon2 van 
The Apache XML project</link>): "A Generator generates XML content as SAX events and 
initializes the pipeline processing."   
   Apache's Cocoon 2 website also enumerates the available Generators, which package 
contains them, which interfaces and helper classes there are in that package and which 
of those should be implemented/extended. But at that point, the documentation stopped. 
So the only way to actually be able to write a generator ourselves, was by studying 
the Cocoon 2 code (more specific the Generators) and figure out for ourselves how to 
write a generator. Because we want to make a contribution to the Cocoon 2 community, 
we have written this document. We think our experiences may come in handy for 
developers who are also thinking about extending Cocoon 2 with their own generators, .
                </p>
                
  @@ -366,7 +366,7 @@
                        </s3>
                        
                        <s3 title="Interface(s)">
  -                             <p>Following the somewhat little pointers on 
develop-part of the Cocoon-website <link 
href="http://xml.apache.org/cocoon/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="../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>
                                
                                <s4 title="Generator">
  
  
  

----------------------------------------------------------------------
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