Sha256: f1bfb7ecb7e78c5d8e73ac61f8d2c684aa5a83704cad2d6903388cfc50588193
Contents?: true
Size: 876 Bytes
Versions: 20
Compression:
Stored size: 876 Bytes
Contents
# # downloads.yml - Use the EAD's <unitid> as the primary key and # provide the PDF and/or EAD (.xml) links. The # size value should be a String (shown as-is) or # the number of bytes in the download. # - Pass a template key to use a formatted string # which interpolates document accessors into the # url using the %{accessor} syntax. # - Pass a size_accessor key to pull the size of # the file from an accessor in the solr document # sample_unitid: pdf: href: 'http://example.com/sample.pdf' size: '1.23MB' ead: href: 'http://example.com/sample.xml' size: 123456 # size_accessor: 'level' default: disabled: true pdf: template: 'http://example.com/%{unitid}.pdf' ead: template: 'http://example.com/%{unitid}.xml'
Version data entries
20 entries across 20 versions & 1 rubygems