Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'cocoon_16_dev'.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/branches/cocoon-1@1045442 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
No Author committed Nov 9, 1999
1 parent 3a02571 commit 977dcb0
Show file tree
Hide file tree
Showing 147 changed files with 19,237 additions and 0 deletions.
48 changes: 48 additions & 0 deletions tags/cocoon_16_dev/CVSROOT/LICENSE
@@ -0,0 +1,48 @@

============================================================================
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 <stefano@apache.org>. For more information on the Apache
Software Foundation, please see <http://www.apache.org/>.

85 changes: 85 additions & 0 deletions tags/cocoon_16_dev/CVSROOT/README
@@ -0,0 +1,85 @@

C O C O O N


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.


The Latest Version
------------------

Details of the latest version can be found on the Apache XML Project
web site (http://xml.apache.org/cocoon/).


Requirements
------------

The following requirements exist for installing Cocoon:

o A Java 1.1 or later compatible virtual machine (for command line usage).

o Server API 2.x Servlet Engine (for servlet usage):

Being a 100% pure Java servlet, Cocoon will run on any 2.x compliant
servlet platform.

o XML Parser with DOM support:

The Cocoon Servlet is based on the W3C Document Object Model to specify
the documents it handles and it's not based on any particular XML parser
implementation using a modular and pluggable interface.

These are the XML parsers currently supported:

1) OpenXML ver 1.0.6+(http://www.openxml.org/)
2) IBM XML4J ver. 2.* (http://www.alphaworks.ibm.com/tech/xml/)
3) Sun ProjectX (http://developers.java.sun.com/)
4) Oracle XML Parser ver 2.* (http://www.oracle.com/xml/)

o XSL Processor with DOM support:

These are the XSL processors currently supported:

1) XSL:P Processor (http://www.clc-marketing.com/xslp/)
2) LotusXSL Processor ver 0.18+ (http://www.alphaworks.ibm.com/tech/LotusXSL/)
3) Oracle XSL Processor ver 2.* (http://www.oracle.com/xml/)
4) James Clark's XT processor (http://www.jclark.com)


Installation Instructions and Documentation
-------------------------------------------

The documentation available as of the date of this release is
included, in HTML format, in the "docs/" directory, and it may
be browsed starting from the file called "index.html".

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/


46 changes: 46 additions & 0 deletions tags/cocoon_16_dev/CVSROOT/Todo
@@ -0,0 +1,46 @@
<?xml version="1.0"?>

<todo>

<thing priority="high" assigned-to="Stefano">
XML-ize the docs and use stylebook to generate them.
</thing>

<thing priority="high" assigned-to="Stefano">
Add the license header on every source file when we agreed on what to use.
</thing>

<thing priority="high" assigned-to="Stefano">
Add support for Xalan e Xerces and new FOP.
</thing>

<thing priority="medium" assigned-to="Stefano">
Make sure you removed all the java.apache.org instances around.
</thing>

<thing priority="medium" assigned-to="Stefano|Pier">
Add the Cocoon2 branch with the Kali sources.
</thing>

<thing priority="medium" assigned-to="Stefano|Ricardo">
Add the XSP compiler.
</thing>

<thing priority="medium" assigned-to="Pier|Stefano">
Write the NRG DTD WD and try to implement a formatter for this. (should we
create its own project? include with FOP?)
</thing>

<thing priority="medium" assigned-to="Zvi">
Add support for OpenXML 1.1.
</thing>

<thing priority="medium" assigned-to="Donald">
Update SQL docs to match code improvements.
</thing>

<thing priority="low" assigned-to="Stefano">
Use Ant to build instead of makefile.
</thing>

</todo>
29 changes: 29 additions & 0 deletions tags/cocoon_16_dev/CVSROOT/docs/api.html
@@ -0,0 +1,29 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>

<head>
<meta NAME="Author" CONTENT="Stefano Mazzocchi">
<title>Cocoon - APIs Specification</title>
</head>

<body>

<p><img src="../images/logo.gif" border="0"></p>

<h1 align="center">Cocoon APIs Specification</h1>
<div align="center"><center>

<table border="0" width="80%">
<tr>
<td width="100%">To reduce website update overhead, the javadoc documentation is <strong>not</strong>
hosted on the web site. Please <a href="http://java.apache.org/cocoon/dist/">download</a>
the distribution instead.</td>
</tr>
</table>
</center></div>

<p align="center"><font size="-1">Copyright (c) <a href="http://xml.apache.org">The Apache XML Project</a>.<br>
$Id: api.html,v 1.1.1.1 1999-11-09 01:51:29 stefano Exp $<br>
All rights reserved.</font></p>
</body>
</html>
29 changes: 29 additions & 0 deletions tags/cocoon_16_dev/CVSROOT/docs/api/index.html
@@ -0,0 +1,29 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>

<head>
<meta NAME="Author" CONTENT="Stefano Mazzocchi">
<title>Cocoon - APIs Specification</title>
</head>

<body>

<p><img src="../images/logo.gif" border="0"></p>
<h1 align="center">Cocoon APIs Specification</h1>
<div align="center"><center>

<table border="0" width="80%">
<tr>
<td width="100%">To reduce web site update overhead, the javadoc documentation is <strong>not</strong>
hosted on the web site. Please <a href="http://java.apache.org/cocoon/dist/">download</a>
the distribution instead.</td>
</tr>
</table>
</center></div>

<p align="center"><font size="-1">Copyright (c) <a href="http://xml.apache.org">The Apache XML Project</a>.<br>
$Id: index.html,v 1.1.1.1 1999-11-09 01:51:34 stefano Exp $<br>
All rights reserved.</font></p>
</body>
</html>

0 comments on commit 977dcb0

Please sign in to comment.