From 71eb3446659abf022c2bc3e213c511d89863e40f Mon Sep 17 00:00:00 2001 From: crossley Date: Sun, 7 Sep 2003 13:42:05 +0000 Subject: [PATCH] Add the changes that are listed in resolver-release-notes. First release of website. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226119 13f79535-47bb-0310-9956-ffa450edef68 --- status.xml | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/status.xml b/status.xml index 6bc3fcf..82f4d39 100644 --- a/status.xml +++ b/status.xml @@ -87,16 +87,16 @@ + + Published the new website. Hooray. + Added the brilliant xml-commons logo. - - Annotated example CatalogManager.properties for Resolver - (see discussion) - and new Tips page. + + Added xml-commons/readme-build.txt to start to explain the build system. Fixed some license issues in various areas. @@ -105,10 +105,6 @@ Improved the build process for docs and consistency between the website and the distribution. Integrated javadocs with website. - - Added experimental building of the Resolver component docs using - DocBook DTDs and XSL. - Added some ToDo items and noted some issues in How-to Forrest. @@ -127,14 +123,35 @@ - - Added brief descriptions of new functionality to the - release notes. + + Annotated example CatalogManager.properties for Resolver + (see discussion) + and new Tips page. Copied the docs built by forrest into the distribution and linked to javadocs. + + Added brief descriptions of the following new functionality to the + release notes ... + + + The CatalogManager class is no longer static. It is now + possible to instantiate several catalog managers and each manager + can manage several catalogs. + + + System catalogs are always loaded. + + + Tests/Examples available in the tests/resolver/ directory. + + + Bootstrap resolver for loading catalog files. Avoids the Catch-22 + of having to resolve the catalog.dtd before the resolver is in action. +