Changes between Version 5 and Version 6 of Z3950_sru_improvements
- Timestamp:
- 04/29/10 03:57:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Z3950_sru_improvements
v5 v6 27 27 28 28 === Links === 29 * Combined proposal from [http://trac.osgeo.org/geonetwork/wiki/Z3950FixesExtensions Z3950FixesExtensions] and [http://trac.osgeo.org/geonetwork/wiki/z3950_sru z3950_sru]29 * Combined proposal from [http://trac.osgeo.org/geonetwork/wiki/Z3950FixesExtensions Z3950FixesExtensions], [http://trac.osgeo.org/geonetwork/wiki/z3950_sru z3950_sru] and [http://trac.osgeo.org/geonetwork/wiki/HarvestingEnhancements HarvestingEnhancements] 30 30 31 31 === Voting History === 32 * Vote proposed 2010/04/2 8.32 * Vote proposed 2010/04/29. 33 33 34 34 ---- … … 39 39 * Support for web-based Z39.50 (SRU) adds an additional search interface. 40 40 * Clean up of the Z39.50 code. 41 * Add Z3950 harvester 41 * Add Z3950 harvester with xslt and validation capability (this addition will allow all harvesters to provide these options but for now only Z3950) 42 42 * Return Z39.50 remote search capability to trunk (but no integrated search interface till later) 43 * !GeoNetwork Z3950 server will provide HTML (in addition to XML) if requested by a Z client. 43 * !GeoNetwork Z3950 server will provide HTML (in addition to XML) if requested by a Z client 44 * !GeoNetwork Z3950 server can map Z3950 collection name specified in query to !GeoNetwork category 44 45 45 46 == Proposal == … … 49 50 Backward-compatibility is important. The traditional Z39.50 interface should not be affected, although using the 50 51 new library. 51 52 JZKit3 port, implementation of SRU, server production of HTML as well as XML, Z3950 harvesting and a tab based remote search client exist in the BlueNetMEST sandbox. Bringing all of these (apart from the tab based remote search client) into the trunk for the 2.5 Unstable release will allow them to be evaluated, discussed and enhanced by the community in time for the next stable release (2.6).53 52 54 53 SRU interface implemented as jeeves service. (http://127.0.0.1:8080/geonetwork/srv/en/portal.sru?operation=searchretrieve&version=1.2&query=title%20any%20WMO ). … … 91 90 92 91 92 JZKit3 port, implementation of SRU, server production of HTML as well as XML, server mapping of Z3950 collections to !GeoNetwork categories, Z3950 harvesting and a tab based remote search client exist in the BlueNetMEST sandbox. Bringing all of these (apart from the tab based remote search client) into the trunk for the 2.5 Unstable release will allow them to be evaluated, discussed and enhanced by the community in time for the next stable release (2.6). 93 93 94 === Backwards Compatibility Issues === 94 95 … … 97 98 == Risks == 98 99 99 JZKit is not well documented at the moment, although documentation will be provided in the course of a World Meteorological Organization 100 project on Z39.50. 100 JZKit is not well documented at the moment, although documentation will be provided in the course of a World Meteorological Organization project on Z39.50. 101 101 102 102 == Participants ==