Merge lp:~jose/charms/precise/byobu-classroom/1297694-fix into lp:charms/byobu-classroom

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 13
Proposed branch: lp:~jose/charms/precise/byobu-classroom/1297694-fix
Merge into: lp:charms/byobu-classroom
Diff against target: 808 lines (+771/-2)
4 files modified
README.md (+29/-0)
hooks/install (+1/-1)
icon.svg (+739/-0)
metadata.yaml (+2/-1)
To merge this branch: bzr merge lp:~jose/charms/precise/byobu-classroom/1297694-fix
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
charmers Pending
Review via email: mp+212787@code.launchpad.net

Commit message

Charm no longer access EC2 metadata directly, added icon, README, categories and fixed metadata.yaml

Description of the change

Charmworld reports the following errors:

    err: Unknown root metadata field (ensemble)
    warn: Metadata is missing categories.
    warn: No icon.svg file.
    warn: no README file
    warn: (install:31) - hook accesses EC2 metadata service directly

Fixed all of them and added placeholder config.yaml and config-changed files, as charm proof was throwing errors.

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

Please do not create "empty" hooks or config.yaml files. "I" (INFO) proof lines aren't errors, but informational. I have to reject this merge on that alone. The rest of the merge looks good, though the README seems a bit lite (though, a readme is better than none).

When ready for another review please make sure to "Request another review" from "charmers". Thanks for all your work!

review: Needs Fixing
14. By José Antonio Rey

Fixed errors

Revision history for this message
Cory Johns (johnsca) wrote :

José,

Thank for your improvements to the byobu-classroom charm. The icon looks very nice, and the README is good, although it might also be nice if it included some more information about how to use it once started (e.g., the login information).

This is a good improvement to this charm, and I give it my +1.

