erbook 6.1.0 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. data/bin/erbook +29 -25
  2. data/doc/HelloWorld.spec +3 -1
  3. data/doc/api/classes/ERBook.html +86 -0
  4. data/doc/api/classes/ERBook/Document.html +399 -0
  5. data/doc/api/classes/ERBook/Document/Node.html +110 -0
  6. data/doc/api/classes/ERBook/Template.html +309 -0
  7. data/doc/api/classes/ERBook/Template/Sandbox.html +134 -0
  8. data/doc/api/classes/RDoc.html +69 -0
  9. data/doc/api/classes/RDoc/AnyMethod.html +249 -0
  10. data/doc/api/classes/RDoc/DummyMarkup.html +60 -0
  11. data/doc/api/classes/RDoc/DummyMixin.html +54 -0
  12. data/doc/api/classes/RDoc/DummyOptions.html +60 -0
  13. data/doc/api/classes/RDoc/TopLevel.html +344 -0
  14. data/doc/api/classes/String.html +212 -0
  15. data/doc/api/created.rid +1 -0
  16. data/doc/api/css/main.css +263 -0
  17. data/doc/api/css/panel.css +383 -0
  18. data/doc/api/css/reset.css +53 -0
  19. data/doc/api/files/ANN_eml.html +276 -0
  20. data/doc/api/files/ANN_html.html +407 -0
  21. data/doc/api/files/ANN_txt.html +271 -0
  22. data/doc/api/files/LICENSE.html +76 -0
  23. data/doc/api/files/lib/erbook/document_rb.html +74 -0
  24. data/doc/api/files/lib/erbook/rdoc_rb.html +77 -0
  25. data/doc/api/files/lib/erbook/template_rb.html +66 -0
  26. data/doc/api/files/lib/erbook/to_xhtml_rb.html +89 -0
  27. data/doc/api/files/lib/erbook_rb.html +70 -0
  28. data/doc/api/i/arrows.png +0 -0
  29. data/doc/api/i/results_bg.png +0 -0
  30. data/doc/api/i/tree_bg.png +0 -0
  31. data/doc/api/index.html +14 -18
  32. data/doc/api/js/jquery-1.3.2.min.js +19 -0
  33. data/doc/api/js/jquery-effect.js +593 -0
  34. data/doc/api/js/main.js +22 -0
  35. data/doc/api/js/searchdoc.js +605 -0
  36. data/doc/api/panel/index.html +63 -0
  37. data/doc/api/panel/search_index.js +1 -0
  38. data/doc/api/panel/tree.js +1 -0
  39. data/doc/formats.erb +63 -115
  40. data/doc/history.erb +125 -92
  41. data/doc/index.erb +12 -7
  42. data/doc/index.xhtml +1020 -1347
  43. data/doc/intro.erb +42 -40
  44. data/doc/setup.erb +18 -18
  45. data/doc/theory.erb +24 -31
  46. data/doc/usage.erb +14 -24
  47. data/fmt/xhtml.icons/index.yaml +16 -14
  48. data/fmt/xhtml.icons/rakefile +33 -0
  49. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/16x16/places/start-here.png +0 -0
  50. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/32x32/actions/go-down.png +0 -0
  51. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/32x32/actions/go-up.png +0 -0
  52. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/32x32/places/start-here.png +0 -0
  53. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/32x32/status/software-update-available.png +0 -0
  54. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/apps/accessories-text-editor.png +0 -0
  55. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/48x48/apps/internet-group-chat.png +0 -0
  56. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/emblems/emblem-important.png +0 -0
  57. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/status/dialog-error.png +0 -0
  58. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/status/dialog-information.png +0 -0
  59. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/48x48/status/dialog-warning.png +0 -0
  60. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/COPYING +1 -0
  61. data/fmt/xhtml.icons/{tango-icon-theme-0.8.1 → tango-icon-theme-0.8.90}/README +0 -0
  62. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/bookmark-new.svg +672 -0
  63. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/go-down.svg +200 -0
  64. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/go-home.svg +445 -0
  65. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/go-up.svg +196 -0
  66. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/actions/view-refresh.svg +393 -0
  67. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/apps/accessories-text-editor.svg +554 -0
  68. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/apps/internet-group-chat.svg +312 -0
  69. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/emblems/emblem-favorite.svg +242 -0
  70. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/emblems/emblem-important.svg +164 -0
  71. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/mimetypes/application-certificate.svg +443 -0
  72. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/places/start-here.svg +492 -0
  73. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/status/dialog-error.svg +330 -0
  74. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/status/dialog-information.svg +1159 -0
  75. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/status/dialog-warning.svg +373 -0
  76. data/fmt/xhtml.icons/tango-icon-theme-0.8.90/scalable/status/software-update-available.svg +209 -0
  77. data/fmt/xhtml.scripts/jquery-1.3.2.min.js +19 -0
  78. data/fmt/xhtml.scripts/jquery.localscroll-1.2.7-min.js +9 -0
  79. data/fmt/xhtml.scripts/jquery.scrollTo-1.4.1-min.js +11 -0
  80. data/fmt/xhtml.yaml +470 -454
  81. data/lang/de.yaml +5 -5
  82. data/lang/el.yaml +4 -4
  83. data/lang/es.yaml +5 -5
  84. data/lang/fr.yaml +5 -5
  85. data/lang/it.yaml +5 -5
  86. data/lang/ja.yaml +4 -4
  87. data/lang/ko.yaml +4 -4
  88. data/lang/nl.yaml +4 -4
  89. data/lang/phrases.yaml +4 -4
  90. data/lang/pt.yaml +5 -5
  91. data/lang/ru.yaml +5 -5
  92. data/lang/zh.yaml +5 -5
  93. data/lang/zt.yaml +5 -5
  94. data/lib/erbook.rb +12 -5
  95. data/lib/erbook/document.rb +127 -107
  96. data/lib/erbook/rdoc.rb +18 -11
  97. data/lib/erbook/template.rb +86 -176
  98. data/lib/erbook/to_xhtml.rb +98 -25
  99. data/{Rakefile → rakefile} +1 -0
  100. metadata +106 -53
  101. data/doc/api/ERBook.html +0 -35
  102. data/doc/api/ERBook/Document.html +0 -669
  103. data/doc/api/ERBook/Document/Node.html +0 -102
  104. data/doc/api/ERBook/Template.html +0 -670
  105. data/doc/api/RDoc.html +0 -23
  106. data/doc/api/RDoc/AnyMethod.html +0 -302
  107. data/doc/api/RDoc/DummyMarkup.html +0 -73
  108. data/doc/api/RDoc/DummyMixin.html +0 -23
  109. data/doc/api/RDoc/DummyOptions.html +0 -140
  110. data/doc/api/RDoc/TopLevel.html +0 -465
  111. data/doc/api/String.html +0 -372
  112. data/doc/api/all-methods.html +0 -253
  113. data/doc/api/all-namespaces.html +0 -42
  114. data/doc/api/app.js +0 -18
  115. data/doc/api/jquery.js +0 -11
  116. data/doc/api/readme.html +0 -38
  117. data/doc/api/style.css +0 -68
  118. data/doc/api/syntax_highlight.css +0 -21
  119. data/fmt/xhtml.icons/tango-icon-theme-0.8.1/48x48/README +0 -2
  120. data/fmt/xhtml.icons/tango-icon-theme-0.8.1/48x48/apps/internet-group-chat.png +0 -0
  121. data/fmt/xhtml.icons/tango-icon-theme-0.8.1/COPYING +0 -67
