This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
64 lines (41 loc) · 1.75 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
PIRUS 'PUSH' implementation
Provide data for COUNTER-compliant usage statistics.
Copyright 2012 University of Southampton
Released to the public domain (or CC0 depending on your juristiction).
USE OF THIS EXTENSION IS ENTIRELY AT YOUR OWN RISK
Installation
Copy this file into your repository's cfg.d/ directory and restart
Apache.
Implementation
This code will PING the configured tracker server whenever a full-text
object is requested from EPrints.
These pings can be aggregated together with data from other sources
(publishers, other repositories) to create a fuller picture of the usage
of individual articles.
The data transferred are:
- eprint.eprintid - the eprint's internal identifier
- eprint.datestamp - the datetime the access started
- IP address - the user's IP address
- User Agent - the user's browser user agent
- eprint.date - the publication date
And either (if id_number is defined):
- eprint.id_number - the DOI
Or:
- eprint.creators_name - first named author
- eprint.title - eprint title
- eprint.jtitle - publication title
- eprint.issn - publication ISSN
- eprint.volume - publication volume
- eprint.issue - publication issue
Changes
1.04 Tim Brody <tdb2@ecs.soton.ac.uk>
Set svc_format to mime_type (was commented out???)
Set svc_dat to the requested URL (works only for live)
1.03 ???
???
1.02 Justin Bradley <jb4@ecs.soton.ac.uk>
Compatibility fixes for 3.2.
1.01 Tim Brody <tdb2@ecs.soton.ac.uk>
Fixed reference to 'jtitle' instead of 'publication'
1.00 Tim Brody <tdb2@ecs.soton.ac.uk>
Initial version