joerg 2003/08/11 13:57:33
Modified: . README.txt
Log:
improvements by Steven Noels applied
Revision Changes Path
1.4 +26 -32 cocoon-2.1/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/cocoon-2.1/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.txt 5 Aug 2003 09:49:57 -0000 1.3
+++ README.txt 11 Aug 2003 20:57:33 -0000 1.4
@@ -7,21 +7,18 @@
What is it?
-----------
- Apache Cocoon is a web development framework built around the concept
- of separation of concerns (that is: allowing people to do their job
- without having to step on each other toes) and component-oriented web
- RAD.
-
- Cocoon implements these concepts around the notion of 'component
- pipelines' modelled after the 'process chain' concept where each
- worker specializes on a particular operation. This makes it possible
- to use a Lego(tm)-like approach in building web solutions where
- these components can be hooked together into pipelines without
- requiring further programming.
-
- We like to think at Cocoon as "web glue" for your web application
- development needs. But most important, a glue that can keep
- concerns separate and allow parallel evolution of the two sides,
+ Apache Cocoon is a web development framework built around the concepts of
+ separation of concerns (making sure people can interact and collaborate on a
+ project, without stepping on each other toes) and component-based web
+ development.
+
+ Cocoon implements these concepts around the notion of 'component pipelines',
+ each component on the pipeline specializing on a particular operation. This
+ makes it possible to use a Lego(tm)-like approach in building web solutions,
+ hooking together components into pipelines without any required programming.
+
+ Cocoon is "web glue for your web application development needs". It is a glue
+ that keeps concerns separate and allow parallel evolution of the two sides,
improving development pace and reducing the chance of conflicts.
@@ -30,8 +27,8 @@
Requirements
------------
- Cocoon has been designed to interoperate side-by-side with your J2EE
- existing solutions or give them new functionality without requiring
+ Cocoon has been designed to coexist and interoperate side-by-side with your
+ existing J2EE solutions or to give them new functionality without requiring
any change in the existing infrastructure.
Cocoon is implemented both as a Java servlet and a Java command line
@@ -39,7 +36,7 @@
o A Java 1.3 or later compatible virtual machine for your operating system.
- o Server API 2.2 compatible Servlet Engine or J2EE Application Server.
+ o Server API 2.2 compatible Servlet Engine or J2EE Application Server.
[optional for command line operation]
@@ -48,14 +45,13 @@
Installation Instructions and Documentation
-------------------------------------------
- Read the INSTALL.txt file in this directory for the installation
- instructions.
+ Read the INSTALL.txt file in this directory for the installation instructions.
- The documentation available as of the date of this release is
- included in the "docs/" directory.
+ The documentation available as of the date of this release is included in the
+ "docs/" directory.
- Look for the most updated documentation on the Apache Cocoon
- web site (http://cocoon.apache.org/).
+ Look for the most updated documentation on the Apache Cocoon web site
+ (http://cocoon.apache.org/).
@@ -63,12 +59,10 @@
Licensing and legal issues
--------------------------
- Cocoon is licensed under the Apache Software License, a license
- of the BSD family and contains software which is compatible with
- the BSD licensing style.
+ Cocoon is licensed under the Apache Software License, a license of the BSD
+ family and contains software which is compatible with the BSD licensing style.
- For more information, please read the LICENSE files in the /legal
- directory.
+ For more information, please read the LICENSE files in the /legal directory.
@@ -76,8 +70,8 @@
Credits
-------
- For more information on credits and due reference to included software,
- please read the CREDITS.txt file in this directory.
+ For more information on credits and due reference to included software, please
+ read the CREDITS.txt file in this directory.
@@ -90,4 +84,4 @@
The Apache Cocoon Project
http://cocoon.apache.org/
-
+