Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 622 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 622 Bytes

print

A (very) simple ArchivesSpace plugin that adds a print.css stylesheet to the staff application.

Getting started

Unzip the latest release of the payments module plugin to your ArchivesSpace plugins directory:

 $ cd /path/to/archivesspace/plugins
 $ unzip print.zip -d print

Enable the plugin by editing your ArchivesSpace configuration file (config/config.rb):

 AppConfig[:plugins] = ['other_plugin', 'print']

(Make sure you uncomment this line (i.e., remove the leading '#' if present))

See also:

https://github.com/archivesspace/archivesspace/blob/master/plugins/README.md