cziegeler 01/11/23 03:54:25 Modified: . Tag: cocoon_20_branch README Log: Changed README Revision Changes Path No revision No revision 1.1.1.1.2.1 +19 -12 xml-cocoon2/README Index: README =================================================================== RCS file: /home/cvs/xml-cocoon2/README,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- README 2001/05/09 20:49:26 1.1.1.1 +++ README 2001/11/23 11:54:25 1.1.1.1.2.1 @@ -7,24 +7,31 @@ What is it? ----------- - Apache Cocoon is a 100% pure Java publishing framework that relies on - new W3C technologies (such as XML, XSL, SVG, etc..) to provide web content. + Apache Cocoon is an XML publishing framework that raises the usage of + XML and XSLT technologies for server applications to a new + level. Designed for performance and scalability around pipelined SAX + processing, Cocoon offers a flexible environment based on the separation + of concerns between content, logic and style. A centralized + configuration system and sophisticated caching top this all off and help + you to create, deploy and maintain rock-solid XML server applications. + + Cocoon interacts with most data sources, including: filesystems, RDBMS, + LDAP, native XML databases, and network-based data sources. It adapts + content delivery to the capabilities of different devices like HTML, + WML, + PDF, SVG, RTF just to name a few. Cocoon currently runs as a Servlet or + from a powerful commandline interface. The chosen design of an + abstracted + environment gives you the freedom to implement your own concrete + environment to suit your required functionality. - The Cocoon project aims to change the way web information is created, - rendered and delivered. This new paradigm is based on fact that document - content, style and logic are often created by different individuals or - working groups. - - Cocoon aims to a complete separation of the three layers, allowing the - three layers to be indipendently designed, created and managed, reducing - management overhead, increasing work reuse and reducing time to market. Where is it? ------------ The home page for the Apache Cocoon project can be found in the Apache XML - Project web site (http://xml.apache.org/cocoon/). There you also find + Project web site (http://xml.apache.org/cocoon2/). There you also find information on how to download the latest release as well as all the other information you might need regarding this project. @@ -50,7 +57,7 @@ included in the "docs/" directory. Look for the most updated documentation on the Apache Cocoon web site under - the Apache XML Project (http://xml.apache.org/cocoon/). + the Apache XML Project (http://xml.apache.org/cocoon2/). Licensing and legal issues
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]