remove stale $Id$
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Apr 2010 12:46:59 +0000 (14:46 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Apr 2010 12:46:59 +0000 (14:46 +0200)
55 files changed:
web/htdocs/add.html
web/htdocs/admin/all.html
web/htdocs/admin/check.html
web/htdocs/admin/delete.html
web/htdocs/admin/edit.html
web/htdocs/ap.html
web/htdocs/chrome/layout.mc
web/htdocs/details/ap.mc
web/htdocs/details/check.mc
web/htdocs/details/country-list.mc
web/htdocs/details/delete.mc
web/htdocs/details/doc.mc
web/htdocs/details/edit.mc
web/htdocs/details/error.mc
web/htdocs/details/find.mc
web/htdocs/details/found.mc
web/htdocs/details/full.mc
web/htdocs/details/home.mc
web/htdocs/details/libtype-list.mc
web/htdocs/details/software.mc
web/htdocs/details/stats.mc
web/htdocs/details/upload.mc
web/htdocs/doc.html
web/htdocs/find.html
web/htdocs/full.html
web/htdocs/help.html
web/htdocs/help/edit.html
web/htdocs/help/edit/author.html
web/htdocs/help/edit/contact.html
web/htdocs/help/edit/country.html
web/htdocs/help/edit/dbname.html
web/htdocs/help/edit/description.html
web/htdocs/help/edit/extent.html
web/htdocs/help/edit/history.html
web/htdocs/help/edit/host.html
web/htdocs/help/edit/hosturl.html
web/htdocs/help/edit/language.html
web/htdocs/help/edit/password.html
web/htdocs/help/edit/port.html
web/htdocs/help/edit/protocol.html
web/htdocs/help/edit/restrictions.html
web/htdocs/help/edit/subjects.html
web/htdocs/help/edit/title.html
web/htdocs/help/edit/type.html
web/htdocs/help/edit/username.html
web/htdocs/help/info.html
web/htdocs/help/info/reliability.html
web/htdocs/help/link.mc
web/htdocs/index.html
web/htdocs/offtopic/sru-auth.html
web/htdocs/raw.html
web/htdocs/software.html
web/htdocs/stats.html
web/htdocs/style.css
web/htdocs/upload.html

index 1ff60a9..9df79ee 100644 (file)
@@ -1,4 +1,3 @@
-%# $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" &>
index 2fd1516..c7881b0 100644 (file)
@@ -1,3 +1,2 @@
-%# $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 => "" &>
index 8925856..81354e8 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: check.html,v 1.1 2007-02-20 19:17:14 mike Exp $
 <%args>
 @id
 $test => undef
index 8206bf0..51182d8 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: delete.html,v 1.1 2007-02-20 19:17:14 mike Exp $
 <%args>
 $id => undef
 </%args>
index 70915a4..bf4d758 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: edit.html,v 1.1 2007-02-20 19:17:14 mike Exp $
 <%args>
 $op
 $id => undef
index 05401aa..435ced8 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: ap.html,v 1.1 2007-06-28 12:19:28 mike Exp $
 <%args>
 $set
 </%args>
index d7dc956..44ec54c 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: layout.mc,v 1.38 2007-07-17 13:07:57 mike Exp $
 <%args>
 $debug => undef
 $title
index 51ba3ea..4db59c8 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: ap.mc,v 1.1 2007-06-28 12:19:37 mike Exp $
 <%args>
 $id
 $set
index 7d22a03..bc99268 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: check.mc,v 1.18 2007-05-09 10:45:14 mike Exp $
 <%args>
 @id
 $test => "Quick"
index 296946e..f986334 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: country-list.mc,v 1.2 2007-03-30 11:14:56 mike Exp $
 <%perl>
 return [
        "",
index a1ae5f2..fce37c1 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: delete.mc,v 1.7 2007-06-27 11:09:32 mike Exp $
 <%args>
 $id
 $really => 0
index 58c255f..5b93d30 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: doc.mc,v 1.4 2007-05-03 14:13:19 mike Exp $
 <%once>
 use Pod::Html;
 use IO::Dir;
index de18268..7f297b8 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: edit.mc,v 1.40 2009-04-15 18:16:46 wosch Exp $
 <%args>
 $op
 $id => undef ### should be extracted using utf8param()
index 81a73e4..085b153 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: error.mc,v 1.1 2006-09-19 11:11:44 mike Exp $
 <%args>
 $message
 </%args>
index 9edbe8d..dff561f 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: find.mc,v 1.12 2009-04-15 18:16:46 wosch Exp $
 % if (&utf8param($r,"_search")) {
 %     $m->comp("found.mc");
 % } else {
index 307239d..e4312fb 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: found.mc,v 1.33 2009-04-15 18:16:46 wosch Exp $
 <%once>
 sub print_navlink {
     my($params, $cond, $caption, $skip) = @_;
index baec260..19008a9 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: full.mc,v 1.30 2007-07-03 13:10:50 mike Exp $
 <%args>
 $id
 </%args>
index fcebe6c..1f42fb2 100644 (file)
@@ -1,4 +1,3 @@
-%# $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>
index 8a40f57..1126b91 100644 (file)
@@ -1,4 +1,3 @@
-%# $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)
index 3039074..3fa573e 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: software.mc,v 1.3 2007-04-18 12:13:01 mike Exp $
      <div class="essay">
      <p>
       Index Data uses
index f44c349..5d93b46 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 4a639ad..8324d3f 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: upload.mc,v 1.3 2009-04-16 18:09:44 wosch Exp $
 <%args>
 $filename => undef
 </%args>
index 424d5db..d24a81d 100644 (file)
@@ -1,3 +1,2 @@
-%# $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" &>
index 49f32ad..4a341b7 100644 (file)
@@ -1,3 +1,2 @@
-%# $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" &>
index 3924bf4..b6c806b 100644 (file)
@@ -1,3 +1,2 @@
-%# $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" &>
index c211356..4c47c64 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: help.html,v 1.5 2006-12-06 14:07:17 mike Exp $
 <%args>
 $help
 </%args>
index bd41d37..7466ccc 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 33c9302..0de8703 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 3786d4d..8d5fa5e 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 3db8b2e..9776395 100644 (file)
@@ -1,4 +1,3 @@
-%# $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>
index c2a30e7..15e9a76 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index c5155b6..2e77d21 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 8ab835c..7b6a9ef 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 907f31c..899a898 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index fcb41d7..f26128f 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 20f43e5..582a9d6 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index df77e8c..88d9b67 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index e898117..80da6d6 100644 (file)
@@ -1,2 +1 @@
-%# $Id: password.html,v 1.1 2006-12-06 14:22:22 mike Exp $
 <& username.html &>
index cce93de..631ec62 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 4d9fddc..2f493c2 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 2022536..b823e2a 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 4af2fdd..ff95cfe 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 9b984e4..bc9920a 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: title.html,v 1.1 2006-12-06 14:22:22 mike Exp $
   <p>
    The name by which the database is known.
   </p>
index f5eb71f..2b21736 100644 (file)
@@ -1,4 +1,3 @@
-%# $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 -
index 003a8d5..302af3e 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 3f40365..3d8711a 100644 (file)
@@ -1,2 +1 @@
-%# $Id: info.html,v 1.1 2007-04-26 13:56:46 mike Exp $
   <!-- No generic help needed for "info" category -->
index 6f768e4..e7ffdc6 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index cca692c..a3df767 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: link.mc,v 1.9 2007-06-25 10:38:35 mike Exp $
 <%args>
 $help
 </%args>
index 716d916..fed9825 100644 (file)
@@ -1,3 +1,2 @@
-%# $Id: index.html,v 1.3 2006-09-15 16:47:47 mike Exp $
 <& /chrome/layout.mc, %ARGS, title => "Welcome",
     component => "/details/home.mc" &>
index ed911c2..b53f4d8 100644 (file)
@@ -1,4 +1,3 @@
-%# $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
index 694652b..fc8bec2 100644 (file)
@@ -1,4 +1,3 @@
-%# $Id: raw.html,v 1.9 2007-05-11 13:53:40 mike Exp $
 <%args>
 $id
 </%args>
index 000e048..d32cb78 100644 (file)
@@ -1,3 +1,2 @@
-%# $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" &>
index bea5cd7..6c0edf6 100644 (file)
@@ -1,3 +1,2 @@
-%# $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" &>
index 429bee7..56e1fba 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: style.css,v 1.4 2007-03-22 07:57:34 mike Exp $ */
 body {
   color: black;
   background: white;
index 3ba0688..ddfb2a2 100644 (file)
@@ -1,4 +1,3 @@
-%# $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" &>