summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/palettes/search/palette.composite
blob: eb359ee84fa5e0154cb4fbd12d5452ab312be7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="palette" targetNamespace="http://palette">
 <service name="bsearch" promote="bsearch"/>
 <service name="gaddress" promote="gaddress"/>
 <service name="ggeopos" promote="ggeopos"/>
 <service name="gimages" promote="gimages"/>
 <service name="gmap" promote="gmap"/>
 <service name="gsearch" promote="gsearch"/>
 <service name="gweather" promote="gweather"/>
 <service name="traffic" promote="traffic"/>
 <service name="ysearch" promote="ysearch"/>
 <component x="250" y="10" name="bsearch" title="bing" color="red1">
  <implementation.python script="nuvem/bsearch.py"/>
  <service name="bsearch"/>
  <reference name="query"/>
  <reference name="s" visible="false">
   <binding.http uri="http://www.bing.com/search"/>
  </reference>
 </component>
 <component x="90" y="110" name="gaddress" title="address" color="red1">
  <implementation.python script="nuvem/gaddress.py"/>
  <service name="gaddress"/>
  <reference name="address"/>
  <reference name="s" visible="false">
   <binding.http uri="http://maps.googleapis.com/maps/api/geocode/json"/>
  </reference>
 </component>
 <component x="180" y="110" name="ggeopos" title="geo position" color="red1">
  <implementation.python script="nuvem/ggeopos.py"/>
  <service name="ggeopos"/>
  <reference name="latitude"/>
  <reference name="longitude"/>
  <reference name="s" visible="false">
   <binding.http uri="http://maps.googleapis.com/maps/api/geocode/json"/>
  </reference>
 </component>
 <component x="90" y="60" name="gimages" title="google images" color="red1">
  <implementation.python script="nuvem/gimages.py"/>
  <service name="gimages"/>
  <reference name="query"/>
  <reference name="s" visible="false">
   <binding.http uri="https://ajax.googleapis.com/ajax/services/search/images"/>
  </reference>
 </component>
 <component x="210" y="60" name="gmap" title="google map" color="red1">
  <implementation.python script="nuvem/gmap.py"/>
  <service name="gmap"/>
  <reference name="locations"/>
  <reference name="s" visible="false">
   <binding.http uri="http://maps.google.com/maps/api/staticmap"/>
  </reference>
 </component>
 <component x="90" y="10" name="gsearch" title="google" color="red1">
  <implementation.python script="nuvem/gsearch.py"/>
  <service name="gsearch"/>
  <reference name="query"/>
  <reference name="s" visible="false">
   <binding.http uri="http://ajax.googleapis.com/ajax/services/search/web"/>
  </reference>
 </component>
 <component x="90" y="180" name="gweather" title="weather" color="red1">
  <implementation.python script="nuvem/gweather.py"/>
  <service name="gweather"/>
  <reference name="zip"/>
  <reference name="ws" visible="false">
   <binding.http uri="http://www.google.com/ig/api"/>
  </reference>
 </component>
 <component x="180" y="180" name="traffic" title="traffic **" color="red1">
  <implementation.python script="nuvem/traffic.py"/>
  <service name="traffic"/>
  <reference name="location"/>
 </component>
 <component x="170" y="10" name="ysearch" title="yahoo" color="red1">
  <implementation.python script="nuvem/ysearch.py"/>
  <service name="ysearch"/>
  <reference name="query"/>
  <reference name="s" visible="false">
   <binding.http uri="http://search.yahooapis.com/WebSearchService/V1/webSearch"/>
  </reference>
 </component>
</composite>