Build Status

BlacklightMarc

MARC-specific enhancements for Blacklight

Installation

Add this line to your application's Gemfile:

gem 'blacklight_marc'

And then execute:

$ bundle

After running the blacklight generator, run the blacklight_marc generator:

$ rails generate blacklight_marc:marc

Features

  • Rake task solr:marc:index to import .mrc files using SolrMarc
  • Librarian view at catalog/:id/librarian_view
  • Blacklight::Solr::Document mixins for exporting and transforming MARC data from a stored Solr field

Documentation, Information and Support

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request