Skip to content

jronallo/blacklight_ext_ead_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blacklight_ext_ead_simple
=========================

This is a simplistic plugin for indexing and viewing EAD XML from within
a Blacklight Rails application.


Installation
=======

Create a new application which installs Blacklight and blacklight_ext_ead_simple:

rails ./blacklight-app-ead -m http://github.com/jronallo/blacklight_ext_ead_simple/raw/master/template.rb

Into an existing Rails application:

rake rails:template LOCATION=http://github.com/jronallo/blacklight_ext_ead_simple/raw/master/template.rb


Index your own EAD XML
=======

rake solr:index:ead_dir FILE=/path/to/ead/directory/*


Limitations / Known Issues
=======

* Does not handle every possible tag, attribute and permutation of EAD XML.
* NCSU specific code remains.
* Can only handle numbered component parts of the collection inventory. The EAD
  will be indexed and searchable, but the inventory will not display.
* Lacks tests.




Copyright (c) 2010 North Carolina State University, released under the MIT license

About

Simple plugin for indexing and display of EAD XML using the Blacklight Rails plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages