The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Logfile::EPrints::Mapping::DSpace - Map DSpace logs to requests

SYNOPSIS

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 );

CAVEATS

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.