Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 74651 invoked by uid 500); 20 Mar 2000 21:22:06 -0000 Delivered-To: apmail-xml-cocoon-cvs@apache.org Received: (qmail 74648 invoked by uid 1010); 20 Mar 2000 21:22:05 -0000 Date: 20 Mar 2000 21:22:05 -0000 Message-ID: <20000320212205.74647.qmail@locus.apache.org> From: stefano@locus.apache.org To: xml-cocoon-cvs@apache.org Subject: cvs commit: xml-cocoon build.bat build.sh changes.xml index.html todo.xml build.xml LICENSE README configuration.xml stefano 00/03/20 13:22:05 Modified: . Tag: xml-cocoon2 build.xml LICENSE README Added: . Tag: xml-cocoon2 build.bat build.sh changes.xml index.html todo.xml Removed: . Tag: xml-cocoon2 configuration.xml Log: creating cocoon2-alpha1 distribution Revision Changes Path No revision No revision 1.6.2.4 +315 -38 xml-cocoon/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon/build.xml,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -u -r1.6.2.3 -r1.6.2.4 --- build.xml 2000/03/09 21:52:11 1.6.2.3 +++ build.xml 2000/03/20 21:22:01 1.6.2.4 @@ -1,65 +1,342 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - - + + + + + + + + - - + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + windowtitle="${Name} API" + doctitle="${Name}" + bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved." + stylesheetfile="${skins.dir}/javadoc.css" + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + - - + + + + - - + + 1.2.2.1 +49 -48 xml-cocoon/LICENSE Index: LICENSE =================================================================== RCS file: /home/cvs/xml-cocoon/LICENSE,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- LICENSE 1999/11/20 01:11:57 1.2 +++ LICENSE 2000/03/20 21:22:02 1.2.2.1 @@ -1,49 +1,50 @@ /* - * ============================================================================ - * The Apache Software License, Version 1.1 - * ============================================================================ - * - * Copyright (C) 1999 The Apache Software Foundation. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modifica- - * tion, are permitted provided that the following conditions are met: - * - * 1. Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * - * 3. The end-user documentation included with the redistribution, if any, must - * include the following acknowledgment: "This product includes software - * developed by the Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowledgment may appear in the software itself, if - * and wherever such third-party acknowledgments normally appear. - * - * 4. The names "Cocoon" and "Apache Software Foundation" must not be used to - * endorse or promote products derived from this software without prior - * written permission. For written permission, please contact - * apache@apache.org. - * - * 5. Products derived from this software may not be called "Apache", nor may - * "Apache" appear in their name, without prior written permission of the - * Apache Software Foundation. - * - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, - * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- - * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON - * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * This software consists of voluntary contributions made by many individuals - * on behalf of the Apache Software Foundation and was originally created by - * Stefano Mazzocchi . For more information on the Apache - * Software Foundation, please see . - * - */ + + ============================================================================ + The Apache Software License, Version 1.1 + ============================================================================ + + Copyright (C) @year@ The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + apache@apache.org. + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi . For more information on the Apache + Software Foundation, please see . + +*/ 1.4.2.3 +62 -25 xml-cocoon/README Index: README =================================================================== RCS file: /home/cvs/xml-cocoon/README,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -u -r1.4.2.2 -r1.4.2.3 --- README 1999/12/11 23:28:45 1.4.2.2 +++ README 2000/03/20 21:22:02 1.4.2.3 @@ -1,27 +1,64 @@ - This is the infamous Cocoon2 - ---------------------------- - -Make yourself at home :) - -This is a new generation and open source dynamics loves continuum rather than -jagged steps. So it will be a difficult process to move on, but we need to do -it. - -So, this is more or less a whiteboard at this point where everyone adds its -own features and tries with new interfaces without compromising anyones job. - -But this is so only until we find a solidity around our interfaces and then -stop writing stuff. - -CAREFUL: three anti-patterns should be highly avoided - - - "the 2.0 antipattern": stuff all possible features you can in 2.0 - - "the golden hammer antipattern": use "xxx" for everything - - "the flexibility syndrome": if it isn't symmetrical make it so - -Let's do things better, but do not try to solve the world's problems with -Cocoon 2.0, we _will_ have Cocoon 3.0 to start over again :) - Stefano - + C O C O O N + + @version@ + + + What is it? + ----------- + + Cocoon is a 100% pure Java publishing framework that relies on + new W3C technologies (such as XML and XSL) to provide web content. + + 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 Cocoon project can be found in the Apache XML Project + web site (http://xml.apache.org/cocoon/). 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. + + + Requirements + ------------ + + Cocoon is implemented both as a Java servlet and a Java command line + application. The following requirements exist for installing it: + + o A Java 1.2 or later compatible virtual machine for your operating system. + + o Server API 2.x Servlet Engine (optional for command line operation). + + + Installation Instructions and Documentation + ------------------------------------------- + + The documentation available as of the date of this release is + included in the "docs/" directory. + + Look for the most updated documentation on the Cocoon web site under + the Apache XML Project (http://xml.apache.org/cocoon/). + + + Licensing and legal issues + -------------------------- + + For legal and licensing issues, please read the LICENSE file. + + + Thanks for using Cocoon. + + The Apache XML Project + http://xml.apache.org/ + No revision No revision 1.10.2.1 +0 -0 xml-cocoon/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/xml-cocoon/build.bat,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -u -r1.10 -r1.10.2.1 1.10.2.1 +0 -0 xml-cocoon/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/xml-cocoon/build.sh,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -u -r1.10 -r1.10.2.1 1.9.2.2 +16 -406 xml-cocoon/changes.xml 1.3.2.1 +2 -2 xml-cocoon/index.html Index: index.html =================================================================== RCS file: /home/cvs/xml-cocoon/index.html,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- index.html 2000/02/16 01:06:29 1.3 +++ index.html 2000/03/20 21:22:02 1.3.2.1 @@ -10,7 +10,7 @@

The Apache XML project is proud to present

-

+

version @version@

@@ -20,7 +20,7 @@ 1.6.2.2 +10 -59 xml-cocoon/todo.xml