| Log Message: |
* remove contents of pubs/*/publication.xml (empty files remain)
* remove rendering support for publication.xml (global-sitemap.xmap).
* remove all uses of http://apache.org/cocoon/lenya/publication/1.0
namespace.
* introduce a new new namespace:
http://apache.org/cocoon/lenya/publication/1.1.
* publication.xconf data must now be in that namespace
(backwards-incompatible, requires changes to old files)
notably, module, proxy and resource-type are now grouped in wrapper
elements.
* move information from pubs/*publication.xml to
pubs/*config/publication.xconf
* add webapp/lenya/resources/schemas/publication.rng to define the
namespace
* add complete list of element/attribute constants to
PublicationConfiguration.java
(although only a subset is actually parsed there) and enable namespace
support.
* modify webapp/lenya/resources/i18n/modules2xinclude.xsl accordingly
* introduce core and per-publication readme.xml.
* improve introduction pages
TODO:
* fix webapp/lenya/xslt/modules/modules2xinclude.xsl, rename to something
more intuitive
* fix Instantiator.java
|