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,2 +0,0 @@
1
- *.so
2
- *.o
@@ -1,153 +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
- width="22.25"
13
- height="48"
14
- id="svg10194"
15
- sodipodi:version="0.32"
16
- inkscape:version="0.46"
17
- version="1.0"
18
- sodipodi:docname="bar.svg"
19
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
20
- inkscape:export-filename="/home/kou/work/c/milter-manager/html/bar.png"
21
- inkscape:export-xdpi="72"
22
- inkscape:export-ydpi="72">
23
- <defs
24
- id="defs10196">
25
- <filter
26
- inkscape:collect="always"
27
- id="filter10190"
28
- x="-0.0042679603"
29
- width="1.0085359"
30
- y="-0.26376387"
31
- height="1.5275277">
32
- <feGaussianBlur
33
- inkscape:collect="always"
34
- stdDeviation="1.331093"
35
- id="feGaussianBlur10192" />
36
- </filter>
37
- <linearGradient
38
- id="linearGradient10136"
39
- inkscape:collect="always">
40
- <stop
41
- id="stop10138"
42
- offset="0"
43
- style="stop-color:#f57900;stop-opacity:1;" />
44
- <stop
45
- id="stop10140"
46
- offset="1"
47
- style="stop-color:#fcaf3e;stop-opacity:1" />
48
- </linearGradient>
49
- <linearGradient
50
- inkscape:collect="always"
51
- xlink:href="#linearGradient10136"
52
- id="linearGradient10134"
53
- x1="316.17773"
54
- y1="89.416435"
55
- x2="316.17773"
56
- y2="82.569916"
57
- gradientUnits="userSpaceOnUse"
58
- gradientTransform="matrix(3e-2,0,0,3,358.91588,-160.60243)" />
59
- <linearGradient
60
- id="linearGradient10152"
61
- inkscape:collect="always">
62
- <stop
63
- id="stop10154"
64
- offset="0"
65
- style="stop-color:#ffffff;stop-opacity:1;" />
66
- <stop
67
- id="stop10156"
68
- offset="1"
69
- style="stop-color:#ffffff;stop-opacity:0;" />
70
- </linearGradient>
71
- <inkscape:perspective
72
- sodipodi:type="inkscape:persp3d"
73
- inkscape:vp_x="0 : 526.18109 : 1"
74
- inkscape:vp_y="0 : 1000 : 0"
75
- inkscape:vp_z="744.09448 : 526.18109 : 1"
76
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
77
- id="perspective10202" />
78
- <linearGradient
79
- inkscape:collect="always"
80
- xlink:href="#linearGradient10152"
81
- id="linearGradient10230"
82
- gradientUnits="userSpaceOnUse"
83
- gradientTransform="matrix(3.0006411e-2,0,0,2.7421563,358.91357,-137.86823)"
84
- x1="306.39508"
85
- y1="83.499619"
86
- x2="306.39508"
87
- y2="97.729294" />
88
- </defs>
89
- <sodipodi:namedview
90
- id="base"
91
- pagecolor="#ffffff"
92
- bordercolor="#666666"
93
- borderopacity="1.0"
94
- gridtolerance="10000"
95
- guidetolerance="10"
96
- objecttolerance="10"
97
- inkscape:pageopacity="0.0"
98
- inkscape:pageshadow="2"
99
- inkscape:zoom="3.959798"
100
- inkscape:cx="56.513145"
101
- inkscape:cy="10.662903"
102
- inkscape:document-units="px"
103
- inkscape:current-layer="layer1"
104
- showgrid="false"
105
- inkscape:window-width="843"
106
- inkscape:window-height="650"
107
- inkscape:window-x="137"
108
- inkscape:window-y="138" />
109
- <metadata
110
- id="metadata10199">
111
- <rdf:RDF>
112
- <cc:Work
113
- rdf:about="">
114
- <dc:format>image/svg+xml</dc:format>
115
- <dc:type
116
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
117
- </cc:Work>
118
- </rdf:RDF>
119
- </metadata>
120
- <g
121
- inkscape:label="Layer 1"
122
- inkscape:groupmode="layer"
123
- id="layer1"
124
- transform="translate(-358.96534,-80.494781)">
125
- <rect
126
- y="87.256226"
127
- x="-2.3278677"
128
- height="11.111678"
129
- width="747.51288"
130
- id="rect10160"
131
- style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter10190);enable-background:accumulate"
132
- transform="matrix(3e-2,0,0,3,358.98571,-173.62413)" />
133
- <rect
134
- style="opacity:1;fill:url(#linearGradient10134);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
135
- id="rect9356"
136
- width="22.425388"
137
- height="33.335033"
138
- x="358.91583"
139
- y="87.244781"
140
- inkscape:export-xdpi="72"
141
- inkscape:export-ydpi="72" />
142
- <path
143
- style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
144
- d="M 358.91586,87.244781 L 381.34125,87.244781 M 381.34125,120.57982 L 358.91586,120.57982"
145
- id="rect10220"
146
- sodipodi:nodetypes="cccc" />
147
- <path
148
- style="opacity:0.33734945;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10230);stroke-width:1.49652982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
149
- d="M 381.34378,119.14706 L 358.9136,119.14706 M 358.9136,88.677084 L 381.34378,88.677084"
150
- id="rect10224"
151
- sodipodi:nodetypes="cccc" />
152
- </g>
153
- </svg>
@@ -1,151 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8" ?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
- <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
6
- <head>
7
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8
- <link rel="stylesheet" href="ranguba.css" type="text/css" />
9
- <link rel="shortcut icon" href="/favicon.ico" />
10
- <link rel="icon" href="/favicon.png" />
11
- <title>開発者向け情報 - ラングバ</title>
12
- </head>
13
- <body>
14
- <div class="header">
15
- <div class="title">
16
- <a href="./">
17
- <span class="title">開発者向け情報</span>
18
- <span class="title-separator">-</span>
19
- <span class="title-project">ラングバ</span>
20
- </a>
21
- </div>
22
- <ul class="menu">
23
- <li id="menu-reference"><a href="rroonga/">リファレンスマニュアル</a></li>
24
- <li id="menu-tutorial"><a href="rroonga/text/TUTORIAL_ja_rdoc.html">チュートリアル</a></li>
25
- <li id="menu-install"><a href="./#install-rroonga">インストール</a></li>
26
- <li id="menu-developer"><a href="developer.html">開発者向け情報</a></li>
27
- </ul>
28
- </div>
29
-
30
- <div class="content">
31
- <div class="main">
32
- <h1>開発者向け情報</h1>
33
- <p>
34
- ラングバプロジェクトはRubyからもっと便利にgroongaを使えるようにするため、開発に参加してくれる人を募集しています。
35
- ここでは、開発に必要となる情報を提供します。
36
- </p>
37
-
38
- <h2 id="repository">リポジトリ</h2>
39
- <p>
40
- rroonga、ActiveGroonga、racknga、ChupaText、文書検索ラングバのリポジトリはGitHub上にあります。
41
- gitを利用しており、それぞれ以下のようにチェックアウトできます。
42
- </p>
43
- <dl>
44
- <dt><a href="http://github.com/ranguba/rroonga/">rroonga</a></dt>
45
- <dd><pre class="command">% git clone git://github.com/ranguba/rroonga.git</pre></dd>
46
- <dt><a href="http://github.com/ranguba/activegroonga/">ActiveGroonga</a></dt>
47
- <dd><pre class="command">% git clone git://github.com/ranguba/activegroonga.git</pre></dd>
48
- <dt><a href="http://github.com/ranguba/racknga/">racknga</a></dt>
49
- <dd><pre class="command">% git clone git://github.com/ranguba/racknga.git</pre></dd>
50
- <dt><a href="http://github.com/ranguba/chupatext/">ChupaText</a></dt>
51
- <dd><pre class="command">% git clone git://github.com/ranguba/chupatext.git</pre></dd>
52
- <dt><a href="http://github.com/ranguba/chuparuby/">ChupaRuby</a></dt>
53
- <dd><pre class="command">% git clone git://github.com/ranguba/chuparuby.git</pre></dd>
54
- <dt><a href="http://github.com/ranguba/ranguba/">文書検索ラングバ</a></dt>
55
- <dd><pre class="command">% git clone git://github.com/ranguba/ranguba.git</pre></dd>
56
- </dl>
57
-
58
- <p>
59
- rroonga、ActiveGroonga、racknga、ChupaText、ChupaRubyを利用したサンプルプログラムもリポジトリにあります。
60
- サンプルプログラムは以下のようにチェックアウトできます。
61
- </p>
62
- <dl>
63
- <dt><a href="http://github.com/ranguba/examples/">サンプル</a></dt>
64
- <dd><pre class="command">% git clone git://github.com/ranguba/examples.git</pre></dd>
65
- </dl>
66
-
67
- <h2 id="how-to-build">ビルド方法</h2>
68
- <p>
69
- rroongaをビルドするためにはextconf.rbとMakefileを使います。Rakefileは使いません。
70
- </p>
71
- <p>
72
- ビルドしたいrubyでextconf.rbを実行してから、makeを実行します。
73
- </p>
74
- <pre class="command">% ruby extconf.rb
75
- % make</pre>
76
- <p>
77
- うまくいくとext/groonga/groonga.soができます。インストールせずにそのまま使う場合は以下のように$LOAD_PATHを設定してからrequireしてください。
78
- </p>
79
- <pre class="command">% irb -I lib -I ext/groonga -r groonga</pre>
80
-
81
- <h2 id="contact">バグ報告・メーリングリスト</h2>
82
- <p>
83
- バグ報告は<a href="http://lists.sourceforge.jp/mailman/listinfo/groonga-dev">groongaのメーリングリスト</a>または<a href="http://redmine.groonga.org/projects/rroonga/issues/new">Redmine</a>にお願いします。
84
- また、疑問点・意見・パッチなどもgroongaのメーリングリストにお願いします。
85
- </p>
86
-
87
- <h2 id="commit-mail">コミットメール</h2>
88
- <p>
89
- リポジトリにコミットがあるとそのコミットの差分が<a href="http://rubyforge.org/mailman/listinfo/groonga-commit">groonga-commitメーリングリスト</a>に流れます。
90
- 開発に興味がある場合はgroonga-commitメーリングリストを購読してください。
91
- </p>
92
-
93
- <h2 id="document">ドキュメント</h2>
94
- <p>
95
- ドキュメントはソースコード中にRDocで記述しています。
96
- 生成されたドキュメントはHTMLに変換され、<a href="rroonga/">リファレンスマニュアル</a>として公開されます。
97
- </p>
98
- <p>
99
- いつかは英語と日本語を用意できればよいとは思いますが、とりあえず、現在は日本語のみ用意しています。
100
- 日本語ドキュメントは直接ソースコード中に記述しています。RDocで多言語に対応したリファレンスマニュアルを作成する仕組みや、英語のドキュメント作成を手伝ってくれる人を募集しています。
101
- </p>
102
- <p>
103
- また、<a href="http://redmine.groonga.org/projects/show/rroonga">Redmine</a>上の<a href="http://redmine.groonga.org/wiki/rroonga">Wiki</a>にもドキュメントがあります。
104
- Wikiにはリファレンスマニュアルで扱わないような内容を中心に記述します。Tipsや関連情報など、必要そうな情報があったら<a href="#contact">メーリングリスト</a>で報告したり、Redmineに登録して直接編集してください。
105
- </p>
106
- </div>
107
-
108
- <div class="sidebar">
109
- <ul>
110
- <li><a href="http://rubyforge.org/projects/groonga/">プロジェクトページ</a></li>
111
- <li>
112
- <a href="http://lists.sourceforge.jp/mailman/listinfo/groonga-dev">メーリングリスト</a>
113
- (groongaのメーリングリストにお願いします)
114
- </li>
115
- </ul>
116
- </div>
117
- </div>
118
-
119
- <div class="sponsors">
120
- <p id="sponsor-rubyforge">
121
- <a href="http://rubyforge.org/projects/groonga/">
122
- <img src="rubyforge.png" width="120" height="24" border="0" alt="ラングバプロジェクトはRubyForge.orgにホスティングしてもらっています。" />
123
- </a>
124
- </p>
125
- <p id="sponsor-github">
126
- <a href="http://github.com/ranguba/">
127
- ラングバプロジェクトはGitHubにホスティングしてもらっています。
128
- </a>
129
- </p>
130
- <p id="sponsor-tango">
131
- <a href="http://tango.freedesktop.org/">
132
- <img width="120" height="53" border="0" alt="Tango Desktop Projectのアイコンを利用しています。" src="tango-logo.png" />
133
- </a>
134
- </p>
135
-
136
- <!-- Piwik -->
137
- <a href="http://piwik.org" title="Web analytics" onclick="window.open(this.href);return(false);">
138
- <script type="text/javascript">
139
- var pkBaseURL = (("https:" == document.location.protocol) ? "https://www.clear-code.com/piwik/" : "http://www.clear-code.com/piwik/");
140
- document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
141
- </script><script type="text/javascript">
142
- piwik_action_name = '';
143
- piwik_idsite = 2;
144
- piwik_url = pkBaseURL + "piwik.php";
145
- piwik_log(piwik_action_name, piwik_idsite, piwik_url);
146
- </script>
147
- <object><noscript><p>Web analytics <img src="http://www.clear-code.com/piwik/piwik.php?idsite=2" style="border:0" alt=""/></p></noscript></object></a>
148
- <!-- End Piwik Tag -->
149
- </div>
150
- </body>
151
- </html>
@@ -1,469 +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
- inkscape:export-ydpi="90.000000"
13
- inkscape:export-xdpi="90.000000"
14
- inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15
- width="18"
16
- height="18"
17
- id="svg11300"
18
- sodipodi:version="0.32"
19
- inkscape:version="0.46"
20
- sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
21
- sodipodi:docname="tutorial.svg"
22
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
23
- version="1.0">
24
- <defs
25
- id="defs3">
26
- <inkscape:perspective
27
- sodipodi:type="inkscape:persp3d"
28
- inkscape:vp_x="0 : 24 : 1"
29
- inkscape:vp_y="0 : 1000 : 0"
30
- inkscape:vp_z="48 : 24 : 1"
31
- inkscape:persp3d-origin="24 : 16 : 1"
32
- id="perspective60" />
33
- <linearGradient
34
- inkscape:collect="always"
35
- id="linearGradient2250">
36
- <stop
37
- style="stop-color:#ffffff;stop-opacity:1;"
38
- offset="0"
39
- id="stop2252" />
40
- <stop
41
- style="stop-color:#ffffff;stop-opacity:0;"
42
- offset="1"
43
- id="stop2254" />
44
- </linearGradient>
45
- <linearGradient
46
- inkscape:collect="always"
47
- id="linearGradient2265">
48
- <stop
49
- style="stop-color:#000000;stop-opacity:1;"
50
- offset="0"
51
- id="stop2267" />
52
- <stop
53
- style="stop-color:#000000;stop-opacity:0;"
54
- offset="1"
55
- id="stop2269" />
56
- </linearGradient>
57
- <linearGradient
58
- inkscape:collect="always"
59
- id="linearGradient2257">
60
- <stop
61
- style="stop-color:#ffffff;stop-opacity:1;"
62
- offset="0"
63
- id="stop2259" />
64
- <stop
65
- style="stop-color:#ffffff;stop-opacity:0;"
66
- offset="1"
67
- id="stop2261" />
68
- </linearGradient>
69
- <linearGradient
70
- id="linearGradient3087">
71
- <stop
72
- style="stop-color:#3465a4;stop-opacity:1;"
73
- offset="0"
74
- id="stop3089" />
75
- <stop
76
- id="stop3095"
77
- offset="0"
78
- style="stop-color:#9fbce1;stop-opacity:1;" />
79
- <stop
80
- style="stop-color:#6b95ca;stop-opacity:1;"
81
- offset="0"
82
- id="stop2242" />
83
- <stop
84
- id="stop2244"
85
- offset="0.75"
86
- style="stop-color:#3d6aa5;stop-opacity:1;" />
87
- <stop
88
- style="stop-color:#386eb4;stop-opacity:1;"
89
- offset="1"
90
- id="stop3091" />
91
- </linearGradient>
92
- <linearGradient
93
- id="linearGradient3077">
94
- <stop
95
- style="stop-color:#98a0a9;stop-opacity:1;"
96
- offset="0"
97
- id="stop3079" />
98
- <stop
99
- style="stop-color:#c3d0dd;stop-opacity:1;"
100
- offset="1"
101
- id="stop3081" />
102
- </linearGradient>
103
- <linearGradient
104
- id="linearGradient3061">
105
- <stop
106
- style="stop-color:#ffffff;stop-opacity:1;"
107
- offset="0"
108
- id="stop3063" />
109
- <stop
110
- style="stop-color:#000000;stop-opacity:1;"
111
- offset="1"
112
- id="stop3065" />
113
- </linearGradient>
114
- <linearGradient
115
- id="linearGradient3049">
116
- <stop
117
- style="stop-color:#b6b6b6;stop-opacity:1;"
118
- offset="0"
119
- id="stop3051" />
120
- <stop
121
- id="stop2262"
122
- offset="0.5"
123
- style="stop-color:#f2f2f2;stop-opacity:1;" />
124
- <stop
125
- style="stop-color:#fafafa;stop-opacity:1;"
126
- offset="0.67612958"
127
- id="stop2264" />
128
- <stop
129
- id="stop2268"
130
- offset="0.84051722"
131
- style="stop-color:#d8d8d8;stop-opacity:1;" />
132
- <stop
133
- id="stop2266"
134
- offset="0.875"
135
- style="stop-color:#f2f2f2;stop-opacity:1;" />
136
- <stop
137
- style="stop-color:#dbdbdb;stop-opacity:1;"
138
- offset="1"
139
- id="stop3053" />
140
- </linearGradient>
141
- <linearGradient
142
- inkscape:collect="always"
143
- id="linearGradient3041">
144
- <stop
145
- style="stop-color:#000000;stop-opacity:1;"
146
- offset="0"
147
- id="stop3043" />
148
- <stop
149
- style="stop-color:#000000;stop-opacity:0;"
150
- offset="1"
151
- id="stop3045" />
152
- </linearGradient>
153
- <radialGradient
154
- inkscape:collect="always"
155
- xlink:href="#linearGradient3041"
156
- id="radialGradient2447"
157
- gradientUnits="userSpaceOnUse"
158
- gradientTransform="matrix(1,0,0,0.374558,0,24.47041)"
159
- cx="24.8125"
160
- cy="39.125"
161
- fx="24.8125"
162
- fy="39.125"
163
- r="17.6875" />
164
- <radialGradient
165
- inkscape:collect="always"
166
- xlink:href="#linearGradient3041"
167
- id="radialGradient2449"
168
- gradientUnits="userSpaceOnUse"
169
- gradientTransform="matrix(1,0,0,0.374558,0,24.47041)"
170
- cx="24.8125"
171
- cy="39.125"
172
- fx="24.8125"
173
- fy="39.125"
174
- r="17.6875" />
175
- <linearGradient
176
- inkscape:collect="always"
177
- xlink:href="#linearGradient3049"
178
- id="linearGradient2451"
179
- gradientUnits="userSpaceOnUse"
180
- gradientTransform="matrix(0.87827,0,0,0.87827,2.536988,4.967681)"
181
- x1="19.648342"
182
- y1="42.253601"
183
- x2="20.631224"
184
- y2="6.7758031" />
185
- <linearGradient
186
- inkscape:collect="always"
187
- xlink:href="#linearGradient3061"
188
- id="linearGradient2453"
189
- gradientUnits="userSpaceOnUse"
190
- gradientTransform="matrix(0.87827,0,0,0.87827,5.328299,1.650243)"
191
- x1="50.152931"
192
- y1="-3.6324477"
193
- x2="25.291086"
194
- y2="-4.3002653" />
195
- <linearGradient
196
- inkscape:collect="always"
197
- xlink:href="#linearGradient3077"
198
- id="linearGradient2455"
199
- gradientUnits="userSpaceOnUse"
200
- gradientTransform="matrix(0.87827,0,0,0.87827,2.847503,5.588712)"
201
- x1="38.227654"
202
- y1="13.602527"
203
- x2="37.53537"
204
- y2="6.6285896" />
205
- <linearGradient
206
- inkscape:collect="always"
207
- xlink:href="#linearGradient2250"
208
- id="linearGradient2457"
209
- gradientUnits="userSpaceOnUse"
210
- x1="31.177404"
211
- y1="19.821514"
212
- x2="40.859177"
213
- y2="9.6568537" />
214
- <linearGradient
215
- inkscape:collect="always"
216
- xlink:href="#linearGradient3087"
217
- id="linearGradient2459"
218
- gradientUnits="userSpaceOnUse"
219
- gradientTransform="matrix(0.87827,0,0,0.87827,2.536988,4.967681)"
220
- x1="9.7503242"
221
- y1="32.28376"
222
- x2="16.915297"
223
- y2="39.443218" />
224
- <linearGradient
225
- inkscape:collect="always"
226
- xlink:href="#linearGradient2257"
227
- id="linearGradient2461"
228
- gradientUnits="userSpaceOnUse"
229
- gradientTransform="matrix(1.007254,-2.636526e-2,2.636526e-2,1.007254,1.593411,7.9191e-2)"
230
- x1="12.004697"
231
- y1="35.688461"
232
- x2="10.650805"
233
- y2="33.194965" />
234
- <linearGradient
235
- inkscape:collect="always"
236
- xlink:href="#linearGradient2265"
237
- id="linearGradient2463"
238
- gradientUnits="userSpaceOnUse"
239
- gradientTransform="matrix(0.878099,-1.73237e-2,1.73237e-2,0.878099,2.163687,4.067899)"
240
- x1="14.017542"
241
- y1="36.942543"
242
- x2="15.415793"
243
- y2="38.268368" />
244
- <linearGradient
245
- inkscape:collect="always"
246
- xlink:href="#linearGradient2265"
247
- id="linearGradient2466"
248
- gradientUnits="userSpaceOnUse"
249
- gradientTransform="matrix(0.3200671,-6.3144886e-3,6.3144886e-3,0.3200671,1.210453,0.7542151)"
250
- x1="14.017542"
251
- y1="36.942543"
252
- x2="15.415793"
253
- y2="38.268368" />
254
- <linearGradient
255
- inkscape:collect="always"
256
- xlink:href="#linearGradient2257"
257
- id="linearGradient2470"
258
- gradientUnits="userSpaceOnUse"
259
- gradientTransform="matrix(0.3671441,-9.6101373e-3,9.6101373e-3,0.3671441,1.0025874,-0.699669)"
260
- x1="12.004697"
261
- y1="35.688461"
262
- x2="10.650805"
263
- y2="33.194965" />
264
- <linearGradient
265
- inkscape:collect="always"
266
- xlink:href="#linearGradient3087"
267
- id="linearGradient2475"
268
- gradientUnits="userSpaceOnUse"
269
- gradientTransform="matrix(0.3201294,0,0,0.3201294,1.3465212,1.0821856)"
270
- x1="9.7503242"
271
- y1="32.28376"
272
- x2="16.915297"
273
- y2="39.443218" />
274
- <linearGradient
275
- inkscape:collect="always"
276
- xlink:href="#linearGradient2250"
277
- id="linearGradient2478"
278
- gradientUnits="userSpaceOnUse"
279
- x1="31.177404"
280
- y1="19.821514"
281
- x2="40.859177"
282
- y2="9.6568537"
283
- gradientTransform="matrix(0.3645,0,0,0.3645,0.4217891,-0.7285341)" />
284
- <linearGradient
285
- inkscape:collect="always"
286
- xlink:href="#linearGradient3077"
287
- id="linearGradient2481"
288
- gradientUnits="userSpaceOnUse"
289
- gradientTransform="matrix(0.3201294,0,0,0.3201294,1.4597039,1.3085514)"
290
- x1="38.227654"
291
- y1="13.602527"
292
- x2="37.53537"
293
- y2="6.6285896" />
294
- <linearGradient
295
- inkscape:collect="always"
296
- xlink:href="#linearGradient3061"
297
- id="linearGradient2484"
298
- gradientUnits="userSpaceOnUse"
299
- gradientTransform="matrix(0.3201294,0,0,0.3201294,1.7148018,-0.2090259)"
300
- x1="50.152931"
301
- y1="-3.6324477"
302
- x2="25.291086"
303
- y2="-4.3002653" />
304
- <linearGradient
305
- inkscape:collect="always"
306
- xlink:href="#linearGradient3049"
307
- id="linearGradient2488"
308
- gradientUnits="userSpaceOnUse"
309
- gradientTransform="matrix(0.3201294,0,0,0.3201294,1.3465212,1.0821856)"
310
- x1="19.648342"
311
- y1="42.253601"
312
- x2="20.631224"
313
- y2="6.7758031" />
314
- </defs>
315
- <sodipodi:namedview
316
- stroke="#204a87"
317
- fill="#3465a4"
318
- id="base"
319
- pagecolor="#ffffff"
320
- bordercolor="#666666"
321
- borderopacity="0.25490196"
322
- inkscape:pageopacity="0.0"
323
- inkscape:pageshadow="2"
324
- inkscape:zoom="16"
325
- inkscape:cx="13.218266"
326
- inkscape:cy="12.573926"
327
- inkscape:current-layer="layer1"
328
- showgrid="false"
329
- inkscape:grid-bbox="true"
330
- inkscape:document-units="px"
331
- inkscape:showpageshadow="false"
332
- inkscape:window-width="1034"
333
- inkscape:window-height="818"
334
- inkscape:window-x="98"
335
- inkscape:window-y="69" />
336
- <metadata
337
- id="metadata4">
338
- <rdf:RDF>
339
- <cc:Work
340
- rdf:about="">
341
- <dc:format>image/svg+xml</dc:format>
342
- <dc:type
343
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
344
- <dc:creator>
345
- <cc:Agent>
346
- <dc:title>Jakub Steiner</dc:title>
347
- </cc:Agent>
348
- </dc:creator>
349
- <dc:source>http://jimmac.musichall.cz</dc:source>
350
- <cc:license
351
- rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
352
- <dc:title>Preferences System</dc:title>
353
- <dc:subject>
354
- <rdf:Bag>
355
- <rdf:li>preferences</rdf:li>
356
- <rdf:li>settings</rdf:li>
357
- <rdf:li>control panel</rdf:li>
358
- <rdf:li>tweaks</rdf:li>
359
- <rdf:li>system</rdf:li>
360
- </rdf:Bag>
361
- </dc:subject>
362
- </cc:Work>
363
- <cc:License
364
- rdf:about="http://creativecommons.org/licenses/publicdomain/">
365
- <cc:permits
366
- rdf:resource="http://creativecommons.org/ns#Reproduction" />
367
- <cc:permits
368
- rdf:resource="http://creativecommons.org/ns#Distribution" />
369
- <cc:permits
370
- rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
371
- </cc:License>
372
- </rdf:RDF>
373
- </metadata>
374
- <g
375
- id="layer1"
376
- inkscape:label="Layer 1"
377
- inkscape:groupmode="layer">
378
- <path
379
- transform="matrix(0.2737825,0,0,0.2109372,6.6331862,6.3294288)"
380
- d="M 42.5,39.125 A 17.6875,6.625 0 1 1 7.125,39.125 A 17.6875,6.625 0 1 1 42.5,39.125 z"
381
- sodipodi:ry="6.625"
382
- sodipodi:rx="17.6875"
383
- sodipodi:cy="39.125"
384
- sodipodi:cx="24.8125"
385
- id="path2258"
386
- style="opacity:0.19886367;fill:url(#radialGradient2447);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
387
- sodipodi:type="arc" />
388
- <path
389
- sodipodi:type="arc"
390
- style="opacity:0.3125;fill:url(#radialGradient2449);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
391
- id="path3039"
392
- sodipodi:cx="24.8125"
393
- sodipodi:cy="39.125"
394
- sodipodi:rx="17.6875"
395
- sodipodi:ry="6.625"
396
- d="M 42.5,39.125 A 17.6875,6.625 0 1 1 7.125,39.125 A 17.6875,6.625 0 1 1 42.5,39.125 z"
397
- transform="matrix(0.3047479,0,0,0.2498414,-2.4794877,5.0006076)" />
398
- <path
399
- style="fill:url(#linearGradient2488);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.3644999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
400
- d="M 6.948786,7.0045798 L 13.871585,14.087443 C 14.151698,14.407573 15.039264,14.654992 15.632296,14.087443 C 16.204972,13.539376 16.072474,12.766909 15.512248,12.206683 L 8.8695625,5.0838033 C 9.6896875,2.8056783 8.0297949,0.89221078 5.8883574,1.3022733 L 5.4281711,1.7224431 L 6.8687535,3.0829932 L 6.948786,4.2834798 L 5.8732041,5.2652981 L 4.5878316,5.1238196 L 3.2672979,3.8833182 C 3.2672979,3.8833182 2.8043387,4.3407307 2.8043387,4.3407307 C 2.5890054,6.3969907 4.7390047,8.2347673 6.948786,7.0045798 z"
401
- id="path2140"
402
- sodipodi:nodetypes="cczcccccccccsc" />
403
- <path
404
- sodipodi:nodetypes="cczccccccccccc"
405
- id="path3057"
406
- d="M 7.0255759,6.5396323 L 14.025026,13.839697 C 14.24187,14.087518 14.92896,14.279052 15.388043,13.839697 C 15.831367,13.415423 15.728797,12.817435 15.29511,12.383748 L 8.5549465,5.2318366 C 9.1016965,2.8625866 7.8774183,1.5851462 6.0549183,1.6307087 L 5.9564555,1.7303546 L 7.2697209,2.9099738 L 7.3171665,4.4342377 L 5.9998937,5.6365348 L 4.4535732,5.4695176 L 3.2957089,4.3791228 L 3.1671727,4.5358793 C 3.0532664,6.7114886 5.5334041,7.7014761 7.0255759,6.5396323 z"
407
- style="opacity:0.42613639;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.36449969;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
408
- <rect
409
- style="opacity:0.17045456;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2484);stroke-width:0.36449894;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
410
- id="rect3059"
411
- width="8.481286"
412
- height="0.74922645"
413
- x="10.04619"
414
- y="-1.764964"
415
- rx="0.32217449"
416
- ry="0.32217449"
417
- transform="matrix(0.6979381,0.7161581,-0.7161581,0.6979381,0,0)" />
418
- <path
419
- style="fill:url(#linearGradient2481);fill-opacity:1;fill-rule:nonzero;stroke:#878f9d;stroke-width:0.3644999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
420
- d="M 8.6225995,10.252167 C 8.9264252,9.9917451 13.464557,5.3501854 13.464557,5.3501854 L 14.58501,5.2701528 L 16.345722,2.8291647 L 14.878855,1.5223623 L 12.597932,3.4831559 L 12.597932,4.6036092 L 7.9560559,9.4255585 C 7.7359671,9.6456473 8.3424864,10.492264 8.6225995,10.252167 z"
421
- id="path2144"
422
- sodipodi:nodetypes="ccccccccc" />
423
- <path
424
- sodipodi:nodetypes="ccccccccc"
425
- id="path3085"
426
- d="M 8.5873134,9.8731142 C 8.8230621,9.6710438 13.334708,5.0508496 13.334708,5.0508496 L 14.402176,4.960454 L 15.938148,2.8966313 L 14.884841,1.9675246 L 12.888629,3.6870433 L 12.94522,4.7262164 L 8.32478,9.5712682 C 8.1540052,9.742043 8.3699638,10.059414 8.5873134,9.8731142 z"
427
- style="opacity:0.53977272;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2478);stroke-width:0.36450008;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
428
- <path
429
- style="fill:url(#linearGradient2475);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.3644999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
430
- d="M 3.507395,15.16788 C 3.9872911,15.701956 5.3203031,15.943596 5.9114343,14.909116 C 6.1691748,14.458071 6.6746765,13.194945 8.9299055,11.165239 C 9.3086742,10.824734 9.7099023,10.045809 9.3697647,9.6256395 L 8.4894087,8.7452835 C 8.1292633,8.3451219 7.1282148,8.5317779 6.7175104,9.0918778 C 5.4932434,10.76719 3.4931169,12.100782 3.0420711,12.261869 C 2.1789644,12.570122 2.2761069,13.842396 2.8471281,14.447589 L 3.507395,15.16788 z"
431
- id="path2142"
432
- sodipodi:nodetypes="ccccccscc" />
433
- <path
434
- sodipodi:type="arc"
435
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1.13860166;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
436
- id="path2146"
437
- sodipodi:cx="41.875"
438
- sodipodi:cy="37.5"
439
- sodipodi:rx="1.375"
440
- sodipodi:ry="1.375"
441
- d="M 43.25,37.5 A 1.375,1.375 0 1 1 40.5,37.5 A 1.375,1.375 0 1 1 43.25,37.5 z"
442
- transform="matrix(0.3201294,0,0,0.3201294,1.306505,1.1222015)" />
443
- <path
444
- sodipodi:type="arc"
445
- style="opacity:0.60227272;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
446
- id="path3101"
447
- sodipodi:cx="19.003494"
448
- sodipodi:cy="28.20101"
449
- sodipodi:rx="1.767767"
450
- sodipodi:ry="1.767767"
451
- d="M 20.771261,28.20101 A 1.767767,1.767767 0 1 1 17.235727,28.20101 A 1.767767,1.767767 0 1 1 20.771261,28.20101 z"
452
- transform="matrix(0.2080843,0,0,0.2080843,3.7587312,3.3724955)" />
453
- <path
454
- style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2470);stroke-width:0.83634859;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
455
- d="M 7.23025,10.069708 C 7.23025,10.069708 4.6168247,12.730417 3.3925579,13.181463"
456
- id="path3103"
457
- sodipodi:nodetypes="cc" />
458
- <path
459
- sodipodi:nodetypes="csccccscc"
460
- id="path2270"
461
- d="M 3.6315766,14.757864 C 4.1569179,15.394142 5.3081066,15.545632 5.6695543,14.622785 C 5.9178907,13.988733 6.8846595,12.557605 8.6575737,10.961983 C 8.955337,10.694299 9.2707567,10.08196 9.0033624,9.7516494 L 8.3112837,9.0595707 C 8.0281609,8.7449897 7.2412017,8.8917264 6.9183324,9.3320406 C 5.9558935,10.649063 3.8261533,12.371808 3.3113317,12.541691 C 2.514245,12.804718 2.663618,13.715855 3.1125176,14.191618 L 3.6315766,14.757864 z"
462
- style="opacity:0.19886367;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.36449981;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
463
- <path
464
- style="opacity:0.27840911;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2466);stroke-width:0.83634859;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
465
- d="M 8.0123565,10.666109 C 8.0123565,10.666109 5.3432094,13.078153 4.7632936,14.624596"
466
- id="path2247"
467
- sodipodi:nodetypes="cc" />
468
- </g>
469
- </svg>