-%# $Id: add.html,v 1.3 2007-07-16 11:55:31 mike Exp $
<& /chrome/layout.mc, %ARGS,
title => "Add target record",
component => "/details/edit.mc", op => "new" &>
-%# $Id: all.html,v 1.1 2007-02-20 19:17:14 mike Exp $
<& /chrome/layout.mc, %ARGS, title => "Test all targets",
component => "/details/check.mc", id => "" &>
-%# $Id: check.html,v 1.1 2007-02-20 19:17:14 mike Exp $
<%args>
@id
$test => undef
-%# $Id: delete.html,v 1.1 2007-02-20 19:17:14 mike Exp $
<%args>
$id => undef
</%args>
-%# $Id: edit.html,v 1.1 2007-02-20 19:17:14 mike Exp $
<%args>
$op
$id => undef
-%# $Id: ap.html,v 1.1 2007-06-28 12:19:28 mike Exp $
<%args>
$set
</%args>
-%# $Id: layout.mc,v 1.38 2007-07-17 13:07:57 mike Exp $
<%args>
$debug => undef
$title
-%# $Id: ap.mc,v 1.1 2007-06-28 12:19:37 mike Exp $
<%args>
$id
$set
-%# $Id: check.mc,v 1.18 2007-05-09 10:45:14 mike Exp $
<%args>
@id
$test => "Quick"
-%# $Id: country-list.mc,v 1.2 2007-03-30 11:14:56 mike Exp $
<%perl>
return [
"",
-%# $Id: delete.mc,v 1.7 2007-06-27 11:09:32 mike Exp $
<%args>
$id
$really => 0
-%# $Id: doc.mc,v 1.4 2007-05-03 14:13:19 mike Exp $
<%once>
use Pod::Html;
use IO::Dir;
-%# $Id: edit.mc,v 1.40 2009-04-15 18:16:46 wosch Exp $
<%args>
$op
$id => undef ### should be extracted using utf8param()
-%# $Id: error.mc,v 1.1 2006-09-19 11:11:44 mike Exp $
<%args>
$message
</%args>
-%# $Id: find.mc,v 1.12 2009-04-15 18:16:46 wosch Exp $
% if (&utf8param($r,"_search")) {
% $m->comp("found.mc");
% } else {
-%# $Id: found.mc,v 1.33 2009-04-15 18:16:46 wosch Exp $
<%once>
sub print_navlink {
my($params, $cond, $caption, $skip) = @_;
-%# $Id: full.mc,v 1.30 2007-07-03 13:10:50 mike Exp $
<%args>
$id
</%args>
-%# $Id: home.mc,v 1.11 2008-07-03 08:14:21 mike Exp $
<div class="essay">
<h2>The Z39.50 Target Directory</h2>
<p>
-%# $Id: libtype-list.mc,v 1.2 2007-03-30 11:14:56 mike Exp $
<%perl>
return [
"", qw(Academic Public Corporate Special National Education Other)
-%# $Id: software.mc,v 1.3 2007-04-18 12:13:01 mike Exp $
<div class="essay">
<p>
Index Data uses
-%# $Id: stats.mc,v 1.9 2007-11-02 12:49:28 mike Exp $
<%doc>
Here are the headings in the Z-Spy version:
The ten most commonly supported Bib-1 Use attributes
-%# $Id: upload.mc,v 1.3 2009-04-16 18:09:44 wosch Exp $
<%args>
$filename => undef
</%args>
-%# $Id: doc.html,v 1.1 2006-09-28 16:48:00 mike Exp $
<& /chrome/layout.mc, %ARGS, component => "/details/doc.mc",
title => defined $ARGS{module} ? $ARGS{module} : "Documentation" &>
-%# $Id: find.html,v 1.2 2006-09-19 16:30:25 mike Exp $
<& /chrome/layout.mc, %ARGS, title => "Find a target",
component => "/details/find.mc" &>
-%# $Id: full.html,v 1.1 2006-10-20 16:57:40 mike Exp $
<& /chrome/layout.mc, %ARGS, title => "Full target record",
component => "/details/full.mc" &>
-%# $Id: help.html,v 1.5 2006-12-06 14:07:17 mike Exp $
<%args>
$help
</%args>
-%# $Id: edit.html,v 1.1 2006-12-05 12:26:37 mike Exp $
<p class="small">
(The fields used to describe targets in the IRSpy database are for
the most part those described in the
-%# $Id: author.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
The author element should contain the name of the person or
organisation to be credited with the creation of the database, and
-%# $Id: contact.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
The contact element is used to record information on a contact
person for the database. This should include at least a name and
-%# $Id: country.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
The country in which the service is hosted, if known.
</p>
-%# $Id: dbname.html,v 1.1 2006-12-05 12:26:37 mike Exp $
<p>
For Z39.50 databases, contains the name of the Z39.50 database
which the service provides. If the service provides multiple
-%# $Id: description.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
Should contain a description of why this database might be of
-%# $Id: extent.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
Used to describe the completeness of the database, or the range of
material that is included in it. For example a database which
-%# $Id: history.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
Any information which is considered useful regarding the history of
the database may be recorded in the history element. This might
-%# $Id: host.html,v 1.2 2006-12-06 14:20:25 mike Exp $
<p>
The address of the server which hosts the service. This address
should be in a name which will resolve to the correct IP
-%# $Id: hosturl.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
A URL for the organisation which hosts the database. This URL may
or not refer to the same host as the
-%# $Id: language.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
Used to record the languages used in the database records (as
opposed to the target record). For example, in an English-language
-%# $Id: password.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<& username.html &>
-%# $Id: port.html,v 1.1 2006-12-05 12:26:37 mike Exp $
<p>
The port that the service is running on. For Z39.50 servers, this
is often 210, 3950 or 7090. IRSpy needs this information in order
-%# $Id: protocol.html,v 1.1 2006-12-05 12:26:37 mike Exp $
<p>
Used to record the protocol that should be used to connect to the
server. The default value is
-%# $Id: restrictions.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
If there are any restrictions on the usage or availability of the
database or its contents then these should be recorded in this
-%# $Id: subjects.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
If the database concerns particular subjects from a controlled
vocabulary then these may be recorded using this field. These
-%# $Id: title.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
The name by which the database is known.
</p>
-%# $Id: type.html,v 1.1 2006-12-05 16:40:46 mike Exp $
<p>
The type of library that this is a catlogue for. This field is not
part of the ZeeRex data model, and may require further thought -
-%# $Id: username.html,v 1.1 2006-12-06 14:22:22 mike Exp $
<p>
Some Z39.50 servers require authentication before access is
allowed. For such servers, a suitable username and password may be
-%# $Id: info.html,v 1.1 2007-04-26 13:56:46 mike Exp $
<!-- No generic help needed for "info" category -->
-%# $Id: reliability.html,v 1.1 2007-04-26 13:56:53 mike Exp $
<p>
Measures the reliability of the target only in its ability to
respond to connections: the display indicates the number of
-%# $Id: link.mc,v 1.9 2007-06-25 10:38:35 mike Exp $
<%args>
$help
</%args>
-%# $Id: index.html,v 1.3 2006-09-15 16:47:47 mike Exp $
<& /chrome/layout.mc, %ARGS, title => "Welcome",
component => "/details/home.mc" &>
-%# $Id: sru-auth.html,v 1.1 2007-08-21 09:48:41 mike Exp $
<%doc>
In order to test the authentication feature of Simple2ZOOM, we
need an authenticator script, accessible via HTTP. The
-%# $Id: raw.html,v 1.9 2007-05-11 13:53:40 mike Exp $
<%args>
$id
</%args>
-%# $Id: software.html,v 1.1 2007-03-30 11:43:59 mike Exp $
<& /chrome/layout.mc, %ARGS, title => "About the IRSpy software",
component => "/details/software.mc" &>
-%# $Id: stats.html,v 1.1 2006-12-14 16:11:03 mike Exp $
<& /chrome/layout.mc, %ARGS, title => "Target statistic",
component => "/details/stats.mc" &>
-/* $Id: style.css,v 1.4 2007-03-22 07:57:34 mike Exp $ */
body {
color: black;
background: white;
-%# $Id: upload.html,v 1.1 2007-07-16 11:55:20 mike Exp $
<& /chrome/layout.mc, %ARGS,
title => "Upload target record",
component => "/details/upload.mc" &>