Uploaded On |
May 4, 2012, 5:29 p.m. |
Uploaded By |
matts |
Status |
Production (approved on May 4, 2012, 5:29 p.m. by matts)
|
<map>
<entry>
<string>plugin_config_props</string>
<list>
<org.lockss.daemon.ConfigParamDescr>
<key>volume</key>
<displayName>Volume No.</displayName>
<type>6</type>
<size>8</size>
<definitional>true</definitional>
<defaultOnly>false</defaultOnly>
</org.lockss.daemon.ConfigParamDescr>
<org.lockss.daemon.ConfigParamDescr>
<key>base_url</key>
<displayName>Base URL</displayName>
<description>Usually of the form http://<journal-name>.com/</description>
<type>3</type>
<size>40</size>
<definitional>true</definitional>
<defaultOnly>false</defaultOnly>
</org.lockss.daemon.ConfigParamDescr>
</list>
</entry>
<entry>
<string>plugin_version</string>
<string>2</string>
</entry>
<entry>
<string>au_name</string>
<string>"Louisville Matthews - Volume %.02d", volume</string>
</entry>
<entry>
<string>au_start_url</string>
<string>"%s/manifestIndex.html", base_url</string>
</entry>
<entry>
<string>au_crawl_depth</string>
<int>999</int>
</entry>
<entry>
<string>au_def_new_content_crawl</string>
<long>31449600000</long>
</entry>
<entry>
<string>au_def_pause_time</string>
<long>6000</long>
</entry>
<entry>
<string>plugin_notes</string>
<string>This plugin will enable the preservation harvesting of the University of Louisville Photographic Archives' Kate Matthews Collection master scans and accompanying metadata. Compressed versions of these files are available online at http://digital.library.louisville.edu/collections/matthews.</string>
</entry>
<entry>
<string>plugin_name</string>
<string>Louisville Matthews</string>
</entry>
<entry>
<string>plugin_identifier</string>
<string>edu.louisville.Matthews</string>
</entry>
<entry>
<string>au_crawlrules</string>
<list>
<string>4,"^%s", base_url</string>
<string>1,"^%s/manifestIndex.html", base_url</string>
<string>1,"^%s/?$", base_url</string>
<string>1,"^%s/Volume%.02d/", base_url, volume</string>
<string>1,"%s/Volume%.02d$", base_url, volume</string>
<string>2,"/\?"</string>
</list>
</entry>
</map>