tony 2004/05/26 14:27:41
Modified: src/blocks/tour/samples/intro/docs toc.xml bizlayer.xml
Log:
minor typographical changes to text
Revision Changes Path
1.2 +1 -1 cocoon-2.1/src/blocks/tour/samples/intro/docs/toc.xml
Index: toc.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/tour/samples/intro/docs/toc.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- toc.xml 11 May 2004 06:52:30 -0000 1.1
+++ toc.xml 26 May 2004 21:27:41 -0000 1.2
@@ -25,7 +25,7 @@
<toc-section name="Introduction">
<toc-item id="toc" name="Supersonic Tour of Apache Cocoon"
href="intro/docs/index"/>
- <toc-item name="What is Cocoon" href="intro/docs/what-is-cocoon"/>
+ <toc-item name="What is Cocoon?" href="intro/docs/what-is-cocoon"/>
<toc-item name="Use cases" href="intro/docs/use-cases"/>
<toc-item name="Facts" href="intro/docs/facts"/>
<toc-item name="Resources" href="intro/docs/resources"/>
1.2 +3 -3
cocoon-2.1/src/blocks/tour/samples/intro/docs/bizlayer.xml
Index: bizlayer.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/tour/samples/intro/docs/bizlayer.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bizlayer.xml 11 May 2004 06:52:30 -0000 1.1
+++ bizlayer.xml 26 May 2004 21:27:41 -0000 1.2
@@ -46,9 +46,9 @@
and its design and future evolution will stay targeted to small
glue modules.
</p>
- <h2>Independent java code</h2>
+ <h2>Independent Java code</h2>
<p>
- As we'll see in our example, it is very easy to access java
+ As we'll see in our example, it is very easy to access Java
objects from Flowscript code.
Such objects do not necessarily need to know about Cocoon or
Avalon classes, which means that legacy code could be easily
integrated,
@@ -64,7 +64,7 @@
and Cocoon.
</p>
- <h2>Avalon-based java code</h2>
+ <h2>Avalon-based Java code</h2>
<p>
The next step would be to write first-class Cocoon components
based on
the Avalon framework, allowing your components to use all of the
Avalon