-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdspace_plugin.xml
More file actions
88 lines (88 loc) · 2.69 KB
/
Copy pathdspace_plugin.xml
File metadata and controls
88 lines (88 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<map>
<entry>
<string>plugin_config_props</string>
<list>
<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>
<org.lockss.daemon.ConfigParamDescr>
<key>base_url2</key>
<displayName>Second Base URL</displayName>
<description>Use if AU spans two hosts</description>
<type>3</type>
<size>40</size>
<definitional>true</definitional>
<defaultOnly>false</defaultOnly>
</org.lockss.daemon.ConfigParamDescr>
<org.lockss.daemon.ConfigParamDescr>
<key>hdl_id</key>
<displayName>hdl_id</displayName>
<description>Handle ID</description>
<type>1</type>
<size>40</size>
<definitional>true</definitional>
<defaultOnly>false</defaultOnly>
</org.lockss.daemon.ConfigParamDescr>
<org.lockss.daemon.ConfigParamDescr>
<key>collection_name</key>
<displayName>Collection Name</displayName>
<description></description>
<type>1</type>
<size>64</size>
<definitional>true</definitional>
<defaultOnly>false</defaultOnly>
</org.lockss.daemon.ConfigParamDescr>
</list>
</entry>
<entry>
<string>plugin_version</string>
<string>1</string>
</entry>
<entry>
<string>au_name</string>
<string>"DSpace Collection - %s", collection_name</string>
</entry>
<entry>
<string>au_crawl_depth</string>
<int>4</int>
</entry>
<entry>
<string>au_start_url</string>
<string>"%s/manifest.html", base_url2</string>
</entry>
<entry>
<string>au_manifest</string>
<string>1,"%s/manifest.html", base_url2</string>
</entry>
<entry>
<string>au_def_pause_time</string>
<long>6000</long>
</entry>
<entry>
<string>au_def_new_content_crawl</string>
<long>2592000000</long>
</entry>
<entry>
<string>plugin_name</string>
<string>Generic DSpace Plugin</string>
</entry>
<entry>
<string>plugin_identifier</string>
<string>edu.vt.library.dspace</string>
</entry>
<entry>
<string>au_crawlrules</string>
<list>
<string>1,"^%s/manifest.html", base_url2</string>
<string>1,"col_10919_%s", hdl_id</string>
<string>1,"^%s/handle/10919/[0-9]+\?show=full", base_url</string>
<string>1,"^%s/bitstream/handle/10919/[0-9]+/*", base_url</string>
</list>
</entry>
</map>