Changes between Version 1 and Version 2 of pluginprofiles


Ignore:
Timestamp:
Sep 6, 2010, 7:49:23 PM (14 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pluginprofiles

    v1 v2  
    5050 * remove the need for switch on schema type in metadata.xsl and metadata-utils.xsl
    5151 * provide the ability to rewrite xslt imports using a URI resolver and oasis catalog file
    52  * allow users to rewrite
     52 * allow users to rewrite schemaLocation hints using an oasis catalog file/files
     53 * add a SchemaManager class to encapsulate and provide schema information to other classes in GeoNetwork
     54 * rewrite the Info service so that it no longer requires the namespace URI to be provided by the tooltip requests (will use SchemaManager to get this info instead)
     55 * change schema autodetection code to use information from the SchemaManager (may also use enhanced schema autodetect approach from Dominic Owen of USGIN)
     56 * add a services that accept a zip file (or URL of a zip file) containing a schema, unpacks the schema into the schemaPlugins directory, and adds the schema to the list of schemas that GeoNetwork knows about (no config changes required)
     57 * Move codelist and label xml file caching for schemas from Jeeves guiservices to GeoNetwork guiservices - no longer necessary to add these files to the gui section of web/geonetwork/WEB-INF/config.xml
     58   
    5359=== Backwards Compatibility Issues ===
    5460
     61None known?
     62
    5563=== New libraries added ===
    56 Explain which and why new libraries are required for that proposal ...
     64
     65xml-commons-resolver 1.2 - Apache lib to support resolving various XML entities and URIs using oasis catalogs
    5766
    5867== Risks ==
    5968
     69None known
     70
    6071== Participants ==
    61  * List of participants and role (if necessary) in current GIP
    62 
     72 * Simon Pigot
     73 * Dominic Owen, USGIN - schema autodetect code
     74 * Other members of the GeoNetwork community. In Australia: Craig Jones - IMOS/eMii, John Hockaday - OSDM, AuScope.