EPrints Technical Mailing List Archive
Message: #01231
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: Problem with the RSS plugin
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: Problem with the RSS plugin
- From: Ian Stuart <Ian.Stuart@ed.ac.uk>
- Date: Tue, 23 Oct 2012 15:01:19 +0100
On 23/10/12 15:01, Sebastien Francois wrote:
Hi Malcolm: You can copy .pm files to: 1- perl_lib/EPrints/Plugin/ .... -> usually considered "hacky" as you're changing the core. It will work but as PERL told you, you need to first "use" the plugin somewhere (usually this is done in perl_lib/EPrints.pm -> add "use EPrints::Plugin::Export::ALLRSS" there and restart the web server). But see, you've just patched a core file (EPrints.pm). 2- (EPrints 3.1+) local archive: archives/{id}/cfg/plugins/EPrints/Plugin/Export/ -> nothing else required 3- (EPrints 3.3+) the bazaar directory: lib/plugins/EPrints/Plugin/Export/ - this time you need to explicitly enable that plugin in your local conf, something like: $c->{plugins}{"Export::ALLRSS"}{params}{disable} = 0; and restart the web server. If you have only one repository running in your EPrints install, I would go for option #2. If more than one, option #3.
Isn't that the other way around?lib/plugins/EPrints/Plugin/Export/ is global, therefore all repos will pick it up.
archives/{id}/cfg/plugins/EPrints/Plugin/Export/ is specific to the repo, therefore properly localised
No? -- Ian Stuart. Developer: ORI, RJ-Broker, and OpenDepot.org Bibliographics and Multimedia Service Delivery team, EDINA, The University of Edinburgh. http://edina.ac.uk/ This email was sent via the University of Edinburgh. The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
- Follow-Ups:
- [EP-tech] Re: Problem with the RSS plugin
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: Problem with the RSS plugin
- References:
- [EP-tech] Problem with the RSS plugin
- From: Malcolm Bodger <M.Bodger@westminster.ac.uk>
- [EP-tech] Re: Problem with the RSS plugin
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Problem with the RSS plugin
- Prev by Date: [EP-tech] Re: DOI search - exact match?
- Next by Date: [EP-tech] Re: oai filters
- Previous by thread: [EP-tech] Re: Problem with the RSS plugin
- Next by thread: [EP-tech] Re: Problem with the RSS plugin
- Index(es):