Files/EPrints 3.0 Beta 3

From EPrints Documentation
Revision as of 17:50, 5 December 2006 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

EPrints 3.0 3rd Beta Release

Released 5th December 2006.

Download

http://files.eprints.org/120/

Requires

  • Apache 2
  • mod_perl 2
  • Perl
  • Some perl modules
  • UNIX like operating system

Release Notes

EPrints 3 does not need to be the same user as the webserver, but it does need to be a user which is in the same UNIX group.

If there is any bug which is a showstopper, let us know and we'll try and get another beta out ASAP.

DO NOT try to install over the top of EPrints 2, it will just make a mess!

There is currently no way to upgrade from 2.3 to 3.0 but that will be a side development project over the next few months, released sometime after, or maybe even before, 3.0 in January.

To get started run "epadmin" this has taken over many of the other scripts (create tables, erase archives, create user etc.)

Bugs

Feedback and bug reports may be sent to cjg@ecs.soton.ac.uk (The Lead Developer). I suggest that an initial bug report is kept quite short as we already have a big list. If I don't already know about it, I'll ask for more info.

Things added since beta 2

* Improvements to the look of email sent by the system.
* METS export plugin
* MODS export plugin
* Atom Feeds (similar to RSS)
* RSS2.0 Feeds
* Global Feeds, in addition to Atom/RSS feeds for search results.
* Thumbnails for images
* Pop-up previews for images and PDFs
* View user history (changes they have made to eprints)
* Added built-in lat/long values for users + eprints to support geodata.
* Improvements to autocomplete system
* Added "feed" icons to search results page.
* Added option to reorder a search without going back to the form.
* Redesigned all icons to look more professional.
* Redesigned file upload to be more straight forward.
* "Unrolling" javascript elements now scroll the screen if they were
   about to disappear off the bottom.
* Simplified the logged-in toolbar.
* Better debug messages for embedded scripts.
* New configuration options to disable plugins.
* Option to change where action links appear.
* All POST requests redirect after completion to eliminate errors
   caused by browser "back" buttons.
* Added web-based import tool.
* Bug fixes
* UI tweaks
* Minor changes to default configuration
* Clone EPrint
* Use EPrint as Template

Things planned for Release Candidate 1

This is a list of things we plan to add which aren't in beta-1:

This does not include the many minor user interface tweaks on our list, or bugs.

  • Subject Add/Edit
  • A way to control the reply-to address of email
  • Google scholar friendly data in pages, to assist crawling.

Other than that we've still got a bunch of (minor!) bugs to fix, documentation to write, and we've got a few people working on some additional auto-complete tools and plugins.

EPrints 3 logs all hits on documents and abstracts but does not yet do anything smart with that data. We're working on that as a separate project.

Upgrading from EPrints 3.0 beta 2

If you already have a repository set up with beta-2 you need to do the following:

(see also the Files/EPrints 3.0 Beta 2 notes)

Essential things to do (per repository) after 3.0 beta-2 to 3.0 beta-3 upgrade

  • The database has changed a tiny bit so run
bin/epadmin upgrade ARCHIVEID
  • edit cfg.d/user_fields_default.pl and add these rows inside the sub:
       $data->{items_fields} = [ "lastmod", "title", "type", "eprint_status" ];
       $data->{review_fields} = [ "status_changed", "title", "type", "userid" ];
  • Any existing users will not have these preferences set, so they will need to modify their profile to set this. These fields control what fields you see on the Items and Review pages.
  • security.pl has been rewritten. Replace your copy (after you upgrade) with the one from /opt/eprints3/lib/defaultcfg/cfg.d/security.pl
  • Do the same for search.pl

Recommended but not essential

  • Do the same for eprint_render.pl as for security.pl and search.pl - the new version adds links in the summary page to the various versions of the metadata available, and tweaks some other stuff.
  • We've changed the default template a bit. You may wish to replace your cfg/lang/en/templates/default.xml and cfg/cfg.d/dynamic_template.pl with the versions from lib/defaultcfg/

Plugins

You may notice the powerful new plugin system for EPrints 3. If you're interested in writing a plugin, get in touch! Or just upload them to files.eprints.org

If there's a plugin you really need and don't have the time or skills to write yourself, why not hire EPrints Services to write it for you!