rabbit-slide-kenhys-groonga-osc2013-spring 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ groonga-osc2013-spring.md
@@ -0,0 +1,25 @@
1
+ # groonga開発チームの紹介
2
+
3
+ 2013年2月22日、2月23日にわたって開催されたOSC 2013 Tokyo/Sprintにて行われた
4
+ 第8回 日本OSS貢献者賞・奨励賞 授賞式後の懇親会でのLTです。
5
+
6
+ ## 作者向け
7
+
8
+ ### 表示
9
+
10
+ rake
11
+
12
+ ### 公開
13
+
14
+ rake publish
15
+
16
+ ## 閲覧者向け
17
+
18
+ ### インストール
19
+
20
+ gem install rabbit-slide-kenhys-groonga-osc2013-spring
21
+
22
+ ### 表示
23
+
24
+ rabbit rabbit-slide-kenhys-groonga-osc2013-spring.gem
25
+
@@ -0,0 +1,9 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ Rabbit::Task::Slide.new do |task|
6
+ # task.spec.files += Dir.glob("doc/**/*.*")
7
+ # task.spec.files -= Dir.glob("private/**/*.*")
8
+ # task.spec.add_runtime_dependency("YOUR THEME")
9
+ end
@@ -0,0 +1,18 @@
1
+ ---
2
+ id: groonga-osc2013-spring
3
+ base_name: groonga-osc2013-spring
4
+ tags: []
5
+ presentation_date:
6
+ version: 1.0.0
7
+ licenses: []
8
+ slideshare_id:
9
+ speaker_deck_id:
10
+ ustream_id:
11
+ vimeo_id:
12
+ author:
13
+ markup_language: :markdown
14
+ name: HAYASHI Kentaro
15
+ email: kenhys@gmail.com
16
+ rubygems_user: kenhys
17
+ slideshare_user: kenhys
18
+ speaker_deck_user:
@@ -0,0 +1,247 @@
1
+ # groonga開発チームの紹介
2
+
3
+ author
4
+ : @groonga
5
+
6
+ subtitle
7
+ : OSC2013 懇親会
8
+
9
+ theme
10
+ : groonga
11
+
12
+ allotted_time
13
+ : 300
14
+
15
+ # groonga開発チームの紹介
16
+
17
+ * 第8回日本OSS奨励賞を受賞しました!!
18
+
19
+ * 支えてくれている皆さんのおかげです!!
20
+
21
+ * ありがとうございます!!
22
+
23
+ # 受賞理由
24
+
25
+ * 継続的なリリース活動(肉)
26
+ * 開発コミュニティの形成(ML,セミナー)
27
+ * 情報共有サービスに必須の全文検索
28
+
29
+ ![](images/groonga-why.png)
30
+
31
+ # 継続的なリリース活動\n(肉の日リリース)
32
+
33
+ * 妙に充実した肉の日リリースの解説
34
+
35
+ * http://ossforum.jp/ossaward8th2
36
+
37
+ ![](images/groonga-niku.png)
38
+
39
+
40
+ # 肉の日リリース
41
+
42
+ ![](images/groonga-released-calendar.png){:relative_height='100'}
43
+
44
+ # リリースアナウンス
45
+
46
+ * blogroonga
47
+
48
+ * http://groonga.org/ja/blog/
49
+
50
+ * mroongaブログ
51
+
52
+ * http://mroonga.github.com/ja/blog/
53
+
54
+ # 開発コミュニティ
55
+
56
+ * 困ったらメーリングリストへどうぞ!
57
+
58
+ * groonga-dev@lists.sourceforge.jp
59
+
60
+ * Twitterアカウント
61
+
62
+ * @groonga
63
+
64
+
65
+ # 全文検索エンジンgroongaを囲む夕べ3
66
+
67
+ * 2012/11/29開催
68
+
69
+ * http://atnd.org/events/33070
70
+
71
+
72
+ # 閑話休題
73
+
74
+ ...
75
+
76
+
77
+ # groongaって何?
78
+
79
+ ![](images/groonga-icon-full-size.svg)
80
+
81
+ * カラムストア機能付き全文検索エンジン
82
+
83
+ * Sennaの後継プロダクト
84
+
85
+ # groongaって何?
86
+
87
+ * 毎月29日(肉の日)リリースしてます
88
+
89
+ * 今月は特別に2/9に3.0をリリースしました!
90
+ * 改善内容や不具合修正を毎月反映
91
+
92
+ * 決めゼリフ「来月のリリースに入ります!」
93
+
94
+ # 楽々インストール
95
+
96
+ * Debian
97
+
98
+ * (squeeze/wheezy/unstable)
99
+ * Ubuntu
100
+
101
+ * (lucid/oneiric/precise/quantal)
102
+ * CentOS 5/6, Fedora 18
103
+
104
+
105
+ # どんな利用例があるの? (1)
106
+
107
+ * buzztter
108
+
109
+ * Twitterのイマを切り取ったー☆
110
+ * http://buzztter.com/ja
111
+
112
+ # どんな利用例があるの? (2)
113
+
114
+ * るりまサーチ
115
+
116
+ * 最速Rubyリファレンスマニュアル検索!
117
+ * http://doc.ruby-lang.org/ja/search/
118
+
119
+ # どんな利用例があるの? (3)
120
+
121
+ * Milkode
122
+
123
+ * 行指向のソースコード検索エンジン
124
+ * http://milkode.ongaeshi.me/wiki/
125
+
126
+ # どんな利用例があるの? (4)
127
+
128
+ * nanapi
129
+
130
+ * nanapi - 生活を便利にするレシピサイト -
131
+ * http://nanapi.jp/
132
+
133
+ # どんな利用例があるの? (5)
134
+
135
+ * Bizreach
136
+
137
+ * 年収1000万円以上の転職サイト Bizreach(ビズリーチ)
138
+ * http://www.bizreach.jp/
139
+
140
+ # どんな利用例があるの? (6)
141
+
142
+ * rec.to
143
+
144
+ * Twitterログ保存サービス
145
+ * http://rec.to/
146
+
147
+ # どんな利用例があるの? (7)
148
+
149
+ * AsakusaSatellite
150
+
151
+ * 開発者向けリアルタイムチャットアプリケーション
152
+ * http://www.codefirst.org/AsakusaSatellite/
153
+
154
+ # どんな利用例があるの? (8)
155
+
156
+ * 医療機器データベース検索
157
+
158
+ * http://search.kikidb.jp/
159
+
160
+ # どんな利用例があるの? (9)
161
+
162
+ * sinsai.info 東日本大震災 みんなでつくる復興支援プラットフォーム
163
+
164
+ * http://sinsai.info/
165
+
166
+
167
+ # どんな利用例があるの? (10)
168
+
169
+ * ココログ広場
170
+
171
+ * http://squares.cocolog-nifty.com/
172
+
173
+ # どんな利用例があるの? (11)
174
+
175
+ * 2ちゃんねる・PINKちゃんねる過去ログスレッドタイトル検索
176
+
177
+ * http://search.takatyan.info/
178
+
179
+ # どんな利用例があるの? (12)
180
+
181
+ * logaling-command
182
+
183
+ * 翻訳作業に欠かせない訳語の確認や選定をサポート
184
+ * http://logaling.github.com/
185
+
186
+ # どんな利用例があるの?
187
+
188
+ 詳細はWebで
189
+
190
+ * http://groonga.org/ja/users/
191
+ * http://mroonga.github.com/ja/users/
192
+
193
+ # groongaの傾向と対策
194
+
195
+ * 関連プロダクトがいろいろあります!
196
+
197
+ # groongaと関連プロダクト
198
+
199
+ * mroonga
200
+ * rroonga
201
+ * nroonga
202
+ * Groonga CloudSearch
203
+
204
+ # MySQLな人は?
205
+
206
+ * mroonga
207
+
208
+ * MySQLストレージエンジン
209
+ * Tritonnの後継プロダクト
210
+ * 参照ロックフリーで更新時の検索性能が向上
211
+ * http://mroonga.github.com/ja/
212
+
213
+ ![](images/mroonga-logo.svg)
214
+
215
+
216
+ # Rubyな人は?
217
+
218
+ * rroonga
219
+
220
+ * groongaのRubyバインディング
221
+ * Rubyらしい書きかたで全文検索
222
+ * http://ranguba.org/rroonga/ja/
223
+
224
+ ![](images/rroonga-logo.svg)
225
+
226
+
227
+ # node.jsな人は?
228
+
229
+ * nroonga
230
+
231
+ * http://nroonga.github.com/
232
+
233
+ ![](images/nroonga-logo.svg)
234
+
235
+
236
+ # 週刊groonga
237
+
238
+ * 毎週木曜投稿
239
+
240
+ * http://qiita.com/users/groonga
241
+
242
+ ![](images/groonga-weekly.png){:relative_width="50" :relative_height="40"}
243
+
244
+ # http://groonga.org/ja
245
+
246
+ ![](images/groonga-logo.svg){:relative_width="50" :relative_height="100"}
247
+
@@ -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.804"
14
+ height="200.85736"
15
+ id="svg3635"
16
+ version="1.1"
17
+ inkscape:version="0.48.3.1 r9886"
18
+ sodipodi:docname="groonga-icon-full-size.svg"
19
+ inkscape:export-filename="groonga-icon-full-size.png"
20
+ inkscape:export-xdpi="90"
21
+ inkscape:export-ydpi="90">
22
+ <defs
23
+ id="defs3637">
24
+ <linearGradient
25
+ gradientTransform="translate(-419.62671,208.8676)"
26
+ id="SVGID_1_"
27
+ gradientUnits="userSpaceOnUse"
28
+ x1="223.6167"
29
+ y1="76.3564"
30
+ x2="223.6167"
31
+ y2="137.38029">
32
+ <stop
33
+ offset="0"
34
+ style="stop-color:#3FA9F5"
35
+ id="stop160" />
36
+ <stop
37
+ offset="1"
38
+ style="stop-color:#0071BC"
39
+ id="stop162" />
40
+ </linearGradient>
41
+ <linearGradient
42
+ inkscape:collect="always"
43
+ xlink:href="#SVGID_1_"
44
+ id="linearGradient2994"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(3.0240925,0,0,3.0240925,-289.39052,88.167588)"
47
+ x1="223.6167"
48
+ y1="76.3564"
49
+ x2="223.6167"
50
+ y2="137.38029" />
51
+ </defs>
52
+ <sodipodi:namedview
53
+ id="base"
54
+ pagecolor="#ffffff"
55
+ bordercolor="#666666"
56
+ borderopacity="1.0"
57
+ inkscape:pageopacity="0"
58
+ inkscape:pageshadow="2"
59
+ inkscape:zoom="1.4"
60
+ inkscape:cx="144.78679"
61
+ inkscape:cy="33.072478"
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="902"
70
+ inkscape:window-height="705"
71
+ inkscape:window-x="2174"
72
+ inkscape:window-y="122"
73
+ inkscape:window-maximized="0" />
74
+ <metadata
75
+ id="metadata3640">
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(-286.94516,-317.99663)">
91
+ <path
92
+ style="fill:url(#linearGradient2994)"
93
+ inkscape:connector-curvature="0"
94
+ d="m 379.72928,340.66117 c -7.06731,7.06429 -12.426,16.1547 -15.21724,26.1705 -18.37438,-0.28124 -36.80623,6.87377 -51.43075,21.5013 -24.62215,24.61914 -32.27916,69.29104 2.01708,103.58424 28.8559,28.85891 71.95223,29.29438 100.23355,1.00702 13.36951,-13.37859 21.88233,-31.77111 22.0668,-51.22813 9.49565,-2.52511 18.52257,-7.58139 26.21888,-15.26864 21.03559,-21.04466 27.47691,-57.2128 -0.94049,-85.63625 -23.68772,-23.67865 -59.35084,-23.73005 -82.94783,-0.13004 z m 77.4833,61.75802 c -4.03716,4.04623 -9.20837,7.028 -14.91483,8.66101 -9.15393,2.62188 -14.0832,2.34972 -17.23128,7.60558 -3.14808,5.24681 -2.80031,5.86675 -2.66121,15.70714 0.16935,11.15588 -4.03111,22.72001 -14.55495,33.2499 -16.08818,16.08212 -45.78476,19.6687 -67.63685,-2.18037 -17.21617,-17.21918 -25.29654,-46.20209 -2.35275,-69.14587 8.51585,-8.50678 20.76342,-13.53887 33.64001,-13.31207 8.95434,0.16028 9.99765,0.48689 15.76156,-2.12895 5.773,-2.62794 3.27207,-8.46443 6.71955,-18.7645 1.68139,-5.01999 4.67221,-9.96136 9.35049,-14.6487 12.4774,-12.47741 35.44539,-15.33821 52.27144,1.48483 13.70821,13.71425 19.52052,35.5603 1.60882,53.472 z"
95
+ id="path164" />
96
+ </g>
97
+ </svg>
@@ -0,0 +1,118 @@
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="232.17999"
14
+ height="73.112274"
15
+ id="svg3635"
16
+ version="1.1"
17
+ inkscape:version="0.48.1 r9760"
18
+ sodipodi:docname="新規ドキュメント 1">
19
+ <defs
20
+ id="defs3637">
21
+ <linearGradient
22
+ gradientTransform="translate(-419.62671,208.8676)"
23
+ id="SVGID_1_"
24
+ gradientUnits="userSpaceOnUse"
25
+ x1="223.6167"
26
+ y1="76.3564"
27
+ x2="223.6167"
28
+ y2="137.38029">
29
+ <stop
30
+ offset="0"
31
+ style="stop-color:#3FA9F5"
32
+ id="stop160" />
33
+ <stop
34
+ offset="1"
35
+ style="stop-color:#0071BC"
36
+ id="stop162" />
37
+ </linearGradient>
38
+ <linearGradient
39
+ inkscape:collect="always"
40
+ xlink:href="#SVGID_1_"
41
+ id="linearGradient3693"
42
+ gradientUnits="userSpaceOnUse"
43
+ gradientTransform="translate(-419.62671,208.8676)"
44
+ x1="223.6167"
45
+ y1="76.3564"
46
+ x2="223.6167"
47
+ y2="137.38029" />
48
+ </defs>
49
+ <sodipodi:namedview
50
+ id="base"
51
+ pagecolor="#ffffff"
52
+ bordercolor="#666666"
53
+ borderopacity="1.0"
54
+ inkscape:pageopacity="0"
55
+ inkscape:pageshadow="2"
56
+ inkscape:zoom="1.4"
57
+ inkscape:cx="202.10766"
58
+ inkscape:cy="3.8593771"
59
+ inkscape:document-units="px"
60
+ inkscape:current-layer="layer1"
61
+ showgrid="false"
62
+ fit-margin-top="5"
63
+ fit-margin-left="5"
64
+ fit-margin-right="5"
65
+ fit-margin-bottom="5"
66
+ inkscape:window-width="902"
67
+ inkscape:window-height="442"
68
+ inkscape:window-x="2411"
69
+ inkscape:window-y="568"
70
+ inkscape:window-maximized="0" />
71
+ <metadata
72
+ id="metadata3640">
73
+ <rdf:RDF>
74
+ <cc:Work
75
+ rdf:about="">
76
+ <dc:format>image/svg+xml</dc:format>
77
+ <dc:type
78
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
79
+ <dc:title></dc:title>
80
+ </cc:Work>
81
+ </rdf:RDF>
82
+ </metadata>
83
+ <g
84
+ inkscape:label="レイヤー 1"
85
+ inkscape:groupmode="layer"
86
+ id="layer1"
87
+ transform="translate(-229.62429,-318.66319)">
88
+ <g
89
+ id="g3685"
90
+ transform="translate(520,37.142857)">
91
+ <path
92
+ id="path149"
93
+ d="m -228.72771,306.3346 c -1.336,-0.29 -2.281,-0.448 -3.442,-0.448 -2.847,0 -5.33,0.831 -7.391,2.468 -0.091,0.06 -0.192,0.14 -0.303,0.245 -0.231,0.197 -0.452,0.406 -0.668,0.621 -1.478,1.314 -2.76,1.952 -2.76,-1.235 v -0.666 c 0,-0.404 -0.327,-0.732 -0.732,-0.732 h -2.101 c -0.198,0 -0.388,0.081 -0.525,0.223 -0.139,0.143 -0.212,0.335 -0.206,0.532 0.105,3.333 0.215,6.778 0.215,9.621 v 18.75 c 0,0.404 0.328,0.731 0.732,0.731 h 2.209 c 0.404,0 0.732,-0.328 0.732,-0.731 v -9.914 c 0,-1.37 0.107,-3.805 0.309,-4.813 1.569,-7.797 4.982,-11.588 10.435,-11.588 0.979,0 1.881,0.165 2.874,0.363 0.048,0.011 0.096,0.015 0.144,0.015 0.148,0 0.294,-0.045 0.417,-0.131 0.163,-0.113 0.273,-0.288 0.306,-0.484 l 0.323,-1.994 c 0.062,-0.384 -0.187,-0.752 -0.568,-0.833 z"
94
+ inkscape:connector-curvature="0" />
95
+ <path
96
+ id="path151"
97
+ d="m -139.68071,307.9266 c -2.512,-1.774 -5.292,-2.04 -6.726,-2.04 -2.91,0 -5.648,0.912 -7.822,2.495 -0.005,0.004 -0.01,0.005 -0.014,0.009 -1.004,0.648 -2.627,0.909 -2.618,-0.625 l 0,-0.021 c 0.002,-0.107 -0.003,-0.199 -0.013,-0.277 l -0.008,-0.182 c -0.019,-0.391 -0.34,-0.698 -0.731,-0.698 h -2.102 c -0.203,0 -0.396,0.084 -0.535,0.232 -0.138,0.148 -0.209,0.347 -0.195,0.549 0.152,2.28 0.214,4.171 0.214,6.524 v 21.821 c 0,0.404 0.328,0.731 0.731,0.731 h 2.209 c 0.404,0 0.732,-0.328 0.732,-0.731 v -17.511 c 0,-0.813 0.253,-1.761 0.49,-2.377 0.004,-0.008 0.006,-0.018 0.01,-0.026 1.043,-3.042 4.224,-6.12 8.417,-6.475 3.236,0.002 8.327,2.358 9.024,8.226 0.016,0.15 0.03,0.299 0.042,0.444 0.004,0.049 0.008,0.099 0.011,0.149 0.005,0.07 0.009,0.139 0.014,0.209 0.009,0.19 0.015,0.384 0.015,0.582 0,0.335 0.006,0.638 0.017,0.911 v 15.869 c 0,0.404 0.328,0.731 0.733,0.731 h 2.208 c 0.404,0 0.732,-0.328 0.732,-0.731 v -16.272 c 0,-5.375 -1.627,-9.248 -4.835,-11.516 z"
98
+ inkscape:connector-curvature="0" />
99
+ <path
100
+ id="path153"
101
+ d="m -63.456714,333.2686 c -0.133,-0.113 -0.301,-0.174 -0.473,-0.174 -0.04,0 -0.08,0.003 -0.12,0.01 -0.587,0.098 -0.965,0.098 -1.442,0.098 -1.147,0 -2.177,-0.335 -2.177,-4.387 v -9.913 c 0,-2.343 -0.179,-5.368 -1.583,-7.972 -1.822,-3.382 -5.181,-5.098 -9.978,-5.098 -2.475,0 -6.217,0.516 -9.99,2.974 -0.315,0.205 -0.422,0.615 -0.25,0.949 l 0.861,1.67 c 0.098,0.189 0.272,0.326 0.478,0.375 0.058,0.014 0.116,0.021 0.173,0.021 0.151,0 0.299,-0.047 0.424,-0.135 2.314,-1.639 5.186,-2.504 8.305,-2.504 3.995,0 6.004,1.854 7,3.939 l 0,0 c 1.004,2.221 -0.561,4.404 -2.285,4.584 -0.085,0.005 -0.17,0.008 -0.254,0.013 -0.014,0 -0.028,0.001 -0.042,0 -0.055,-10e-4 -0.101,0.003 -0.143,0.009 -10.978,0.626 -16.538,4.313 -16.538,10.98 0,2.027 0.803,4.057 2.202,5.569 1.233,1.333 3.56,2.921 7.635,2.921 3.471,0 6.271,-1.112 8.325,-2.472 0.061,-0.031 0.13,-0.076 0.211,-0.141 0.023,-0.017 0.042,-0.031 0.064,-0.048 0.128,-0.088 0.256,-0.177 0.378,-0.268 1.275,-0.825 1.969,-0.351 2.623,0.504 0.002,0.002 0.006,0.005 0.008,0.007 0.84,1.14 2.161,1.718 3.962,1.718 0.846,0 1.591,-0.094 2.344,-0.294 0.32,-0.085 0.543,-0.375 0.543,-0.707 v -1.67 c -0.002,-0.214 -0.097,-0.419 -0.261,-0.558 z m -18.252,0.527 c -3.042,0 -6.111,-1.723 -6.111,-5.572 0,-4.863 5.936,-6.58 12.167,-7.043 2.32,-0.043 4.097,2.162 4.311,4.575 v 0.989 c -0.062,0.647 -0.246,1.289 -0.568,1.888 -0.162,0.263 -0.356,0.556 -0.589,0.864 -0.04,0.047 -0.075,0.093 -0.103,0.134 -1.442,1.848 -4.223,4.165 -9.107,4.165 z"
102
+ inkscape:connector-curvature="0" />
103
+ <path
104
+ id="path155"
105
+ d="m -257.43671,306.5866 h -2.047 c -0.392,0 -0.715,0.311 -0.731,0.703 -0.065,1.618 -0.892,1.836 -2.704,0.766 -0.01,-0.006 -0.018,-0.014 -0.026,-0.019 -0.178,-0.119 -0.361,-0.231 -0.545,-0.339 -0.011,-0.007 -0.021,-0.012 -0.032,-0.02 -0.088,-0.059 -0.169,-0.104 -0.245,-0.14 -1.982,-1.096 -4.306,-1.65 -6.923,-1.65 -3.739,0 -7.428,1.548 -10.122,4.25 -2.083,2.087 -4.564,5.826 -4.564,11.784 0,3.818 1.347,7.413 3.792,10.122 2.594,2.875 6.234,4.458 10.249,4.458 3.11,0 5.514,-0.819 7.334,-1.897 0.004,-0.002 0.008,-0.003 0.012,-0.005 1.953,-0.873 3.601,-2.182 3.135,2.232 -0.875,5.678 -4.519,8.765 -10.482,8.765 -4.175,0 -7.31,-1.404 -9.204,-2.583 -0.117,-0.072 -0.251,-0.11 -0.387,-0.11 -0.061,0 -0.122,0.008 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.969,1.725 c -0.189,0.336 -0.085,0.761 0.237,0.972 2.852,1.863 6.909,2.975 10.853,2.975 2.691,0 9.293,-0.625 12.494,-6.412 1.384,-2.481 2.03,-5.968 2.03,-10.968 v -17.457 c 0,-2.474 0.07,-4.679 0.214,-6.738 0.014,-0.202 -0.057,-0.402 -0.195,-0.549 -0.139,-0.153 -0.333,-0.238 -0.536,-0.238 z m -16.892,26.028 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.811 0.551,-7.946 5.723,-10.459 6.518,-10.798 1.278,-0.5 2.7,-0.769 4.241,-0.769 1.664,0 3.112,0.327 4.354,0.873 6.846,3.871 7.696,16.453 0.885,21.467 -1.592,0.999 -3.437,1.573 -5.346,1.573 -1.342,0 -2.552,-0.194 -3.639,-0.535 z"
106
+ inkscape:connector-curvature="0" />
107
+ <path
108
+ id="path157"
109
+ d="m -99.588714,306.5866 h -2.046996 c -0.393,0 -0.716,0.311 -0.731,0.703 -0.066,1.618 -0.892,1.836 -2.703,0.766 -0.009,-0.005 -0.018,-0.014 -0.027,-0.019 -0.178,-0.119 -0.362,-0.231 -0.546,-0.339 -0.011,-0.008 -0.02,-0.014 -0.031,-0.02 -0.087,-0.059 -0.168,-0.104 -0.244,-0.139 -1.982,-1.097 -4.307,-1.651 -6.924,-1.651 -3.739,0 -7.429,1.548 -10.122,4.25 -2.082,2.087 -4.564,5.826 -4.564,11.784 0,3.818 1.346,7.413 3.792,10.122 2.595,2.875 6.234,4.458 10.248,4.458 3.111,0 5.514,-0.819 7.335,-1.897 0.004,-0.002 0.007,-0.003 0.012,-0.005 1.954,-0.874 3.603,-2.183 3.135,2.233 -0.875,5.678 -4.519,8.764 -10.482,8.764 -4.175,0 -7.31,-1.404 -9.204,-2.583 -0.118,-0.072 -0.251,-0.11 -0.387,-0.11 -0.06,0 -0.122,0.008 -0.182,0.023 -0.193,0.049 -0.358,0.176 -0.456,0.35 l -0.97,1.725 c -0.189,0.336 -0.085,0.761 0.237,0.972 2.853,1.863 6.91,2.975 10.854,2.975 2.689,0 9.293,-0.625 12.493,-6.412 1.384996,-2.481 2.030996,-5.968 2.030996,-10.968 v -17.457 c 0,-2.474 0.07,-4.679 0.214,-6.738 0.014,-0.202 -0.057,-0.402 -0.195,-0.549 -0.139,-0.153 -0.332,-0.238 -0.536,-0.238 z m -16.891996,26.028 c -0.605,-0.24 -7.609,-3.216 -7.013,-11.811 0.551,-7.94 5.716,-10.455 6.517,-10.798 1.278,-0.5 2.701,-0.769 4.242,-0.769 1.665,0 3.113,0.327 4.354,0.873 6.845,3.871 7.696,16.453 0.884,21.467 -1.592,1 -3.436,1.573 -5.345,1.573 -1.343,0 -2.553,-0.194 -3.639,-0.535 z"
110
+ inkscape:connector-curvature="0" />
111
+ <path
112
+ id="path164"
113
+ d="m -198.36371,292.3616 c -2.337,2.336 -4.109,5.342 -5.032,8.654 -6.076,-0.093 -12.171,2.273 -17.007,7.11 -8.142,8.141 -10.674,22.913 0.667,34.253 9.542,9.543 23.793,9.687 33.145,0.333 4.421,-4.424 7.236,-10.506 7.297,-16.94 3.14,-0.835 6.125,-2.507 8.67,-5.049 6.956,-6.959 9.086,-18.919 -0.311,-28.318 -7.833,-7.83 -19.626,-7.847 -27.429,-0.043 z m 25.622,20.422 c -1.335,1.338 -3.045,2.324 -4.932,2.864 -3.027,0.867 -4.657,0.777 -5.698,2.515 -1.041,1.735 -0.926,1.94 -0.88,5.194 0.056,3.689 -1.333,7.513 -4.813,10.995 -5.32,5.318 -15.14,6.504 -22.366,-0.721 -5.693,-5.694 -8.365,-15.278 -0.778,-22.865 2.816,-2.813 6.866,-4.477 11.124,-4.402 2.961,0.053 3.306,0.161 5.212,-0.704 1.909,-0.869 1.082,-2.799 2.222,-6.205 0.556,-1.66 1.545,-3.294 3.092,-4.844 4.126,-4.126 11.721,-5.072 17.285,0.491 4.533,4.535 6.455,11.759 0.532,17.682 z"
114
+ inkscape:connector-curvature="0"
115
+ style="fill:url(#linearGradient3693)" />
116
+ </g>
117
+ </g>
118
+ </svg>