rroonga 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. data/README.textile +71 -0
  2. data/Rakefile +213 -128
  3. data/TODO +0 -0
  4. data/example/bookmark.rb +12 -12
  5. data/ext/groonga/Makefile +233 -0
  6. data/ext/groonga/extconf.rb +1 -1
  7. data/ext/groonga/rb-grn-column.c +5 -5
  8. data/ext/groonga/rb-grn-index-column.c +31 -0
  9. data/ext/groonga/rb-grn-index-cursor.c +106 -0
  10. data/ext/groonga/rb-grn-logger.c +5 -5
  11. data/ext/groonga/rb-grn-object.c +48 -0
  12. data/ext/groonga/rb-grn-patricia-trie.c +1 -1
  13. data/ext/groonga/rb-grn-plugin.c +32 -0
  14. data/ext/groonga/rb-grn-posting.c +51 -0
  15. data/ext/groonga/rb-grn-table-cursor.c +6 -1
  16. data/ext/groonga/rb-grn-table.c +31 -13
  17. data/ext/groonga/rb-grn.h +21 -3
  18. data/ext/groonga/rb-groonga.c +3 -1
  19. data/lib/groonga.rb +1 -0
  20. data/lib/groonga/dumper.rb +25 -5
  21. data/lib/groonga/expression-builder.rb +2 -2
  22. data/lib/groonga/pagination.rb +99 -7
  23. data/lib/groonga/posting.rb +87 -0
  24. data/lib/groonga/record.rb +118 -11
  25. data/lib/groonga/schema.rb +18 -1
  26. data/test/groonga-test-utils.rb +1 -6
  27. data/test/run-test.rb +13 -28
  28. data/test/test-column.rb +4 -0
  29. data/test/test-database-dumper.rb +53 -10
  30. data/test/test-hash.rb +6 -6
  31. data/test/test-index-cursor.rb +93 -0
  32. data/test/test-plugin.rb +6 -0
  33. data/test/test-record.rb +162 -1
  34. data/test/test-schema-type.rb +6 -0
  35. data/test/test-schema.rb +17 -0
  36. data/test/test-table.rb +7 -2
  37. data/test/test-type.rb +9 -1
  38. metadata +135 -245
  39. data/AUTHORS +0 -5
  40. data/NEWS.ja.rdoc +0 -344
  41. data/NEWS.rdoc +0 -346
  42. data/README.ja.rdoc +0 -68
  43. data/README.rdoc +0 -68
  44. data/example/search/config.ru +0 -230
  45. data/example/search/public/css/groonga.css +0 -122
  46. data/ext/.gitignore +0 -2
  47. data/html/bar.svg +0 -153
  48. data/html/developer.html +0 -151
  49. data/html/developer.svg +0 -469
  50. data/html/download.svg +0 -253
  51. data/html/favicon.ico +0 -0
  52. data/html/favicon.svg +0 -591
  53. data/html/footer.html.erb +0 -33
  54. data/html/head.html.erb +0 -4
  55. data/html/header.html.erb +0 -17
  56. data/html/heading-mark.svg +0 -393
  57. data/html/index.html +0 -243
  58. data/html/install.svg +0 -636
  59. data/html/logo.svg +0 -612
  60. data/html/ranguba.css +0 -342
  61. data/html/readme.svg +0 -256
  62. data/html/tutorial.svg +0 -559
  63. data/license/LGPL +0 -504
  64. data/test-unit-notify/Rakefile +0 -47
  65. data/test-unit-notify/lib/test/unit/notify.rb +0 -104
  66. data/test-unit/COPYING +0 -56
  67. data/test-unit/GPL +0 -340
  68. data/test-unit/PSFL +0 -271
  69. data/test-unit/Rakefile +0 -53
  70. data/test-unit/TODO +0 -5
  71. data/test-unit/bin/testrb +0 -5
  72. data/test-unit/html/bar.svg +0 -153
  73. data/test-unit/html/developer.svg +0 -469
  74. data/test-unit/html/favicon.ico +0 -0
  75. data/test-unit/html/favicon.svg +0 -82
  76. data/test-unit/html/heading-mark.svg +0 -393
  77. data/test-unit/html/index.html +0 -247
  78. data/test-unit/html/index.html.ja +0 -270
  79. data/test-unit/html/install.svg +0 -636
  80. data/test-unit/html/logo.svg +0 -483
  81. data/test-unit/html/test-unit.css +0 -339
  82. data/test-unit/html/tutorial.svg +0 -559
  83. data/test-unit/lib/test/unit.rb +0 -328
  84. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  85. data/test-unit/lib/test/unit/assertions.rb +0 -1334
  86. data/test-unit/lib/test/unit/attribute.rb +0 -125
  87. data/test-unit/lib/test/unit/autorunner.rb +0 -363
  88. data/test-unit/lib/test/unit/collector.rb +0 -36
  89. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  90. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  91. data/test-unit/lib/test/unit/collector/load.rb +0 -144
  92. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  93. data/test-unit/lib/test/unit/color-scheme.rb +0 -106
  94. data/test-unit/lib/test/unit/color.rb +0 -96
  95. data/test-unit/lib/test/unit/diff.rb +0 -740
  96. data/test-unit/lib/test/unit/error.rb +0 -130
  97. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  98. data/test-unit/lib/test/unit/failure.rb +0 -136
  99. data/test-unit/lib/test/unit/fixture.rb +0 -176
  100. data/test-unit/lib/test/unit/notification.rb +0 -129
  101. data/test-unit/lib/test/unit/omission.rb +0 -191
  102. data/test-unit/lib/test/unit/pending.rb +0 -150
  103. data/test-unit/lib/test/unit/priority.rb +0 -180
  104. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  105. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  106. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  107. data/test-unit/lib/test/unit/testcase.rb +0 -483
  108. data/test-unit/lib/test/unit/testresult.rb +0 -121
  109. data/test-unit/lib/test/unit/testsuite.rb +0 -110
  110. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  111. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -430
  112. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  113. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
  114. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
  115. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
  116. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  117. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
  118. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  119. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  120. data/test-unit/lib/test/unit/util/output.rb +0 -31
  121. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  122. data/test-unit/lib/test/unit/version.rb +0 -7
  123. data/test-unit/sample/adder.rb +0 -13
  124. data/test-unit/sample/subtracter.rb +0 -12
  125. data/test-unit/sample/test_adder.rb +0 -20
  126. data/test-unit/sample/test_subtracter.rb +0 -20
  127. data/test-unit/sample/test_user.rb +0 -23
  128. data/test-unit/test/collector/test-descendant.rb +0 -133
  129. data/test-unit/test/collector/test-load.rb +0 -442
  130. data/test-unit/test/collector/test_dir.rb +0 -406
  131. data/test-unit/test/collector/test_objectspace.rb +0 -100
  132. data/test-unit/test/run-test.rb +0 -15
  133. data/test-unit/test/test-attribute.rb +0 -86
  134. data/test-unit/test/test-color-scheme.rb +0 -69
  135. data/test-unit/test/test-color.rb +0 -47
  136. data/test-unit/test/test-diff.rb +0 -518
  137. data/test-unit/test/test-emacs-runner.rb +0 -60
  138. data/test-unit/test/test-fixture.rb +0 -287
  139. data/test-unit/test/test-notification.rb +0 -33
  140. data/test-unit/test/test-omission.rb +0 -81
  141. data/test-unit/test/test-pending.rb +0 -70
  142. data/test-unit/test/test-priority.rb +0 -119
  143. data/test-unit/test/test-testcase.rb +0 -544
  144. data/test-unit/test/test_assertions.rb +0 -1197
  145. data/test-unit/test/test_error.rb +0 -26
  146. data/test-unit/test/test_failure.rb +0 -33
  147. data/test-unit/test/test_testresult.rb +0 -113
  148. data/test-unit/test/test_testsuite.rb +0 -129
  149. data/test-unit/test/testunit-test-util.rb +0 -14
  150. data/test-unit/test/ui/test_tap.rb +0 -33
  151. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  152. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  153. data/test-unit/test/util/test-output.rb +0 -11
  154. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  155. data/test-unit/test/util/test_observable.rb +0 -102
  156. data/test-unit/test/util/test_procwrapper.rb +0 -36
  157. data/test/.gitignore +0 -1
  158. data/text/expression.rdoc +0 -285
  159. data/text/tutorial.ja.rdoc +0 -433
