From e53c9c779887e987f885894cfc50669680407202 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 18 Apr 2007 12:13:01 +0000 Subject: [PATCH 1/1] David's changes. --- web/htdocs/details/software.mc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/web/htdocs/details/software.mc b/web/htdocs/details/software.mc index 644a43b..3039074 100644 --- a/web/htdocs/details/software.mc +++ b/web/htdocs/details/software.mc @@ -1,22 +1,24 @@ -%# $Id: software.mc,v 1.2 2007-04-17 16:39:26 mike Exp $ +%# $Id: software.mc,v 1.3 2007-04-18 12:13:01 mike Exp $

- IRSpy maintains a registry of information retrieval - targets supporting standard IR protocols such as + Index Data uses + IRSpy to maintain a registry of information retrieval + targets supporting the standard IR protocol ANSI/NISO Z39.50 (ISO 23950) and the SRU/SRW web services. - Each registry entry consists of both mechanical information, + Each registry entry consists of both database level information, such as the indexes supported for searching and the record - syntax and schemas supported for retrievel, and metadata such as - database titles, authors and descriptions. + syntax and schemas supported for retrieval, and record level + metadata such as titles, authors and descriptions.

- IRSpy supports editing of the metadata, and automatically - discovers mechanical information by probing the registered - targets using a set of feature-tests. Tests are implemented by + IRSpy supports editing of record level metadata, and + automatically discovers database level information by probing + the registered targets using a set of feature-tests. Tests are + implemented by %# Link to /doc.html?module=ZOOM/IRSpy/Test.pm is not ready yet individual plugins, so new tests can be added without changing the core code. -- 1.7.10.4