EPrints Technical Mailing List Archive
Message: #02105
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: eprints DRIVER compliance
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: eprints DRIVER compliance
- From: Yuri <yurj@alfa.it>
- Date: Thu, 18 Jul 2013 16:08:12 +0200
Il 12/03/2012 17:49, Tim Brody ha scritto:
On Mon, 2012-03-12 at 17:26 +0100, Yuri wrote:Il 12/03/2012 14:31, Tim Brody ha scritto:Hi, DRIVER compliance will depend on your local configuration.is there any guide/info about this?Perhaps this, http://files.eprints.org/649/. http://www.openaire.eu/en/about-openaire/publications-presentations/presentations/doc_details/342-how-to-make-your-repository-openaire-compliant-eprints (OpenAIRE is the successor to DRIVER?) The DRIVER set was added 3 years ago: http://trac.eprints.org/eprints/ticket/3271 (But is a config option, so you may need to copy from the defaultcfg)
http://trac.eprints.org/eprints/attachment/ticket/3271/driver_set_patch.diff I've found this in oai2 part of the patch: my( $info ) = grep { $_->{spec} = $args->{set} } @{$custom_sets||[]}; Obviously it should be: my( $info ) = grep { $_->{spec} eq $args->{set} } @{$custom_sets||[]}; :))This because maybe someone has read this email to add Driver support. The code has been fixed later in Eprints code. The bug hit when you've more than 1 custom_sets.
- References:
- [EP-tech] eprints DRIVER compliance
- From: Yuri <yurj@alfa.it>
- [EP-tech] Re: eprints DRIVER compliance
- From: Tim Brody <tdb2@ecs.soton.ac.uk>
- [EP-tech] Re: eprints DRIVER compliance
- From: Yuri <yurj@alfa.it>
- [EP-tech] Re: eprints DRIVER compliance
- From: Tim Brody <tdb2@ecs.soton.ac.uk>
- [EP-tech] eprints DRIVER compliance
- Prev by Date: [EP-tech] Re: Large CrossRef DOI prefixes are not rendered as a linkable DOI
- Next by Date: [EP-tech] openaire plugin
- Previous by thread: [EP-tech] Re: eprints DRIVER compliance
- Next by thread: [EP-tech] Re: Edit Item Internal Server Error
- Index(es):