EPrints Technical Mailing List Archive
Message: #03342
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: Export plugin with views.pm features
- To: <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Re: Export plugin with views.pm features
- From: <Gaston.Fournier@etsmtl.ca>
- Date: Wed, 30 Jul 2014 19:25:15 +0000
That’s a good starting point and it is working well once you have added the following instructions just at the beginning of the cgi : #!/usr/bin/perl use strict; use warnings; use EPrints; my $eprints = EPrints->new; my $repo = $eprints->current_repository; exit( 0 ) unless defined $repo; But the big question is : can we get an output with views.pm features (like INCLUDE) without rewriting views.pm? Is there an export plugin with such features (or close to)? At the end, the idea is to have a script, which the syntax is similar to the ones we use for harvesting, like :
http://espace-test.etsmtl.ca/cgi/oai2?verb=ListRecords&metadataPrefix=oai_dc where metadataPrefix calls the export plugin. GF De :
eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk]
De la part de Sebastien Francois Your example can be done via a search:
|
- Follow-Ups:
- [EP-tech] Re: Export plugin with views.pm features
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: Export plugin with views.pm features
- References:
- [EP-tech] Export plugin with views.pm features
- From: <Gaston.Fournier@etsmtl.ca>
- [EP-tech] Re: Export plugin with views.pm features
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: Export plugin with views.pm features
- From: <Gaston.Fournier@etsmtl.ca>
- [EP-tech] Re: Export plugin with views.pm features
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Export plugin with views.pm features
- Prev by Date: [EP-tech] Re: Export plugin with views.pm features
- Next by Date: [EP-tech] Re: Export plugin with views.pm features
- Previous by thread: [EP-tech] Re: Export plugin with views.pm features
- Next by thread: [EP-tech] Re: Export plugin with views.pm features
- Index(es):