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 | # - it might be necessary to customise the location of the layout directory |
---|
7 | # - the localLink, localImage and localAlt in the [layout] section |
---|
8 | # |
---|
9 | [DEFAULT] |
---|
10 | # |
---|
11 | # the following is the server on which this browse/discovery instance runs! |
---|
12 | server: http://localhost:8001 |
---|
13 | # |
---|
14 | # the following is the server on which the NDG discovery service is running! (Not to be confused with |
---|
15 | # the server on which the NDG discover web service is running) |
---|
16 | # |
---|
17 | ndgServer: %(server)s |
---|
18 | # |
---|
19 | # this is the physical file location of the layout directory on this machine |
---|
20 | # |
---|
21 | layoutdir: /home/bnl/sandboxes/ndg/TI07-MOLES/trunk/PythonCode/wsgi/ |
---|
22 | # |
---|
23 | # this should never be changed |
---|
24 | # |
---|
25 | layout: /layout/ |
---|
26 | # |
---|
27 | |
---|
28 | repository: glue.badc.rl.ac.uk |
---|
29 | |
---|
30 | [SEARCH] |
---|
31 | advancedURL: %(ndgServer)s/discovery?advanced=1 |
---|
32 | discoveryURL: %(ndgServer)s/discovery |
---|
33 | helpURL: %(ndgServer)s/discovery?help=1 |
---|
34 | |
---|
35 | [logging] |
---|
36 | debuglog: discovery.log |
---|
37 | |
---|
38 | [layout] |
---|
39 | ###### user customisable: |
---|
40 | localLink: http://ndg.nerc.ac.uk/ |
---|
41 | localImage: %(layout)sndg_logo.gif |
---|
42 | localAlt: visit badc |
---|
43 | ###### ought to be the end of the customisations |
---|
44 | ndgLink: http://ndg.nerc.ac.uk/ |
---|
45 | ndgImage: %(layout)sndg_logo.gif |
---|
46 | ndgAlt: visit ndg |
---|
47 | key: %(layout)skeySm.gif |
---|
48 | keyGrey: %(layout)skeyG.gif |
---|
49 | selectI: %(layout)stick.png |
---|
50 | Xicon: %(layout)sX.gif |
---|
51 | printer: %(layout)sprinter.gif |
---|
52 | |
---|
53 | pageLogo: %(layout)sbrowse_header4.gif |
---|
54 | ndgJavascript: %(layout)sndgJavascript.js |
---|
55 | |
---|
56 | [HELP] |
---|
57 | helpFile: %(layoutdir)s%(layout)shelp.html |
---|
58 | |
---|
59 | [NDG_A_SERVICE] |
---|
60 | badc.nerc.ac.uk: http://glue.badc.rl.ac.uk/cgi-bin/dxui |
---|
61 | icon: %(layout)s/A.gif |
---|
62 | icon_alt: A Service |
---|
63 | service_name: A |
---|
64 | icon_title: LINKS to a DATA BROWSE view of this dataset |
---|
65 | instance: datasetURI_%s |
---|
66 | |
---|
67 | [NDG_B_SERVICE] |
---|
68 | # |
---|
69 | #These are the hosts which are publicly available on which the browse |
---|
70 | #service is running. The list should be of the form repository: hostname |
---|
71 | #where repository is the NDG identifier .... |
---|
72 | # |
---|
73 | neodc.nerc.ac.uk: glue.badc.rl.ac.uk |
---|
74 | badc.nerc.ac.uk: glue.badc.rl.ac.uk |
---|
75 | npm.ac.uk: wwwdev.npm.ac.uk/rsdas/projects/ndg |
---|
76 | #grid.bodc.nerc.ac.uk: glue.badc.rl.ac.uk |
---|
77 | grid.bodc.nerc.ac.uk: localhost:8001 |
---|
78 | ndg.noc.soton.ac.uk: ndg.noc.soton.ac.uk:8001 |
---|
79 | icon: %(layout)s/B.gif |
---|
80 | icon_alt: B Service |
---|
81 | icon_title: Links to a METADATA BROWSE view of this dataset |
---|
82 | service_name: B |
---|
83 | instance: http://SERVICEHOST/retrieve?repository=EXISTHOST&format=SCHEMA&type=html&uri= |
---|
84 | |
---|
85 | [NDG_EXIST] |
---|
86 | # |
---|
87 | # following is a list of repository servers, actually only one is needed, |
---|
88 | # at any one location running browse, and that is the local one. The |
---|
89 | # entire purpose of the rest of the list is to simplify updates. These |
---|
90 | # hosts do not need to be visible outside of corporate firewalls. |
---|
91 | # The list should be of the form repositroy: hostname where repository |
---|
92 | # is the NDG identifier. |
---|
93 | # |
---|
94 | badc.nerc.ac.uk: chinook.badc.rl.ac.uk |
---|
95 | neodc.nerc.ac.uk: chinook.badc.rl.ac.uk |
---|
96 | grid.bodc.nerc.ac.uk: grid.bodc.nerc.ac.uk |
---|
97 | ndg.noc.soton.ac.uk: ndg.noc.soton.ac.uk |
---|
98 | npm.ac.uk: pgsql.npm.ac.uk |
---|
99 | |
---|
100 | |
---|
101 | [RELATED] |
---|
102 | icon: %(layout)s/R.gif |
---|
103 | icon_alt: Related |
---|
104 | service_name: Related |
---|
105 | icon_title: Links to a RELATED URL |
---|
106 | instance: uri |
---|
107 | |
---|
108 | [DISCOVERY] |
---|
109 | icon: %(layout)s/D.gif |
---|
110 | icon_alt: Catalogue |
---|
111 | service_name: Catalogue |
---|
112 | default: %(server)s/retrieve?repository=ndg |
---|
113 | formatDefault=DIF |
---|
114 | icon_title: Links to the DISCOVERY RECORD for this dataset |
---|