crossley 2002/07/06 22:20:41
Modified: src/documentation/xdocs Tag: cocoon_2_0_3_branch
performancetips.xml
src/documentation/xdocs/howto Tag: cocoon_2_0_3_branch
howto-patch.xml
src/documentation/xdocs/tutorial Tag: cocoon_2_0_3_branch
tutorial-rmi-generator.xml
Log:
Link to local documentation rather than hard-coded to the website.
Revision Changes Path
No revision
No revision
1.4.2.3 +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.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- performancetips.xml 4 Jul 2002 02:39:44 -0000 1.4.2.2
+++ performancetips.xml 7 Jul 2002 05:20:41 -0000 1.4.2.3
@@ -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>
No revision
No revision
1.1.2.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.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- howto-patch.xml 7 Jun 2002 19:47:04 -0000 1.1.2.1
+++ howto-patch.xml 7 Jul 2002 05:20:41 -0000 1.1.2.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>
No revision
No revision
1.1.2.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.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- tutorial-rmi-generator.xml 15 Jun 2002 18:55:32 -0000 1.1.2.2
+++ tutorial-rmi-generator.xml 7 Jul 2002 05:20:41 -0000 1.1.2.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]