Tech List

[index] [prev] [next] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

Re: [EP-tech] import plugin xml

From: Tim Brody <tdb01r AT ecs.soton.ac.uk>
Date: Wed, 11 Jun 2008 10:42:25 +0100


*** http://www.eprints.org/tech.php/id/%3C1213177345.11193.56.camel%40meteor%3E
*** EPrints community wiki - http://wiki.eprints.org/

Hi Andrea,

EP 3.1 will import full-texts from the <url> field in XML. There are two
options that allow importing from the file system and Web respectively:

--enable-file-imports
--enable-web-imports

You can set these in your EP configuration but that will enable it
everywhere in EPrints (so anyone using the Import screen can also import
fulltexts):

$c->{enable_file_imports} = 1;
$c->{enable_web_imports} = 1;

These options aren't very well developed yet - generally speaking you
wouldn't want to allow EPrints users to get any file from your server or
any document from the Web.

NB when importing from the file system use URLs like this:
file:/path/to/file.pdf

I'm not aware of anyone who has developed a simple process for importing
fulltexts from pubmed.

All the best,
Tim.

On Mon, 2008-06-09 at 00:43 +0200, Andrea Merkle wrote:
> *** 
http://www.eprints.org/tech.php/id/%3CEMEW-k57NhC2d9df1c7b9dfbf9abaee2b787f60266c-484C607F.5030105%40unibas.ch%3E
> *** EPrints community wiki - http://wiki.eprints.org/
> 
> Hi all,
> 
> as EP team announced EP 3.1 rc1 furthermore I want to know if there are 
> any updates for importing (pdf-)fulltexts with metadata  ( working 
> environment is Solaris). Is there still the plugin XML to manage this? 
> Perhaps my search in eptechList is not sharpened enough for gathering 
> all answers to the question of how to upload a fulltext (probably last 
> question in this point to eptechList was misleading).
> 
> Otherwises does someone know if in EP 3.0 solution EP-Tech-List No. 4840 
> which points to No. 4722 is still the most up-to-date solution for this 
> problem?
> 
> By the way, does anybody have experience with the import of medline 
> fulltexts together with pubmed metadata in one step?
> 
> Andrea
> 
> 
> 
> 


[index] [prev] [next] [options] [help]