Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI01-discovery/trunk/OAIInfoEditor/editor.config@5226
Revision 5226,
1.1 KB
checked in by cbyrom, 11 years ago
(diff) |
Initial check in of code for the OAI Info Editor pylons based web app.
This includes basic controllers for viewing provider info - with the
associated repository info. Also included is the model and dal layer,
allowing the provider info to be processed and imported/exported to
XML file. Unit tests for the dal and model packages are included.
Templates for rendering provider and repository info are included.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | # |
---|
2 | # Vocab Term Editor Configuration File |
---|
3 | # - see toplevel README.txt file for config instructions |
---|
4 | # |
---|
5 | [SERVERS] |
---|
6 | # |
---|
7 | # the following is the server on which this browse/discovery instance runs! |
---|
8 | server: http://localhost:5001 |
---|
9 | |
---|
10 | # SMTP server for sending mails |
---|
11 | mailserver: outbox.rl.ac.uk |
---|
12 | |
---|
13 | # The following should only be needed for debugging some parts of the code when running on sandboxes behind a firewall |
---|
14 | proxyServer: http://wwwcache.rl.ac.uk:8080/ |
---|
15 | |
---|
16 | [DATA_STORE] |
---|
17 | # specify where the persisted data, and backups of this, should be stored |
---|
18 | appDataFileName: providerInfo |
---|
19 | appDataFileDir: oaiInfoEditorData |
---|
20 | backupFileDir: oaiInfoEditorDataBackups |
---|
21 | |
---|
22 | |
---|
23 | [layout] |
---|
24 | layout: /layout/ |
---|
25 | icondir: /layout/icons/ |
---|
26 | |
---|
27 | ndgLink: http://ndg.nerc.ac.uk/ |
---|
28 | ndgImage: %(icondir)sndg_logo_circle.gif |
---|
29 | helpIcon: %(icondir)shelp.png |
---|
30 | HdrLeftAlt: %(icondir)s Natural Environment Research Council |
---|
31 | HdrLeftLogo: %(icondir)sNERC_Logo.gif |
---|
32 | XMLicon: %(icondir)sxml.png |
---|
33 | loadingIcon: %(icondir)sloading.gif |
---|
34 | |
---|
35 | ndgJavascript: %(layout)sndgJavascript.js |
---|
36 | xslt: http://zonda3.badc.rl.ac.uk/public/testconvert.xsl |
---|
Note: See
TracBrowser
for help on using the repository browser.