Skip to content

hudmol/bhl_browse_pages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin adds an API endpoint (/repositories/:repo_id/browse_pages) and a new Background Job that parses all published Resources and updates a separate MySQL database with the following information for each Resource:

  • Resource ID
  • EAD ID
  • Display title
  • Sort name
  • Page (a-z)
  • Classification (U of M or A-Z)
  • Status (new, updated, or none)

To use this plugin, add the following line to config.rb pointing at the external MySQL database: AppConfig[:browse_page_db_url]

Then either use the API endpoint or select Update Browse Pages from the Plug-ins dropdown menu at the top of ArchivesSpace.

About

ArchivesSpace plugin to update the finding aid browse database for http://bentley.umich.edu/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.3%
  • HTML 29.7%