Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI07-MOLES/trunk/StubB/XSLT/browse/portal/cgi/browse/serviceMap.config@1173
Revision 1173,
770 bytes
checked in by lawrence, 15 years ago
(diff) |
Handling selection and browse history better ...
|
Line | |
---|
1 | # |
---|
2 | # this is the map file between base url for an ndg service and the actual |
---|
3 | # service, it also provides icons associated with the services for display |
---|
4 | # |
---|
5 | [DEFAULT] |
---|
6 | localhost: http://localhost.localdomain:8000/cgi |
---|
7 | layout: /layout |
---|
8 | #localhost: http://glue.badc.rl.ac.uk/cgi-bin/ |
---|
9 | |
---|
10 | [NDG_A_SERVICE] |
---|
11 | badc.nerc.ac.uk: http://glue.badc.rl.ac.uk/dxui |
---|
12 | icon: %(layout)s/A.gif |
---|
13 | icon_alt: A Service |
---|
14 | service_name: A |
---|
15 | instance: datasetURI_%s |
---|
16 | |
---|
17 | [NDG_B_SERVICE] |
---|
18 | badc.nerc.ac.uk: %(localhost)s/browse.py |
---|
19 | icon: %(layout)s/B.gif |
---|
20 | icon_alt: B Service |
---|
21 | service_name: B |
---|
22 | instance: uri |
---|
23 | |
---|
24 | [RELATED] |
---|
25 | icon: %(layout)s/R.gif |
---|
26 | icon_alt: Related |
---|
27 | service_name: Related |
---|
28 | |
---|
29 | [DISCOVERY] |
---|
30 | icon: %(layout)s/D.gif |
---|
31 | icon_alt: Catalogue |
---|
32 | service_name: Catalogue |
---|
33 | badc.nerc.ac.uk: %(localhost)s/browse.py |
---|
34 | instance: D=1&uri |
---|
Note: See
TracBrowser
for help on using the repository browser.