From b840e13add92c3717da73a9cd9b61fe83eb4cfa7 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Mon, 21 Feb 2022 18:02:50 +0100 Subject: [PATCH] - updated header comment --- deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl index 7959c5a..b25359e 100644 --- a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl +++ b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl @@ -1,6 +1,5 @@ -#!/usr/bin/env perl +#!/usr/bin/env perl # adds all dnx properties -# by Andreas Romeyke (andreas.romeyke@slub-dresden.de) and Serhiy Bolkun (serhiy.bolkun@slub-dresden.de) # # usage: perl add_dnx_mappings.pl rosetta-host rosetta-user rosetta-user-password rosetta-institution rosetta-login-port # example: perl add_dnx_mappings.pl rosetta.my-archive.domain user1 12345 MYINSTITUTE 8443 @@ -8,11 +7,9 @@ # needs a geckodriver and the Selenium::Remote::Driver module # see http://www.seleniumhq.org/ # -# tested against Rosetta 7.0 using chromedriver and chromium 90.0.4430.93 -# under Windows 10 and Debian 10 +# tested against Rosetta 7.1 using ChromeDriver 98.0.4758.80 and Chrome 98 in Debian 11 # -# ensure, that the plugin is assigned to a classification, for example to -# "Image (Mix)" +# ensure, that the plugin is assigned to a classification, for example to "Image (Mix)" use strict; use warnings; -- GitLab