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,164 @@
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="svg1800"
15
+ sodipodi:version="0.32"
16
+ inkscape:version="0.46"
17
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/emblems"
18
+ sodipodi:docname="emblem-important.svg"
19
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
20
+ <defs
21
+ id="defs3">
22
+ <inkscape:perspective
23
+ sodipodi:type="inkscape:persp3d"
24
+ inkscape:vp_x="0 : 24 : 1"
25
+ inkscape:vp_y="0 : 1000 : 0"
26
+ inkscape:vp_z="48 : 24 : 1"
27
+ inkscape:persp3d-origin="24 : 16 : 1"
28
+ id="perspective17" />
29
+ <linearGradient
30
+ inkscape:collect="always"
31
+ id="linearGradient3101">
32
+ <stop
33
+ style="stop-color:#000000;stop-opacity:1;"
34
+ offset="0"
35
+ id="stop3103" />
36
+ <stop
37
+ style="stop-color:#000000;stop-opacity:0;"
38
+ offset="1"
39
+ id="stop3105" />
40
+ </linearGradient>
41
+ <radialGradient
42
+ inkscape:collect="always"
43
+ xlink:href="#linearGradient3101"
44
+ id="radialGradient3107"
45
+ cx="17.3125"
46
+ cy="25.53125"
47
+ fx="17.3125"
48
+ fy="25.53125"
49
+ r="9.6875"
50
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.351613,1.292803e-15,16.55413)"
51
+ gradientUnits="userSpaceOnUse" />
52
+ </defs>
53
+ <sodipodi:namedview
54
+ fill="#edd400"
55
+ id="base"
56
+ pagecolor="#ffffff"
57
+ bordercolor="#666666"
58
+ borderopacity="0.20392157"
59
+ inkscape:pageopacity="0.0"
60
+ inkscape:pageshadow="2"
61
+ inkscape:zoom="1"
62
+ inkscape:cx="66.140367"
63
+ inkscape:cy="14.79073"
64
+ inkscape:current-layer="layer1"
65
+ showgrid="false"
66
+ inkscape:grid-bbox="true"
67
+ inkscape:document-units="px"
68
+ inkscape:showpageshadow="false"
69
+ inkscape:window-width="872"
70
+ inkscape:window-height="818"
71
+ inkscape:window-x="370"
72
+ inkscape:window-y="30" />
73
+ <metadata
74
+ id="metadata4">
75
+ <rdf:RDF>
76
+ <cc:Work
77
+ rdf:about="">
78
+ <dc:format>image/svg+xml</dc:format>
79
+ <dc:type
80
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
81
+ <cc:license
82
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
83
+ <dc:title>Emblem Important</dc:title>
84
+ <dc:creator>
85
+ <cc:Agent>
86
+ <dc:title>Jakub Steiner</dc:title>
87
+ </cc:Agent>
88
+ </dc:creator>
89
+ <dc:subject>
90
+ <rdf:Bag>
91
+ <rdf:li>emblem</rdf:li>
92
+ <rdf:li>photos</rdf:li>
93
+ <rdf:li>pictures</rdf:li>
94
+ <rdf:li>raw</rdf:li>
95
+ <rdf:li>jpeg</rdf:li>
96
+ </rdf:Bag>
97
+ </dc:subject>
98
+ </cc:Work>
99
+ <cc:License
100
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
101
+ <cc:permits
102
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
103
+ <cc:permits
104
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
105
+ <cc:permits
106
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
107
+ </cc:License>
108
+ </rdf:RDF>
109
+ </metadata>
110
+ <g
111
+ id="layer1"
112
+ inkscape:label="Layer 1"
113
+ inkscape:groupmode="layer">
114
+ <path
115
+ sodipodi:type="arc"
116
+ style="opacity:0.40909091;color:#000000;fill:url(#radialGradient3107);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.1053395;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
117
+ id="path3099"
118
+ sodipodi:cx="17.312500"
119
+ sodipodi:cy="25.531250"
120
+ sodipodi:rx="9.6875000"
121
+ sodipodi:ry="3.4062500"
122
+ d="M 27.000000 25.531250 A 9.6875000 3.4062500 0 1 1 7.6250000,25.531250 A 9.6875000 3.4062500 0 1 1 27.000000 25.531250 z"
123
+ transform="matrix(2.182912,0.000000,0.000000,2.182912,-13.50372,-14.35012)" />
124
+ <path
125
+ sodipodi:type="arc"
126
+ style="opacity:1.0000000;fill:#f57900;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#914900;stroke-width:0.98214942;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
127
+ id="path1650"
128
+ sodipodi:cx="24.130018"
129
+ sodipodi:cy="23.428040"
130
+ sodipodi:rx="22.008699"
131
+ sodipodi:ry="21.213203"
132
+ d="M 46.138718 23.428040 A 22.008699 21.213203 0 1 1 2.1213188,23.428040 A 22.008699 21.213203 0 1 1 46.138718 23.428040 z"
133
+ transform="matrix(0.944630,0.000000,0.000000,0.980053,1.504174,-1.556912)" />
134
+ <path
135
+ sodipodi:type="arc"
136
+ style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#fcaf3e;stroke-width:0.98214942;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
137
+ id="path3392"
138
+ sodipodi:cx="24.130018"
139
+ sodipodi:cy="23.428040"
140
+ sodipodi:rx="22.008699"
141
+ sodipodi:ry="21.213203"
142
+ d="M 46.138718 23.428040 A 22.008699 21.213203 0 1 1 2.1213188,23.428040 A 22.008699 21.213203 0 1 1 46.138718 23.428040 z"
143
+ transform="matrix(0.914086,0.000000,0.000000,0.948364,2.380576,-0.905815)" />
144
+ <path
145
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.1224999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
146
+ d="M 21.464926,10.373268 C 21.336952,10.373268 21.230316,10.547762 21.230316,10.757175 L 22.295085,25.197999 C 22.295085,25.407412 22.401721,25.581906 22.529695,25.581907 C 22.529695,25.581907 23.370516,25.593810 24.063684,25.581907 C 24.292022,25.577986 24.361898,25.602219 24.568998,25.581907 C 25.262166,25.593810 26.102987,25.581907 26.102987,25.581907 C 26.230961,25.581907 26.337597,25.407412 26.337597,25.197999 L 27.402366,10.757175 C 27.402366,10.547762 27.295730,10.402799 27.167755,10.402799 L 24.587044,10.402799 C 24.577532,10.400862 24.578842,10.373268 24.568998,10.373268 L 21.464926,10.373268 z "
147
+ id="rect1872" />
148
+ <path
149
+ sodipodi:type="arc"
150
+ style="opacity:1.0000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.1224999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
151
+ id="path2062"
152
+ sodipodi:cx="-16.437500"
153
+ sodipodi:cy="34.062500"
154
+ sodipodi:rx="4.5625000"
155
+ sodipodi:ry="3.8125000"
156
+ d="M -11.875000 34.062500 A 4.5625000 3.8125000 0 1 1 -21.000000,34.062500 A 4.5625000 3.8125000 0 1 1 -11.875000 34.062500 z"
157
+ transform="matrix(0.504864,0.000000,0.000000,0.604182,32.65935,9.608845)" />
158
+ <path
159
+ style="fill:#fffeff;fill-opacity:0.21390374;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
160
+ d="M 43.676426,20.476780 C 43.676426,31.307396 37.624257,16.170581 25.001688,20.863168 C 12.279172,25.592912 4.4350535,31.307396 4.4350535,20.476780 C 4.4350535,9.6461627 13.225120,0.85609769 24.055740,0.85609769 C 34.886359,0.85609769 43.676426,9.6461627 43.676426,20.476780 z "
161
+ id="path3068"
162
+ sodipodi:nodetypes="czssc" />
163
+ </g>
164
+ </svg>
@@ -0,0 +1,443 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
3
+ <svg
4
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
5
+ xmlns:cc="http://creativecommons.org/ns#"
6
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
+ xmlns:svg="http://www.w3.org/2000/svg"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ xmlns:xlink="http://www.w3.org/1999/xlink"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ sodipodi:docbase="/home/jimmac/gfx/ximian/tango-icon-theme/scalable/mimetypes"
13
+ sodipodi:docname="application-certificate.svg"
14
+ inkscape:version="0.46"
15
+ sodipodi:version="0.32"
16
+ id="svg5105"
17
+ xml:space="preserve"
18
+ viewBox="0 0 48 48"
19
+ height="48.000000px"
20
+ width="48.000000px"
21
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
22
+ id="metadata5189">
23
+ <rdf:RDF>
24
+ <cc:Work
25
+ rdf:about="">
26
+ <dc:format>image/svg+xml</dc:format>
27
+
28
+
29
+ <dc:type
30
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
31
+
32
+
33
+ <dc:title>Certificate</dc:title><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>certificate</rdf:li></rdf:Bag></dc:subject><cc:license
34
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" /></cc:Work>
35
+
36
+
37
+ <cc:License
38
+ rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits
39
+ rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
40
+ rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
41
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF>
42
+
43
+
44
+ </metadata>
45
+
46
+
47
+ <defs
48
+ id="defs5187"><inkscape:perspective
49
+ sodipodi:type="inkscape:persp3d"
50
+ inkscape:vp_x="0 : 24 : 1"
51
+ inkscape:vp_y="0 : 1000 : 0"
52
+ inkscape:vp_z="48 : 24 : 1"
53
+ inkscape:persp3d-origin="24 : 16 : 1"
54
+ id="perspective54" /><linearGradient
55
+ id="linearGradient6684">
56
+ <stop
57
+ id="stop6686"
58
+ offset="0.0000000"
59
+ style="stop-color:#d5dbff;stop-opacity:1.0000000;" />
60
+ <stop
61
+ id="stop6688"
62
+ offset="1"
63
+ style="stop-color:#6579ff;stop-opacity:0;" />
64
+ </linearGradient>
65
+ <linearGradient
66
+ id="linearGradient6665">
67
+ <stop
68
+ style="stop-color:#000000;stop-opacity:1.0000000;"
69
+ offset="0.0000000"
70
+ id="stop6667" />
71
+ <stop
72
+ style="stop-color:#000000;stop-opacity:0.0000000;"
73
+ offset="1.0000000"
74
+ id="stop6669" />
75
+ </linearGradient>
76
+ <linearGradient
77
+ id="linearGradient6625">
78
+ <stop
79
+ id="stop6627"
80
+ offset="0.0000000"
81
+ style="stop-color:#1d2349;stop-opacity:1.0000000;" />
82
+ <stop
83
+ style="stop-color:#4c5279;stop-opacity:1.0000000;"
84
+ offset="0.35315102"
85
+ id="stop6637" />
86
+ <stop
87
+ style="stop-color:#b3bdff;stop-opacity:1.0000000;"
88
+ offset="0.46551725"
89
+ id="stop6633" />
90
+ <stop
91
+ id="stop6635"
92
+ offset="0.64982164"
93
+ style="stop-color:#727cbe;stop-opacity:1.0000000;" />
94
+ <stop
95
+ id="stop6629"
96
+ offset="1.0000000"
97
+ style="stop-color:#323c7e;stop-opacity:1.0000000;" />
98
+ </linearGradient>
99
+ <linearGradient
100
+ id="linearGradient6617">
101
+ <stop
102
+ id="stop6619"
103
+ offset="0.0000000"
104
+ style="stop-color:#ffffff;stop-opacity:0.24742268;" />
105
+ <stop
106
+ id="stop6621"
107
+ offset="1"
108
+ style="stop-color:#ffffff;stop-opacity:0;" />
109
+ </linearGradient>
110
+ <linearGradient
111
+ id="linearGradient6604">
112
+ <stop
113
+ id="stop6606"
114
+ offset="0.0000000"
115
+ style="stop-color:#ffa196;stop-opacity:1.0000000;" />
116
+ <stop
117
+ id="stop6608"
118
+ offset="1"
119
+ style="stop-color:#ff1f06;stop-opacity:0;" />
120
+ </linearGradient>
121
+ <radialGradient
122
+ r="13.2807"
123
+ fy="20.9712"
124
+ fx="28.7891"
125
+ cy="20.9712"
126
+ cx="28.7891"
127
+ gradientUnits="userSpaceOnUse"
128
+ id="radialGradient5199"
129
+ xlink:href="#aigrd1"
130
+ inkscape:collect="always" />
131
+
132
+
133
+ <radialGradient
134
+ r="14.6944"
135
+ fy="13.5444"
136
+ fx="19.292"
137
+ cy="13.5444"
138
+ cx="19.292"
139
+ gradientUnits="userSpaceOnUse"
140
+ id="radialGradient5201"
141
+ xlink:href="#aigrd2"
142
+ inkscape:collect="always" />
143
+
144
+
145
+ <linearGradient
146
+ y2="16.7231"
147
+ x2="23.412"
148
+ y1="11.5991"
149
+ x1="18.229"
150
+ gradientUnits="userSpaceOnUse"
151
+ id="linearGradient5203"
152
+ xlink:href="#aigrd3"
153
+ inkscape:collect="always" />
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+ <radialGradient
162
+ gradientUnits="userSpaceOnUse"
163
+ fy="20.971201"
164
+ fx="28.789101"
165
+ r="13.280700"
166
+ cy="20.971201"
167
+ cx="28.789101"
168
+ id="aigrd1">
169
+ <stop
170
+ id="stop5115"
171
+ style="stop-color:#E41E08"
172
+ offset="0" />
173
+
174
+
175
+
176
+ <stop
177
+ id="stop5117"
178
+ style="stop-color:#901505"
179
+ offset="1" />
180
+
181
+
182
+
183
+ </radialGradient>
184
+
185
+
186
+
187
+
188
+ <radialGradient
189
+ gradientUnits="userSpaceOnUse"
190
+ fy="13.544400"
191
+ fx="19.292000"
192
+ r="14.694400"
193
+ cy="13.544400"
194
+ cx="19.292000"
195
+ id="aigrd2">
196
+ <stop
197
+ id="stop5122"
198
+ style="stop-color:#E41E08"
199
+ offset="0" />
200
+
201
+
202
+
203
+ <stop
204
+ id="stop5124"
205
+ style="stop-color:#901505"
206
+ offset="1" />
207
+
208
+
209
+
210
+ </radialGradient>
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+ <linearGradient
220
+ y2="16.723101"
221
+ x2="23.412001"
222
+ y1="11.599100"
223
+ x1="18.229000"
224
+ gradientUnits="userSpaceOnUse"
225
+ id="aigrd3">
226
+ <stop
227
+ id="stop5137"
228
+ style="stop-color:#FFFFFF"
229
+ offset="0" />
230
+
231
+
232
+
233
+ <stop
234
+ id="stop5139"
235
+ style="stop-color:#901505"
236
+ offset="1" />
237
+
238
+
239
+
240
+ </linearGradient>
241
+
242
+
243
+
244
+
245
+
246
+
247
+ <linearGradient
248
+ gradientTransform="matrix(1.135551,0.000000,0.000000,1.135551,-3.259995,-3.266773)"
249
+ y2="16.7231"
250
+ x2="23.412"
251
+ y1="11.5991"
252
+ x1="18.229"
253
+ gradientUnits="userSpaceOnUse"
254
+ id="linearGradient5274"
255
+ xlink:href="#aigrd3"
256
+ inkscape:collect="always" />
257
+
258
+
259
+ <radialGradient
260
+ gradientTransform="matrix(1.135551,0.000000,0.000000,1.135551,-4.540325,-2.077433)"
261
+ r="14.6944"
262
+ fy="13.5444"
263
+ fx="19.292"
264
+ cy="13.5444"
265
+ cx="19.292"
266
+ gradientUnits="userSpaceOnUse"
267
+ id="radialGradient5281"
268
+ xlink:href="#aigrd2"
269
+ inkscape:collect="always" />
270
+
271
+
272
+ <radialGradient
273
+ gradientTransform="matrix(1.310386,0.000000,0.000000,1.310386,-8.642682,-4.375977)"
274
+ r="13.2807"
275
+ fy="20.9712"
276
+ fx="28.7891"
277
+ cy="20.9712"
278
+ cx="28.7891"
279
+ gradientUnits="userSpaceOnUse"
280
+ id="radialGradient5284"
281
+ xlink:href="#aigrd1"
282
+ inkscape:collect="always" />
283
+
284
+
285
+
286
+
287
+ <linearGradient
288
+ gradientUnits="userSpaceOnUse"
289
+ y2="49.895073"
290
+ x2="43.140980"
291
+ y1="5.9244628"
292
+ x1="15.338736"
293
+ gradientTransform="matrix(0.975728,0.000000,0.000000,0.931033,-0.132002,1.978392)"
294
+ id="linearGradient6610"
295
+ xlink:href="#linearGradient6604"
296
+ inkscape:collect="always" />
297
+ <linearGradient
298
+ gradientUnits="userSpaceOnUse"
299
+ y2="22.783224"
300
+ x2="29.957399"
301
+ y1="9.4436626"
302
+ x1="18.570419"
303
+ gradientTransform="matrix(1.028670,0.000000,0.000000,0.972129,-1.280330,1.189340)"
304
+ id="linearGradient6623"
305
+ xlink:href="#linearGradient6617"
306
+ inkscape:collect="always" />
307
+ <linearGradient
308
+ gradientUnits="userSpaceOnUse"
309
+ y2="35.017860"
310
+ x2="38.250904"
311
+ y1="22.886259"
312
+ x1="38.506161"
313
+ gradientTransform="matrix(0.843938,0.000000,0.000000,1.184922,-1.280330,1.689340)"
314
+ id="linearGradient6631"
315
+ xlink:href="#linearGradient6625"
316
+ inkscape:collect="always" />
317
+ <radialGradient
318
+ gradientUnits="userSpaceOnUse"
319
+ r="33.156136"
320
+ fy="19.818913"
321
+ fx="24.452202"
322
+ cy="19.818913"
323
+ cx="24.452202"
324
+ gradientTransform="matrix(1.024478,0.000000,0.000000,0.976107,0.939339,-0.530329)"
325
+ id="radialGradient6663"
326
+ xlink:href="#linearGradient6665"
327
+ inkscape:collect="always" />
328
+ <radialGradient
329
+ r="33.156136"
330
+ fy="19.818913"
331
+ fx="24.452202"
332
+ cy="19.818913"
333
+ cx="24.452202"
334
+ gradientTransform="matrix(1.024478,0.000000,0.000000,0.976107,1.646447,-0.353552)"
335
+ gradientUnits="userSpaceOnUse"
336
+ id="radialGradient6675"
337
+ xlink:href="#linearGradient6665"
338
+ inkscape:collect="always" />
339
+ <radialGradient
340
+ r="14.6944"
341
+ fy="20.479359"
342
+ fx="26.887432"
343
+ cy="20.479359"
344
+ cx="26.887432"
345
+ gradientTransform="matrix(1.135551,0.000000,0.000000,1.135551,-4.540325,-2.077433)"
346
+ gradientUnits="userSpaceOnUse"
347
+ id="radialGradient6678"
348
+ xlink:href="#aigrd2"
349
+ inkscape:collect="always" />
350
+ <linearGradient
351
+ gradientUnits="userSpaceOnUse"
352
+ y2="27.403761"
353
+ x2="36.499001"
354
+ y1="35.458244"
355
+ x1="37.502811"
356
+ gradientTransform="scale(0.843938,1.184922)"
357
+ id="linearGradient6690"
358
+ xlink:href="#linearGradient6684"
359
+ inkscape:collect="always" />
360
+ </defs>
361
+
362
+
363
+ <sodipodi:namedview
364
+ inkscape:current-layer="svg5105"
365
+ inkscape:window-y="30"
366
+ inkscape:window-x="203"
367
+ inkscape:cy="20.392013"
368
+ inkscape:cx="20.303269"
369
+ inkscape:zoom="5.6568542"
370
+ id="base"
371
+ pagecolor="#ffffff"
372
+ bordercolor="#666666"
373
+ borderopacity="0.16470588"
374
+ inkscape:pageopacity="0.0"
375
+ inkscape:pageshadow="2"
376
+ inkscape:window-width="821"
377
+ inkscape:window-height="818"
378
+ inkscape:showpageshadow="false"
379
+ showgrid="false" />
380
+
381
+
382
+
383
+
384
+
385
+ <path
386
+ style="opacity:0.48044690;color:#000000;fill:url(#radialGradient6675);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
387
+ d="M 25.389110,19.305038 C 25.389110,19.305038 19.484245,27.481005 19.484245,31.228324 C 19.484245,34.975642 26.297551,32.931650 29.022873,35.656973 C 31.748195,38.382295 22.663787,45.422711 22.663787,45.422711 L 31.748195,42.924499 L 35.381959,46.785372 C 35.381959,42.129613 40.719048,38.382295 37.993726,35.543418 C 35.154848,32.704540 27.092436,33.045205 26.638216,29.297887 C 26.183995,25.550569 25.502665,19.418593 25.502665,19.418593 L 25.389110,19.305038 z "
388
+ id="path6671" />
389
+ <path
390
+ style="opacity:0.48044690;fill:url(#radialGradient6663);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
391
+ d="M 36.916160,9.3946518 C 38.237688,12.452028 40.559293,12.296470 40.616709,16.377167 C 40.649454,18.652929 42.449165,19.847910 42.449165,22.172684 C 42.449165,24.497457 38.434150,25.646156 37.066636,27.013668 C 35.699121,28.381184 37.174521,31.888095 33.464606,32.918627 C 29.789944,33.939367 27.994548,32.508375 25.669774,32.508375 C 23.344998,32.508375 17.781956,36.991063 15.730683,34.939790 C 13.679411,32.888519 13.635647,28.405831 11.857879,26.628063 C 9.9433579,24.713542 6.9184435,22.038663 6.9184435,18.619877 C 6.9184435,15.201092 8.8926489,13.396291 11.721128,10.217892 C 14.639403,6.9385873 14.729659,2.0128046 18.148445,2.0128046 C 21.567230,2.0128046 22.877627,2.9506145 25.787409,2.8770766 C 30.425746,2.7598534 30.994149,0.55375463 34.405481,2.2835766 C 37.413183,3.8087260 35.881638,7.0012699 36.916160,9.3946518 z "
392
+ id="path6639"
393
+ sodipodi:nodetypes="csssssssssssss" />
394
+ <path
395
+ id="path5112"
396
+ d="M 23.621340,18.067599 C 23.621340,18.067599 17.716475,26.243566 17.716475,29.990885 C 17.716475,33.738203 24.529781,31.694211 27.255103,34.419534 C 29.980425,37.144856 20.896017,44.185272 20.896017,44.185272 L 29.980425,41.687060 L 33.614189,45.547933 C 33.614189,40.892174 38.951278,37.144856 36.225956,34.305979 C 33.387078,31.467101 25.324666,31.807766 24.870446,28.060448 C 24.416225,24.313130 23.734895,18.181154 23.734895,18.181154 L 23.621340,18.067599 z "
397
+ style="stroke-opacity:1.0000000;stroke-miterlimit:6.5999999;stroke-width:1.0000000;stroke:#1f254f;fill-rule:nonzero;fill-opacity:1.0000000;fill:url(#linearGradient6631)" />
398
+
399
+
400
+ <path
401
+ sodipodi:nodetypes="cscccsss"
402
+ style="fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient6690);stroke-width:0.72112519;stroke-miterlimit:6.5999999;stroke-opacity:1.0000000"
403
+ d="M 20.803213,31.602421 C 25.355213,32.050805 28.232227,32.837946 28.609835,35.591528 C 28.939949,37.998767 24.377692,42.324487 24.377692,42.324487 L 30.221580,40.699741 L 33.062950,43.660691 C 33.725862,39.949751 37.427758,37.438687 35.741856,35.156087 C 33.627168,32.292939 26.775807,32.912620 26.448257,30.210335 C 26.120707,27.508049 18.114196,31.334950 20.803213,31.602421 z "
404
+ id="path6680" />
405
+ <path
406
+ sodipodi:nodetypes="csssssssssssss"
407
+ id="path5119"
408
+ d="M 34.935485,9.2468088 C 36.201806,12.176463 38.426426,12.027404 38.481444,15.937630 C 38.512821,18.118322 40.237349,19.263383 40.237349,21.491039 C 40.237349,23.718695 36.390061,24.819407 35.079675,26.129792 C 33.769288,27.440180 35.183053,30.800590 31.628119,31.788071 C 28.106966,32.766170 26.386573,31.394957 24.158916,31.394957 C 21.931258,31.394957 16.600611,35.690381 14.635030,33.724800 C 12.669450,31.759221 12.627514,27.463797 10.924012,25.760295 C 9.0894699,23.925753 6.1909207,21.362617 6.1909207,18.086651 C 6.1909207,14.810685 8.0826538,13.081280 10.792974,10.035658 C 13.589338,6.8933472 13.675824,2.1733389 16.951790,2.1733389 C 20.227756,2.1733389 21.483411,3.0719718 24.271637,3.0015059 C 28.716208,2.8891797 29.260866,0.77524063 32.529689,2.4327994 C 35.411745,3.8942357 33.944180,6.9534113 34.935485,9.2468088 z "
409
+ style="stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-linejoin:round;stroke-linecap:round;stroke:#4c0901;fill-rule:nonzero;fill:url(#radialGradient5284)" />
410
+
411
+
412
+ <path
413
+ id="path5126"
414
+ d="M 34.976850,17.567599 C 34.976850,23.813130 29.866870,28.923109 23.621340,28.923109 C 17.375809,28.923109 12.265830,23.813130 12.265830,17.567599 C 12.265830,11.322069 17.375809,6.2120891 23.621340,6.2120891 C 29.866870,6.2120891 34.976850,11.322069 34.976850,17.567599 z "
415
+ style="stroke-miterlimit:4.0000000;stroke:none;fill-rule:nonzero;fill:url(#radialGradient6678)" />
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+ <path
435
+ style="fill:none;fill-rule:nonzero;stroke:url(#linearGradient6610);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
436
+ d="M 33.888971,10.030124 C 35.042232,12.698211 37.068232,12.562460 37.118338,16.123571 C 37.146913,18.109565 38.717470,19.152392 38.717470,21.181157 C 38.717470,23.209922 35.213679,24.212359 34.020288,25.405749 C 32.826895,26.599143 34.114436,29.659526 30.876896,30.558842 C 27.670121,31.449613 26.103329,30.200827 24.074563,30.200827 C 22.045797,30.200827 17.191084,34.112744 15.400995,32.322655 C 13.610908,30.532568 13.572716,26.620651 12.021307,25.069242 C 10.350558,23.398493 7.7107989,21.064201 7.7107989,18.080722 C 7.7107989,15.097243 9.4336334,13.522243 11.901968,10.748543 C 14.448666,7.8867861 14.527430,3.5881928 17.510909,3.5881928 C 20.494388,3.5881928 21.637935,4.4065934 24.177221,4.3424188 C 28.224968,4.2401214 28.720998,2.3149204 31.697971,3.8244879 C 34.322710,5.1554433 32.986173,7.9414875 33.888971,10.030124 z "
437
+ id="path6600"
438
+ sodipodi:nodetypes="csssssssssssss" />
439
+ <path
440
+ id="path6612"
441
+ d="M 23.663250,7.0524597 C 17.795434,7.0524597 13.016988,11.794692 13.016988,17.662510 C 13.016988,21.333503 15.000693,24.443138 17.833154,26.353336 C 25.073625,22.456374 23.786958,15.548148 33.440430,13.606789 C 31.841424,9.7576868 28.088842,7.0524597 23.663250,7.0524597 z "
442
+ style="color:#000000;fill:url(#linearGradient6623);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;opacity:1.0000000" />
443
+ </svg>