Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions lib/defaultcfg/cfg.d/pirus.pl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ =head2 Implementation

=head2 Changes

1.03 Alan Stiles <orcid.org/0000-0003-3343-1088>

Amended tracker destination URL for Jisc address

1.02 Justin Bradley <jb4@ecs.soton.ac.uk>

Compatibility fixes for 3.2.
Expand All @@ -64,9 +68,8 @@ =head2 Changes
require LWP::UserAgent;
require LWP::ConnCache;

# modify the following URL to the PIRUS tracker location
#$c->{pirus}->{tracker} = "http://cclibweb-4.dmz.cranfield.ac.uk/tracker/";
$c->{pirus}->{tracker} = "http://www.jusp.mimas.ac.uk/counter/";
# ensure the following URL goes to the PIRUS tracker location
$c->{pirus}->{tracker} = "https://jusp.jisc.ac.uk/counter/";

# you may want to revise the settings for the user agent e.g. increase or
# decrease the network timeout
Expand Down