| Logfile-EPrints documentation | view source | Contained in the Logfile-EPrints distribution. |
Logfile::EPrints::Mapping::DSpace - Map DSpace logs to requests
See Logfile::EPrints.
use Logfile::EPrints; my $parser = Logfile::EPrints::Parser->new( handler => Logfile::EPrints::Mapping::DSpace->new( identifier => 'oai:dspace:', handler => MyHandler->new )); $parser->parse_fh( $fh );
This module only supports abstract and fulltext.
DSpace uses the exact same URL layout for communities as it does papers, so there's no way to distinguish them from just the log files. Community hits therefore come out as 'abstract' hits.
| Logfile-EPrints documentation | view source | Contained in the Logfile-EPrints distribution. |