EPrints Technical Mailing List Archive
Message: #06275
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Export Plugin: Simple Metadata - What is it good for?
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Export Plugin: Simple Metadata - What is it good for?
- From: jens.vieler@id.uzh.ch
- Date: Wed, 15 Feb 2017 10:31:57 +0100
Hey List
while tidy up the single EPrint view for our customers, we want to throw away all unneded export plugins. Therefor i'll change the accept conditions from single dataobj and list
$self->{accept} = [ 'list/*', 'dataobj/*' ];
to list only
$self->{accept} = [ 'list/*' ];
However: ~/perl_lib/EPrints/Plugin/Export/Simple.pm is just for single use ($self->{accept} = [ 'dataobj/eprint' ];) and if i delete this, i could also deactivate the plugin from the system.
So here is my question: Does anybody know what "Simple Metadata" it good for? Does any routine needs it or is it just a "Show me all"-Toy?! Recursive grep doesn't show any other used case.
Cheers
Jens
--
Jens Vieler
Zentrale Informatik
Universität Zürich
Stampfenbachstrasse 73
CH-8006 Zürich
mail: jens.vieler@id.uzh.ch
phone: +41 44 63 56777
http://www.id.uzh.ch
- References:
- [EP-tech] Bazaar Plugin not showing in EPrints
- From: Sebastian Faubel <sebastian@semiodesk.com>
- Re: [EP-tech] Bazaar Plugin not showing in EPrints
- From: "Alan.Stiles" <alan.stiles@open.ac.uk>
- [EP-tech] Bazaar Plugin not showing in EPrints
- Prev by Date: Re: [EP-tech] Bazaar Plugin not showing in EPrints
- Next by Date: Re: [EP-tech] Export Plugin: Simple Metadata - What is it good for?
- Previous by thread: Re: [EP-tech] Bazaar Plugin not showing in EPrints
- Next by thread: Re: [EP-tech] Export Plugin: Simple Metadata - What is it good for?
- Index(es):