1 | # |
---|
2 | # NDG Configuration File |
---|
3 | # At deployment time the only pieces that a user ought to need to customise |
---|
4 | # will be |
---|
5 | # - the server address |
---|
6 | # - the localLink, localImage and localAlt in the [layout] section |
---|
7 | # - it might be necessary to customise the location of the layout directory itself |
---|
8 | # |
---|
9 | [DEFAULTS] |
---|
10 | server: http://localhost.localdomain/ |
---|
11 | |
---|
12 | [SEARCH] |
---|
13 | |
---|
14 | advancedURL: %(server)sdiscovery?advanced=1 |
---|
15 | discoveryURL: %(server)sdiscovery/ |
---|
16 | helpURL: %(server)sdiscovery?help=1 |
---|
17 | |
---|
18 | [logging] |
---|
19 | debuglog: discovery.log |
---|
20 | |
---|
21 | [layout] |
---|
22 | ###### user customisable: |
---|
23 | layout: /layout/ |
---|
24 | localLink: http://ndg.nerc.ac.uk/ |
---|
25 | localImage: %(layout)sndg_logo.gif |
---|
26 | localAlt: visit badc |
---|
27 | ###### ought to be the end of the customisations |
---|
28 | ndgLink: http://ndg.nerc.ac.uk/ |
---|
29 | ndgImage: %(layout)sndg_logo.gif |
---|
30 | ndgAlt: visit ndg |
---|
31 | key: %(layout)skeySm.gif |
---|
32 | keyGrey: %(layout)skeyG.gif |
---|
33 | selectI: %(layout)stick.png |
---|
34 | Xicon: %(layout)sX.gif |
---|
35 | printer: %(layout)sprinter.gif |
---|
36 | |
---|
37 | pageLogo: %(layout)sbrowse_header4.gif |
---|
38 | |
---|
39 | [HELP] |
---|
40 | helpFile: %(layout)shelp.html |
---|
41 | |
---|
42 | [NDG_A_SERVICE] |
---|
43 | badc.nerc.ac.uk: http://glue.badc.rl.ac.uk/cgi-bin/dxui |
---|
44 | icon: %(layout)s/A.gif |
---|
45 | icon_alt: A Service |
---|
46 | service_name: A |
---|
47 | icon_title: LINKS to a DATA BROWSE view of this dataset |
---|
48 | instance: datasetURI_%s |
---|
49 | |
---|
50 | [NDG_B_SERVICE] |
---|
51 | badc.nerc.ac.uk: %(server)s/browse.py |
---|
52 | icon: %(layout)s/B.gif |
---|
53 | icon_alt: B Service |
---|
54 | icon_title: Links to a METADATA BROWSE view of this dataset |
---|
55 | service_name: B |
---|
56 | instance: uri |
---|
57 | |
---|
58 | [RELATED] |
---|
59 | icon: %(layout)s/R.gif |
---|
60 | icon_alt: Related |
---|
61 | service_name: Related |
---|
62 | icon_title: Links to a RELATED URL |
---|
63 | instance: uri |
---|
64 | |
---|
65 | [DISCOVERY] |
---|
66 | icon: %(layout)s/D.gif |
---|
67 | icon_alt: Catalogue |
---|
68 | service_name: Catalogue |
---|
69 | badc.nerc.ac.uk: %(server)s/browse.py |
---|
70 | default: %(server)s/browse.py |
---|
71 | instance: D=1&uri |
---|
72 | icon_title: Links to the DISCOVERY RECORD for this dataset |
---|