LeafAddons provide additional functionality for Hyrax or Hyku repositories via a set of generators / plugins / tasks
Importers for EPrints JSON, MARC, and directories of files.
Please see the wiki for further info:
Install with:
rails g leaf_addons:importers
Adds and enables invitation only login with Devise invitible.
Install with:
rails g leaf_addons:invitible
Adds and enables creation of coversheets on download for PDF and office document formats.
Install with:
rails g leaf_addons:coversheet
Adds and enables an oai-pmh interface.
Install with:
rails g leaf_addons:oai_pmh
Delete unused access control policies:
rake leaf_addons:cleanup_accesscontrol
User accounts tasks:
List them with rake -T leaf_addons
Including:
rake leaf_addons:make_me_admin[[email protected]]
rake leaf_addons:invite_user[[email protected]] # if devise invitible is enabled
rake leaf_addons:invite_users['/tmp/my_file.csv'] # CSV file must contain a header row and three columns: email, display name, admin; admin column should contain the word true to indicate that the given user should be an admin