This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperties.xml
54 lines (46 loc) · 2.04 KB
/
properties.xml
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
<properties>
<fedora>
<external_obj_url>http://localhost:8080/get/##PID##</external_obj_url>
<external_ds_url>http://localhost:8080/objects/##PID##/methods/qucosa:SDef/getMETSDissemination</external_ds_url>
<protocol>http</protocol>
<host>localhost</host>
<port>8080</port>
<pid_namespace>qucosa</pid_namespace>
</fedora>
<general>
<repository_uri>http://localhost:8080/sword</repository_uri>
<temp_dir>/tmp</temp_dir>
<sub-service-documents>/sub_service_documents</sub-service-documents>
<entry-location>/tmp/sword_entries</entry-location>
</general>
<file_handlers>
<handler class="org.purl.sword.server.fedora.fileHandlers.QucosaMETSFileHandler" />
<handler class="org.purl.sword.server.fedora.fileHandlers.ZipMETSFileHandler" />
</file_handlers>
<files>
<mime-type>WEB-INF/mime-types.xml</mime-type>
</files>
<service_document>
<level>1</level>
<noOp>true</noOp>
<verbose>true</verbose>
<workspace title="Qucosa SWORD workspace">
<collection collection_pid="qucosa:all" mediation="true">
<deposit_url>http://localhost:8080/sword/##COLLECTION_PID##</deposit_url>
<title>Qucosa General Collection</title>
<abstract>This is a collection of all Qucosa objects</abstract>
<policy>This collection accepts any deposit on behalf of the `fedoraAdmin` user</policy>
<treatment>Preservation actions may occur on submited deposits</treatment>
<users>
<user>fedoraAdmin</user>
</users>
<accepts>
<accept>application/vnd.qucosa.mets+xml</accept>
</accepts>
<packaging>
<package quality="0.9">http://www.loc.gov/METS/</package>
</packaging>
</collection>
</workspace>
</service_document>
</properties>