Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.31 KB

README.md

File metadata and controls

45 lines (39 loc) · 1.31 KB

PIM: Conversion, Validation & Description tools for PREMIS

  • convert between PREMIS and PREMIS embedded in METS
  • validate PREMIS embedded in METS against guidelines
  • describe and characterize files' formats in PREMIS with extensions schema

Quickstart

% git clone git://github.com/flazz/pim.git
$ rake features # run the tests, optional
% cd pim
% ruby app.rb

Source

@github

Documentation

development wiki

Requirements

  • ruby 1.8.7 (not tested on anything else)
  • cucumber (gem)
  • libxml-ruby (gem)
  • libxslt-ruby (gem)
  • rjb (gem)
  • rspec (gem)
  • schematron (gem)
  • sinatra (gem)

License

Public Domain

Credits