-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprocessProquest-sample.ini
More file actions
29 lines (25 loc) · 1.57 KB
/
processProquest-sample.ini
File metadata and controls
29 lines (25 loc) · 1.57 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
[ftp]
server = ftp_server.example.edu // ftp server where ETDs are deposited
user = ftpUser // ftp user
password = ftpPassword // ftp user password
localdir = /tmp // local directory for processing files, e.g., /tmp
fetchdir = // directory to find ETDs on the ftp server. relative paths only
processdir = processed // directory to place ETDs on the ftp server on success. relative paths only
faildir = failed // directory to place ETDs on the ftp server on failure. relative paths only
[xslt]
xslt = /path/to/proquest/crosswalk/Proquest_MODS.xsl
label = xsl/getLabel.xsl
oa = "/DISS_submission/DISS_repository/DISS_acceptance/text()"
embargo = "/DISS_submission/DISS_repository/DISS_delayed_release/text()"
creator = "/mods:mods/mods:name[@type='personal'][@usage='primary']/mods:displayForm/text()"
supplement = "/DISS_submission/DISS_content/DISS_attachment"
splash = "/path/to/splash/page/stylesheet/splash.xsl"
[fedora]
url = "ir.example.edu:8080/fedora/" // Fedora DAM location. use localhost for local instance
username = "fedoraUser" // Fedora user
password = "fedoraPassword" // Fedora user password
namespace = bc-ir // Namespace for PIDs, e.g., bc-ir:1000
[notify]
email = notify.me@example.edu // email recipients
[log]
location = /path/to/logs // directory to save script output logs