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


Logfile-EPrints documentation  | view source Contained in the Logfile-EPrints distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

Top

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.