@@ -1,342 +0,0 @@
1
- html,
2
- body
3
- {
4
- margin: 0px;
5
- padding: 0px;
6
- color: black !important;
7
- background-color: white !important;
8
- }
9
-
10
- a:link
11
- {
12
- color: #f57900;
13
- }
14
-
15
- a:visited
16
- {
17
- color: #ce5c00;
18
- }
19
-
20
- div.header
21
- {
22
- position: relative;
23
- margin: 0px;
24
- padding: 0px;
25
- }
26
-
27
- div.header div.title,
28
- div.header h1.title
29
- {
30
- background: url(logo.png) no-repeat;
31
- font-family: sans-serif;
32
- font-size: 12px;
33
- font-weight: bold;
34
- text-shadow: 0.1em 0.1em 0.1em rgb(200, 200, 200);
35
- margin-top: 20px;
36
- margin-left: 50px;
37
- height: 71px;
38
- }
39
-
40
- div.header div.title a,
41
- div.header h1.title a,
42
- div.header div.title a:link,
43
- div.header h1.title a:link,
44
- div.header div.title a:visited,
45
- div.header h1.title a:visited
46
- {
47
- color: black;
48
- text-decoration: none;
49
- }
50
-
51
- div.header div.title span,
52
- div.header h1.title span
53
- {
54
- display: block;
55
- padding-left: 230px;
56
- margin-bottom: 2px;
57
- margin-right: 210px;
58
- }
59
-
60
- div.header div.title span.title,
61
- div.header h1.title span.title
62
- {
63
- padding-top: 20px;
64
- }
65
-
66
- div.header div.title span.title-separator,
67
- div.header h1.title span.title-separator
68
- {
69
- display: none;
70
- }
71
-
72
- div.header div.title span.title-project,
73
- div.header h1.title span.title-project
74
- {
75
- padding-bottom: 20px;
76
- }
77
-
78
- ul.other-languages
79
- {
80
- position: absolute;
81
- top: 0px;
82
- right: 50px;
83
- padding: 0px;
84
- margin: 0px;
85
- }
86
-
87
- ul.other-languages li
88
- {
89
- display: block;
90
- float: left;
91
- margin-left: 10px;
92
- }
93
-
94
- ul.other-languages li a
95
- {
96
- display: block;
97
- height: 11px;
98
- width: 16px;
99
- text-indent: -100000px;
100
- outline: none;
101
- }
102
-
103
- ul.other-languages li#other-language-english
104
- {
105
- background: url(us.png) no-repeat;
106
- }
107
-
108
- ul.other-languages li#other-language-japanese
109
- {
110
- background: url(jp.png) no-repeat;
111
- }
112
-
113
- ul.menu
114
- {
115
- background: url(bar.png) repeat-x;
116
- height: 38px;
117
- padding: 0;
118
- margin: 0;
119
- padding-top: 12px;
120
- padding-left: 50px;
121
- padding-bottom: 0px;
122
- margin-top: 16px;
123
- margin-left: 0px;
124
- margin-bottom: 0px;
125
- font-family: sans;
126
- font-weight: bold;
127
- font-size: 16px;
128
- line-height: 100% !important;
129
- }
130
-
131
- ul.menu li
132
- {
133
- display: inline;
134
- padding: 0;
135
- margin: 0;
136
- margin-right: 10px;
137
- padding-left: 0px;
138
- }
139
-
140
- ul.menu li a
141
- {
142
- color: #fed08e;
143
- text-decoration: none;
144
- padding-left: 20px;
145
- }
146
-
147
- ul.menu li a:hover
148
- {
149
- text-decoration: underline;
150
- }
151
-
152
- ul.menu li a:visited
153
- {
154
- color: #ffb84f;
155
- }
156
-
157
- ul.menu li#menu-reference
158
- {
159
- background: url(reference.png) no-repeat;
160
- }
161
-
162
- ul.menu li#menu-readme
163
- {
164
- background: url(readme.png) no-repeat;
165
- }
166
-
167
- ul.menu li#menu-tutorial
168
- {
169
- background: url(tutorial.png) no-repeat;
170
- }
171
-
172
- ul.menu li#menu-install
173
- {
174
- background: url(install.png) no-repeat;
175
- }
176
-
177
- ul.menu li#menu-developer
178
- {
179
- background: url(developer.png) no-repeat;
180
- }
181
-
182
- div.content
183
- {
184
- position: relative;
185
- margin-left: 50px;
186
- margin-right: 50px;
187
- }
188
-
189
- div.main
190
- {
191
- margin-right: 170px;
192
- }
193
-
194
- div.main p
195
- {
196
- line-height: 150%;
197
- }
198
-
199
- div.main h2,
200
- div.day h3
201
- {
202
- margin-left: -45px;
203
- text-indent: 45px;
204
- height: 36px;
205
- background: url(heading-mark.png) no-repeat ;
206
- }
207
-
208
- div.sidebar
209
- {
210
- clear: both;
211
- position: absolute;
212
- top: 0px;
213
- right: 0px;
214
- width: 150px;
215
- background-color: white;
216
- padding-left: 10px;
217
- border-left: solid 1px black;
218
- height: 100%;
219
- }
220
-
221
- div.sidebar ul
222
- {
223
- margin: 0px;
224
- padding: 0px;
225
- }
226
-
227
- div.sidebar ul li
228
- {
229
- list-style-type: none;
230
- margin-bottom: 5px;
231
- }
232
-
233
- div.sponsors
234
- {
235
- border-top: solid black 1px;
236
- position: relative;
237
- }
238
-
239
- div.sponsors p
240
- {
241
- margin: 0px;
242
- }
243
-
244
- div.sponsors p#sponsor-rubyforge
245
- {
246
- position: absolute;
247
- top: 15px;
248
- right: 50px;
249
- }
250
-
251
- div.sponsors p#sponsor-github
252
- {
253
- position: absolute;
254
- top: 50px;
255
- right: 50px;
256
- }
257
-
258
- div.sponsors p#sponsor-tango
259
- {
260
- position: absolute;
261
- top: 105px;
262
- right: 50px;
263
- }
264
-
265
- dt
266
- {
267
- margin-bottom: 0.25em;
268
- }
269
-
270
- dd
271
- {
272
- margin-bottom: 0.5em;
273
- }
274
-
275
- pre
276
- {
277
- overflow: auto;
278
- }
279
-
280
- pre.command
281
- {
282
- color: white;
283
- background-color: black;
284
- padding: 5px 10px;
285
- }
286
-
287
- /* for RDoc */
288
- body.indexpage,
289
- body.class,
290
- body.module,
291
- body.file
292
- {
293
- margin: 0 !important;
294
- }
295
-
296
- body.indexpage div.content
297
- {
298
- margin: 1em 3em !important;
299
- }
300
-
301
- body.class div.content,
302
- body.module div.content,
303
- body.file div.content
304
- {
305
- margin: 40px !important;
306
- }
307
-
308
- /* For GTK-Doc */
309
- @media screen
310
- {
311
- table.navigation#top
312
- {
313
- position: relative;
314
- top: 0;
315
- margin-top: 20px;
316
- z-index: 0;
317
- }
318
-
319
- div.book
320
- {
321
- top: 0px;
322
- }
323
-
324
- div.refentry,
325
- div.chapter,
326
- div.reference,
327
- div.part,
328
- div.book,
329
- div.glossary,
330
- div.sect1,
331
- div.appendix,
332
- div.preface
333
- {
334
- top: 0px;
335
- }
336
-
337
- div.footer
338
- {
339
- padding-top: 0px;
340
- padding-bottom: 1em;
341
- }
342
- }
@@ -1,256 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
- <svg
4
- xmlns:dc="http://purl.org/dc/elements/1.1/"
5
- xmlns:cc="http://creativecommons.org/ns#"
6
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
- xmlns:svg="http://www.w3.org/2000/svg"
8
- xmlns="http://www.w3.org/2000/svg"
9
- xmlns:xlink="http://www.w3.org/1999/xlink"
10
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
- sodipodi:docname="face-smile.svg"
13
- sodipodi:docbase="/home/jimmac/gfx/ximian/tango-icon-theme/scalable/emotes"
14
- inkscape:version="0.46"
15
- sodipodi:version="0.32"
16
- id="svg4376"
17
- height="48px"
18
- width="48px"
19
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
20
- <defs
21
- id="defs3">
22
- <inkscape:perspective
23
- sodipodi:type="inkscape:persp3d"
24
- inkscape:vp_x="0 : 24 : 1"
25
- inkscape:vp_y="0 : 1000 : 0"
26
- inkscape:vp_z="48 : 24 : 1"
27
- inkscape:persp3d-origin="24 : 16 : 1"
28
- id="perspective39" />
29
- <linearGradient
30
- id="linearGradient3290">
31
- <stop
32
- id="stop3292"
33
- offset="0.0000000"
34
- style="stop-color:#fffcde;stop-opacity:1.0000000;" />
35
- <stop
36
- style="stop-color:#f6e76a;stop-opacity:1.0000000;"
37
- offset="0.64485979"
38
- id="stop3294" />
39
- <stop
40
- id="stop3296"
41
- offset="1.0000000"
42
- style="stop-color:#ffb738;stop-opacity:1.0000000;" />
43
- </linearGradient>
44
- <radialGradient
45
- r="8.9020796"
46
- fy="15.755712"
47
- fx="29.158466"
48
- cy="15.720984"
49
- cx="29.288071"
50
- gradientUnits="userSpaceOnUse"
51
- id="radialGradient2714"
52
- xlink:href="#linearGradient3290"
53
- inkscape:collect="always" />
54
- <linearGradient
55
- id="linearGradient2509">
56
- <stop
57
- style="stop-color:#fffbd5;stop-opacity:1.0000000;"
58
- offset="0.0000000"
59
- id="stop2511" />
60
- <stop
61
- style="stop-color:#edd400;stop-opacity:1.0000000;"
62
- offset="1.0000000"
63
- id="stop2513" />
64
- </linearGradient>
65
- <radialGradient
66
- gradientTransform="matrix(1.250000,0.000000,0.000000,1.250000,-6.479446,-13.37211)"
67
- id="aigrd2"
68
- cx="25.0527"
69
- cy="39.5928"
70
- r="15.7572"
71
- fx="25.0527"
72
- fy="39.5928"
73
- gradientUnits="userSpaceOnUse">
74
- <stop
75
- offset="0.0000000"
76
- style="stop-color:#777777;stop-opacity:1.0000000;"
77
- id="stop8602" />
78
- <stop
79
- offset="1"
80
- style="stop-color:#000000"
81
- id="stop8604" />
82
- </radialGradient>
83
- <linearGradient
84
- id="linearGradient4565"
85
- inkscape:collect="always">
86
- <stop
87
- id="stop4567"
88
- offset="0"
89
- style="stop-color:#000000;stop-opacity:1;" />
90
- <stop
91
- id="stop4569"
92
- offset="1"
93
- style="stop-color:#000000;stop-opacity:0;" />
94
- </linearGradient>
95
- <linearGradient
96
- id="linearGradient3824">
97
- <stop
98
- id="stop3826"
99
- offset="0"
100
- style="stop-color:#ffffff;stop-opacity:1;" />
101
- <stop
102
- id="stop3828"
103
- offset="1.0000000"
104
- style="stop-color:#c9c9c9;stop-opacity:1.0000000;" />
105
- </linearGradient>
106
- <linearGradient
107
- id="linearGradient3800">
108
- <stop
109
- id="stop3802"
110
- offset="0.0000000"
111
- style="stop-color:#ffeed6;stop-opacity:1.0000000;" />
112
- <stop
113
- style="stop-color:#e49c2f;stop-opacity:1.0000000;"
114
- offset="0.50000000"
115
- id="stop8664" />
116
- <stop
117
- id="stop3804"
118
- offset="1.0000000"
119
- style="stop-color:#ffc66c;stop-opacity:1.0000000;" />
120
- </linearGradient>
121
- <radialGradient
122
- gradientUnits="userSpaceOnUse"
123
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,0.000000,25.71429)"
124
- r="19.714285"
125
- fy="38.571430"
126
- fx="24.714285"
127
- cy="38.571430"
128
- cx="24.714285"
129
- id="radialGradient4571"
130
- xlink:href="#linearGradient4565"
131
- inkscape:collect="always" />
132
- </defs>
133
- <sodipodi:namedview
134
- inkscape:window-y="109"
135
- inkscape:window-x="223"
136
- inkscape:window-height="739"
137
- inkscape:window-width="770"
138
- inkscape:showpageshadow="false"
139
- inkscape:document-units="px"
140
- inkscape:grid-bbox="true"
141
- showgrid="false"
142
- inkscape:current-layer="layer1"
143
- inkscape:cy="24.058534"
144
- inkscape:cx="25.411306"
145
- inkscape:zoom="11.313708"
146
- inkscape:pageshadow="2"
147
- inkscape:pageopacity="0.0"
148
- borderopacity="0.19607843"
149
- bordercolor="#666666"
150
- pagecolor="#ffffff"
151
- id="base"
152
- fill="#edd400" />
153
- <metadata
154
- id="metadata4">
155
- <rdf:RDF>
156
- <cc:Work
157
- rdf:about="">
158
- <dc:format>image/svg+xml</dc:format>
159
- <dc:type
160
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
161
- <dc:title>Face - Happy</dc:title>
162
- <dc:subject>
163
- <rdf:Bag>
164
- <rdf:li>emoticon</rdf:li>
165
- <rdf:li>emote</rdf:li>
166
- <rdf:li>smiley</rdf:li>
167
- <rdf:li>happy</rdf:li>
168
- <rdf:li>:)</rdf:li>
169
- <rdf:li>:-)</rdf:li>
170
- </rdf:Bag>
171
- </dc:subject>
172
- <cc:license
173
- rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
174
- <dc:creator>
175
- <cc:Agent>
176
- <dc:title>Jakub Steiner</dc:title>
177
- </cc:Agent>
178
- </dc:creator>
179
- <dc:source>http://jimmac.musichall.cz</dc:source>
180
- </cc:Work>
181
- <cc:License
182
- rdf:about="http://creativecommons.org/licenses/publicdomain/">
183
- <cc:permits
184
- rdf:resource="http://creativecommons.org/ns#Reproduction" />
185
- <cc:permits
186
- rdf:resource="http://creativecommons.org/ns#Distribution" />
187
- <cc:permits
188
- rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
189
- </cc:License>
190
- </rdf:RDF>
191
- </metadata>
192
- <g
193
- inkscape:groupmode="layer"
194
- inkscape:label="Layer 1"
195
- id="layer1">
196
- <path
197
- d="M 44.428570 38.571430 A 19.714285 6.5714288 0 1 1 5.0000000,38.571430 A 19.714285 6.5714288 0 1 1 44.428570 38.571430 z"
198
- sodipodi:ry="6.5714288"
199
- sodipodi:rx="19.714285"
200
- sodipodi:cy="38.571430"
201
- sodipodi:cx="24.714285"
202
- id="path4563"
203
- style="opacity:0.53164557;color:#000000;fill:url(#radialGradient4571);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:0.40487173;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
204
- sodipodi:type="arc" />
205
- <path
206
- transform="matrix(2.083142,0.000000,0.000000,2.083142,-40.54715,-16.49224)"
207
- d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z"
208
- sodipodi:ry="8.6620579"
209
- sodipodi:rx="8.6620579"
210
- sodipodi:cy="19.008621"
211
- sodipodi:cx="31.112698"
212
- id="path4320"
213
- style="overflow:visible;display:inline;visibility:visible;stroke-opacity:1.0000000;stroke-dashoffset:0.0000000;stroke-dasharray:none;stroke-miterlimit:4.0000000;marker-end:none;marker-mid:none;marker-start:none;marker:none;stroke-linejoin:round;stroke-linecap:round;stroke-width:0.48004404;stroke:#9c8c0a;fill-rule:evenodd;fill-opacity:1.0000000;fill:url(#radialGradient2714);color:#000000;opacity:1.0000000"
214
- sodipodi:type="arc" />
215
- <path
216
- transform="matrix(1.979782,0.000000,0.000000,1.979782,-37.33128,-14.52746)"
217
- sodipodi:type="arc"
218
- style="opacity:0.67721519;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50510627;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
219
- id="path4322"
220
- sodipodi:cx="31.112698"
221
- sodipodi:cy="19.008621"
222
- sodipodi:rx="8.6620579"
223
- sodipodi:ry="8.6620579"
224
- d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" />
225
- <path
226
- sodipodi:nodetypes="czczc"
227
- id="path2659"
228
- d="M 37.284637,24.719966 C 34.268170,29.944639 30.741134,33.710005 24.462492,33.710005 C 18.362475,33.710005 13.896955,29.370308 11.110016,24.543189 C 13.659429,27.599109 17.392948,31.109501 24.197327,31.109501 C 32.327531,31.109501 33.749103,28.202646 37.284637,24.719966 z "
229
- style="opacity:0.35999998;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
230
- <path
231
- style="fill:url(#aigrd2);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
232
- d="M 37.284637,24.012862 C 34.268170,29.237535 30.741134,33.002901 24.462492,33.002901 C 18.362475,33.002901 13.896955,28.663204 11.110016,23.836085 C 13.659429,26.892005 17.392948,30.402397 24.197327,30.402397 C 32.327531,30.402397 33.749103,27.495542 37.284637,24.012862 z "
233
- id="path8606"
234
- sodipodi:nodetypes="czczc" />
235
- <g
236
- transform="translate(0.353553,2.392706)"
237
- id="g8666">
238
- <path
239
- style="opacity:0.35999998;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
240
- d="M 21.398158,15.321428 C 21.398158,17.821428 20.273158,19.821428 18.898158,19.821428 C 17.523158,19.821428 16.273158,17.821428 16.273158,15.321428 C 16.273158,12.821428 17.398158,10.821428 18.773158,10.821428 C 20.148158,10.821428 21.273158,12.821428 21.273158,15.321428 L 21.398158,15.321428 z "
241
- id="path8610" />
242
- <path
243
- style="opacity:0.35999998;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
244
- d="M 30.688512,15.321428 C 30.688512,17.821428 29.563512,19.821428 28.188512,19.821428 C 26.813512,19.821428 25.688512,17.821428 25.688512,15.321428 C 25.688512,12.821428 26.813512,10.821428 28.188512,10.821428 C 29.563512,10.821428 30.688512,12.821428 30.688512,15.321428 z "
245
- id="path8612" />
246
- <path
247
- style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
248
- d="M 21.398158,14.696428 C 21.398158,17.196428 20.273158,19.196428 18.898158,19.196428 C 17.523158,19.196428 16.398158,17.196428 16.398158,14.696428 C 16.398158,12.196428 17.523158,10.196428 18.898158,10.196428 C 20.273158,10.196428 21.398158,12.196428 21.398158,14.696428 z "
249
- id="path8614" />
250
- <path
251
- style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
252
- d="M 30.688512,14.696428 C 30.688512,17.196428 29.563512,19.196428 28.188512,19.196428 C 26.813512,19.196428 25.688512,17.196428 25.688512,14.696428 C 25.688512,12.196428 26.813512,10.196428 28.188512,10.196428 C 29.563512,10.196428 30.688512,12.196428 30.688512,14.696428 z "
253
- id="path8616" />
254
- </g>
255
- </g>
256
- </svg>