1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: cocoon
Section: contrib/web
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
Build-Depends: debhelper (>> 2.0.0), jdk1.1 (>= 1.1.8v1-3), ant (>= 1.2-1), lib-dom-java, libxalan-java, libxerces-java, libbsf-java
Standards-Version: 3.5.2
Package: cocoon
Section: contrib/web
Architecture: all
Suggests: cocoon-doc
Depends: java-common, jserv (>= 1.0.99b3) | tomcat (>= 3.2.1-1), cocoon-lib, libxerces-java, lib-dom-java
Recommends: libxalan-java
Description: A XML/XSL publishing framework servlet
Cocoon is a 100% pure Java XML/XSL publishing framework servlet that
allows complete separation of content, logic and style.
.
It currently works with tomcat but with some manual changes it should
work with jserv too.
.
More information can be found at http://java.apache.org/cocoon.
Package: cocoon-doc
Section: contrib/doc
Architecture: all
Description: Documentation for Cocoon
This is the documentation for Cocoon which is a 100% pure Java
XML/XSL publishing framework servlet that allows complete separation
of content, logic and style.
.
This package contains the documentation in HTML format.
Package: cocoon-example
Section: contrib/web
Architecture: all
Depends: cocoon
Description: An example of what cocoon can do.
This package contains a sample cocoon site that shows what cocoon
really can do.
.
The example is a .war file which essentially is a zip archive and
you only have to create your own one to create an own example.
.
When installed point your browser at http://localhost:8081/cocoon/index.xml
(if you use tomcat).
Package: cocoon-lib
Section: contrib/libs
Architecture: all
Description: An example of what cocoon can do.
This package contains some external java libraries to make
cocoon work properly.
Theese librarlies should later be moved to their own packages
and recompiled, but this makes this process easier.
|