From 25a1cdb9dd0b6005753c6d11d77b5603a1ee3a00 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Tue, 23 Jul 2019 13:15:56 +0200 Subject: [PATCH] - added comment for SRU specification --- bin/slubsipbuilder.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/slubsipbuilder.pl b/bin/slubsipbuilder.pl index a3ff396..9a5d94f 100755 --- a/bin/slubsipbuilder.pl +++ b/bin/slubsipbuilder.pl @@ -167,6 +167,7 @@ PATCH2 return $result; } +# specification SRU/SRW BSZ: https://wiki.k10plus.de/pages/viewpage.action?pageId=132874251 sub get_mods_from ($$$$) { # $mods = ($url, $ppn, $searchkey, $recordschema) my $url = shift; my $ppn = shift; # example: "457035137" for "Der Fichtelberg" -- GitLab