1 | # |
---|
2 | # OAI Info Editor Configuration File |
---|
3 | # - see toplevel README.txt file for config instructions |
---|
4 | # |
---|
5 | [DEFAULT] |
---|
6 | # Need to add this to handle working with buildouts and mod_wsgi - this is the base_url as used by wsgi (if |
---|
7 | # using paster, set this to nothing!). |
---|
8 | baseurl: /oai-editor-info |
---|
9 | |
---|
10 | # |
---|
11 | # the following is the server on which this browse/discovery instance runs! |
---|
12 | # NB, can only access this variable elsewhere in the config |
---|
13 | # file by defining it in the DEFAULT section |
---|
14 | server: http://localhost:5000%(baseurl)s |
---|
15 | |
---|
16 | [SERVERS] |
---|
17 | |
---|
18 | # SMTP server for sending mails - notifying when harvests have been ran |
---|
19 | mailserver: outbox.rl.ac.uk |
---|
20 | |
---|
21 | # The following should only be needed for debugging some parts of the code when running on sandboxes behind a firewall |
---|
22 | proxyServer: http://wwwcache.rl.ac.uk:8080/ |
---|
23 | |
---|
24 | [DATA_STORE] |
---|
25 | # specify where the persisted data and backups of this, should be stored. also specify |
---|
26 | # local dir to store harvested data |
---|
27 | appDataFileName: oai_info_data |
---|
28 | appDataFileDir: oaiInfoEditorData |
---|
29 | backupFileDir: oaiInfoEditorDataBackups |
---|
30 | harvestDir: harvestData |
---|
31 | oaiConfigFile: /disks/glue1/sdonegan/NDG3_workspace/buildouts/oai_info_editor/oai_document_ingester.config |
---|
32 | |
---|
33 | [layout] |
---|
34 | layout: %(baseurl)s/layout/ |
---|
35 | icondir: %(baseurl)s/layout/icons/ |
---|
36 | jsdir: %(server)s/js/ |
---|
37 | |
---|
38 | ndgLink: http://ndg.nerc.ac.uk/ |
---|
39 | ndgImage: %(icondir)sndg_logo_circle.gif |
---|
40 | helpIcon: %(icondir)shelp.png |
---|
41 | HdrLeftAlt: %(icondir)s Natural Environment Research Council |
---|
42 | HdrLeftLogo: %(icondir)sNERC_Logo.gif |
---|
43 | XMLicon: %(icondir)sxml.png |
---|
44 | loadingIcon: %(icondir)sloading.gif |
---|
45 | |
---|
46 | yuiJavascript: %(layout)sjs/yui/build/yui/yui-min.js |
---|
47 | toggleJavascript: %(jsdir)stoggleDiv.js |
---|
48 | ndgJavascript: %(jsdir)sndgJavascript.js |
---|
49 | styleCss: %(layout)sstyle/oai_editor_style.css |
---|