Skip to content
Snippets Groups Projects
Commit b840e13a authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- updated header comment

parent 12d41792
No related branches found
No related tags found
No related merge requests found
#!/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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment