rroonga 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (357) hide show
  1. data/Rakefile +3 -2
  2. data/ext/groonga/rb-grn-expression.c +4 -3
  3. data/ext/groonga/rb-grn-object.c +13 -0
  4. data/ext/groonga/rb-grn-snippet.c +32 -126
  5. data/ext/groonga/rb-grn.h +14 -11
  6. data/lib/1.8/groonga.so +0 -0
  7. data/lib/1.9/groonga.so +0 -0
  8. data/rroonga-build.rb +1 -1
  9. data/vendor/local/bin/{grntest.exe → groonga-benchmark.exe} +0 -0
  10. data/vendor/local/bin/groonga.exe +0 -0
  11. data/vendor/local/bin/libgroonga-0.dll +0 -0
  12. data/vendor/local/bin/libmecab-1.dll +0 -0
  13. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  14. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/include/groonga/groonga/plugin.h +1 -1
  17. data/vendor/local/include/groonga/groonga.h +10 -3
  18. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  24. data/vendor/local/lib/libgroonga.a +0 -0
  25. data/vendor/local/lib/libgroonga.dll.a +0 -0
  26. data/vendor/local/lib/libmecab.a +0 -0
  27. data/vendor/local/lib/libmecab.dll.a +0 -0
  28. data/vendor/local/lib/libmsgpack.a +0 -0
  29. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  30. data/vendor/local/lib/libmsgpackc.a +0 -0
  31. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  32. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  33. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  34. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  35. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  36. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  37. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  38. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  39. data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +19 -0
  40. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +2 -2
  41. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +72 -8
  42. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +45 -1
  43. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +112 -33
  44. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +109 -99
  45. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +76 -40
  46. data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +30 -21
  47. data/vendor/local/share/doc/groonga/en/html/_static/favicon.ico +0 -0
  48. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +309 -101
  49. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -154
  50. data/vendor/local/share/doc/groonga/en/html/_static/logo.png +0 -0
  51. data/vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +29 -21
  53. data/vendor/local/share/doc/groonga/en/html/characteristic.html +1 -1
  54. data/vendor/local/share/doc/groonga/en/html/command_version.html +1 -1
  55. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +1 -1
  56. data/vendor/local/share/doc/groonga/en/html/commands/check.html +1 -1
  57. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +1 -1
  61. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +1 -1
  64. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +1 -1
  65. data/vendor/local/share/doc/groonga/en/html/commands/load.html +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +1 -1
  67. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +1 -1
  69. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +1 -1
  70. data/vendor/local/share/doc/groonga/en/html/commands/select.html +1 -1
  71. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +1 -1
  72. data/vendor/local/share/doc/groonga/en/html/commands/status.html +1 -1
  73. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +21 -1
  74. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +1 -1
  75. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +1 -1
  76. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +1 -1
  77. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +1 -1
  78. data/vendor/local/share/doc/groonga/en/html/commands.html +1 -1
  79. data/vendor/local/share/doc/groonga/en/html/community.html +3 -3
  80. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +1 -1
  81. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +1 -1
  82. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +1 -1
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +1 -1
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +1 -1
  85. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +1 -1
  86. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +1 -1
  87. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +1 -1
  88. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/contribution.html +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +1 -1
  91. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +1 -1
  93. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +1 -1
  94. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +1 -1
  95. data/vendor/local/share/doc/groonga/en/html/executables.html +1 -1
  96. data/vendor/local/share/doc/groonga/en/html/expr.html +1 -1
  97. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +1 -1
  98. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +1 -1
  99. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +1 -1
  100. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +1 -1
  101. data/vendor/local/share/doc/groonga/en/html/functions/now.html +1 -1
  102. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +1 -1
  103. data/vendor/local/share/doc/groonga/en/html/functions.html +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/genindex.html +1 -1
  105. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/index.html +25 -18
  107. data/vendor/local/share/doc/groonga/en/html/indexing.html +1 -1
  108. data/vendor/local/share/doc/groonga/en/html/install.html +59 -9
  109. data/vendor/local/share/doc/groonga/en/html/limitations.html +1 -1
  110. data/vendor/local/share/doc/groonga/en/html/log.html +1 -1
  111. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +1 -1
  112. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +1 -1
  113. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +1 -1
  114. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +1 -1
  115. data/vendor/local/share/doc/groonga/en/html/news/senna.html +1 -1
  116. data/vendor/local/share/doc/groonga/en/html/news.html +66 -15
  117. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  118. data/vendor/local/share/doc/groonga/en/html/output.html +1 -1
  119. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +1 -1
  120. data/vendor/local/share/doc/groonga/en/html/reference.html +1 -1
  121. data/vendor/local/share/doc/groonga/en/html/search.html +1 -1
  122. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  123. data/vendor/local/share/doc/groonga/en/html/spec/search.html +1 -1
  124. data/vendor/local/share/doc/groonga/en/html/spec.html +1 -1
  125. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +1 -1
  126. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +1 -1
  127. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +1 -1
  128. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +1 -1
  129. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +1 -1
  130. data/vendor/local/share/doc/groonga/en/html/suggest.html +1 -1
  131. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  132. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +1 -1
  133. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +141 -53
  134. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +1 -1
  135. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +112 -106
  137. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +1 -1
  138. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +1 -1
  139. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +2 -2
  140. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +92 -58
  141. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +1 -1
  143. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/tutorial.html +21 -14
  145. data/vendor/local/share/doc/groonga/en/html/type.html +30 -22
  146. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  147. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +19 -0
  148. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +2 -2
  149. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +72 -8
  150. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +45 -1
  151. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +112 -33
  152. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +109 -99
  153. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +76 -40
  154. data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +30 -21
  155. data/vendor/local/share/doc/groonga/ja/html/_static/favicon.ico +0 -0
  156. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +309 -101
  157. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -154
  158. data/vendor/local/share/doc/groonga/ja/html/_static/logo.png +0 -0
  159. data/vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png +0 -0
  160. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +29 -21
  161. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +1 -1
  162. data/vendor/local/share/doc/groonga/ja/html/command_version.html +1 -1
  163. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +1 -1
  164. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +1 -1
  165. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +1 -1
  166. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +1 -1
  167. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +1 -1
  168. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +1 -1
  169. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +1 -1
  170. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +1 -1
  171. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +1 -1
  172. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +1 -1
  173. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +1 -1
  174. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +1 -1
  175. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +1 -1
  176. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +1 -1
  177. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +1 -1
  178. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +1 -1
  179. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +1 -1
  180. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +1 -1
  181. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +19 -1
  182. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +1 -1
  183. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +1 -1
  184. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +1 -1
  185. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +1 -1
  186. data/vendor/local/share/doc/groonga/ja/html/commands.html +1 -1
  187. data/vendor/local/share/doc/groonga/ja/html/community.html +3 -3
  188. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +1 -1
  189. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +1 -1
  190. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +1 -1
  191. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +1 -1
  192. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +1 -1
  193. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +1 -1
  194. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +1 -1
  195. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +1 -1
  196. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +1 -1
  197. data/vendor/local/share/doc/groonga/ja/html/contribution.html +1 -1
  198. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +1 -1
  199. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +1 -1
  201. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +1 -1
  202. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +1 -1
  203. data/vendor/local/share/doc/groonga/ja/html/executables.html +1 -1
  204. data/vendor/local/share/doc/groonga/ja/html/expr.html +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +1 -1
  207. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +1 -1
  210. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +1 -1
  211. data/vendor/local/share/doc/groonga/ja/html/functions.html +1 -1
  212. data/vendor/local/share/doc/groonga/ja/html/genindex.html +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +1 -1
  214. data/vendor/local/share/doc/groonga/ja/html/index.html +25 -18
  215. data/vendor/local/share/doc/groonga/ja/html/indexing.html +1 -1
  216. data/vendor/local/share/doc/groonga/ja/html/install.html +72 -22
  217. data/vendor/local/share/doc/groonga/ja/html/limitations.html +1 -1
  218. data/vendor/local/share/doc/groonga/ja/html/log.html +1 -1
  219. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +1 -1
  220. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +1 -1
  221. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +1 -1
  222. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +1 -1
  223. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +1 -1
  224. data/vendor/local/share/doc/groonga/ja/html/news.html +60 -14
  225. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  226. data/vendor/local/share/doc/groonga/ja/html/output.html +1 -1
  227. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +1 -1
  228. data/vendor/local/share/doc/groonga/ja/html/reference.html +1 -1
  229. data/vendor/local/share/doc/groonga/ja/html/search.html +1 -1
  230. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  231. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +1 -1
  232. data/vendor/local/share/doc/groonga/ja/html/spec.html +1 -1
  233. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +1 -1
  234. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +1 -1
  235. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +1 -1
  236. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +1 -1
  237. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +1 -1
  238. data/vendor/local/share/doc/groonga/ja/html/suggest.html +1 -1
  239. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  240. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +1 -1
  241. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +141 -53
  242. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +1 -1
  243. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +1 -1
  244. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +108 -102
  245. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +1 -1
  246. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +1 -1
  247. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +2 -2
  248. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +92 -55
  249. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +1 -1
  250. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +1 -1
  251. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -14
  253. data/vendor/local/share/doc/groonga/ja/html/type.html +30 -22
  254. data/vendor/local/share/doc/groonga/source/commands/suggest.txt +19 -0
  255. data/vendor/local/share/doc/groonga/source/community.txt +2 -2
  256. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +2 -15
  257. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +11 -7
  258. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +13 -7
  259. data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +13 -0
  260. data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +13 -0
  261. data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +13 -0
  262. data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +10 -0
  263. data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +10 -0
  264. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -2
  265. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +2 -2
  266. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +2 -2
  267. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +2 -2
  268. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +2 -2
  269. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +2 -6
  270. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +6 -2
  271. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +2 -2
  272. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +2 -2
  273. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +5 -0
  274. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -2
  275. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -2
  276. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +1 -3
  277. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +4 -2
  278. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +13 -2
  279. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +2 -13
  280. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +2 -2
  281. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +2 -2
  282. data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +1 -1
  283. data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +6 -6
  284. data/vendor/local/share/doc/groonga/source/install.txt +72 -8
  285. data/vendor/local/share/doc/groonga/source/news.txt +45 -1
  286. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +112 -33
  287. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +109 -99
  288. data/vendor/local/share/doc/groonga/source/tutorial/network.txt +76 -40
  289. data/vendor/local/share/doc/groonga/source/type.txt +30 -21
  290. data/vendor/local/share/groonga/html/admin/css/admin.css +1 -1
  291. data/vendor/local/share/groonga/html/admin/favicon.ico +0 -0
  292. data/vendor/local/share/groonga/html/admin/favicon.png +0 -0
  293. data/vendor/local/share/groonga/html/admin/favicon.svg +107 -547
  294. data/vendor/local/share/groonga/html/admin/images/groonga.png +0 -0
  295. data/vendor/local/share/groonga/html/admin/index.html +1 -1
  296. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
  297. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +118 -0
  298. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
  299. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +97 -0
  300. data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
  301. data/vendor/local/share/groonga/images/logo/groonga-icon.svg +93 -0
  302. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
  303. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +108 -0
  304. data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
  305. data/vendor/local/share/groonga/images/logo/groonga-logo.svg +118 -0
  306. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
  307. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +170 -0
  308. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
  309. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +186 -0
  310. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
  311. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +183 -0
  312. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
  313. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +179 -0
  314. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
  315. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +201 -0
  316. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
  317. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +106 -0
  318. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
  319. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +97 -0
  320. data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
  321. data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +93 -0
  322. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
  323. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +122 -0
  324. data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
  325. data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +106 -0
  326. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
  327. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +106 -0
  328. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
  329. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +107 -0
  330. data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
  331. data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +93 -0
  332. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
  333. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +122 -0
  334. data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
  335. data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +117 -0
  336. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
  337. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +106 -0
  338. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
  339. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +107 -0
  340. data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
  341. data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +93 -0
  342. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
  343. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +122 -0
  344. data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
  345. data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +117 -0
  346. data/vendor/local/share/man/ja/man1/groonga.1 +510 -214
  347. data/vendor/local/share/man/man1/groonga.1 +510 -211
  348. metadata +62 -15
  349. data/vendor/local/bin/groonga-query-log-analyzer +0 -1419
  350. data/vendor/local/share/doc/groonga/en/html/_static/default.css +0 -278
  351. data/vendor/local/share/doc/groonga/en/html/_static/footer-bar.png +0 -0
  352. data/vendor/local/share/doc/groonga/en/html/_static/menu-header.png +0 -0
  353. data/vendor/local/share/doc/groonga/en/html/_static/sidebar.js +0 -151
  354. data/vendor/local/share/doc/groonga/ja/html/_static/default.css +0 -278
  355. data/vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png +0 -0
  356. data/vendor/local/share/doc/groonga/ja/html/_static/menu-header.png +0 -0
  357. data/vendor/local/share/doc/groonga/ja/html/_static/sidebar.js +0 -151
@@ -0,0 +1,179 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="235"
13
+ height="61"
14
+ id="svg7375"
15
+ version="1.1"
16
+ inkscape:version="0.48.1 r9760"
17
+ sodipodi:docname="新規ドキュメント 74">
18
+ <defs
19
+ id="defs7377">
20
+ <linearGradient
21
+ id="SVGID_20_"
22
+ gradientUnits="userSpaceOnUse"
23
+ x1="680.95117"
24
+ y1="529.94818"
25
+ x2="680.95117"
26
+ y2="567.36438">
27
+ <stop
28
+ offset="0"
29
+ style="stop-color:#3FA9F5"
30
+ id="stop4257" />
31
+ <stop
32
+ offset="1"
33
+ style="stop-color:#0071BC"
34
+ id="stop4259" />
35
+ </linearGradient>
36
+ </defs>
37
+ <sodipodi:namedview
38
+ id="base"
39
+ pagecolor="#ffffff"
40
+ bordercolor="#666666"
41
+ borderopacity="1.0"
42
+ inkscape:pageopacity="0.0"
43
+ inkscape:pageshadow="2"
44
+ inkscape:zoom="0.35"
45
+ inkscape:cx="189.64285"
46
+ inkscape:cy="-109.5"
47
+ inkscape:document-units="px"
48
+ inkscape:current-layer="layer1"
49
+ showgrid="false"
50
+ fit-margin-top="0"
51
+ fit-margin-left="0"
52
+ fit-margin-right="0"
53
+ fit-margin-bottom="0"
54
+ inkscape:window-width="902"
55
+ inkscape:window-height="442"
56
+ inkscape:window-x="2035"
57
+ inkscape:window-y="260"
58
+ inkscape:window-maximized="0" />
59
+ <metadata
60
+ id="metadata7380">
61
+ <rdf:RDF>
62
+ <cc:Work
63
+ rdf:about="">
64
+ <dc:format>image/svg+xml</dc:format>
65
+ <dc:type
66
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
67
+ <dc:title></dc:title>
68
+ </cc:Work>
69
+ </rdf:RDF>
70
+ </metadata>
71
+ <g
72
+ inkscape:label="レイヤー 1"
73
+ inkscape:groupmode="layer"
74
+ id="layer1"
75
+ transform="translate(-185.35715,-341.86218)">
76
+ <rect
77
+ style="fill:#ffffff;stroke:#0088d3;stroke-miterlimit:10"
78
+ x="185.85715"
79
+ y="342.36218"
80
+ stroke-miterlimit="10"
81
+ width="234"
82
+ height="60"
83
+ id="rect4242" />
84
+ <g
85
+ transform="translate(-354.14286,-179.63782)"
86
+ id="g4244">
87
+ <path
88
+ inkscape:connector-curvature="0"
89
+ d="m 660.891,542.893 c -0.819,-0.179 -1.397,-0.274 -2.11,-0.274 -1.745,0 -3.269,0.51 -4.532,1.513 -0.055,0.036 -0.116,0.086 -0.186,0.149 -0.141,0.121 -0.276,0.249 -0.409,0.381 -0.905,0.806 -1.691,1.197 -1.691,-0.757 v -0.408 c 0,-0.248 -0.201,-0.449 -0.449,-0.449 h -1.288 c -0.122,0 -0.237,0.05 -0.322,0.138 -0.085,0.087 -0.13,0.204 -0.126,0.325 0.063,2.043 0.132,4.156 0.132,5.899 v 11.497 c 0,0.247 0.201,0.448 0.449,0.448 h 1.354 c 0.249,0 0.449,-0.201 0.449,-0.448 v -6.08 c 0,-0.84 0.065,-2.332 0.189,-2.951 0.962,-4.78 3.055,-7.104 6.397,-7.104 0.601,0 1.153,0.102 1.763,0.222 0.029,0.008 0.059,0.011 0.087,0.011 0.091,0 0.181,-0.028 0.257,-0.081 0.1,-0.069 0.167,-0.177 0.188,-0.297 l 0.197,-1.222 c 0.037,-0.237 -0.116,-0.462 -0.349,-0.512 z"
90
+ id="path4246" />
91
+ <path
92
+ inkscape:connector-curvature="0"
93
+ d="m 715.489,543.868 c -1.541,-1.087 -3.246,-1.25 -4.124,-1.25 -1.784,0 -3.464,0.559 -4.797,1.528 -0.003,0.004 -0.005,0.005 -0.009,0.006 -0.616,0.397 -1.61,0.558 -1.604,-0.384 v -0.012 c 0,-0.065 -0.002,-0.122 -0.008,-0.171 l -0.006,-0.109 c -0.011,-0.24 -0.208,-0.43 -0.448,-0.43 h -1.288 c -0.124,0 -0.243,0.052 -0.328,0.143 -0.084,0.092 -0.127,0.212 -0.119,0.337 0.094,1.397 0.13,2.558 0.13,4 v 13.38 c 0,0.247 0.201,0.448 0.449,0.448 h 1.354 c 0.248,0 0.449,-0.201 0.449,-0.448 V 550.17 c 0,-0.499 0.155,-1.08 0.3,-1.458 0.003,-0.006 0.004,-0.011 0.007,-0.017 0.639,-1.864 2.589,-3.752 5.159,-3.97 1.986,0.002 5.106,1.445 5.534,5.043 0.01,0.093 0.02,0.184 0.025,0.272 0.002,0.03 0.006,0.061 0.008,0.092 0.003,0.043 0.006,0.085 0.008,0.129 0.006,0.116 0.011,0.235 0.011,0.355 0,0.205 0.003,0.392 0.009,0.559 v 9.73 c 0,0.247 0.201,0.448 0.45,0.448 h 1.353 c 0.248,0 0.45,-0.201 0.45,-0.448 v -9.977 c 0,-3.293 -0.999,-5.669 -2.965,-7.06 z"
94
+ id="path4248" />
95
+ <path
96
+ inkscape:connector-curvature="0"
97
+ d="m 762.451,559.407 c -0.082,-0.068 -0.185,-0.106 -0.29,-0.106 -0.024,0 -0.05,0.002 -0.073,0.007 -0.359,0.059 -0.592,0.059 -0.885,0.059 -0.704,0 -1.335,-0.205 -1.335,-2.689 v -6.079 c 0,-1.437 -0.109,-3.29 -0.97,-4.887 -1.118,-2.074 -3.178,-3.125 -6.118,-3.125 -1.519,0 -3.813,0.314 -6.126,1.822 -0.193,0.126 -0.26,0.377 -0.154,0.583 l 0.527,1.023 c 0.062,0.115 0.168,0.2 0.294,0.229 0.036,0.01 0.071,0.015 0.106,0.015 0.093,0 0.183,-0.029 0.26,-0.083 1.418,-1.005 3.18,-1.536 5.093,-1.536 2.449,0 3.681,1.138 4.291,2.416 l 0,0 c 0.615,1.361 -0.345,2.699 -1.4,2.812 -0.053,0.002 -0.104,0.004 -0.156,0.006 -0.009,0 -0.018,0.003 -0.026,0 -0.033,0 -0.062,0.003 -0.087,0.007 -6.732,0.384 -10.142,2.645 -10.142,6.731 0,1.243 0.493,2.488 1.352,3.416 0.757,0.816 2.183,1.79 4.682,1.79 2.128,0 3.845,-0.682 5.104,-1.515 0.037,-0.02 0.079,-0.048 0.129,-0.088 0.015,-0.01 0.026,-0.019 0.04,-0.029 0.077,-0.054 0.157,-0.108 0.231,-0.164 0.782,-0.505 1.206,-0.216 1.608,0.31 0.001,10e-4 0.003,0.003 0.004,0.005 0.516,0.698 1.325,1.053 2.43,1.053 0.52,0 0.975,-0.059 1.437,-0.181 0.196,-0.052 0.334,-0.229 0.334,-0.434 v -1.023 c -10e-4,-0.135 -0.059,-0.26 -0.16,-0.345 z m -11.191,0.323 c -1.864,0 -3.747,-1.057 -3.747,-3.417 0,-2.981 3.64,-4.034 7.461,-4.318 1.422,-0.026 2.511,1.325 2.643,2.806 v 0.606 c -0.038,0.396 -0.15,0.789 -0.348,1.157 -0.1,0.161 -0.219,0.342 -0.361,0.529 -0.023,0.029 -0.047,0.058 -0.063,0.083 -0.885,1.134 -2.591,2.554 -5.585,2.554 z"
98
+ id="path4250" />
99
+ <path
100
+ inkscape:connector-curvature="0"
101
+ d="m 643.287,543.047 h -1.255 c -0.24,0 -0.438,0.189 -0.448,0.431 -0.041,0.993 -0.547,1.126 -1.657,0.471 -0.006,-0.005 -0.011,-0.009 -0.017,-0.012 -0.108,-0.073 -0.221,-0.143 -0.333,-0.208 -0.009,-0.005 -0.014,-0.008 -0.021,-0.013 -0.054,-0.035 -0.104,-0.064 -0.15,-0.085 -1.215,-0.674 -2.641,-1.013 -4.245,-1.013 -2.292,0 -4.554,0.949 -6.206,2.605 -1.276,1.279 -2.799,3.571 -2.799,7.226 0,2.342 0.826,4.544 2.324,6.205 1.591,1.763 3.824,2.733 6.284,2.733 1.908,0 3.382,-0.502 4.498,-1.163 0.001,-0.002 0.005,-0.002 0.007,-0.003 1.197,-0.535 2.209,-1.337 1.922,1.369 -0.535,3.481 -2.77,5.374 -6.427,5.374 -2.56,0 -4.481,-0.862 -5.644,-1.584 -0.071,-0.045 -0.153,-0.068 -0.236,-0.068 -0.037,0 -0.074,0.006 -0.111,0.016 -0.118,0.028 -0.22,0.106 -0.28,0.213 l -0.594,1.059 c -0.116,0.205 -0.054,0.467 0.146,0.595 1.749,1.143 4.236,1.824 6.654,1.824 1.649,0 5.697,-0.384 7.66,-3.932 0.85,-1.521 1.245,-3.659 1.245,-6.725 v -10.704 c 0,-1.516 0.043,-2.868 0.132,-4.131 0.009,-0.123 -0.035,-0.246 -0.12,-0.337 -0.085,-0.091 -0.204,-0.143 -0.329,-0.143 z m -10.356,15.958 c -0.37,-0.146 -4.665,-1.972 -4.3,-7.24 0.338,-4.872 3.508,-6.414 3.996,-6.622 0.784,-0.306 1.656,-0.471 2.601,-0.471 1.02,0 1.908,0.2 2.67,0.535 4.196,2.372 4.718,10.088 0.542,13.162 -0.977,0.613 -2.107,0.965 -3.278,0.965 -0.822,0 -1.564,-0.12 -2.231,-0.329 z"
102
+ id="path4252" />
103
+ <path
104
+ inkscape:connector-curvature="0"
105
+ d="m 740.07,543.047 h -1.255 c -0.24,0 -0.438,0.189 -0.448,0.431 -0.04,0.993 -0.547,1.126 -1.657,0.471 -0.005,-0.005 -0.011,-0.009 -0.016,-0.012 -0.109,-0.073 -0.223,-0.143 -0.336,-0.208 -0.006,-0.005 -0.012,-0.008 -0.019,-0.013 -0.054,-0.035 -0.104,-0.064 -0.15,-0.085 -1.216,-0.674 -2.64,-1.013 -4.245,-1.013 -2.292,0 -4.555,0.949 -6.206,2.605 -1.276,1.279 -2.799,3.571 -2.799,7.226 0,2.342 0.825,4.544 2.324,6.205 1.592,1.763 3.822,2.733 6.284,2.733 1.907,0 3.381,-0.502 4.497,-1.163 0.003,-0.002 0.006,-0.002 0.008,-0.003 1.197,-0.536 2.209,-1.339 1.922,1.369 -0.537,3.481 -2.771,5.374 -6.427,5.374 -2.56,0 -4.48,-0.862 -5.643,-1.584 -0.072,-0.045 -0.155,-0.068 -0.237,-0.068 -0.038,0 -0.076,0.006 -0.112,0.016 -0.118,0.028 -0.22,0.106 -0.278,0.213 l -0.596,1.059 c -0.116,0.205 -0.053,0.467 0.146,0.595 1.748,1.143 4.235,1.824 6.654,1.824 1.649,0 5.698,-0.384 7.66,-3.932 0.849,-1.521 1.245,-3.659 1.245,-6.725 v -10.704 c 0,-1.516 0.043,-2.868 0.131,-4.131 0.01,-0.123 -0.035,-0.246 -0.119,-0.337 -0.084,-0.09 -0.202,-0.143 -0.328,-0.143 z m -10.355,15.958 c -0.373,-0.146 -4.667,-1.972 -4.302,-7.24 0.338,-4.869 3.506,-6.411 3.996,-6.621 0.784,-0.307 1.656,-0.472 2.601,-0.472 1.021,0 1.909,0.2 2.671,0.535 4.196,2.372 4.718,10.088 0.54,13.162 -0.976,0.613 -2.105,0.965 -3.276,0.965 -0.824,0 -1.565,-0.12 -2.23,-0.329 z"
106
+ id="path4254" />
107
+ <linearGradient
108
+ id="linearGradient7358"
109
+ gradientUnits="userSpaceOnUse"
110
+ x1="680.95117"
111
+ y1="529.94818"
112
+ x2="680.95117"
113
+ y2="567.36438">
114
+ <stop
115
+ offset="0"
116
+ style="stop-color:#3FA9F5"
117
+ id="stop7360" />
118
+ <stop
119
+ offset="1"
120
+ style="stop-color:#0071BC"
121
+ id="stop7362" />
122
+ </linearGradient>
123
+ <path
124
+ style="fill:url(#SVGID_20_)"
125
+ inkscape:connector-curvature="0"
126
+ d="m 679.508,534.324 c -1.433,1.434 -2.521,3.276 -3.086,5.308 -3.726,-0.058 -7.462,1.394 -10.427,4.359 -4.993,4.99 -6.546,14.049 0.409,21.002 5.851,5.851 14.588,5.939 20.322,0.205 2.711,-2.714 4.438,-6.442 4.475,-10.387 1.925,-0.514 3.756,-1.538 5.316,-3.097 4.264,-4.268 5.57,-11.6 -0.19,-17.362 -4.805,-4.801 -12.034,-4.813 -16.819,-0.028 z m 15.711,12.524 c -0.82,0.819 -1.868,1.424 -3.024,1.755 -1.856,0.531 -2.856,0.477 -3.494,1.542 -0.639,1.063 -0.567,1.188 -0.54,3.185 0.035,2.262 -0.817,4.606 -2.95,6.742 -3.263,3.26 -9.283,3.987 -13.713,-0.442 -3.492,-3.492 -5.13,-9.367 -0.479,-14.02 1.728,-1.726 4.211,-2.746 6.822,-2.699 1.814,0.033 2.026,0.099 3.195,-0.432 1.171,-0.532 0.663,-1.717 1.362,-3.804 0.341,-1.019 0.947,-2.021 1.896,-2.971 2.53,-2.529 7.187,-3.11 10.598,0.302 2.78,2.779 3.958,7.209 0.327,10.842 z"
127
+ id="path4261" />
128
+ </g>
129
+ <g
130
+ transform="translate(-354.14286,-179.63782)"
131
+ id="g4263">
132
+ <path
133
+ style="fill:#b3b3b3"
134
+ inkscape:connector-curvature="0"
135
+ d="m 550.712,558.316 v -7.322 c 0,-0.91 -0.015,-1.652 -0.044,-2.227 h 0.929 l 0.056,1.177 h 0.023 c 0.451,-0.887 1.123,-1.33 2.016,-1.33 0.68,0 1.245,0.32 1.697,0.962 0.451,0.642 0.677,1.465 0.677,2.468 0,1.115 -0.243,2.003 -0.73,2.663 -0.487,0.661 -1.095,0.991 -1.823,0.991 -0.369,0 -0.708,-0.094 -1.016,-0.28 -0.309,-0.187 -0.549,-0.452 -0.721,-0.798 h -0.021 v 3.696 h -1.043 z m 1.042,-6.664 v 1.092 c 0,0.546 0.152,1.004 0.456,1.375 0.304,0.371 0.671,0.557 1.101,0.557 0.522,0 0.938,-0.231 1.243,-0.696 0.306,-0.464 0.459,-1.091 0.459,-1.88 0,-0.709 -0.151,-1.295 -0.454,-1.757 -0.302,-0.462 -0.703,-0.692 -1.203,-0.692 -0.321,0 -0.616,0.115 -0.885,0.346 -0.27,0.231 -0.455,0.514 -0.561,0.848 -0.104,0.332 -0.156,0.601 -0.156,0.807 z"
136
+ id="path4265" />
137
+ <path
138
+ style="fill:#b3b3b3"
139
+ inkscape:connector-curvature="0"
140
+ d="m 563.121,552.086 c 0,0.728 -0.121,1.365 -0.363,1.911 -0.243,0.546 -0.582,0.966 -1.02,1.26 -0.438,0.294 -0.909,0.441 -1.417,0.441 -0.792,0 -1.444,-0.323 -1.96,-0.97 -0.516,-0.647 -0.772,-1.485 -0.772,-2.517 0,-1.097 0.266,-1.971 0.798,-2.621 0.531,-0.651 1.203,-0.977 2.014,-0.977 0.806,0 1.461,0.323 1.965,0.969 0.503,0.647 0.755,1.481 0.755,2.504 z m -4.469,0.084 c 0,0.742 0.159,1.354 0.477,1.838 0.316,0.482 0.715,0.725 1.192,0.725 0.489,0 0.897,-0.243 1.224,-0.729 0.327,-0.486 0.49,-1.11 0.49,-1.876 0,-0.704 -0.15,-1.306 -0.451,-1.803 -0.301,-0.497 -0.71,-0.745 -1.229,-0.745 -0.527,0 -0.942,0.246 -1.246,0.738 -0.304,0.493 -0.457,1.11 -0.457,1.852 z"
141
+ id="path4267" />
142
+ <path
143
+ style="fill:#b3b3b3"
144
+ inkscape:connector-curvature="0"
145
+ d="m 564.421,548.768 h 1.063 c 0.71,3.286 1.09,5.144 1.143,5.572 h 0.022 c 0.042,-0.364 0.505,-2.222 1.39,-5.572 h 0.885 c 0.803,3.141 1.25,4.998 1.344,5.572 h 0.021 c 0.105,-0.7 0.236,-1.386 0.393,-2.058 l 0.817,-3.515 h 1.03 l -1.791,6.776 h -0.964 c -0.616,-2.37 -0.964,-3.718 -1.042,-4.043 -0.078,-0.324 -0.168,-0.782 -0.269,-1.375 h -0.022 c -0.123,0.705 -0.285,1.424 -0.486,2.156 l -0.902,3.262 h -0.963 l -1.669,-6.775 z"
146
+ id="path4269" />
147
+ <path
148
+ style="fill:#b3b3b3"
149
+ inkscape:connector-curvature="0"
150
+ d="m 578.734,552.422 h -3.932 c 0.015,0.732 0.195,1.294 0.543,1.684 0.348,0.39 0.797,0.585 1.35,0.585 0.602,0 1.127,-0.117 1.58,-0.351 l 0.179,0.91 c -0.534,0.299 -1.165,0.448 -1.894,0.448 -0.844,0 -1.516,-0.313 -2.016,-0.938 -0.5,-0.625 -0.75,-1.456 -0.75,-2.492 0,-1.035 0.24,-1.903 0.719,-2.604 0.48,-0.7 1.125,-1.05 1.936,-1.05 0.746,0 1.32,0.312 1.719,0.935 0.4,0.623 0.6,1.385 0.6,2.285 0,0.257 -0.012,0.453 -0.034,0.588 z m -3.92,-0.938 h 2.945 c 0,-0.584 -0.121,-1.054 -0.361,-1.411 -0.24,-0.356 -0.584,-0.535 -1.027,-0.535 -0.422,0 -0.771,0.179 -1.047,0.535 -0.277,0.358 -0.447,0.827 -0.51,1.411 z"
151
+ id="path4271" />
152
+ <path
153
+ style="fill:#b3b3b3"
154
+ inkscape:connector-curvature="0"
155
+ d="m 580.693,555.544 v -4.62 c 0,-0.877 -0.014,-1.596 -0.044,-2.156 h 0.918 l 0.067,1.358 c 0.139,-0.476 0.35,-0.847 0.633,-1.113 0.283,-0.266 0.592,-0.398 0.924,-0.398 0.071,0 0.164,0.009 0.28,0.027 v 1.232 c -0.101,-0.028 -0.22,-0.042 -0.358,-0.042 -0.377,0 -0.701,0.185 -0.972,0.553 -0.271,0.369 -0.405,0.894 -0.405,1.575 v 3.584 h -1.043 z"
156
+ id="path4273" />
157
+ <path
158
+ style="fill:#b3b3b3"
159
+ inkscape:connector-curvature="0"
160
+ d="m 589.699,552.422 h -3.932 c 0.015,0.732 0.195,1.294 0.543,1.684 0.348,0.39 0.797,0.585 1.35,0.585 0.602,0 1.127,-0.117 1.58,-0.351 l 0.179,0.91 c -0.534,0.299 -1.165,0.448 -1.894,0.448 -0.844,0 -1.516,-0.313 -2.016,-0.938 -0.5,-0.625 -0.75,-1.456 -0.75,-2.492 0,-1.035 0.24,-1.903 0.719,-2.604 0.48,-0.7 1.125,-1.05 1.936,-1.05 0.746,0 1.32,0.312 1.719,0.935 0.4,0.623 0.6,1.385 0.6,2.285 -10e-4,0.257 -0.012,0.453 -0.034,0.588 z m -3.92,-0.938 h 2.945 c 0,-0.584 -0.121,-1.054 -0.361,-1.411 -0.24,-0.356 -0.584,-0.535 -1.027,-0.535 -0.422,0 -0.771,0.179 -1.047,0.535 -0.277,0.358 -0.447,0.827 -0.51,1.411 z"
161
+ id="path4275" />
162
+ <path
163
+ style="fill:#b3b3b3"
164
+ inkscape:connector-curvature="0"
165
+ d="m 595.49,545.576 h 1.041 v 8.189 c 0,0.756 0.016,1.349 0.045,1.778 h -0.93 l -0.078,-1.204 c -0.18,0.43 -0.438,0.763 -0.773,1.001 -0.335,0.238 -0.717,0.357 -1.143,0.357 -0.687,0 -1.26,-0.323 -1.719,-0.97 -0.459,-0.647 -0.688,-1.467 -0.688,-2.461 0,-1.077 0.241,-1.956 0.726,-2.635 0.482,-0.68 1.081,-1.019 1.795,-1.019 0.38,0 0.721,0.093 1.021,0.279 0.301,0.188 0.535,0.439 0.703,0.757 v -4.072 z m 0,7.056 v -1.078 c 0,-0.574 -0.148,-1.037 -0.445,-1.39 -0.297,-0.352 -0.652,-0.528 -1.067,-0.528 -0.504,0 -0.909,0.236 -1.218,0.707 -0.309,0.472 -0.462,1.085 -0.462,1.841 0,0.71 0.146,1.298 0.437,1.765 0.291,0.467 0.698,0.699 1.221,0.699 0.4,0 0.756,-0.183 1.066,-0.549 0.312,-0.367 0.468,-0.856 0.468,-1.467 z"
166
+ id="path4277" />
167
+ <path
168
+ style="fill:#b3b3b3"
169
+ inkscape:connector-curvature="0"
170
+ d="m 601.996,553.766 v -8.189 h 1.064 v 4.298 c 0.396,-0.84 1.033,-1.26 1.915,-1.26 0.694,0 1.264,0.32 1.708,0.962 0.444,0.642 0.666,1.469 0.666,2.481 0,1.106 -0.245,1.989 -0.736,2.649 -0.49,0.661 -1.089,0.991 -1.795,0.991 -0.848,0 -1.486,-0.425 -1.915,-1.274 l -0.044,1.12 h -0.908 c 0.03,-0.43 0.045,-1.023 0.045,-1.778 z m 1.042,-2.1 v 1.105 c 0,0.505 0.149,0.945 0.45,1.323 0.301,0.378 0.674,0.567 1.117,0.567 0.52,0 0.931,-0.229 1.235,-0.689 0.304,-0.46 0.456,-1.079 0.456,-1.858 0,-0.724 -0.15,-1.317 -0.453,-1.782 -0.303,-0.464 -0.708,-0.696 -1.215,-0.696 -0.449,0 -0.826,0.204 -1.132,0.612 -0.305,0.409 -0.458,0.881 -0.458,1.418 z"
171
+ id="path4279" />
172
+ <path
173
+ style="fill:#b3b3b3"
174
+ inkscape:connector-curvature="0"
175
+ d="m 608.548,548.768 h 1.143 l 1.231,4.039 c 0.105,0.336 0.229,0.768 0.37,1.295 0.146,-0.63 0.258,-1.085 0.336,-1.364 l 1.108,-3.97 h 1.121 l -1.535,4.845 c -0.488,1.54 -0.886,2.604 -1.189,3.191 -0.305,0.588 -0.635,1.023 -0.992,1.306 -0.355,0.282 -0.689,0.459 -0.999,0.528 l -0.246,-1.092 c 0.563,-0.22 1.003,-0.598 1.318,-1.134 0.315,-0.537 0.474,-0.896 0.474,-1.078 0,-0.079 -0.022,-0.187 -0.067,-0.322 l -2.073,-6.244 z"
176
+ id="path4281" />
177
+ </g>
178
+ </g>
179
+ </svg>
@@ -0,0 +1,201 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="89"
14
+ height="32"
15
+ id="svg5897"
16
+ version="1.1"
17
+ inkscape:version="0.48.1 r9760"
18
+ sodipodi:docname="新規ドキュメント 59">
19
+ <defs
20
+ id="defs5899">
21
+ <linearGradient
22
+ id="SVGID_19_"
23
+ gradientUnits="userSpaceOnUse"
24
+ x1="81.903801"
25
+ y1="521.35449"
26
+ x2="81.903801"
27
+ y2="544.04199">
28
+ <stop
29
+ offset="0"
30
+ style="stop-color:#3FA9F5"
31
+ id="stop4174" />
32
+ <stop
33
+ offset="1"
34
+ style="stop-color:#0071BC"
35
+ id="stop4176" />
36
+ </linearGradient>
37
+ <linearGradient
38
+ inkscape:collect="always"
39
+ xlink:href="#SVGID_19_"
40
+ id="linearGradient6749"
41
+ gradientUnits="userSpaceOnUse"
42
+ x1="81.903801"
43
+ y1="521.35449"
44
+ x2="81.903801"
45
+ y2="544.04199" />
46
+ <linearGradient
47
+ inkscape:collect="always"
48
+ xlink:href="#SVGID_19_"
49
+ id="linearGradient6795"
50
+ gradientUnits="userSpaceOnUse"
51
+ x1="81.903801"
52
+ y1="521.35449"
53
+ x2="81.903801"
54
+ y2="544.04199" />
55
+ </defs>
56
+ <sodipodi:namedview
57
+ id="base"
58
+ pagecolor="#ffffff"
59
+ bordercolor="#666666"
60
+ borderopacity="1.0"
61
+ inkscape:pageopacity="0"
62
+ inkscape:pageshadow="2"
63
+ inkscape:zoom="1.4"
64
+ inkscape:cx="46.971944"
65
+ inkscape:cy="73.799943"
66
+ inkscape:document-units="px"
67
+ inkscape:current-layer="layer1"
68
+ showgrid="false"
69
+ fit-margin-top="0"
70
+ fit-margin-left="0"
71
+ fit-margin-right="0"
72
+ fit-margin-bottom="0"
73
+ inkscape:window-width="902"
74
+ inkscape:window-height="442"
75
+ inkscape:window-x="1928"
76
+ inkscape:window-y="52"
77
+ inkscape:window-maximized="0" />
78
+ <metadata
79
+ id="metadata5902">
80
+ <rdf:RDF>
81
+ <cc:Work
82
+ rdf:about="">
83
+ <dc:format>image/svg+xml</dc:format>
84
+ <dc:type
85
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
86
+ <dc:title></dc:title>
87
+ </cc:Work>
88
+ </rdf:RDF>
89
+ </metadata>
90
+ <g
91
+ inkscape:label="レイヤー 1"
92
+ inkscape:groupmode="layer"
93
+ id="layer1"
94
+ transform="translate(-309.78571,-682.07648)">
95
+ <g
96
+ id="g6772">
97
+ <rect
98
+ id="rect4115"
99
+ height="31"
100
+ width="88"
101
+ stroke-miterlimit="10"
102
+ y="682.57648"
103
+ x="310.28571"
104
+ style="fill:#ffffff;stroke:#0088d3;stroke-miterlimit:10" />
105
+ <g
106
+ id="g4161"
107
+ transform="translate(264.28571,167.57647)">
108
+ <path
109
+ id="path4163"
110
+ d="m 70.143,528.477 c -0.48,-0.104 -0.82,-0.159 -1.238,-0.159 -1.022,0 -1.916,0.297 -2.656,0.886 -0.033,0.021 -0.069,0.051 -0.108,0.089 -0.083,0.071 -0.163,0.145 -0.241,0.223 -0.531,0.472 -0.992,0.7 -0.992,-0.444 v -0.239 c 0,-0.146 -0.118,-0.264 -0.263,-0.264 h -0.756 c -0.071,0 -0.139,0.03 -0.188,0.08 -0.05,0.051 -0.076,0.12 -0.074,0.192 0.039,1.197 0.078,2.436 0.078,3.458 v 6.74 c 0,0.146 0.118,0.264 0.263,0.264 h 0.795 c 0.145,0 0.263,-0.118 0.263,-0.264 v -3.563 c 0,-0.493 0.039,-1.368 0.111,-1.73 0.564,-2.804 1.792,-4.166 3.751,-4.166 0.352,0 0.676,0.06 1.033,0.131 0.017,0.003 0.034,0.005 0.051,0.005 0.053,0 0.105,-0.017 0.15,-0.047 0.059,-0.041 0.098,-0.104 0.11,-0.174 l 0.116,-0.717 c 0.021,-0.138 -0.068,-0.272 -0.205,-0.301 z"
111
+ inkscape:connector-curvature="0" />
112
+ <path
113
+ id="path4165"
114
+ d="m 102.151,529.049 c -0.903,-0.637 -1.902,-0.731 -2.417,-0.731 -1.046,0 -2.03,0.327 -2.812,0.896 -0.002,0 -0.003,10e-4 -0.005,0.002 -0.361,0.232 -0.945,0.326 -0.941,-0.224 v -0.009 c 0,-0.038 -0.001,-0.07 -0.005,-0.1 l -0.003,-0.064 c -0.006,-0.142 -0.122,-0.252 -0.262,-0.252 H 94.95 c -0.073,0 -0.142,0.031 -0.192,0.084 -0.05,0.054 -0.075,0.124 -0.071,0.196 0.054,0.82 0.078,1.5 0.078,2.346 v 7.845 c 0,0.146 0.117,0.264 0.263,0.264 h 0.794 c 0.146,0 0.263,-0.118 0.263,-0.264 v -6.295 c 0,-0.293 0.091,-0.634 0.176,-0.855 0.002,-0.003 0.002,-0.005 0.003,-0.008 0.375,-1.094 1.519,-2.2 3.025,-2.327 1.164,10e-4 2.993,0.847 3.244,2.955 0.006,0.055 0.011,0.107 0.016,0.161 10e-4,0.018 0.003,0.035 0.004,0.054 0.002,0.024 0.003,0.05 0.005,0.074 0.003,0.068 0.005,0.137 0.005,0.21 0,0.12 10e-4,0.228 0.006,0.327 v 5.704 c 0,0.146 0.118,0.264 0.263,0.264 h 0.794 c 0.145,0 0.263,-0.118 0.263,-0.264 v -5.851 c 0.001,-1.93 -0.584,-3.322 -1.738,-4.138 z"
115
+ inkscape:connector-curvature="0" />
116
+ <path
117
+ id="path4167"
118
+ d="m 129.567,538.159 c -0.047,-0.04 -0.108,-0.063 -0.169,-0.063 -0.015,0 -0.029,10e-4 -0.043,0.005 -0.211,0.035 -0.347,0.035 -0.519,0.035 -0.413,0 -0.783,-0.121 -0.783,-1.577 v -3.563 c 0,-0.843 -0.063,-1.93 -0.568,-2.866 -0.656,-1.215 -1.862,-1.831 -3.586,-1.831 -0.891,0 -2.236,0.184 -3.592,1.068 -0.113,0.073 -0.152,0.222 -0.09,0.341 l 0.311,0.6 c 0.034,0.069 0.098,0.119 0.171,0.137 0.021,0.004 0.042,0.007 0.062,0.007 0.055,0 0.108,-0.018 0.152,-0.049 0.832,-0.589 1.865,-0.9 2.986,-0.9 1.436,0 2.158,0.667 2.516,1.416 l 0,0 c 0.36,0.798 -0.203,1.583 -0.822,1.647 -0.031,0.004 -0.061,0.005 -0.091,0.006 -0.005,0 -0.011,10e-4 -0.016,0 -0.019,0 -0.036,0.002 -0.051,0.003 -3.946,0.225 -5.944,1.55 -5.944,3.947 0,0.728 0.288,1.457 0.792,2.001 0.443,0.479 1.28,1.051 2.744,1.051 1.248,0 2.254,-0.4 2.993,-0.889 0.022,-0.012 0.047,-0.027 0.076,-0.051 0.009,-0.006 0.016,-0.013 0.023,-0.019 0.046,-0.031 0.092,-0.063 0.136,-0.096 0.458,-0.296 0.708,-0.126 0.943,0.182 0.001,0 0.002,10e-4 0.003,0.002 0.302,0.411 0.776,0.619 1.424,0.619 0.304,0 0.572,-0.035 0.842,-0.106 0.116,-0.031 0.195,-0.136 0.195,-0.254 v -0.603 c -0.001,-0.078 -0.036,-0.151 -0.095,-0.2 z m -6.56,0.19 c -1.094,0 -2.197,-0.619 -2.197,-2.002 0,-1.749 2.134,-2.366 4.373,-2.534 0.835,-0.015 1.474,0.778 1.551,1.646 v 0.355 c -0.023,0.232 -0.089,0.463 -0.204,0.678 -0.058,0.096 -0.128,0.201 -0.212,0.312 -0.014,0.017 -0.027,0.033 -0.037,0.049 -0.519,0.663 -1.519,1.496 -3.274,1.496 z"
119
+ inkscape:connector-curvature="0" />
120
+ <path
121
+ id="path4169"
122
+ d="m 59.823,528.567 h -0.736 c -0.142,0 -0.257,0.111 -0.263,0.253 -0.023,0.582 -0.32,0.66 -0.972,0.275 -0.003,-0.003 -0.006,-0.006 -0.01,-0.008 -0.064,-0.042 -0.129,-0.082 -0.195,-0.121 -0.003,-0.002 -0.008,-0.005 -0.011,-0.008 -0.032,-0.021 -0.061,-0.036 -0.089,-0.05 -0.712,-0.395 -1.547,-0.592 -2.488,-0.592 -1.344,0 -2.67,0.556 -3.638,1.527 -0.75,0.75 -1.642,2.093 -1.642,4.235 0,1.373 0.484,2.664 1.363,3.638 0.932,1.032 2.24,1.604 3.684,1.604 1.118,0 1.982,-0.296 2.637,-0.684 10e-4,0 0.003,-10e-4 0.004,-10e-4 0.702,-0.313 1.294,-0.784 1.126,0.802 -0.313,2.042 -1.624,3.15 -3.768,3.15 -1.5,0 -2.628,-0.504 -3.309,-0.928 -0.042,-0.026 -0.09,-0.041 -0.139,-0.041 -0.021,0 -0.043,0.005 -0.065,0.01 -0.07,0.018 -0.128,0.063 -0.164,0.126 l -0.349,0.619 c -0.068,0.121 -0.031,0.274 0.084,0.35 1.026,0.67 2.484,1.069 3.902,1.069 0.968,0 3.34,-0.225 4.492,-2.305 0.497,-0.892 0.729,-2.146 0.729,-3.942 v -6.275 c 0,-0.889 0.025,-1.683 0.077,-2.423 0.005,-0.072 -0.02,-0.144 -0.07,-0.196 -0.047,-0.052 -0.117,-0.084 -0.19,-0.084 z m -6.072,9.356 c -0.218,-0.087 -2.735,-1.155 -2.521,-4.245 0.199,-2.855 2.058,-3.758 2.344,-3.882 0.458,-0.179 0.97,-0.276 1.524,-0.276 0.599,0 1.119,0.118 1.565,0.315 2.46,1.392 2.767,5.913 0.319,7.716 -0.573,0.358 -1.235,0.565 -1.922,0.565 -0.483,0 -0.919,-0.068 -1.309,-0.193 z"
123
+ inkscape:connector-curvature="0" />
124
+ <path
125
+ id="path4171"
126
+ d="m 116.563,528.567 h -0.736 c -0.141,0 -0.257,0.111 -0.263,0.253 -0.024,0.582 -0.321,0.66 -0.971,0.275 -0.004,-0.003 -0.007,-0.006 -0.011,-0.008 -0.063,-0.042 -0.13,-0.082 -0.196,-0.121 -0.003,-0.002 -0.007,-0.005 -0.011,-0.008 -0.031,-0.021 -0.06,-0.036 -0.087,-0.05 -0.713,-0.395 -1.548,-0.592 -2.489,-0.592 -1.344,0 -2.67,0.556 -3.638,1.527 -0.749,0.75 -1.642,2.093 -1.642,4.235 0,1.373 0.484,2.664 1.363,3.638 0.933,1.032 2.241,1.604 3.684,1.604 1.118,0 1.982,-0.296 2.637,-0.684 10e-4,0 0.002,-10e-4 0.003,-10e-4 0.702,-0.314 1.295,-0.785 1.127,0.802 -0.315,2.042 -1.625,3.15 -3.768,3.15 -1.5,0 -2.627,-0.504 -3.308,-0.928 -0.043,-0.026 -0.09,-0.041 -0.139,-0.041 -0.022,0 -0.044,0.005 -0.065,0.01 -0.07,0.018 -0.129,0.063 -0.164,0.126 l -0.349,0.619 c -0.069,0.121 -0.031,0.274 0.084,0.35 1.026,0.67 2.484,1.069 3.902,1.069 0.966,0 3.34,-0.225 4.491,-2.305 0.497,-0.892 0.73,-2.146 0.73,-3.942 v -6.275 c 0,-0.889 0.025,-1.683 0.077,-2.423 0.005,-0.072 -0.021,-0.144 -0.07,-0.196 -0.048,-0.052 -0.116,-0.084 -0.191,-0.084 z m -6.072,9.356 c -0.218,-0.087 -2.735,-1.155 -2.521,-4.245 0.198,-2.854 2.054,-3.757 2.342,-3.882 0.459,-0.179 0.971,-0.276 1.525,-0.276 0.599,0 1.119,0.118 1.566,0.315 2.459,1.392 2.766,5.913 0.317,7.716 -0.572,0.359 -1.235,0.565 -1.921,0.565 -0.482,0 -0.917,-0.068 -1.308,-0.193 z"
127
+ inkscape:connector-curvature="0" />
128
+ <linearGradient
129
+ y2="544.04199"
130
+ x2="81.903801"
131
+ y1="521.35449"
132
+ x1="81.903801"
133
+ gradientUnits="userSpaceOnUse"
134
+ id="linearGradient5880">
135
+ <stop
136
+ id="stop5882"
137
+ style="stop-color:#3FA9F5"
138
+ offset="0" />
139
+ <stop
140
+ id="stop5884"
141
+ style="stop-color:#0071BC"
142
+ offset="1" />
143
+ </linearGradient>
144
+ <path
145
+ id="path4178"
146
+ d="m 81.057,523.455 c -0.84,0.839 -1.477,1.92 -1.809,3.11 -2.184,-0.034 -4.375,0.816 -6.113,2.557 -2.927,2.926 -3.837,8.236 0.24,12.311 3.43,3.433 8.553,3.483 11.915,0.121 1.589,-1.59 2.602,-3.776 2.623,-6.09 1.128,-0.3 2.202,-0.901 3.117,-1.814 2.501,-2.501 3.266,-6.8 -0.112,-10.181 -2.816,-2.814 -7.056,-2.82 -9.861,-0.014 z m 9.211,7.341 c -0.48,0.479 -1.095,0.834 -1.773,1.029 -1.088,0.312 -1.674,0.279 -2.048,0.903 -0.374,0.624 -0.333,0.698 -0.316,1.868 0.02,1.325 -0.479,2.699 -1.73,3.952 -1.913,1.911 -5.442,2.338 -8.04,-0.26 -2.045,-2.048 -3.006,-5.492 -0.28,-8.22 1.013,-1.011 2.469,-1.609 4,-1.581 1.064,0.018 1.188,0.057 1.873,-0.253 0.686,-0.313 0.388,-1.007 0.798,-2.23 0.2,-0.598 0.556,-1.185 1.112,-1.742 1.483,-1.483 4.213,-1.823 6.213,0.177 1.629,1.629 2.319,4.227 0.191,6.357 z"
147
+ inkscape:connector-curvature="0"
148
+ style="fill:url(#linearGradient6795)" />
149
+ </g>
150
+ <g
151
+ id="g4180"
152
+ transform="translate(264.28571,167.57647)">
153
+ <path
154
+ id="path4182"
155
+ d="m 94.988,525.938 v -4.184 c 0,-0.521 -0.008,-0.944 -0.025,-1.272 h 0.531 l 0.032,0.672 h 0.013 c 0.258,-0.507 0.642,-0.76 1.152,-0.76 0.388,0 0.711,0.184 0.969,0.55 0.258,0.367 0.387,0.837 0.387,1.41 0,0.638 -0.139,1.145 -0.417,1.522 -0.278,0.377 -0.625,0.565 -1.042,0.565 -0.211,0 -0.405,-0.054 -0.581,-0.16 -0.176,-0.106 -0.313,-0.259 -0.411,-0.456 h -0.013 v 2.112 h -0.595 z m 0.595,-3.807 v 0.624 c 0,0.312 0.087,0.573 0.261,0.785 0.174,0.213 0.383,0.318 0.629,0.318 0.299,0 0.536,-0.133 0.71,-0.397 0.175,-0.266 0.262,-0.624 0.262,-1.074 0,-0.405 -0.086,-0.74 -0.259,-1.004 -0.173,-0.265 -0.402,-0.396 -0.688,-0.396 -0.183,0 -0.352,0.066 -0.505,0.198 -0.154,0.132 -0.26,0.293 -0.32,0.484 -0.06,0.19 -0.09,0.344 -0.09,0.462 z"
156
+ inkscape:connector-curvature="0"
157
+ style="fill:#b3b3b3" />
158
+ <path
159
+ id="path4184"
160
+ d="m 101.823,522.379 c 0,0.416 -0.069,0.779 -0.208,1.092 -0.139,0.312 -0.333,0.552 -0.583,0.72 -0.25,0.168 -0.52,0.252 -0.81,0.252 -0.452,0 -0.826,-0.185 -1.12,-0.554 -0.294,-0.369 -0.441,-0.849 -0.441,-1.438 0,-0.626 0.152,-1.126 0.456,-1.498 0.304,-0.372 0.688,-0.558 1.15,-0.558 0.461,0 0.835,0.185 1.123,0.554 0.288,0.369 0.433,0.846 0.433,1.43 z m -2.553,0.048 c 0,0.424 0.091,0.773 0.272,1.05 0.182,0.276 0.409,0.414 0.682,0.414 0.28,0 0.513,-0.139 0.699,-0.416 0.186,-0.277 0.28,-0.635 0.28,-1.072 0,-0.402 -0.086,-0.746 -0.258,-1.03 -0.172,-0.283 -0.406,-0.426 -0.702,-0.426 -0.301,0 -0.539,0.141 -0.712,0.422 -0.173,0.281 -0.261,0.634 -0.261,1.058 z"
161
+ inkscape:connector-curvature="0"
162
+ style="fill:#b3b3b3" />
163
+ <path
164
+ id="path4186"
165
+ d="m 102.31,520.482 h 0.608 c 0.405,1.878 0.623,2.938 0.653,3.184 h 0.013 c 0.023,-0.208 0.288,-1.269 0.794,-3.184 h 0.505 c 0.458,1.795 0.715,2.856 0.768,3.184 h 0.013 c 0.06,-0.399 0.134,-0.792 0.224,-1.176 l 0.467,-2.008 h 0.589 l -1.024,3.872 h -0.55 c -0.352,-1.354 -0.55,-2.125 -0.595,-2.31 -0.045,-0.186 -0.096,-0.447 -0.153,-0.786 h -0.013 c -0.07,0.402 -0.163,0.813 -0.278,1.231 l -0.515,1.864 h -0.55 l -0.956,-3.871 z"
166
+ inkscape:connector-curvature="0"
167
+ style="fill:#b3b3b3" />
168
+ <path
169
+ id="path4188"
170
+ d="m 110.232,522.57 h -2.246 c 0.008,0.419 0.112,0.739 0.31,0.962 0.199,0.223 0.456,0.334 0.771,0.334 0.343,0 0.644,-0.066 0.902,-0.2 l 0.103,0.521 c -0.305,0.171 -0.666,0.256 -1.082,0.256 -0.482,0 -0.866,-0.179 -1.152,-0.536 -0.286,-0.357 -0.429,-0.832 -0.429,-1.424 0,-0.592 0.137,-1.088 0.411,-1.488 0.274,-0.399 0.643,-0.6 1.105,-0.6 0.427,0 0.754,0.178 0.982,0.534 0.229,0.355 0.343,0.791 0.343,1.306 0.002,0.146 -0.004,0.258 -0.018,0.335 z m -2.239,-0.536 h 1.683 c 0,-0.333 -0.069,-0.602 -0.207,-0.806 -0.137,-0.204 -0.333,-0.306 -0.587,-0.306 -0.241,0 -0.441,0.102 -0.599,0.306 -0.158,0.204 -0.254,0.473 -0.29,0.806 z"
171
+ inkscape:connector-curvature="0"
172
+ style="fill:#b3b3b3" />
173
+ <path
174
+ id="path4190"
175
+ d="m 111.097,524.354 v -2.64 c 0,-0.502 -0.008,-0.912 -0.025,-1.232 h 0.524 l 0.039,0.776 c 0.079,-0.272 0.2,-0.484 0.362,-0.637 0.162,-0.151 0.338,-0.228 0.528,-0.228 0.041,0 0.094,0.005 0.16,0.016 v 0.704 c -0.058,-0.016 -0.126,-0.023 -0.205,-0.023 -0.215,0 -0.4,0.105 -0.555,0.315 -0.155,0.211 -0.232,0.511 -0.232,0.9 v 2.048 h -0.596 z"
176
+ inkscape:connector-curvature="0"
177
+ style="fill:#b3b3b3" />
178
+ <path
179
+ id="path4192"
180
+ d="m 115.986,522.57 h -2.246 c 0.008,0.419 0.112,0.739 0.31,0.962 0.199,0.223 0.456,0.334 0.771,0.334 0.343,0 0.644,-0.066 0.902,-0.2 l 0.103,0.521 c -0.305,0.171 -0.666,0.256 -1.082,0.256 -0.482,0 -0.866,-0.179 -1.152,-0.536 -0.286,-0.357 -0.429,-0.832 -0.429,-1.424 0,-0.592 0.137,-1.088 0.411,-1.488 0.274,-0.399 0.643,-0.6 1.105,-0.6 0.427,0 0.754,0.178 0.982,0.534 0.229,0.355 0.343,0.791 0.343,1.306 0.002,0.146 -0.004,0.258 -0.018,0.335 z m -2.239,-0.536 h 1.683 c 0,-0.333 -0.069,-0.602 -0.207,-0.806 -0.137,-0.204 -0.333,-0.306 -0.587,-0.306 -0.241,0 -0.441,0.102 -0.599,0.306 -0.158,0.204 -0.254,0.473 -0.29,0.806 z"
181
+ inkscape:connector-curvature="0"
182
+ style="fill:#b3b3b3" />
183
+ <path
184
+ id="path4194"
185
+ d="m 119.04,518.658 h 0.595 v 4.681 c 0,0.432 0.008,0.771 0.025,1.016 h -0.531 l -0.045,-0.688 c -0.102,0.246 -0.25,0.437 -0.441,0.572 -0.191,0.135 -0.41,0.204 -0.653,0.204 -0.393,0 -0.72,-0.185 -0.982,-0.554 -0.262,-0.369 -0.394,-0.838 -0.394,-1.406 0,-0.616 0.138,-1.118 0.415,-1.506 0.277,-0.388 0.618,-0.582 1.025,-0.582 0.218,0 0.412,0.054 0.584,0.16 0.172,0.106 0.306,0.251 0.402,0.432 v -2.329 z m 0,4.032 v -0.616 c 0,-0.328 -0.085,-0.593 -0.254,-0.794 -0.17,-0.201 -0.373,-0.302 -0.61,-0.302 -0.288,0 -0.52,0.135 -0.696,0.404 -0.176,0.27 -0.264,0.62 -0.264,1.052 0,0.405 0.083,0.741 0.25,1.008 0.167,0.267 0.399,0.4 0.698,0.4 0.228,0 0.432,-0.104 0.609,-0.314 0.177,-0.209 0.267,-0.488 0.267,-0.838 z"
186
+ inkscape:connector-curvature="0"
187
+ style="fill:#b3b3b3" />
188
+ <path
189
+ id="path4196"
190
+ d="m 122.246,523.339 v -4.681 h 0.608 v 2.456 c 0.226,-0.479 0.591,-0.72 1.095,-0.72 0.396,0 0.722,0.184 0.976,0.55 0.254,0.367 0.381,0.84 0.381,1.418 0,0.632 -0.14,1.137 -0.421,1.515 -0.28,0.377 -0.622,0.565 -1.025,0.565 -0.484,0 -0.849,-0.242 -1.094,-0.728 l -0.026,0.64 h -0.518 c 0.015,-0.245 0.024,-0.583 0.024,-1.015 z m 0.595,-1.2 v 0.632 c 0,0.288 0.086,0.54 0.258,0.756 0.171,0.216 0.384,0.324 0.638,0.324 0.296,0 0.532,-0.132 0.706,-0.395 0.174,-0.262 0.261,-0.616 0.261,-1.062 0,-0.413 -0.086,-0.753 -0.259,-1.018 -0.173,-0.266 -0.404,-0.398 -0.694,-0.398 -0.256,0 -0.471,0.116 -0.646,0.35 -0.177,0.234 -0.264,0.504 -0.264,0.811 z"
191
+ inkscape:connector-curvature="0"
192
+ style="fill:#b3b3b3" />
193
+ <path
194
+ id="path4198"
195
+ d="m 125.733,520.482 h 0.653 l 0.704,2.308 c 0.06,0.192 0.13,0.439 0.211,0.74 0.083,-0.359 0.147,-0.62 0.192,-0.779 l 0.634,-2.269 h 0.64 l -0.877,2.769 c -0.279,0.88 -0.506,1.487 -0.68,1.823 -0.174,0.336 -0.362,0.585 -0.566,0.746 -0.204,0.161 -0.394,0.262 -0.571,0.302 l -0.141,-0.624 c 0.322,-0.125 0.573,-0.341 0.754,-0.647 0.18,-0.307 0.27,-0.512 0.27,-0.616 0,-0.045 -0.013,-0.106 -0.038,-0.184 l -1.185,-3.569 z"
196
+ inkscape:connector-curvature="0"
197
+ style="fill:#b3b3b3" />
198
+ </g>
199
+ </g>
200
+ </g>
201
+ </svg>
@@ -0,0 +1,106 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="60.000706"
14
+ height="60.001019"
15
+ id="svg5656"
16
+ version="1.1"
17
+ inkscape:version="0.48.1 r9760"
18
+ sodipodi:docname="新規ドキュメント 50">
19
+ <defs
20
+ id="defs5658">
21
+ <linearGradient
22
+ inkscape:collect="always"
23
+ xlink:href="#SVGID_10_"
24
+ id="linearGradient5523"
25
+ gradientUnits="userSpaceOnUse"
26
+ x1="550.15039"
27
+ y1="437.05859"
28
+ x2="550.15039"
29
+ y2="497.05859" />
30
+ <linearGradient
31
+ id="SVGID_10_"
32
+ gradientUnits="userSpaceOnUse"
33
+ x1="550.15039"
34
+ y1="437.05859"
35
+ x2="550.15039"
36
+ y2="497.05859">
37
+ <stop
38
+ offset="0"
39
+ style="stop-color:#F8BB5E"
40
+ id="stop4057" />
41
+ <stop
42
+ offset="1"
43
+ style="stop-color:#FF931E"
44
+ id="stop4059" />
45
+ </linearGradient>
46
+ <linearGradient
47
+ y2="497.05859"
48
+ x2="550.15039"
49
+ y1="437.05859"
50
+ x1="550.15039"
51
+ gradientUnits="userSpaceOnUse"
52
+ id="linearGradient5646"
53
+ xlink:href="#SVGID_10_"
54
+ inkscape:collect="always" />
55
+ </defs>
56
+ <sodipodi:namedview
57
+ id="base"
58
+ pagecolor="#ffffff"
59
+ bordercolor="#666666"
60
+ borderopacity="1.0"
61
+ inkscape:pageopacity="0.0"
62
+ inkscape:pageshadow="2"
63
+ inkscape:zoom="1.979899"
64
+ inkscape:cx="5.5307199"
65
+ inkscape:cy="22.804138"
66
+ inkscape:document-units="px"
67
+ inkscape:current-layer="layer1"
68
+ showgrid="false"
69
+ fit-margin-top="0"
70
+ fit-margin-left="0"
71
+ fit-margin-right="0"
72
+ fit-margin-bottom="0"
73
+ inkscape:window-width="902"
74
+ inkscape:window-height="442"
75
+ inkscape:window-x="1932"
76
+ inkscape:window-y="78"
77
+ inkscape:window-maximized="0" />
78
+ <metadata
79
+ id="metadata5661">
80
+ <rdf:RDF>
81
+ <cc:Work
82
+ rdf:about="">
83
+ <dc:format>image/svg+xml</dc:format>
84
+ <dc:type
85
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
86
+ <dc:title></dc:title>
87
+ </cc:Work>
88
+ </rdf:RDF>
89
+ </metadata>
90
+ <g
91
+ inkscape:label="レイヤー 1"
92
+ inkscape:groupmode="layer"
93
+ id="layer1"
94
+ transform="translate(-569.99965,-562.36167)">
95
+ <polygon
96
+ transform="translate(49.849648,125.30369)"
97
+ points="520.15,437.059 520.15,497.059 546.012,497.059 580.15,497.059 580.15,462.92 580.15,437.059 "
98
+ id="polygon4061"
99
+ style="fill:url(#linearGradient5646)" />
100
+ <path
101
+ d="m 623.53365,599.24469 c 7.502,-7.505 9.8,-20.401 -0.335,-30.538 -4.224,-4.222 -9.514,-6.337 -14.8,-6.345 h -0.005 c -5.286,-0.007 -10.567,2.093 -14.774,6.299 -2.522,2.52 -4.434,5.76 -5.428,9.33 -6.49,-0.099 -13.001,2.411 -18.191,7.53 v 36.479 c 0.114,0.121 0.227,0.242 0.344,0.361 h 25.518 11.027 c 4.434,-4.717 7.233,-11.018 7.295,-17.672 3.385,-0.898 6.606,-2.7 9.349,-5.444 z m -13.748,-2.759 c -1.121,1.873 -0.997,2.089 -0.949,5.602 0.062,3.979 -1.437,8.102 -5.189,11.854 -5.736,5.737 -16.326,7.017 -24.119,-0.776 -6.139,-6.14 -9.021,-16.475 -0.84,-24.658 3.038,-3.034 7.406,-4.827 11.998,-4.745 3.193,0.055 3.564,0.174 5.621,-0.76 2.058,-0.938 1.166,-3.019 2.396,-6.692 0.6,-1.792 1.666,-3.551 3.332,-5.224 4.451,-4.448 12.643,-5.469 18.643,0.531 4.887,4.887 6.96,12.677 0.572,19.065 -1.441,1.444 -3.284,2.509 -5.319,3.087 -3.266,0.937 -5.023,0.838 -6.146,2.716 z"
102
+ id="path4109"
103
+ inkscape:connector-curvature="0"
104
+ style="fill:#ffffff" />
105
+ </g>
106
+ </svg>
@@ -0,0 +1,97 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="199.80432"
14
+ height="200.86072"
15
+ id="svg4429"
16
+ version="1.1"
17
+ inkscape:version="0.48.3.1 r9886"
18
+ sodipodi:docname="mroonga-icon-full-size.svg"
19
+ inkscape:export-filename="mroonga-icon-full-size.png"
20
+ inkscape:export-xdpi="90"
21
+ inkscape:export-ydpi="90">
22
+ <defs
23
+ id="defs4431">
24
+ <linearGradient
25
+ gradientTransform="translate(405.03952,235.75369)"
26
+ id="SVGID_2_"
27
+ gradientUnits="userSpaceOnUse"
28
+ x1="223.6167"
29
+ y1="166.2236"
30
+ x2="223.6167"
31
+ y2="228.2177">
32
+ <stop
33
+ offset="0"
34
+ style="stop-color:#F8BB5E"
35
+ id="stop3925" />
36
+ <stop
37
+ offset="1"
38
+ style="stop-color:#FF931E"
39
+ id="stop3927" />
40
+ </linearGradient>
41
+ <linearGradient
42
+ inkscape:collect="always"
43
+ xlink:href="#SVGID_2_"
44
+ id="linearGradient2994"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(3.0240976,0,0,3.0240976,-75.850759,-189.87639)"
47
+ x1="223.6167"
48
+ y1="166.2236"
49
+ x2="223.6167"
50
+ y2="228.2177" />
51
+ </defs>
52
+ <sodipodi:namedview
53
+ id="base"
54
+ pagecolor="#ffffff"
55
+ bordercolor="#666666"
56
+ borderopacity="1.0"
57
+ inkscape:pageopacity="0.0"
58
+ inkscape:pageshadow="2"
59
+ inkscape:zoom="1.4"
60
+ inkscape:cx="-3.669379"
61
+ inkscape:cy="107.05295"
62
+ inkscape:document-units="px"
63
+ inkscape:current-layer="layer1"
64
+ showgrid="false"
65
+ fit-margin-top="5"
66
+ fit-margin-left="5"
67
+ fit-margin-right="5"
68
+ fit-margin-bottom="5"
69
+ inkscape:window-width="1244"
70
+ inkscape:window-height="632"
71
+ inkscape:window-x="1984"
72
+ inkscape:window-y="341"
73
+ inkscape:window-maximized="0" />
74
+ <metadata
75
+ id="metadata4434">
76
+ <rdf:RDF>
77
+ <cc:Work
78
+ rdf:about="">
79
+ <dc:format>image/svg+xml</dc:format>
80
+ <dc:type
81
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
82
+ <dc:title></dc:title>
83
+ </cc:Work>
84
+ </rdf:RDF>
85
+ </metadata>
86
+ <g
87
+ inkscape:label="レイヤー 1"
88
+ inkscape:groupmode="layer"
89
+ id="layer1"
90
+ transform="translate(-500.4859,-304.25654)">
91
+ <path
92
+ style="fill:url(#linearGradient2994)"
93
+ inkscape:connector-curvature="0"
94
+ d="m 593.27016,326.92074 c -7.06731,7.06732 -12.42602,16.15777 -15.21726,26.17355 -18.37442,-0.28423 -36.8063,6.87078 -51.43081,21.50135 -24.62221,24.61919 -32.27923,69.28813 2.01704,103.5844 28.85597,28.85899 71.95238,29.29444 100.23374,1.01007 13.36953,-13.37859 21.88235,-31.7742 22.06684,-51.23124 9.49566,-2.52813 18.5226,-7.58139 26.21894,-15.26867 21.0356,-21.04469 27.47693,-57.21288 -0.94049,-85.63639 -23.68778,-23.68172 -59.35096,-23.73314 -82.948,-0.13301 z m 77.48344,61.76115 c -4.03718,4.04019 -9.20837,7.02799 -14.91486,8.65497 -9.15391,2.62493 -14.08323,2.35275 -17.2313,7.60563 -3.14808,5.24982 -2.80031,5.86977 -2.66122,15.70715 0.16937,11.15587 -4.03108,22.72305 -14.55499,33.25298 -16.08816,16.08214 -45.78482,19.66872 -67.63693,-2.18343 -17.2162,-17.22223 -25.29659,-46.20216 -2.35278,-69.14598 8.51589,-8.50678 20.76348,-13.53887 33.6401,-13.30903 8.95432,0.15417 9.99763,0.48383 15.76157,-2.12898 5.77301,-2.63097 3.27209,-8.46749 6.71954,-18.76453 1.68142,-5.01999 4.67222,-9.96441 9.35054,-14.64875 12.47743,-12.47741 35.44542,-15.33821 52.27151,1.48182 13.70824,13.71431 19.52054,35.56339 1.60882,53.47815 z"
95
+ id="path3929" />
96
+ </g>
97
+ </svg>