From 8386994aee241b2f1dc681614a26a5104132718c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 30 Mar 2007 11:43:46 +0000 Subject: [PATCH] Shorter text, links to new page about the software. --- web/htdocs/details/home.mc | 55 +++----------------------------------------- 1 file changed, 3 insertions(+), 52 deletions(-) diff --git a/web/htdocs/details/home.mc b/web/htdocs/details/home.mc index 62aafec..0d493bb 100644 --- a/web/htdocs/details/home.mc +++ b/web/htdocs/details/home.mc @@ -1,4 +1,4 @@ -%# $Id: home.mc,v 1.6 2007-03-14 17:25:53 mike Exp $ +%# $Id: home.mc,v 1.7 2007-03-30 11:43:46 mike Exp $

IRSpy maintains a registry of information retrieval @@ -14,56 +14,7 @@ database 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 -%# 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. -

-

- For efficiency, probing of targets is done in parallel, using a - pool of a few hundred concurrent connections which is refilled - from a queue whenever a target in the pool completes its tests. - Testing the entire current registry of 1908 targets takes about - three elapsed hours on commodity hardware (Intel CPU, 2.8 GHz, - 256 Kb cache, 4 Mbit/s network connection). -

-

- IRSpy's Web user interface allows users to - search - and - browse - the registry, and to view - statistics. - Authenticated users may also edit target data, run tests and add - new targets from the Web UI. A set of command-line tools is - also provided, together with facilities for re-running the tests - periodically. -

-

- IRSpy is implemented in Perl, using the - ZOOM-Perl - module to access Z39.50 and SRU/SRW databases. The registry - database is implemented using - Zebra, - also accessed using ZOOM-Perl. The database - can be interrogated using SRU/SRW: - it conforms to the - ZeeRex application profile, - and can supply registry records both in extended - ZeeRex format - (now ratified as - ANSI/NISO Z39.92 - and in - Dublin Core - summary format. + Read more about + the IRSpy software.

-- 1.7.10.4