EPrints Technical Mailing List Archive

Message: #06277


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Antwort: Re: Export Plugin: Simple Metadata - What is it good for?


Hi John,

good to know! You're right. Although we use a totaly diffrerent eprint_render.pl i found this passage. Thanks a lot.

 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


Inactive hide details for John Salter ---15.02.2017 10:45:40---Did you grep in <eprints_root>/lib/ for it? https://github.com/eJohn Salter ---15.02.2017 10:45:40---Did you grep in <eprints_root>/lib/ for it? https://github.com/eprints/eprints/blob/3.3/lib/defaultc

Von: John Salter <J.Salter@leeds.ac.uk>
An: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
Datum: 15.02.2017 10:45
Betreff: Re: [EP-tech] Export Plugin: Simple Metadata - What is it good for?
Gesendet von: eprints-tech-bounces@ecs.soton.ac.uk





Did you grep in <eprints_root>/lib/ for it?
 
https://github.com/eprints/eprints/blob/3.3/lib/defaultcfg/cfg.d/eprint_render.pl#L136
 
It's used to add some metadata to the <head> section of the EPrint abstract pages.
 
Cheers,
John
 
From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of jens.vieler@id.uzh.ch
Sent:
 15 February 2017 09:32
To:
 eprints-tech@ecs.soton.ac.uk
Subject:
 [EP-tech] Export Plugin: Simple Metadata - What is it good for?
 

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 *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive:
http://www.eprints.org/tech.php/
*** EPrints community wiki:
http://wiki.eprints.org/
*** EPrints developers Forum:
http://forum.eprints.org/