Thanks again for all of your contributions.

Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'README.md'
--- README.md 1970-01-01 00:00:00 +0000
+++ README.md 2014-04-08 00:50:29 +0000
@@ -0,0 +1,29 @@
1# Overview
2
3byobu-class provides remote terminal access through a web browser, using https,
4ajaxterm, and byobu. It operates in a one-writer, many reader mode.
5
6# Usage
7
8In order to deploy byobu-classroom, execute the following commands:
9
10 juju bootstrap
11 juju deploy byobu-classroom
12
13Then, expose the service by doing:
14
15 juju expose byobu-classroom
16
17Once that's done, you can access the service at the public IP address/DNS given
18by:
19
20 juju status
21
22# Configuration
23
24This charm has no configuration options.
25
26# Contact Information
27
28Maintainer: Mark Mims <mark.mims@canonical.com>
29Report bugs at: https://bugs.launchpad.net/charms/
030
=== modified file 'hooks/install'
--- hooks/install 2011-11-09 19:24:24 +0000
+++ hooks/install 2014-04-08 00:50:29 +0000
@@ -28,7 +28,7 @@
28# Most web browsers can do a little better than 80x25; bump to 160x4028# Most web browsers can do a little better than 80x25; bump to 160x40
29sed -i -e "s/^width=.*/width=160;/" -e "s/^height=.*/height=40;/" /etc/ajaxterm.conf29sed -i -e "s/^width=.*/width=160;/" -e "s/^height=.*/height=40;/" /etc/ajaxterm.conf
30service ajaxterm restart30service ajaxterm restart
31h=$(wget -q -O- http://169.254.169.254/latest/meta-data/public-hostname) || h=$(hostname -s)31h=$(unit-get public-address) || h=$(hostname -s)
32echo "<meta http-equiv='refresh' content='0;url=https://$h/'>" > /var/www/index.html32echo "<meta http-equiv='refresh' content='0;url=https://$h/'>" > /var/www/index.html
3333
34sed -i -e "s/__HOSTNAME__/$h/" /var/www/index.html34sed -i -e "s/__HOSTNAME__/$h/" /var/www/index.html
3535
=== added file 'icon.svg'
--- icon.svg 1970-01-01 00:00:00 +0000
+++ icon.svg 2014-04-08 00:50:29 +0000
@@ -0,0 +1,739 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="96"
13 height="96"
14 id="svg6517"
15 version="1.1"
16 inkscape:version="0.48.4 r9939"
17 sodipodi:docname="icon.svg">
18 <defs
19 id="defs6519">
20 <linearGradient
21 id="Background">
22 <stop
23 id="stop4178"
24 offset="0"
25 style="stop-color:#b8b8b8;stop-opacity:1" />
26 <stop
27 id="stop4180"
28 offset="1"
29 style="stop-color:#c9c9c9;stop-opacity:1" />
30 </linearGradient>
31 <filter
32 style="color-interpolation-filters:sRGB;"
33 inkscape:label="Inner Shadow"
34 id="filter1121">
35 <feFlood
36 flood-opacity="0.59999999999999998"
37 flood-color="rgb(0,0,0)"
38 result="flood"
39 id="feFlood1123" />
40 <feComposite
41 in="flood"
42 in2="SourceGraphic"
43 operator="out"
44 result="composite1"
45 id="feComposite1125" />
46 <feGaussianBlur
47 in="composite1"
48 stdDeviation="1"
49 result="blur"
50 id="feGaussianBlur1127" />
51 <feOffset
52 dx="0"
53 dy="2"
54 result="offset"
55 id="feOffset1129" />
56 <feComposite
57 in="offset"
58 in2="SourceGraphic"
59 operator="atop"
60 result="composite2"
61 id="feComposite1131" />
62 </filter>
63 <filter
64 style="color-interpolation-filters:sRGB;"
65 inkscape:label="Drop Shadow"
66 id="filter950">
67 <feFlood
68 flood-opacity="0.50200803212851408"
69 flood-color="rgb(0,0,0)"
70 result="flood"
71 id="feFlood952" />
72 <feComposite
73 in="flood"
74 in2="SourceGraphic"
75 operator="in"
76 result="composite1"
77 id="feComposite954" />
78 <feGaussianBlur
79 in="composite1"
80 stdDeviation="1"
81 result="blur"
82 id="feGaussianBlur956" />
83 <feOffset
84 dx="0"
85 dy="1"
86 result="offset"
87 id="feOffset958" />
88 <feComposite
89 in="SourceGraphic"
90 in2="offset"
91 operator="over"
92 result="composite2"
93 id="feComposite960" />
94 </filter>
95 <clipPath
96 clipPathUnits="userSpaceOnUse"
97 id="clipPath873">
98 <g
99 transform="matrix(0,-0.66666667,0.66604479,0,-258.25992,677.00001)"
100 id="g875"
101 inkscape:label="Layer 1"
102 style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline">
103 <path
104 style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline"
105 d="m 46.702703,898.22775 50.594594,0 C 138.16216,898.22775 144,904.06497 144,944.92583 l 0,50.73846 c 0,40.86071 -5.83784,46.69791 -46.702703,46.69791 l -50.594594,0 C 5.8378378,1042.3622 0,1036.525 0,995.66429 L 0,944.92583 C 0,904.06497 5.8378378,898.22775 46.702703,898.22775 Z"
106 id="path877"
107 inkscape:connector-curvature="0"
108 sodipodi:nodetypes="sssssssss" />
109 </g>
110 </clipPath>
111 <filter
112 inkscape:collect="always"
113 id="filter891"
114 inkscape:label="Badge Shadow">
115 <feGaussianBlur
116 inkscape:collect="always"
117 stdDeviation="0.71999962"
118 id="feGaussianBlur893" />
119 </filter>
120 </defs>
121 <sodipodi:namedview
122 id="base"
123 pagecolor="#ffffff"
124 bordercolor="#666666"
125 borderopacity="1.0"
126 inkscape:pageopacity="0.0"
127 inkscape:pageshadow="2"
128 inkscape:zoom="4.0745362"
129 inkscape:cx="-42.228439"
130 inkscape:cy="49.018169"
131 inkscape:document-units="px"
132 inkscape:current-layer="layer3"
133 showgrid="true"
134 fit-margin-top="0"
135 fit-margin-left="0"
136 fit-margin-right="0"
137 fit-margin-bottom="0"
138 inkscape:window-width="1920"
139 inkscape:window-height="1056"
140 inkscape:window-x="0"
141 inkscape:window-y="24"
142 inkscape:window-maximized="1"
143 showborder="true"
144 showguides="true"
145 inkscape:guide-bbox="true"
146 inkscape:showpageshadow="false">
147 <inkscape:grid
148 type="xygrid"
149 id="grid821" />
150 <sodipodi:guide
151 orientation="1,0"
152 position="16,48"
153 id="guide823" />
154 <sodipodi:guide
155 orientation="0,1"
156 position="64,80"
157 id="guide825" />
158 <sodipodi:guide
159 orientation="1,0"
160 position="80,40"
161 id="guide827" />
162 <sodipodi:guide
163 orientation="0,1"
164 position="64,16"
165 id="guide829" />
166 </sodipodi:namedview>
167 <metadata
168 id="metadata6522">
169 <rdf:RDF>
170 <cc:Work
171 rdf:about="">
172 <dc:format>image/svg+xml</dc:format>
173 <dc:type
174 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
175 <dc:title />
176 </cc:Work>
177 </rdf:RDF>
178 </metadata>
179 <g
180 inkscape:label="BACKGROUND"
181 inkscape:groupmode="layer"
182 id="layer1"
183 transform="translate(268,-635.29076)"
184 style="display:inline">
185 <path
186 style="fill:#dd4814;fill-opacity:1;stroke:none;display:inline;filter:url(#filter1121)"
187 d="m -268,700.15563 0,-33.72973 c 0,-27.24324 3.88785,-31.13513 31.10302,-31.13513 l 33.79408,0 c 27.21507,0 31.1029,3.89189 31.1029,31.13513 l 0,33.72973 c 0,27.24325 -3.88783,31.13514 -31.1029,31.13514 l -33.79408,0 C -264.11215,731.29077 -268,727.39888 -268,700.15563 Z"
188 id="path6455"
189 inkscape:connector-curvature="0"
190 sodipodi:nodetypes="sssssssss" />
191 </g>
192 <g
193 inkscape:groupmode="layer"
194 id="layer3"
195 inkscape:label="PLACE YOUR PICTOGRAM HERE"
196 style="display:inline">
197 <g
198 id="g4037"
199 transform="matrix(0.225,0,0,0.225,53.695707,38.281781)"
200 style="filter:url(#filter950)">
201 <path
202 id="path4136"
203 d="m -163.55085,-90.527358 2.65153,272.015078"
204 style="fill:#ffcca3;fill-opacity:0.75;stroke:#000000;stroke-width:0.64681846px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
205 inkscape:connector-curvature="0" />
206 <path
207 id="path4158"
208 d="m -164.21373,-89.917448 3.31441,272.624948 95.459729,-10.36829 88.8309,13.41779 86.179381,-6.09899 3.97729,-265.916068 -84.852941,-7.3188 -95.460389,14.0277 -97.44838,-10.36829 z"
209 style="fill:none;stroke:#000000;stroke-width:0.64681846px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
210 inkscape:connector-curvature="0" />
211 <path
212 id="path4162"
213 d="m -66.76535,-79.549158 0,252.498278 0,0"
214 style="fill:#ffcca3;fill-opacity:0.75;stroke:#000000;stroke-width:0.64681846px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
215 inkscape:connector-curvature="0" />
216 <path
217 id="path4164"
218 d="m 28.695039,-94.186748 0,278.723948"
219 style="fill:#ffcca3;fill-opacity:0.15306121;stroke:#000000;stroke-width:0.64681846px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
220 inkscape:connector-curvature="0" />
221 <path
222 id="path4166"
223 d="m 29.076039,45.80486 0,-138.907298 1.82278,0.28888 c 1.00274,0.15888 19.71516,1.81543 41.58285,3.6812 21.86838,1.86578 39.894301,3.51561 40.058191,3.6663 0.53339,0.49112 -3.57137,263.626118 -4.12095,264.131558 -0.29333,0.27008 -18.265321,1.74107 -39.938131,3.26886 l -39.40474,2.77777 0,-138.90727 z"
224 style="fill:#f4bd71;fill-opacity:0.11224491;stroke:none"
225 inkscape:connector-curvature="0" />
226 <path
227 id="path4168"
228 d="m 29.076039,45.80486 0,-138.907298 1.82278,0.28888 c 1.00274,0.15888 19.71516,1.81543 41.58285,3.6812 21.86838,1.86578 39.894301,3.51561 40.058191,3.6663 0.53339,0.49112 -3.57137,263.626118 -4.12095,264.131558 -0.29333,0.27008 -18.265321,1.74107 -39.938131,3.26886 l -39.40474,2.77777 0,-138.90727 z"
229 style="fill:#f4bd71;fill-opacity:0.11224491;stroke:none"
230 inkscape:connector-curvature="0" />
231 <path
232 id="path4170"
233 d="m 29.076039,45.80486 0,-138.907298 1.82278,0.28888 c 1.00274,0.15888 19.71516,1.81543 41.58285,3.6812 21.86838,1.86578 39.894301,3.51561 40.058191,3.6663 0.53339,0.49112 -3.57137,263.626118 -4.12095,264.131558 -0.29333,0.27008 -18.265321,1.74107 -39.938131,3.26886 l -39.40474,2.77777 0,-138.90727 z"
234 style="fill:#f4bd71;fill-opacity:0.11224491;stroke:none"
235 inkscape:connector-curvature="0" />
236 <path
237 id="path4172"
238 d="m 29.076039,45.80486 0,-138.907298 1.82278,0.28888 c 1.00274,0.15888 19.71516,1.81543 41.58285,3.6812 21.86838,1.86578 39.894301,3.51561 40.058191,3.6663 0.53339,0.49112 -3.57137,263.626118 -4.12095,264.131558 -0.29333,0.27008 -18.265321,1.74107 -39.938131,3.26886 l -39.40474,2.77777 0,-138.90727 z"
239 style="fill:#f4bd71;fill-opacity:0.11224491;stroke:none"
240 inkscape:connector-curvature="0" />
241 <path
242 id="path4176"
243 d="m -20.642801,178.54423 c -22.78815,-3.46598 -42.4022,-6.46701 -43.58702,-6.66899 l -2.154529,-0.36718 0,-125.30664 c 0,-68.918668 0.22993,-125.306658 0.511159,-125.306658 0.28051,0 21.0281,-3.01901 46.10434,-6.70889 25.0768997,-3.6899 46.02681,-6.70889 46.55617,-6.70889 0.83888,0 0.96231,17.86713 0.96231,138.752058 l 0,138.75208 -3.4803,-0.0675 c -1.91381,-0.0372 -22.1246403,-2.90336 -44.91213,-6.36933 l 0,0 z"
244 style="fill:#ffcca3;fill-opacity:0.15306121;stroke:none"
245 inkscape:connector-curvature="0" />
246 <path
247 id="path4178"
248 d="m -20.642801,178.54423 c -22.78815,-3.46598 -42.4022,-6.46701 -43.58702,-6.66899 l -2.154529,-0.36718 0,-125.30664 c 0,-68.918668 0.22993,-125.306658 0.511159,-125.306658 0.28051,0 21.0281,-3.01901 46.10434,-6.70889 25.0768997,-3.6899 46.02681,-6.70889 46.55617,-6.70889 0.83888,0 0.96231,17.86713 0.96231,138.752058 l 0,138.75208 -3.4803,-0.0675 c -1.91381,-0.0372 -22.1246403,-2.90336 -44.91213,-6.36933 l 0,0 z"
249 style="fill:#ffcca3;fill-opacity:0.15306121;stroke:none"
250 inkscape:connector-curvature="0" />
251 <path
252 id="path4180"
253 d="m -20.642801,178.54423 c -22.78815,-3.46598 -42.4022,-6.46701 -43.58702,-6.66899 l -2.154529,-0.36718 0,-125.30664 c 0,-68.918668 0.22993,-125.306658 0.511159,-125.306658 0.28051,0 21.0281,-3.01901 46.10434,-6.70889 25.0768997,-3.6899 46.02681,-6.70889 46.55617,-6.70889 0.83888,0 0.96231,17.86713 0.96231,138.752058 l 0,138.75208 -3.4803,-0.0675 c -1.91381,-0.0372 -22.1246403,-2.90336 -44.91213,-6.36933 l 0,0 z"
254 style="fill:#ffcca3;fill-opacity:0.15306121;stroke:none"
255 inkscape:connector-curvature="0" />
256 <path
257 id="path4182"
258 d="m -20.642801,178.54423 c -22.78815,-3.46598 -42.4022,-6.46701 -43.58702,-6.66899 l -2.154529,-0.36718 0,-125.30664 c 0,-68.918668 0.22993,-125.306658 0.511159,-125.306658 0.28051,0 21.0281,-3.01901 46.10434,-6.70889 25.0768997,-3.6899 46.02681,-6.70889 46.55617,-6.70889 0.83888,0 0.96231,17.86713 0.96231,138.752058 l 0,138.75208 -3.4803,-0.0675 c -1.91381,-0.0372 -22.1246403,-2.90336 -44.91213,-6.36933 l 0,0 z"
259 style="fill:#ffcca3;fill-opacity:0.15306121;stroke:none"
260 inkscape:connector-curvature="0" />
261 <path
262 id="path4184"
263 d="m 29.076039,45.80486 0,-138.907298 1.82278,0.28888 c 1.00274,0.15888 19.71516,1.81543 41.58285,3.6812 21.86838,1.86578 39.894301,3.51561 40.058191,3.6663 0.53339,0.49112 -3.57137,263.626118 -4.12095,264.131558 -0.29333,0.27008 -18.265321,1.74107 -39.938131,3.26886 l -39.40474,2.77777 0,-138.90727 z"
264 style="fill:#f4bd71;fill-opacity:0.11224491;stroke:none"
265 inkscape:connector-curvature="0" />
266 <path
267 id="path4186"
268 d="m 29.076039,45.80486 0,-138.907298 1.82278,0.28888 c 1.00274,0.15888 19.71516,1.81543 41.58285,3.6812 21.86838,1.86578 39.894301,3.51561 40.058191,3.6663 0.53339,0.49112 -3.57137,263.626118 -4.12095,264.131558 -0.29333,0.27008 -18.265321,1.74107 -39.938131,3.26886 l -39.40474,2.77777 0,-138.90727 z"
269 style="fill:#f4bd71;fill-opacity:0.11224491;stroke:none"
270 inkscape:connector-curvature="0" />
271 <path
272 id="path4700"
273 d="m -20.642801,178.54423 c -22.78815,-3.46598 -42.4022,-6.46701 -43.58702,-6.66899 l -2.154529,-0.36718 0,-125.30664 c 0,-68.918668 0.22993,-125.306658 0.511159,-125.306658 0.28051,0 21.0281,-3.01901 46.10434,-6.70889 25.0768997,-3.6899 46.02681,-6.70889 46.55617,-6.70889 0.83888,0 0.96231,17.86713 0.96231,138.752058 l 0,138.75208 -3.4803,-0.0675 c -1.91381,-0.0372 -22.1246403,-2.90336 -44.91213,-6.36933 l 0,0 z"
274 style="fill:#ffcca3;fill-opacity:0.19607843;stroke:#000000;stroke-width:6.46818447;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
275 inkscape:connector-curvature="0" />
276 <path
277 id="path4702"
278 d="m -160.57158,157.38319 c -0.027,-13.50164 -0.56511,-74.36198 -1.19023,-135.24516 -0.62579,-60.883188 -1.04321,-110.816618 -0.9279,-110.963168 0.17399,-0.22169 71.495496,7.14453 89.51065,9.24487 l 5.46895,0.63762 0,125.557948 c 0,108.87053 -0.12679,125.55793 -0.95421,125.55793 -0.52532,0 -21.14546,2.19564 -45.82247,4.87921 -24.67769,2.68354 -45.12992,4.87919 -45.44956,4.87919 -0.32369,0 -0.60556,-10.9082 -0.63523,-24.54844 l 0,0 z"
279 style="fill:#ffcca3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:6.46818447;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
280 inkscape:connector-curvature="0" />
281 <path
282 id="path6195"
283 d="M 82.391179,174.16891 26.042849,126.59677 -8.4283713,110.1295 -28.316181,68.04644 l -33.80834,-31.10485 -0.66287,-18.29698 11.26901,-43.912738"
284 style="fill:none;stroke:#000000;stroke-width:5.82136583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.68627451;stroke-dasharray:none"
285 inkscape:connector-curvature="0" />
286 <path
287 id="path6197"
288 d="M 23.391309,124.15717 76.424579,97.9315"
289 style="fill:none;stroke:#000000;stroke-width:5.17454767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.58823529;stroke-dasharray:none"
290 inkscape:connector-curvature="0" />
291 <path
292 id="path6199"
293 d="M 14.110959,119.27797 57.200319,82.68404"
294 style="fill:none;stroke:#000000;stroke-width:5.17454767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.58823529;stroke-dasharray:none"
295 inkscape:connector-curvature="0" />
296 <path
297 id="path6201"
298 d="M 2.1784087,114.3988 -34.944991,140.62445"
299 style="fill:none;stroke:#000000;stroke-width:3.23409224;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.58823529;stroke-dasharray:none"
300 inkscape:connector-curvature="0" />
301 <path
302 id="path6203"
303 d="m -10.611901,102.90693 -40.68935,18.63143 -24.412678,-20.37814 -65.103371,4.07564"
304 style="fill:none;stroke:#000000;stroke-width:4.90143967;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.68627451;stroke-dasharray:none"
305 inkscape:connector-curvature="0" />
306 <path
307 id="path6205"
308 d="M -29.641941,65.60686 0.8519787,29.01291 59.851849,-10.630558 l 20.55068,-3.04948 0.66289,0"
309 style="fill:none;stroke:#000000;stroke-width:5.17454767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.68627451;stroke-dasharray:none"
310 inkscape:connector-curvature="0" />
311 <path
312 id="path6207"
313 d="M -13.732101,45.48018 -20.360931,19.86442 8.8072187,4.007032"
314 style="fill:none;stroke:#000000;stroke-width:4.52772903;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.58823529;stroke-dasharray:none"
315 inkscape:connector-curvature="0" />
316 <path
317 id="path6209"
318 d="m -3.7882113,11.32581 -0.66287,-26.835548 18.5620403,1.21979 53.03327,-45.74245"
319 style="fill:none;stroke:#000000;stroke-width:3.23409224;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.58823529;stroke-dasharray:none"
320 inkscape:connector-curvature="0" />
321 <path
322 id="path6211"
323 d="m -62.787391,21.08421 31.81969,-29.275148"
324 style="fill:none;stroke:#000000;stroke-width:3.23409224;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.58823529;stroke-dasharray:none"
325 inkscape:connector-curvature="0" />
326 <path
327 id="path6213"
328 d="M -63.450291,26.57331 -91.956224,37.5515 -125.10167,11.32581 -137.03422,9.49612"
329 style="fill:none;stroke:#000000;stroke-width:4.52772903;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.68627451;stroke-dasharray:none"
330 inkscape:connector-curvature="0" />
331 <path
332 id="path6215"
333 d="m -61.461631,13.15554 -45.741549,-24.395998 -27.84239,1.21981 4.64017,-20.73657"
334 style="fill:none;stroke:#000000;stroke-width:3.23409224;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.58823529;stroke-dasharray:none"
335 inkscape:connector-curvature="0" />
336 <path
337 transform="matrix(0.67434588,0,0,0.62041473,-11432.465,-103.94514)"
338 d="m 17097.22,140.57626 c 0,5.42924 -4.181,9.83051 -9.339,9.83051 -5.158,0 -9.339,-4.40127 -9.339,-9.83051 0,-5.42924 4.181,-9.8305 9.339,-9.8305 5.158,0 9.339,4.40126 9.339,9.8305 z"
339 sodipodi:ry="9.8305082"
340 sodipodi:rx="9.3389826"
341 sodipodi:cy="140.57626"
342 sodipodi:cx="17087.881"
343 id="path6251"
344 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
345 sodipodi:type="arc" />
346 <path
347 transform="matrix(0.67434588,0,0,0.62041473,-11419.206,-105.77482)"
348 d="m 17064.78,167.61017 c 0,4.61485 -3.081,8.35593 -6.882,8.35593 -3.8,0 -6.881,-3.74108 -6.881,-8.35593 0,-4.61486 3.081,-8.35593 6.881,-8.35593 3.801,0 6.882,3.74107 6.882,8.35593 z"
349 sodipodi:ry="8.3559322"
350 sodipodi:rx="6.8813558"
351 sodipodi:cy="167.61017"
352 sodipodi:cx="17057.898"
353 id="path6253"
354 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
355 sodipodi:type="arc" />
356 <path
357 transform="matrix(0.67434588,0,0,0.62041473,-11416.555,-116.75303)"
358 d="m 17046.101,147.45763 c 0,5.97216 -5.281,10.81356 -11.796,10.81356 -6.515,0 -11.797,-4.8414 -11.797,-10.81356 0,-5.97217 5.282,-10.81356 11.797,-10.81356 6.515,0 11.796,4.84139 11.796,10.81356 z"
359 sodipodi:ry="10.81356"
360 sodipodi:rx="11.79661"
361 sodipodi:cy="147.45763"
362 sodipodi:cx="17034.305"
363 id="path6255"
364 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
365 sodipodi:type="arc" />
366 <path
367 transform="matrix(0.67434588,0,0,0.62041473,-11437.769,-116.75303)"
368 d="m 17067.729,110.10169 c 0,4.88632 -3.081,8.84746 -6.881,8.84746 -3.801,0 -6.882,-3.96114 -6.882,-8.84746 0,-4.88631 3.081,-8.84746 6.882,-8.84746 3.8,0 6.881,3.96115 6.881,8.84746 z"
369 sodipodi:ry="8.8474579"
370 sodipodi:rx="6.8813558"
371 sodipodi:cy="110.10169"
372 sodipodi:cx="17060.848"
373 id="path6257"
374 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
375 sodipodi:type="arc" />
376 <path
377 transform="matrix(0.67434588,0,0,0.62041473,-11428.488,-125.90151)"
378 d="m 17030.373,110.10169 c 0,5.42924 -4.622,9.83051 -10.322,9.83051 -5.701,0 -10.322,-4.40127 -10.322,-9.83051 0,-5.42924 4.621,-9.83051 10.322,-9.83051 5.7,0 10.322,4.40127 10.322,9.83051 z"
379 sodipodi:ry="9.8305082"
380 sodipodi:rx="10.322034"
381 sodipodi:cy="110.10169"
382 sodipodi:cx="17020.051"
383 id="path6259"
384 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
385 sodipodi:type="arc" />
386 <path
387 transform="matrix(0.67434588,0,0,0.62041473,-11421.196,-67.351178)"
388 d="m 17026.44,256.57626 c 0,2.71462 -2.421,4.91526 -5.407,4.91526 -2.986,0 -5.407,-2.20064 -5.407,-4.91526 0,-2.71462 2.421,-4.91525 5.407,-4.91525 2.986,0 5.407,2.20063 5.407,4.91525 z"
389 sodipodi:ry="4.9152541"
390 sodipodi:rx="5.4067798"
391 sodipodi:cy="256.57626"
392 sodipodi:cx="17021.033"
393 id="path6261"
394 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
395 sodipodi:type="arc" />
396 <path
397 transform="matrix(0.67434588,0,0,0.62041473,-11421.196,-101.50553)"
398 d="m 17037.254,282.62711 c 0,5.15777 -4.622,9.33898 -10.322,9.33898 -5.701,0 -10.322,-4.18121 -10.322,-9.33898 0,-5.15778 4.621,-9.33899 10.322,-9.33899 5.7,0 10.322,4.18121 10.322,9.33899 z"
399 sodipodi:ry="9.3389826"
400 sodipodi:rx="10.322034"
401 sodipodi:cy="282.62711"
402 sodipodi:cx="17026.932"
403 id="path6263"
404 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
405 sodipodi:type="arc" />
406 <path
407 transform="matrix(0.67434588,0,0,0.62041473,-11446.388,-111.87383)"
408 d="m 17051.016,307.2034 c 0,5.7007 -4.401,10.32203 -9.83,10.32203 -5.43,0 -9.831,-4.62133 -9.831,-10.32203 0,-5.7007 4.401,-10.32203 9.831,-10.32203 5.429,0 9.83,4.62133 9.83,10.32203 z"
409 sodipodi:ry="10.322034"
410 sodipodi:rx="9.8305082"
411 sodipodi:cy="307.2034"
412 sodipodi:cx="17041.186"
413 id="path6265"
414 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
415 sodipodi:type="arc" />
416 <path
417 transform="matrix(0.67434588,0,0,0.62041473,-11428.488,-105.77482)"
418 d="m 17088.373,335.71185 c 0,4.61486 -5.282,8.35594 -11.797,8.35594 -6.515,0 -11.796,-3.74108 -11.796,-8.35594 0,-4.61485 5.281,-8.35593 11.796,-8.35593 6.515,0 11.797,3.74108 11.797,8.35593 z"
419 sodipodi:ry="8.3559322"
420 sodipodi:rx="11.79661"
421 sodipodi:cy="335.71185"
422 sodipodi:cx="17076.576"
423 id="path6267"
424 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
425 sodipodi:type="arc" />
426 <path
427 transform="matrix(0.67434588,0,0,0.62041473,-11471.577,-213.727)"
428 d="m 17035.288,360.77966 c 0,2.1717 -2.421,3.93221 -5.407,3.93221 -2.986,0 -5.407,-1.76051 -5.407,-3.93221 0,-2.17169 2.421,-3.9322 5.407,-3.9322 2.986,0 5.407,1.76051 5.407,3.9322 z"
429 sodipodi:ry="3.9322033"
430 sodipodi:rx="5.4067798"
431 sodipodi:cy="360.77966"
432 sodipodi:cx="17029.881"
433 id="path6269"
434 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
435 sodipodi:type="arc" />
436 <path
437 transform="matrix(0.67434588,0,0,0.62041473,-11418.543,-109.43424)"
438 d="m 17051.016,354.88135 c 0,3.80047 -3.741,6.88135 -8.356,6.88135 -4.615,0 -8.356,-3.08088 -8.356,-6.88135 0,-3.80047 3.741,-6.88136 8.356,-6.88136 4.615,0 8.356,3.08089 8.356,6.88136 z"
439 sodipodi:ry="6.8813558"
440 sodipodi:rx="8.3559322"
441 sodipodi:cy="354.88135"
442 sodipodi:cx="17042.66"
443 id="path6271"
444 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
445 sodipodi:type="arc" />
446 <path
447 transform="matrix(0.67434588,0,0,0.62041473,-11435.778,-124.0718)"
448 d="m 16905.525,414.35593 c 0,5.15777 -4.182,9.33898 -9.339,9.33898 -5.158,0 -9.339,-4.18121 -9.339,-9.33898 0,-5.15778 4.181,-9.33899 9.339,-9.33899 5.157,0 9.339,4.18121 9.339,9.33899 z"
449 sodipodi:ry="9.3389826"
450 sodipodi:rx="9.3389826"
451 sodipodi:cy="414.35593"
452 sodipodi:cx="16896.186"
453 id="path6273"
454 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
455 sodipodi:type="arc" />
456 <path
457 transform="matrix(0.67434588,0,0,0.62041473,-11459.646,-64.301688)"
458 d="m 16959.592,339.15256 c 0,5.42924 -2.42,9.83051 -5.406,9.83051 -2.987,0 -5.407,-4.40127 -5.407,-9.83051 0,-5.42924 2.42,-9.83051 5.407,-9.83051 2.986,0 5.406,4.40127 5.406,9.83051 z"
459 sodipodi:ry="9.8305082"
460 sodipodi:rx="5.4067798"
461 sodipodi:cy="339.15256"
462 sodipodi:cx="16954.186"
463 id="path6275"
464 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
465 sodipodi:type="arc" />
466 <path
467 transform="matrix(0.67434588,0,0,0.62041473,-11341.645,-277.76641)"
468 d="m 16923.22,338.66101 c 0,4.07193 -4.181,7.37288 -9.339,7.37288 -5.158,0 -9.339,-3.30095 -9.339,-7.37288 0,-4.07193 4.181,-7.37288 9.339,-7.37288 5.158,0 9.339,3.30095 9.339,7.37288 z"
469 sodipodi:ry="7.3728814"
470 sodipodi:rx="9.3389826"
471 sodipodi:cy="338.66101"
472 sodipodi:cx="16913.881"
473 id="path6277"
474 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
475 sodipodi:type="arc" />
476 <path
477 transform="matrix(0.67434588,0,0,0.62041473,-11457.656,-195.43002)"
478 d="m 16962.541,287.54236 c 0,5.15778 -3.741,9.33898 -8.355,9.33898 -4.615,0 -8.356,-4.1812 -8.356,-9.33898 0,-5.15778 3.741,-9.33898 8.356,-9.33898 4.614,0 8.355,4.1812 8.355,9.33898 z"
479 sodipodi:ry="9.3389826"
480 sodipodi:rx="8.3559322"
481 sodipodi:cy="287.54236"
482 sodipodi:cx="16954.186"
483 id="path6279"
484 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
485 sodipodi:type="arc" />
486 <path
487 transform="matrix(0.67434588,0,0,0.62041473,-11405.286,-166.15485)"
488 d="m 16931.084,260.01694 c 0,5.15777 -3.301,9.33898 -7.373,9.33898 -4.072,0 -7.373,-4.18121 -7.373,-9.33898 0,-5.15778 3.301,-9.33899 7.373,-9.33899 4.072,0 7.373,4.18121 7.373,9.33899 z"
489 sodipodi:ry="9.3389826"
490 sodipodi:rx="7.3728814"
491 sodipodi:cy="260.01694"
492 sodipodi:cx="16923.711"
493 id="path6281"
494 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
495 sodipodi:type="arc" />
496 <path
497 transform="matrix(0.67434588,0,0,0.62041473,-11432.465,-134.44009)"
498 d="m 16927.152,211.35593 c 0,4.34339 -3.961,7.8644 -8.847,7.8644 -4.887,0 -8.848,-3.52101 -8.848,-7.8644 0,-4.3434 3.961,-7.86441 8.848,-7.86441 4.886,0 8.847,3.52101 8.847,7.86441 z"
499 sodipodi:ry="7.8644066"
500 sodipodi:rx="8.8474579"
501 sodipodi:cy="211.35593"
502 sodipodi:cx="16918.305"
503 id="path6283"
504 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
505 sodipodi:type="arc" />
506 <path
507 transform="matrix(0.33717295,0,0,0.74449769,-5751.2721,-133.09832)"
508 d="m 16904.543,131.72882 c 0,5.42924 -5.721,9.83051 -12.779,9.83051 -7.058,0 -12.78,-4.40127 -12.78,-9.83051 0,-5.42924 5.722,-9.83051 12.78,-9.83051 7.058,0 12.779,4.40127 12.779,9.83051 z"
509 sodipodi:ry="9.8305082"
510 sodipodi:rx="12.779661"
511 sodipodi:cy="131.72882"
512 sodipodi:cx="16891.764"
513 id="path6287"
514 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
515 sodipodi:type="arc" />
516 <path
517 transform="matrix(0.67434588,0,0,0.62041473,-11443.735,-109.43424)"
518 d="m 16769.864,129.27118 c 0,7.32947 -4.402,13.27119 -9.831,13.27119 -5.429,0 -9.83,-5.94172 -9.83,-13.27119 0,-7.32947 4.401,-13.27119 9.83,-13.27119 5.429,0 9.831,5.94172 9.831,13.27119 z"
519 sodipodi:ry="13.271187"
520 sodipodi:rx="9.8305082"
521 sodipodi:cy="129.27118"
522 sodipodi:cx="16760.033"
523 id="path6289"
524 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
525 sodipodi:type="arc" />
526 <path
527 transform="matrix(0.58443311,0,0,0.39706542,-9951.2887,-74.352818)"
528 d="m 16820,191.20338 c 0,6.78655 -6.602,12.28814 -14.746,12.28814 -8.144,0 -14.746,-5.50159 -14.746,-12.28814 0,-6.78655 6.602,-12.28813 14.746,-12.28813 8.144,0 14.746,5.50158 14.746,12.28813 z"
529 sodipodi:ry="12.288136"
530 sodipodi:rx="14.745763"
531 sodipodi:cy="191.20338"
532 sodipodi:cx="16805.254"
533 id="path6291"
534 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
535 sodipodi:type="arc" />
536 <path
537 transform="matrix(0.67434588,0,0,0.62041473,-11438.432,-116.14312)"
538 d="m 16774.78,220.69492 c 0,5.7007 -5.501,10.32203 -12.288,10.32203 -6.786,0 -12.288,-4.62133 -12.288,-10.32203 0,-5.70071 5.502,-10.32204 12.288,-10.32204 6.787,0 12.288,4.62133 12.288,10.32204 z"
539 sodipodi:ry="10.322034"
540 sodipodi:rx="12.288136"
541 sodipodi:cy="220.69492"
542 sodipodi:cx="16762.492"
543 id="path6293"
544 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
545 sodipodi:type="arc" />
546 <path
547 transform="matrix(0.67434588,0,0,0.62041473,-11474.228,-232.63387)"
548 d="m 16826.881,308.67798 c 0,3.80047 -3.961,6.88135 -8.848,6.88135 -4.886,0 -8.847,-3.08088 -8.847,-6.88135 0,-3.80047 3.961,-6.88136 8.847,-6.88136 4.887,0 8.848,3.08089 8.848,6.88136 z"
549 sodipodi:ry="6.8813558"
550 sodipodi:rx="8.8474579"
551 sodipodi:cy="308.67798"
552 sodipodi:cx="16818.033"
553 id="path6295"
554 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
555 sodipodi:type="arc" />
556 <path
557 transform="matrix(0.67434588,0,0,0.62041473,-11494.779,-197.86962)"
558 d="m 16837.695,331.28815 c 0,5.42924 -2.861,9.83051 -6.39,9.83051 -3.529,0 -6.39,-4.40127 -6.39,-9.83051 0,-5.42924 2.861,-9.83051 6.39,-9.83051 3.529,0 6.39,4.40127 6.39,9.83051 z"
559 sodipodi:ry="9.8305082"
560 sodipodi:rx="6.3898306"
561 sodipodi:cy="331.28815"
562 sodipodi:cx="16831.305"
563 id="path6297"
564 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
565 sodipodi:type="arc" />
566 <path
567 transform="matrix(0.67434588,0,0,0.62041473,-11319.768,-235.07347)"
568 d="m 16817.05,382.89832 c 0,3.529 -2.861,6.38983 -6.39,6.38983 -3.529,0 -6.39,-2.86083 -6.39,-6.38983 0,-3.52901 2.861,-6.38984 6.39,-6.38984 3.529,0 6.39,2.86083 6.39,6.38984 z"
569 sodipodi:ry="6.3898306"
570 sodipodi:rx="6.3898306"
571 sodipodi:cy="382.89832"
572 sodipodi:cx="16810.66"
573 id="path6299"
574 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
575 sodipodi:type="arc" />
576 <path
577 transform="matrix(0.67434588,0,0,0.62041473,-11496.105,-131.39059)"
578 d="m 16835.728,393.71185 c 0,4.61486 -3.961,8.35594 -8.847,8.35594 -4.886,0 -8.848,-3.74108 -8.848,-8.35594 0,-4.61485 3.962,-8.35593 8.848,-8.35593 4.886,0 8.847,3.74108 8.847,8.35593 z"
579 sodipodi:ry="8.3559322"
580 sodipodi:rx="8.8474579"
581 sodipodi:cy="393.71185"
582 sodipodi:cx="16826.881"
583 id="path6311"
584 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
585 sodipodi:type="arc" />
586 <path
587 transform="matrix(0.32933172,0,0,0.41360982,-5655.0571,-44.378318)"
588 d="m 16793.458,385.35593 c 0,6.51508 -9.463,11.79661 -21.136,11.79661 -11.673,0 -21.135,-5.28153 -21.135,-11.79661 0,-6.51509 9.462,-11.79661 21.135,-11.79661 11.673,0 21.136,5.28152 21.136,11.79661 z"
589 sodipodi:ry="11.79661"
590 sodipodi:rx="21.135593"
591 sodipodi:cy="385.35593"
592 sodipodi:cx="16772.322"
593 id="path6313"
594 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
595 sodipodi:type="arc" />
596 <path
597 transform="matrix(0.67434588,0,0,0.62041473,-11460.307,-121.02232)"
598 d="m 16796.407,348.98306 c 0,4.34339 -4.402,7.86441 -9.831,7.86441 -5.429,0 -9.83,-3.52102 -9.83,-7.86441 0,-4.34339 4.401,-7.8644 9.83,-7.8644 5.429,0 9.831,3.52101 9.831,7.8644 z"
599 sodipodi:ry="7.8644066"
600 sodipodi:rx="9.8305082"
601 sodipodi:cy="348.98306"
602 sodipodi:cx="16786.576"
603 id="path6315"
604 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
605 sodipodi:type="arc" />
606 <path
607 transform="matrix(0.67434588,0,0,0.62041473,-11371.478,-232.63387)"
608 d="m 16805.255,333.74576 c 0,4.07193 -2.861,7.37288 -6.39,7.37288 -3.529,0 -6.39,-3.30095 -6.39,-7.37288 0,-4.07193 2.861,-7.37288 6.39,-7.37288 3.529,0 6.39,3.30095 6.39,7.37288 z"
609 sodipodi:ry="7.3728814"
610 sodipodi:rx="6.3898306"
611 sodipodi:cy="333.74576"
612 sodipodi:cx="16798.865"
613 id="path6317"
614 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
615 sodipodi:type="arc" />
616 <path
617 transform="matrix(0.77068099,0,0,0.50408697,-12961.624,-208.50473)"
618 d="m 16774.779,341.11865 c 0,4.34339 -4.621,7.86441 -10.322,7.86441 -5.701,0 -10.322,-3.52102 -10.322,-7.86441 0,-4.34339 4.621,-7.8644 10.322,-7.8644 5.701,0 10.322,3.52101 10.322,7.8644 z"
619 sodipodi:ry="7.8644066"
620 sodipodi:rx="10.322034"
621 sodipodi:cy="341.11865"
622 sodipodi:cx="16764.457"
623 id="path6323"
624 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
625 sodipodi:type="arc" />
626 <path
627 transform="matrix(0.67434588,0,0,0.62041473,-11425.836,-191.16073)"
628 d="m 16895.696,284.10168 c 0,4.3434 -3.081,7.86441 -6.882,7.86441 -3.8,0 -6.881,-3.52101 -6.881,-7.86441 0,-4.34339 3.081,-7.8644 6.881,-7.8644 3.801,0 6.882,3.52101 6.882,7.8644 z"
629 sodipodi:ry="7.8644066"
630 sodipodi:rx="6.8813558"
631 sodipodi:cy="284.10168"
632 sodipodi:cx="16888.814"
633 id="path6325"
634 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
635 sodipodi:type="arc" />
636 <path
637 transform="matrix(0.67434588,0,0,0.62041473,-11437.104,-94.796648)"
638 d="m 17088.373,290 c 0,8.14386 -5.061,14.74576 -11.305,14.74576 -6.243,0 -11.305,-6.6019 -11.305,-14.74576 0,-8.14386 5.062,-14.74576 11.305,-14.74576 6.244,0 11.305,6.6019 11.305,14.74576 z"
639 sodipodi:ry="14.745763"
640 sodipodi:rx="11.305085"
641 sodipodi:cy="290"
642 sodipodi:cx="17077.068"
643 id="path6327"
644 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
645 sodipodi:type="arc" />
646 <path
647 transform="matrix(0.67434588,0,0,0.62041473,-11466.274,-124.6817)"
648 d="m 16837.695,146.96609 c 0,4.07193 -5.281,7.37289 -11.797,7.37289 -6.515,0 -11.796,-3.30096 -11.796,-7.37289 0,-4.07192 5.281,-7.37288 11.796,-7.37288 6.516,0 11.797,3.30096 11.797,7.37288 z"
649 sodipodi:ry="7.3728814"
650 sodipodi:rx="11.79661"
651 sodipodi:cy="146.96609"
652 sodipodi:cx="16825.898"
653 id="path6329"
654 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
655 sodipodi:type="arc" />
656 <path
657 transform="matrix(0.67434588,0,0,0.62041473,-11460.97,-108.82431)"
658 d="m 16945.831,414.35593 c 0,3.529 -3.521,6.38983 -7.864,6.38983 -4.344,0 -7.865,-2.86083 -7.865,-6.38983 0,-3.52901 3.521,-6.38983 7.865,-6.38983 4.343,0 7.864,2.86082 7.864,6.38983 z"
659 sodipodi:ry="6.3898306"
660 sodipodi:rx="7.8644066"
661 sodipodi:cy="414.35593"
662 sodipodi:cx="16937.967"
663 id="path6331"
664 style="fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
665 sodipodi:type="arc" />
666 </g>
667 </g>
668 <g
669 inkscape:groupmode="layer"
670 id="layer2"
671 inkscape:label="BADGE"
672 style="display:none"
673 sodipodi:insensitive="true">
674 <g
675 style="display:inline"
676 transform="translate(-340.00001,-581)"
677 id="g4394"
678 clip-path="none">
679 <g
680 id="g855">
681 <g
682 inkscape:groupmode="maskhelper"
683 id="g870"
684 clip-path="url(#clipPath873)"
685 style="opacity:0.6;filter:url(#filter891)">
686 <path
687 transform="matrix(1.4999992,0,0,1.4999992,-29.999795,-237.54282)"
688 d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
689 sodipodi:ry="12"
690 sodipodi:rx="12"
691 sodipodi:cy="552.36218"
692 sodipodi:cx="252"
693 id="path844"
694 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
695 sodipodi:type="arc" />
696 </g>
697 <g
698 id="g862">
699 <path
700 sodipodi:type="arc"
701 style="color:#000000;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
702 id="path4398"
703 sodipodi:cx="252"
704 sodipodi:cy="552.36218"
705 sodipodi:rx="12"
706 sodipodi:ry="12"
707 d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
708 transform="matrix(1.4999992,0,0,1.4999992,-29.999795,-238.54282)" />
709 <path
710 transform="matrix(1.25,0,0,1.25,33,-100.45273)"
711 d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
712 sodipodi:ry="12"
713 sodipodi:rx="12"
714 sodipodi:cy="552.36218"
715 sodipodi:cx="252"
716 id="path4400"
717 style="color:#000000;fill:#dd4814;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
718 sodipodi:type="arc" />
719 <path
720 sodipodi:type="star"
721 style="color:#000000;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
722 id="path4459"
723 sodipodi:sides="5"
724 sodipodi:cx="666.19574"
725 sodipodi:cy="589.50385"
726 sodipodi:r1="7.2431178"
727 sodipodi:r2="4.3458705"
728 sodipodi:arg1="1.0471976"
729 sodipodi:arg2="1.6755161"
730 inkscape:flatsided="false"
731 inkscape:rounded="0.1"
732 inkscape:randomized="0"
733 d="m 669.8173,595.77657 c -0.39132,0.22593 -3.62645,-1.90343 -4.07583,-1.95066 -0.44938,-0.0472 -4.05653,1.36297 -4.39232,1.06062 -0.3358,-0.30235 0.68963,-4.03715 0.59569,-4.47913 -0.0939,-0.44198 -2.5498,-3.43681 -2.36602,-3.8496 0.18379,-0.41279 4.05267,-0.59166 4.44398,-0.81759 0.39132,-0.22593 2.48067,-3.48704 2.93005,-3.4398 0.44938,0.0472 1.81505,3.67147 2.15084,3.97382 0.3358,0.30236 4.08294,1.2817 4.17689,1.72369 0.0939,0.44198 -2.9309,2.86076 -3.11469,3.27355 -0.18379,0.41279 0.0427,4.27917 -0.34859,4.5051 z"
734 transform="matrix(1.511423,-0.16366377,0.16366377,1.511423,-755.37346,-191.93651)" />
735 </g>
736 </g>
737 </g>
738 </g>
739</svg>
0740
=== modified file 'metadata.yaml'
--- metadata.yaml 2012-07-23 22:32:05 +0000
+++ metadata.yaml 2014-04-08 00:50:29 +0000
@@ -1,4 +1,3 @@
1ensemble: formula
2name: byobu-classroom1name: byobu-classroom
3summary: "Remote terminal classroom over https"2summary: "Remote terminal classroom over https"
4description: |3description: |
@@ -6,6 +5,8 @@
6 using https, ajaxterm, and byobu. It operates in a one-writer,5 using https, ajaxterm, and byobu. It operates in a one-writer,
7 many reader mode.6 many reader mode.
8maintainer: Mark Mims <mark.mims@canonical.com>7maintainer: Mark Mims <mark.mims@canonical.com>
8categories:
9 - applications
9provides:10provides:
10 website:11 website:
11 interface: https12 interface: https

Subscribers

People subscribed via source and target branches