Difference between revisions of "New Features in EPrints 3.3"

From EPrints Documentation
Jump to: navigation, search
(XSLT-based Imports, Exports and Citation Styles)
(Flexible object support)
Line 20: Line 20:
 
===Flexible object support===
 
===Flexible object support===
  
Define any new object classes which can be created, browsed, searched etc.
+
Define any new object classes which can be created, browsed, searched etc. EPrints already has a very flexible metadata scheme, similar to building up a database table. In 3.3 this flexibility is enhanced by allowing the easy creation of new dataset classes (eprints, users, documents etc.). Objects in these flexible datasets can be browsed, searched and viewed in a similar way to eprints. The may also be referred to by existing objects (item-referencing) or behave as a child-parent (as documents are to eprints).
  
 
===SWORD 2.0/CRUD support===
 
===SWORD 2.0/CRUD support===

Revision as of 10:21, 25 August 2011

Release Notes

3.4 | 3.4.1 | 3.4.2 | 3.4.3 | 3.4.4 | 3.4.5


3.3 | 3.3.5 | 3.3.6 | 3.3.7 | 3.3.8 | 3.3.9 | 3.3.10 | 3.3.11 | 3.3.13 | 3.3.14 | 3.3.15 | 3.3.16


3.2.0 | 3.2.1 | 3.2.2 | 3.2.3 | 3.2.4 | 3.2.5 | 3.2.6 | 3.2.7 | 3.2.8 | 3.2.9


3.1.0

New Features in EPrints 3.3.x

This list will be fleshed out as we get closer to a final release.

EPrints Bazaar

"1-click" extensions and add-ons

Search engine plugins

Searches are now executed through the plugins layer with a new 'Search' plugin type. EPrints 3.3 comes with one new search engine: Xapian. Xapian is a probabilistic search engine that supports boolean queries. Requires the Search::Xapian Perl library and a full re-index.

The Internal search engine supports prefixed terms in simple search e.g. "title:(american eagle) birds".

XSLT-based Imports, Exports and Citation Styles

If XML::LibXSLT is installed import and export plugins and citation styles can now be written using the XSLT language (XML stylesheets). XSLT export plugins support "templating" to add headers and footers to the export.

Flexible object support

Define any new object classes which can be created, browsed, searched etc. EPrints already has a very flexible metadata scheme, similar to building up a database table. In 3.3 this flexibility is enhanced by allowing the easy creation of new dataset classes (eprints, users, documents etc.). Objects in these flexible datasets can be browsed, searched and viewed in a similar way to eprints. The may also be referred to by existing objects (item-referencing) or behave as a child-parent (as documents are to eprints).

SWORD 2.0/CRUD support

Improved workflow and document management

AJAX-based upload, deletion and updates of documents. Files now upload automatically and have a progress bar that works in all current browsers.

Document "actions" are now individual plugins allowing extensions to add actions to individual documents in the workflow. Supplied actions include conversion, unpacking (.zip and .tar.gz), additional files and metadata extraction.

Import workflows

Import plugins can now have a sibling Screen plugin that provides the interface for using that importer.

Upgrade Notes

  • Backup your database before installing this update. While upgrading has been tested you should always backup your repository before installing updates that change your database schema.
  • This is a new branch release that will make significant changes to your repository's database and configuration. Upgrading repositories may require fixes to appearance and/or configuration to continue working.

Tickets Closed by this Release

Trac Tickets

CHANGELOG

Trac Revisions