How Can We Help?
EprintsEprints
XSLT transformation
EPrints requires a XSLT transformation of the MODS data. When creating new storages a default style sheet will be filled out.
Eprints server configuration
PURE supports depositing files into EPrints version 3.1.x, 3.2.x, and 3.3.x. The deposit is done through a PURE Deposit API (PDA) that Atira has developed for EPrints.
Eprints 3 Configuration
The PDA is available from Atira on request, and is installed in EPrints by the following steps:
- Go to the eprints root folder (the one containing the sub folders perl_lib/, archives/ among others)
Apply the patch file for your Eprints version using the following command:
patch -p0 < eprints_3_4_patch.patch
Regenerate apache configuration files for the archive:
bin/generate_apacheconf
- Restart the apache server
This will install the PDA module, and make it available on the repositories URL under the path /pda/handler/
Patch files
Download the patch file that corresponds with your Eprints version
See https://github.com/eprints/pure_connector/ for updated patch files, that have been improved by the EPrints team.
Updated at July 27, 2024