Sha256: 295f9285fc2024d5a7fa664b6a738545fbae2515001cf9523429e608329e7633
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 KB
Contents
[![Build Status](https://travis-ci.org/projectblacklight/blacklight_marc.png?branch=master)](https://travis-ci.org/projectblacklight/blacklight_marc) # BlacklightMarc MARC-specific enhancements for [Blacklight](https://github.com/projectblacklight/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 * [Project Homepage](http://projectblacklight.org) * [Developer Documentation](https://github.com/projectblacklight/blacklight/wiki) * [Quickstart Guide](https://github.com/projectblacklight/blacklight/wiki/Quickstart) ## 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blacklight_marc-0.0.9 | README.md |
blacklight_marc-0.0.8 | README.md |
blacklight_marc-0.0.7 | README.md |