@@ -0,0 +1,373 @@
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="48px"
13
+ height="48px"
14
+ id="svg1377"
15
+ sodipodi:version="0.32"
16
+ inkscape:version="0.46"
17
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/status"
18
+ sodipodi:docname="dialog-warning.svg"
19
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
20
+ <defs
21
+ id="defs1379">
22
+ <inkscape:perspective
23
+ sodipodi:type="inkscape:persp3d"
24
+ inkscape:vp_x="0 : 24 : 1"
25
+ inkscape:vp_y="0 : 1000 : 0"
26
+ inkscape:vp_z="48 : 24 : 1"
27
+ inkscape:persp3d-origin="24 : 16 : 1"
28
+ id="perspective48" />
29
+ <radialGradient
30
+ inkscape:collect="always"
31
+ xlink:href="#linearGradient5060"
32
+ id="radialGradient6719"
33
+ gradientUnits="userSpaceOnUse"
34
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
35
+ cx="605.71429"
36
+ cy="486.64789"
37
+ fx="605.71429"
38
+ fy="486.64789"
39
+ r="117.14286" />
40
+ <linearGradient
41
+ inkscape:collect="always"
42
+ id="linearGradient5060">
43
+ <stop
44
+ style="stop-color:black;stop-opacity:1;"
45
+ offset="0"
46
+ id="stop5062" />
47
+ <stop
48
+ style="stop-color:black;stop-opacity:0;"
49
+ offset="1"
50
+ id="stop5064" />
51
+ </linearGradient>
52
+ <radialGradient
53
+ inkscape:collect="always"
54
+ xlink:href="#linearGradient5060"
55
+ id="radialGradient6717"
56
+ gradientUnits="userSpaceOnUse"
57
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
58
+ cx="605.71429"
59
+ cy="486.64789"
60
+ fx="605.71429"
61
+ fy="486.64789"
62
+ r="117.14286" />
63
+ <linearGradient
64
+ id="linearGradient5048">
65
+ <stop
66
+ style="stop-color:black;stop-opacity:0;"
67
+ offset="0"
68
+ id="stop5050" />
69
+ <stop
70
+ id="stop5056"
71
+ offset="0.5"
72
+ style="stop-color:black;stop-opacity:1;" />
73
+ <stop
74
+ style="stop-color:black;stop-opacity:0;"
75
+ offset="1"
76
+ id="stop5052" />
77
+ </linearGradient>
78
+ <linearGradient
79
+ inkscape:collect="always"
80
+ xlink:href="#linearGradient5048"
81
+ id="linearGradient6715"
82
+ gradientUnits="userSpaceOnUse"
83
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
84
+ x1="302.85715"
85
+ y1="366.64789"
86
+ x2="302.85715"
87
+ y2="609.50507" />
88
+ <linearGradient
89
+ y2="56.0523"
90
+ x2="47.3197"
91
+ y1="11.1133"
92
+ x1="4.1914"
93
+ gradientUnits="userSpaceOnUse"
94
+ id="aigrd1">
95
+ <stop
96
+ id="stop6490"
97
+ style="stop-color:#D4D4D4"
98
+ offset="0" />
99
+ <stop
100
+ id="stop6492"
101
+ style="stop-color:#E2E2E2"
102
+ offset="0.3982" />
103
+ <stop
104
+ id="stop6494"
105
+ style="stop-color:#FFFFFF"
106
+ offset="1" />
107
+ </linearGradient>
108
+ <linearGradient
109
+ y2="56.0523"
110
+ x2="47.3197"
111
+ y1="11.1133"
112
+ x1="4.1914"
113
+ gradientUnits="userSpaceOnUse"
114
+ id="linearGradient7451"
115
+ xlink:href="#aigrd1"
116
+ inkscape:collect="always" />
117
+ <linearGradient
118
+ id="linearGradient4126"
119
+ inkscape:collect="always">
120
+ <stop
121
+ id="stop4128"
122
+ offset="0"
123
+ style="stop-color:#000000;stop-opacity:1;" />
124
+ <stop
125
+ id="stop4130"
126
+ offset="1"
127
+ style="stop-color:#000000;stop-opacity:0;" />
128
+ </linearGradient>
129
+ <radialGradient
130
+ r="17.142857"
131
+ fy="40.000000"
132
+ fx="23.857143"
133
+ cy="40.000000"
134
+ cx="23.857143"
135
+ gradientTransform="matrix(1,0,0,0.5,2.139286e-14,20)"
136
+ gradientUnits="userSpaceOnUse"
137
+ id="radialGradient7449"
138
+ xlink:href="#linearGradient4126"
139
+ inkscape:collect="always" />
140
+ <linearGradient
141
+ inkscape:collect="always"
142
+ xlink:href="#linearGradient6525"
143
+ id="linearGradient5250"
144
+ x1="8.5469341"
145
+ y1="30.281681"
146
+ x2="30.85088"
147
+ y2="48.301884"
148
+ gradientUnits="userSpaceOnUse"
149
+ gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)" />
150
+ <linearGradient
151
+ inkscape:collect="always"
152
+ xlink:href="#aigrd1"
153
+ id="linearGradient3922"
154
+ gradientUnits="userSpaceOnUse"
155
+ x1="4.1914"
156
+ y1="11.1133"
157
+ x2="47.3197"
158
+ y2="56.0523" />
159
+ <linearGradient
160
+ inkscape:collect="always"
161
+ xlink:href="#linearGradient6525"
162
+ id="linearGradient3924"
163
+ gradientUnits="userSpaceOnUse"
164
+ gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
165
+ x1="8.5469341"
166
+ y1="30.281681"
167
+ x2="30.85088"
168
+ y2="48.301884" />
169
+ <linearGradient
170
+ inkscape:collect="always"
171
+ xlink:href="#linearGradient6525"
172
+ id="linearGradient3933"
173
+ gradientUnits="userSpaceOnUse"
174
+ gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
175
+ x1="8.5469341"
176
+ y1="30.281681"
177
+ x2="30.85088"
178
+ y2="48.301884" />
179
+ <linearGradient
180
+ inkscape:collect="always"
181
+ xlink:href="#aigrd1"
182
+ id="linearGradient3935"
183
+ gradientUnits="userSpaceOnUse"
184
+ x1="4.1914"
185
+ y1="11.1133"
186
+ x2="47.3197"
187
+ y2="56.0523" />
188
+ <linearGradient
189
+ inkscape:collect="always"
190
+ xlink:href="#aigrd1"
191
+ id="linearGradient3946"
192
+ gradientUnits="userSpaceOnUse"
193
+ x1="4.1914"
194
+ y1="11.1133"
195
+ x2="47.3197"
196
+ y2="56.0523" />
197
+ <linearGradient
198
+ inkscape:collect="always"
199
+ xlink:href="#linearGradient6525"
200
+ id="linearGradient3948"
201
+ gradientUnits="userSpaceOnUse"
202
+ gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
203
+ x1="8.5469341"
204
+ y1="30.281681"
205
+ x2="30.85088"
206
+ y2="48.301884" />
207
+ </defs>
208
+ <sodipodi:namedview
209
+ id="base"
210
+ pagecolor="#ffffff"
211
+ bordercolor="#666666"
212
+ borderopacity="1.0"
213
+ inkscape:pageopacity="0.0"
214
+ inkscape:pageshadow="2"
215
+ inkscape:zoom="14.757891"
216
+ inkscape:cx="13.022822"
217
+ inkscape:cy="24"
218
+ inkscape:current-layer="g7435"
219
+ showgrid="true"
220
+ inkscape:grid-bbox="true"
221
+ inkscape:document-units="px"
222
+ inkscape:window-width="1105"
223
+ inkscape:window-height="818"
224
+ inkscape:window-x="0"
225
+ inkscape:window-y="30">
226
+ <inkscape:grid
227
+ id="GridFromPre046Settings"
228
+ type="xygrid"
229
+ originx="0px"
230
+ originy="0px"
231
+ spacingx="1px"
232
+ spacingy="1px"
233
+ color="#0000ff"
234
+ empcolor="#0000ff"
235
+ opacity="0.2"
236
+ empopacity="0.4"
237
+ empspacing="4" />
238
+ </sodipodi:namedview>
239
+ <metadata
240
+ id="metadata1382">
241
+ <rdf:RDF>
242
+ <cc:Work
243
+ rdf:about="">
244
+ <dc:format>image/svg+xml</dc:format>
245
+ <dc:type
246
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
247
+ <dc:title>Dialog Warning</dc:title>
248
+ <dc:date>2005-10-14</dc:date>
249
+ <dc:creator>
250
+ <cc:Agent>
251
+ <dc:title>Andreas Nilsson</dc:title>
252
+ </cc:Agent>
253
+ </dc:creator>
254
+ <dc:contributor>
255
+ <cc:Agent>
256
+ <dc:title>Jakub Steiner, Garrett LeSage</dc:title>
257
+ </cc:Agent>
258
+ </dc:contributor>
259
+ <dc:subject>
260
+ <rdf:Bag>
261
+ <rdf:li>dialog</rdf:li>
262
+ <rdf:li>warning</rdf:li>
263
+ </rdf:Bag>
264
+ </dc:subject>
265
+ <cc:license
266
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
267
+ </cc:Work>
268
+ <cc:License
269
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
270
+ <cc:permits
271
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
272
+ <cc:permits
273
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
274
+ <cc:permits
275
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
276
+ </cc:License>
277
+ </rdf:RDF>
278
+ </metadata>
279
+ <g
280
+ id="layer1"
281
+ inkscape:label="Layer 1"
282
+ inkscape:groupmode="layer">
283
+ <g
284
+ transform="matrix(1.566667,0.000000,0.000000,1.566667,-8.925566,-23.94764)"
285
+ id="g7435">
286
+ <g
287
+ style="display:inline"
288
+ transform="matrix(1.444074e-2,0,0,1.331973e-2,33.38871,40.40337)"
289
+ id="g6707">
290
+ <rect
291
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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"
292
+ id="rect6709"
293
+ width="1339.6335"
294
+ height="478.35718"
295
+ x="-1559.2523"
296
+ y="-150.69685" />
297
+ <path
298
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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"
299
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
300
+ id="path6711"
301
+ sodipodi:nodetypes="cccc" />
302
+ <path
303
+ sodipodi:nodetypes="cccc"
304
+ id="path6713"
305
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
306
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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" />
307
+ </g>
308
+ <g
309
+ id="g3937"
310
+ transform="matrix(1,0,4.537846e-3,1,-0.138907,-1.394718e-15)"
311
+ inkscape:r_cx="true"
312
+ inkscape:r_cy="true">
313
+ <path
314
+ inkscape:r_cy="true"
315
+ inkscape:r_cx="true"
316
+ transform="matrix(1,0,-8.726683e-3,1,0.328074,1.276596)"
317
+ id="path6485"
318
+ d="M 33.282781,38.644744 L 22.407791,18.394765 C 22.095292,17.832266 21.532792,17.519767 20.907793,17.519767 C 20.282793,17.519767 19.720294,17.894765 19.407795,18.457265 L 8.7828048,38.707245 C 8.5328048,39.207244 8.5328048,39.894744 8.8453048,40.394743 C 9.1578038,40.894743 9.6578038,41.144742 10.282804,41.144742 L 31.782782,41.144742 C 32.407781,41.144742 32.97028,40.832243 33.220281,40.332243 C 33.53278,39.832243 33.53278,39.207244 33.282781,38.644744 z "
319
+ style="fill:#cc0000;fill-rule:nonzero;stroke:#9f0000;stroke-width:0.6382978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
320
+ <g
321
+ inkscape:r_cy="true"
322
+ inkscape:r_cx="true"
323
+ id="g6487"
324
+ transform="matrix(0.625,0,-5.534934e-3,0.634254,6.164053,15.76055)"
325
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4">
326
+ <linearGradient
327
+ y2="56.052299"
328
+ x2="47.319698"
329
+ y1="11.1133"
330
+ x1="4.1914001"
331
+ gradientUnits="userSpaceOnUse"
332
+ id="linearGradient6525">
333
+ <stop
334
+ id="stop6529"
335
+ style="stop-color:#ffffff;stop-opacity:1;"
336
+ offset="0" />
337
+ <stop
338
+ id="stop6531"
339
+ style="stop-color:#ffffff;stop-opacity:0.34020618;"
340
+ offset="1" />
341
+ </linearGradient>
342
+ <path
343
+ inkscape:r_cy="true"
344
+ inkscape:r_cx="true"
345
+ id="path6496"
346
+ d="M 9.5,37.6 C 9.2,38.1 9.5,38.5 10,38.5 L 38.2,38.5 C 38.7,38.5 39,38.1 38.7,37.6 L 24.4,11 C 24.1,10.5 23.7,10.5 23.5,11 L 9.5,37.6 z "
347
+ style="fill:url(#linearGradient3946);stroke:none" />
348
+ </g>
349
+ <path
350
+ inkscape:r_cy="true"
351
+ inkscape:r_cx="true"
352
+ transform="matrix(1,0,-8.726683e-3,1,0.318277,1.276596)"
353
+ sodipodi:nodetypes="ccsccscccc"
354
+ id="path1325"
355
+ d="M 32.323106,38.183905 L 22.150271,19.265666 C 21.71698,18.45069 21.561698,18.189213 20.908406,18.189213 C 20.346525,18.189213 20.054127,18.57002 19.651305,19.339291 L 9.7489285,38.242296 C 9.1737649,39.303588 9.1128238,39.580228 9.3937644,40.047345 C 9.6747034,40.514462 10.032797,40.48902 11.356441,40.519491 L 30.974593,40.519491 C 32.206825,40.534726 32.483988,40.440837 32.70874,39.97372 C 32.989681,39.506602 32.867799,39.136 32.323106,38.183905 z "
356
+ style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3948);stroke-width:0.63829792;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
357
+ </g>
358
+ <g
359
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
360
+ transform="matrix(0.555088,0,0,0.555052,7.749711,17.80196)"
361
+ id="g6498"
362
+ inkscape:r_cx="true"
363
+ inkscape:r_cy="true">
364
+ <path
365
+ style="stroke:none"
366
+ d="M 23.9,36.5 C 22.6,36.5 21.6,35.5 21.6,34.2 C 21.6,32.8 22.5,31.9 23.9,31.9 C 25.3,31.9 26.1,32.8 26.2,34.2 C 26.2,35.5 25.3,36.5 23.9,36.5 L 23.9,36.5 z M 22.5,30.6 L 21.9,19.1 L 25.9,19.1 L 25.3,30.6 L 22.4,30.6 L 22.5,30.6 z "
367
+ id="path6500"
368
+ inkscape:r_cx="true"
369
+ inkscape:r_cy="true" />
370
+ </g>
371
+ </g>
372
+ </g>
373
+ </svg>
@@ -0,0 +1,209 @@
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="48"
13
+ height="48"
14
+ id="svg7854"
15
+ sodipodi:version="0.32"
16
+ inkscape:version="0.46"
17
+ version="1.0"
18
+ sodipodi:docname="software-update-available.svg"
19
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
20
+ <defs
21
+ id="defs7856">
22
+ <inkscape:perspective
23
+ sodipodi:type="inkscape:persp3d"
24
+ inkscape:vp_x="0 : 24 : 1"
25
+ inkscape:vp_y="0 : 1000 : 0"
26
+ inkscape:vp_z="48 : 24 : 1"
27
+ inkscape:persp3d-origin="24 : 16 : 1"
28
+ id="perspective26" />
29
+ <linearGradient
30
+ inkscape:collect="always"
31
+ id="linearGradient5202">
32
+ <stop
33
+ style="stop-color:#ffffff;stop-opacity:1;"
34
+ offset="0"
35
+ id="stop5204" />
36
+ <stop
37
+ style="stop-color:#ffffff;stop-opacity:0;"
38
+ offset="1"
39
+ id="stop5206" />
40
+ </linearGradient>
41
+ <linearGradient
42
+ inkscape:collect="always"
43
+ id="linearGradient5190">
44
+ <stop
45
+ style="stop-color:#f57900;stop-opacity:1;"
46
+ offset="0"
47
+ id="stop5192" />
48
+ <stop
49
+ style="stop-color:#fcaf3e;stop-opacity:1"
50
+ offset="1"
51
+ id="stop5194" />
52
+ </linearGradient>
53
+ <linearGradient
54
+ inkscape:collect="always"
55
+ id="linearGradient5130">
56
+ <stop
57
+ style="stop-color:#000000;stop-opacity:1;"
58
+ offset="0"
59
+ id="stop5132" />
60
+ <stop
61
+ style="stop-color:#000000;stop-opacity:0;"
62
+ offset="1"
63
+ id="stop5134" />
64
+ </linearGradient>
65
+ <radialGradient
66
+ inkscape:collect="always"
67
+ xlink:href="#linearGradient5130"
68
+ id="radialGradient5136"
69
+ cx="22"
70
+ cy="38.5"
71
+ fx="22"
72
+ fy="38.5"
73
+ r="13"
74
+ gradientTransform="matrix(1,0,0,0.5,0,19.25)"
75
+ gradientUnits="userSpaceOnUse" />
76
+ <filter
77
+ inkscape:collect="always"
78
+ x="-0.17349398"
79
+ width="1.346988"
80
+ y="-0.34698795"
81
+ height="1.6939759"
82
+ id="filter5186">
83
+ <feGaussianBlur
84
+ inkscape:collect="always"
85
+ stdDeviation="1.8795181"
86
+ id="feGaussianBlur5188" />
87
+ </filter>
88
+ <radialGradient
89
+ inkscape:collect="always"
90
+ xlink:href="#linearGradient5190"
91
+ id="radialGradient5200"
92
+ gradientUnits="userSpaceOnUse"
93
+ gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
94
+ cx="21.525126"
95
+ cy="30.439341"
96
+ fx="21.525126"
97
+ fy="30.439341"
98
+ r="18.888176" />
99
+ <linearGradient
100
+ inkscape:collect="always"
101
+ xlink:href="#linearGradient5202"
102
+ id="linearGradient5208"
103
+ x1="22.109375"
104
+ y1="11.34375"
105
+ x2="22.109375"
106
+ y2="49.612667"
107
+ gradientUnits="userSpaceOnUse" />
108
+ </defs>
109
+ <sodipodi:namedview
110
+ id="base"
111
+ pagecolor="#ffffff"
112
+ bordercolor="#e0e0e0"
113
+ borderopacity="1"
114
+ gridtolerance="10000"
115
+ guidetolerance="10"
116
+ objecttolerance="10"
117
+ inkscape:pageopacity="0.0"
118
+ inkscape:pageshadow="2"
119
+ inkscape:zoom="1"
120
+ inkscape:cx="32.757166"
121
+ inkscape:cy="31.70708"
122
+ inkscape:document-units="px"
123
+ inkscape:current-layer="layer1"
124
+ width="48px"
125
+ height="48px"
126
+ inkscape:showpageshadow="false"
127
+ inkscape:window-width="1187"
128
+ inkscape:window-height="818"
129
+ inkscape:window-x="247"
130
+ inkscape:window-y="30"
131
+ showgrid="true">
132
+ <inkscape:grid
133
+ type="xygrid"
134
+ id="grid4614" />
135
+ </sodipodi:namedview>
136
+ <metadata
137
+ id="metadata7859">
138
+ <rdf:RDF>
139
+ <cc:Work
140
+ rdf:about="">
141
+ <dc:format>image/svg+xml</dc:format>
142
+ <dc:type
143
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
144
+ <dc:creator>
145
+ <cc:Agent>
146
+ <dc:title>Jakub Steiner</dc:title>
147
+ </cc:Agent>
148
+ </dc:creator>
149
+ <dc:source>http://jimmac.musichall.cz</dc:source>
150
+ <cc:license
151
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
152
+ </cc:Work>
153
+ <cc:License
154
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
155
+ <cc:permits
156
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
157
+ <cc:permits
158
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
159
+ <cc:permits
160
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
161
+ </cc:License>
162
+ </rdf:RDF>
163
+ </metadata>
164
+ <g
165
+ inkscape:label="Layer 1"
166
+ inkscape:groupmode="layer"
167
+ id="layer1">
168
+ <path
169
+ sodipodi:type="arc"
170
+ style="opacity:0.43373497;color:#000000;fill:url(#radialGradient5136);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;filter:url(#filter5186);enable-background:accumulate"
171
+ id="path4551"
172
+ sodipodi:cx="22"
173
+ sodipodi:cy="38.5"
174
+ sodipodi:rx="13"
175
+ sodipodi:ry="6.5"
176
+ d="M 35,38.5 A 13,6.5 0 1 1 9,38.5 A 13,6.5 0 1 1 35,38.5 z"
177
+ transform="matrix(1.3257204,0,0,1.3060079,-3.6937336,-12.797355)" />
178
+ <path
179
+ sodipodi:type="star"
180
+ style="opacity:1;color:#000000;fill:url(#radialGradient5200);fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;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"
181
+ id="path4547"
182
+ sodipodi:sides="8"
183
+ sodipodi:cx="22.097088"
184
+ sodipodi:cy="22.720934"
185
+ sodipodi:r1="18.388176"
186
+ sodipodi:r2="12.035836"
187
+ sodipodi:arg1="0.78539816"
188
+ sodipodi:arg2="1.1780972"
189
+ inkscape:flatsided="false"
190
+ inkscape:rounded="0"
191
+ inkscape:randomized="0"
192
+ d="M 35.099492,35.723338 L 26.703003,33.840596 L 22.097088,41.10911 L 17.491173,33.840597 L 9.094684,35.723338 L 10.977425,27.32685 L 3.7089119,22.720934 L 10.977425,18.115019 L 9.0946839,9.71853 L 17.491172,11.601271 L 22.097088,4.3327579 L 26.703002,11.601271 L 35.099492,9.71853 L 33.21675,18.115018 L 40.485264,22.720934 L 33.216751,27.326849 L 35.099492,35.723338 z"
193
+ transform="matrix(1.1209343,0,0,1.1042669,-0.1974224,-1.3744715)" />
194
+ <path
195
+ sodipodi:type="inkscape:offset"
196
+ inkscape:radius="-0.97009587"
197
+ inkscape:original="M 22.09375 4.34375 L 17.5 11.59375 L 9.09375 9.71875 L 10.96875 18.125 L 3.71875 22.71875 L 10.96875 27.3125 L 9.09375 35.71875 L 17.5 33.84375 L 22.09375 41.09375 L 26.6875 33.84375 L 35.09375 35.71875 L 33.21875 27.3125 L 40.5 22.71875 L 33.21875 18.125 L 35.09375 9.71875 L 26.6875 11.59375 L 22.09375 4.34375 z "
198
+ xlink:href="#path4547"
199
+ style="opacity:0.3373494;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5208);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"
200
+ id="path5198"
201
+ inkscape:href="#path4547"
202
+ d="M 22.09375,6.15625 L 18.3125,12.125 C 18.087547,12.462771 17.676134,12.624843 17.28125,12.53125 L 10.375,11 L 11.90625,17.90625 C 11.999843,18.301134 11.837771,18.712547 11.5,18.9375 L 5.53125,22.71875 L 11.5,26.5 C 11.837771,26.724953 11.999843,27.136366 11.90625,27.53125 L 10.375,34.4375 L 17.28125,32.90625 C 17.676134,32.812657 18.087547,32.974729 18.3125,33.3125 L 22.09375,39.28125 L 25.875,33.3125 C 26.099953,32.974729 26.511366,32.812657 26.90625,32.90625 L 33.8125,34.4375 L 32.28125,27.53125 C 32.187657,27.136366 32.349729,26.724953 32.6875,26.5 L 38.6875,22.71875 L 32.6875,18.9375 C 32.349729,18.712547 32.187657,18.301134 32.28125,17.90625 L 33.8125,11 L 26.90625,12.53125 C 26.511366,12.624843 26.099953,12.462771 25.875,12.125 L 22.09375,6.15625 z"
203
+ transform="matrix(1.1263736,0,0,1.1263736,-0.2940419,-1.8085508)" />
204
+ <path
205
+ style="opacity:1;color:#000000;fill:#fed08e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.90702784;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"
206
+ d="M 21.536458,18 C 20.842684,18 20.296875,18.599375 20.296875,19.348958 L 20.296875,25 L 16.359375,25 L 25.036458,32 L 33.203125,25 L 29.630208,25 L 29.630208,19.348958 C 29.630208,18.599374 29.047941,18 28.354167,18 L 21.536458,18 z"
207
+ id="rect4610" />
208
+ </g>
209
+ </svg>