1. create a folder "local" in "eprints2/cgi/", insert the file "eprint2exportfile" in this folder and set the right permission e.g. "755" 2. create a folder "export" in "eprints2/archives/your_archive_id/html/en" (and for each supported language). This folder is used to save all the exported files. After a while (maybe a week) you can delete all this files by using "rm *" in this folder. 3. insert into "phrases-en.xml" (and for each supported language):
Export-Formate:
EndNote (.enw)
Reference Manager (.ris)
BibTeX (.bib)
Text (.txt)


No publications were selected!

Back
export file 4. insert into "citations-en.xml" (and for each supported language):
@authors@
@title;magicstop@
@date_effective;res=year@ - @type@
4. change in "ArchiveConfig.pm" the citation style for simple and advanced search, the name have to be the same like in "citations-en.xml" (see 4.): citation => "neat" 5. rename "checkall_js.txt" to "checkall.js" (It was only renamed because 'js' is not an allowed file extension on the wiki) and copy this javascript file into "eprints2/archives/your_archive_id/cfg/static/general" 6. insert into "template-en.xml" (and for each supported language): 6. insert into "eprints.css" .export { f ont-weight: normal; margin-top:2pt; margin-bottom:2pt; padding:2pt; color: #000040; width:98%; border: 1px; border-style: solid; border-color: #cccccc; background-color: #efefef; } stop the webserver ./generate_static your_archive_id ./generate_apacheconf start the webserver