Merge lp://staging/~doctormo/loco-team-portal/teams_page_design into lp://staging/~ltp-devs/loco-team-portal/trunk

Proposed by Martin Owens
Status: Merged
Merge reported by: Daniel Holbach
Merged at revision: not available
Proposed branch: lp://staging/~doctormo/loco-team-portal/teams_page_design
Merge into: lp://staging/~ltp-devs/loco-team-portal/trunk
Diff against target: 4622 lines (+4422/-56)
15 files modified
AUTHORS (+1/-0)
loco_directory/media/css/layout.css (+3/-2)
loco_directory/media/css/teams.css (+203/-0)
loco_directory/templates/base.html (+1/-2)
loco_directory/templates/teams/team_detail.html (+90/-52)
sources/back.svg (+377/-0)
sources/dbox.svg (+92/-0)
sources/edit.svg (+705/-0)
sources/email.svg (+365/-0)
sources/forum.svg (+369/-0)
sources/irc.svg (+252/-0)
sources/list.svg (+374/-0)
sources/support.svg (+420/-0)
sources/website.svg (+1024/-0)
sources/wiki.svg (+146/-0)
To merge this branch: bzr merge lp://staging/~doctormo/loco-team-portal/teams_page_design
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Martin Owens (community) Needs Resubmitting
Review via email: mp+16155@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Owens (doctormo) wrote :

Lets get this first step of design into main.

118. By Martin Owens

Update with new copyright text.

119. By Martin Owens

Add Martin Owens to the authors file.

Revision history for this message
Daniel Holbach (dholbach) wrote :

A few things:
 1) the "edit team details" link is missing
 2) conflict in loco_directory/templates/teams/team_detail.html
 3) left border and footer seem to be a bit broken
 4) are the icons for irc/support/etc. obvious enough with just a tooltip?
 5) maybe use http://webchat.freenode.net/ instead of java.freenode.net?
 6) what about teams that don't use freenode? (Korea, Lithuania, ..)
 7) what about the admin/owner mugshots? can we make that a separate commit once we have that data in the LD?

Apart from that: great work!

review: Needs Fixing
120. By Martin Owens

Merged up to 0.2 branch.

121. By Martin Owens

Fix all other asthetic problems.

Revision history for this message
Martin Owens (doctormo) wrote :

A few things fixed:

> 1) the "edit team details" link is missing

Link was there, used a different conditional, changed now to use new conditional.

> 2) conflict in loco_directory/templates/teams/team_detail.html

Merged in correctly.

> 3) left border and footer seem to be a bit broken

Fixed by removing spare closing div tag.

> 4) are the icons for irc/support/etc. obvious enough with just a tooltip?

We can ask the community or the design team, but good enough for now.

> 5) maybe use http://webchat.freenode.net/ instead of java.freenode.net?

Done, webchat is better.

> 6) what about teams that don't use freenode? (Korea, Lithuania, ..)

That'll need a schema change anyway, we'll need some sort of model conditional which can tell if the user specified an irc server or not. So shouldn't be addressed here in this merge request.

> 7) what about the admin/owner mugshots? can we make that a separate commit
> once we have that data in the LD?

Yep, that's all waiting on improvements to the models.

review: Needs Resubmitting
Revision history for this message
Daniel Holbach (dholbach) wrote :

Regarding 7) can we please break it up into two separate branches? That way we could land all the other stuff already.

122. By Martin Owens

Remove admin images temp

Revision history for this message
Daniel Holbach (dholbach) wrote :

Team contact is hard to figure out from LP. Sometimes a team is contact, sometimes one person, sometimes a bunch of people. I don't think we should try to guess it from team admin and team owner.

I think the problem of team contact deserves a different bug or branch.

123. By Martin Owens

Remove team owner label for admin.

Revision history for this message
Daniel Holbach (dholbach) wrote :

I merged this, but made a few very small changes:
 - resolved conflict in loco_directory/templates/base.html
 - updated AUTHORS file
 - updated translations template

Thanks a bunch!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'AUTHORS'
2--- AUTHORS 2009-11-02 19:50:07 +0000
3+++ AUTHORS 2009-12-23 09:03:14 +0000
4@@ -1,5 +1,6 @@
5 = Authors =
6 * Richard A. Johnson <nixternal@ubuntu.com>
7+ * Martin Owens (DoctorMO) <doctormo@ubuntu.com>
8
9 = Contributors =
10 * Jono Bacon <jono@ubuntu.com>
11
12=== modified file 'loco_directory/media/css/layout.css'
13--- loco_directory/media/css/layout.css 2009-11-05 03:40:32 +0000
14+++ loco_directory/media/css/layout.css 2009-12-23 09:03:14 +0000
15@@ -130,7 +130,7 @@
16 position: relative;
17 overflow: hidden;
18 margin: 0 0;
19- padding-left: 0 50px;
20+ padding: 0px 40px 0px 40px;
21 min-height: 538px;
22 }
23 * html #body {
24@@ -146,7 +146,8 @@
25 background-image: url(../img/footerbg.jpg);
26 background-repeat: repeat-x;
27 background-position: bottom;
28- padding: 0 0 0 0;
29+ padding: 0 0 20px 0;
30+ margin-bottom: 20px;
31 }
32 #footer .wrapper {
33 padding: 0 15px 5px 15px;
34
35=== modified file 'loco_directory/media/css/teams.css'
36--- loco_directory/media/css/teams.css 2009-06-28 17:10:39 +0000
37+++ loco_directory/media/css/teams.css 2009-12-23 09:03:14 +0000
38@@ -51,3 +51,206 @@
39 li.unapproved {
40 list-style-image: url(../img/unapproved.png);
41 }
42+
43+/* New LoCo Team Styles - Martin Owens */
44+
45+th[scope="row"] {
46+ text-align: right;
47+ padding-right: 5px;
48+ border: 0px solid red;
49+ width: 130px;
50+}
51+
52+td {
53+ border: 0px solid black;
54+}
55+
56+label {
57+ font-weight: bold;
58+}
59+
60+#team {
61+ border: 0px #888 outset;
62+ height: 400px;
63+ margin-left: 70px;
64+ margin-right: 70px;
65+ margin-top: 50px;
66+ position: relative;
67+}
68+
69+#team-content {
70+ z-index: 10;
71+ position: absolute;
72+ width: 100%;
73+ top: -5px;
74+ display: table;
75+}
76+
77+td.branding {
78+ width: 192px;
79+ height: 192px;
80+ vertical-align: top;
81+ border: 0px;
82+}
83+
84+#branding {
85+ float: left;
86+ width: 192px;
87+ height: 192px;
88+ border: 0px black solid;
89+ margin: 20px;
90+ background-image: url(../img/nobranding.png)
91+}
92+
93+#goback a, #edit a {
94+ width: 32px;
95+ height: 32px;
96+ display: block;
97+ text-decoration: none;
98+}
99+
100+#goback, #edit {
101+ position: absolute;
102+ top: 0px;
103+}
104+
105+#goback {
106+ left: -12px;
107+ top: -2px;
108+}
109+
110+#goback a {
111+ background-color: transparent;
112+ background-image: url(../img/back-to-teams.png)
113+}
114+
115+#edit {
116+ right: 5px;
117+ top: 3px;
118+}
119+
120+#edit a {
121+ background-color: transparent;
122+ background-image: url(../img/edit-team.png)
123+}
124+
125+.person {
126+ display: list-item;
127+ list-style-image: none;
128+ list-style-type: none;
129+ float: left;
130+ margin: 4px;
131+}
132+
133+.person a {
134+ width: 64px;
135+ height: 64px;
136+ display: block;
137+ text-decoration: none;
138+ border: 1px green solid;
139+}
140+
141+.person a img {
142+ border: 0px solid black;
143+}
144+
145+.resource {
146+ width: 32px;
147+ height: 32px;
148+ padding: 2px;
149+ float: left;
150+ border: 1px white solid;
151+}
152+
153+.resource:hover {
154+ border: 1px #eee solid;
155+}
156+
157+#admins {
158+ position; absolute;
159+ width: 100%;
160+ height: 90px;
161+}
162+
163+#resources {
164+ position: absolute;
165+ width: 100%;
166+ height: 90px;
167+}
168+
169+.dbox {
170+ position: absolute;
171+ padding: 0px;
172+ z-index: 0;
173+}
174+
175+.vert {
176+ top: 0px;
177+ height: 100%;
178+ background-repeat: repeat-y;
179+}
180+
181+.box-left {
182+ background-image: url(../img/box/left.png);
183+ left: -10px;
184+ width: 24px;
185+}
186+
187+.box-right {
188+ background-image: url(../img/box/right.png);
189+ right: -10px;
190+ width: 34px;
191+
192+}
193+
194+.horz {
195+ left: 0px;
196+ width: 100%;
197+ background-repeat: repeat-x;
198+}
199+
200+.box-top {
201+ background-image: url(../img/box/top.png);
202+ top: -10px;
203+ height: 24px;
204+}
205+
206+.box-bottom {
207+ background-image: url(../img/box/bottom.png);
208+ bottom: -10px;
209+ height: 34px;
210+}
211+
212+.box-top-left {
213+ background-image: url(../img/box/top-left.png);
214+ top: -10px;
215+ left: -10px;
216+ height: 24px;
217+ width: 24px;
218+}
219+
220+.box-top-right {
221+ background-image: url(../img/box/top-right.png);
222+ top: -10px;
223+ right: -10px;
224+ height: 24px;
225+ width: 34px;
226+}
227+
228+.box-bottom-left {
229+ background-image: url(../img/box/bottom-left.png);
230+ bottom: -10px;
231+ left: -10px;
232+ height: 34px;
233+ width: 24px;
234+}
235+
236+.box-bottom-right {
237+ background-image: url(../img/box/bottom-right.png);
238+ bottom: -10px;
239+ right: -10px;
240+ height: 34px;
241+ width: 34px;
242+}
243+
244+
245
246=== added file 'loco_directory/media/img/back-to-teams.png'
247Binary files loco_directory/media/img/back-to-teams.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/back-to-teams.png 2009-12-23 09:03:14 +0000 differ
248=== added directory 'loco_directory/media/img/box'
249=== added file 'loco_directory/media/img/box/bottom-left.png'
250Binary files loco_directory/media/img/box/bottom-left.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/box/bottom-left.png 2009-12-23 09:03:14 +0000 differ
251=== added file 'loco_directory/media/img/box/bottom-right.png'
252Binary files loco_directory/media/img/box/bottom-right.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/box/bottom-right.png 2009-12-23 09:03:14 +0000 differ
253=== added file 'loco_directory/media/img/box/bottom.png'
254Binary files loco_directory/media/img/box/bottom.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/box/bottom.png 2009-12-23 09:03:14 +0000 differ
255=== added file 'loco_directory/media/img/box/left.png'
256Binary files loco_directory/media/img/box/left.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/box/left.png 2009-12-23 09:03:14 +0000 differ
257=== added file 'loco_directory/media/img/box/right.png'
258Binary files loco_directory/media/img/box/right.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/box/right.png 2009-12-23 09:03:14 +0000 differ
259=== added file 'loco_directory/media/img/box/top-left.png'
260Binary files loco_directory/media/img/box/top-left.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/box/top-left.png 2009-12-23 09:03:14 +0000 differ
261=== added file 'loco_directory/media/img/box/top-right.png'
262Binary files loco_directory/media/img/box/top-right.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/box/top-right.png 2009-12-23 09:03:14 +0000 differ
263=== added file 'loco_directory/media/img/box/top.png'
264Binary files loco_directory/media/img/box/top.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/box/top.png 2009-12-23 09:03:14 +0000 differ
265=== added file 'loco_directory/media/img/edit-team.png'
266Binary files loco_directory/media/img/edit-team.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/edit-team.png 2009-12-23 09:03:14 +0000 differ
267=== added file 'loco_directory/media/img/nobranding.png'
268Binary files loco_directory/media/img/nobranding.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/nobranding.png 2009-12-23 09:03:14 +0000 differ
269=== added directory 'loco_directory/media/img/res'
270=== added file 'loco_directory/media/img/res/email.png'
271Binary files loco_directory/media/img/res/email.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/res/email.png 2009-12-23 09:03:14 +0000 differ
272=== added file 'loco_directory/media/img/res/forum.png'
273Binary files loco_directory/media/img/res/forum.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/res/forum.png 2009-12-23 09:03:14 +0000 differ
274=== added file 'loco_directory/media/img/res/irc.png'
275Binary files loco_directory/media/img/res/irc.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/res/irc.png 2009-12-23 09:03:14 +0000 differ
276=== added file 'loco_directory/media/img/res/list.png'
277Binary files loco_directory/media/img/res/list.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/res/list.png 2009-12-23 09:03:14 +0000 differ
278=== added file 'loco_directory/media/img/res/support.png'
279Binary files loco_directory/media/img/res/support.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/res/support.png 2009-12-23 09:03:14 +0000 differ
280=== added file 'loco_directory/media/img/res/website.png'
281Binary files loco_directory/media/img/res/website.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/res/website.png 2009-12-23 09:03:14 +0000 differ
282=== added file 'loco_directory/media/img/res/wiki.png'
283Binary files loco_directory/media/img/res/wiki.png 1970-01-01 00:00:00 +0000 and loco_directory/media/img/res/wiki.png 2009-12-23 09:03:14 +0000 differ
284=== modified file 'loco_directory/templates/base.html'
285--- loco_directory/templates/base.html 2009-11-12 09:44:07 +0000
286+++ loco_directory/templates/base.html 2009-12-23 09:03:14 +0000
287@@ -49,8 +49,7 @@
288 <div id="footer">
289 <div class="wrapper">
290 <img src="/media/img/rule.png" width="740" height="1" alt="" class="rule" />
291- <p>&copy; 2008-2009 Canonical Ltd. Ubuntu and Canonical are registered
292- trademarks of Canonical Ltd.</p>
293+ <p>&copy; 2008-2009 Canonical, Ubuntu Community. See <a href="https://launchpad.net/loco-directory">LoCo Directory Project</a> for details. Ubuntu is a registered trademark of Canonical Ltd.</p>
294 <p>{% trans "LoCo Directory" noop %} {{ version }}</p>
295 </div>
296 </div>
297
298=== modified file 'loco_directory/templates/teams/team_detail.html'
299--- loco_directory/templates/teams/team_detail.html 2009-12-21 09:36:55 +0000
300+++ loco_directory/templates/teams/team_detail.html 2009-12-23 09:03:14 +0000
301@@ -4,56 +4,94 @@
302 {% block title %}{% trans team.name %}{% endblock %}
303
304 {% block content %}
305-<div class="team_detail">
306- <p><b><a href="{% url team-list %}">{% trans "Go back to Team list." %}</a></b></p>
307- {% if user.is_authenticated %}
308- <p><b><a href="{% url team-edit team.lp_name %}">{% trans "Edit team details." %}</a></b></p>
309- {% endif %}
310-<h2><a href="https://launchpad.net/~{{ team.lp_name }}">{% trans team.name %}</a></h2>
311-<table cellpadding="0" cellspacing="0">
312-<tr><th colspan="2">{% trans "Location Information" %}</th></tr>
313-{% if team.country %}
314-<tr><td width="35%"><strong>{% trans "Country" %}</strong></td><td>{% trans team.country %}</td></tr>
315-{% endif %}
316-{% if team.spr %}
317-<tr><td><strong>{% trans "State/Province/Region" %}</strong></td><td>{% trans team.spr %}</td></tr>
318-{% endif %}
319-{% if team.city %}
320-<tr><td><strong>{% trans "City" %}</strong></td><td>{% trans team.city %}</td></tr>
321-{% endif %}
322-<tr><th colspan="2">{% trans "Launchpad Team Contact Information" %}</th></tr>
323-<tr><td><strong>{% trans "Owner" %}</strong></td><td><a href="https://launchpad.net/~{{ team.owner }}">{{ team.owner }}</a></td></tr>
324-{% for admin in team.admins.all %}
325-<tr><td><strong>{% trans "Administrator" %}</strong></td><td><a href="https://launchpad.net/~{{ admin.lpid }}">{{ admin.lpid }}</a></td></tr>
326-{% endfor %}
327-<tr><th colspan="2">{% trans "Team Information" %}</th></tr>
328-{% if team.wiki_url %}
329-<tr><td><strong>{% trans "Wiki URL" %}</strong></td><td><a href="{{ team.wiki_url }}">{{ team.wiki_url }}</a></td></tr>
330-{% endif %}
331-{% if team.irc_chan %}
332-<tr><td><strong>{% trans "IRC Channel" %}</strong></td><td>{{ team.irc_chan }}</td></tr>
333-{% endif %}
334-{% if team.ml_url %}
335-<tr><td><strong>{% trans "Mailing List URL" %}</strong></td><td><a href="{{ team.ml_url }}">{{ team.ml_url }}</a></td></tr>
336-{% endif %}
337-{% if team.email %}
338-<tr><td><strong>{% trans "Email Address" %}</strong></td><td><a href="mailto:{{ team.email }}">{{ team.email }}</a></td></tr>
339-{% endif %}
340-{% if team.forum_url %}
341-<tr><td><strong>{% trans "Forums URL" %}</strong></td><td><a href="{{ team.forum_url }}">{{ team.forum_url }}</a></td></tr>
342-{% endif %}
343-{% if team.web_url %}
344-<tr><td><strong>{% trans "Web Site URL" %}</strong></td><td><a href="{{ team.web_url }}">{{ team.web_url }}</a></td></tr>
345-{% endif %}
346-<tr><td><strong>{% trans "Provides Support" %}</strong></td>
347-<td>{% if team.provides_support %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}</td></tr>
348-<tr><td><strong>{% trans "Approved" %}</strong></td>
349-<td>{% if team.approved %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}</td></tr>
350-{% if team.approved %}
351-<tr><td><strong>{% trans "Date Approved" %}</strong></td><td>{{ team.approved_date }}</td></tr>
352-<tr><td><strong>{% trans "Date Expires" %}</strong></td><td>{{ team.expires_date }}</td></tr>
353-{% endif %}
354-</table>
355-
356-</div>
357+ <div class="team_detail">
358+ {% if failure_message %}<div class="error">{{ failure_message }}</div>{% endif %}
359+
360+ <div id="team">
361+ <!--Visual 3D box-->
362+ <div class="dbox vert box-left">&nbsp;</div>
363+ <div class="dbox vert box-right">&nbsp;</div>
364+ <div class="dbox horz box-top">&nbsp;</div>
365+ <div class="dbox horz box-bottom">&nbsp;</div>
366+ <div class="dbox box-top-left">&nbsp;</div>
367+ <div class="dbox box-top-right">&nbsp;</div>
368+ <div class="dbox box-bottom-left">&nbsp;</div>
369+ <div class="dbox box-bottom-right">&nbsp;</div>
370+
371+ <div id="goback"><a href="/teams" title="{% trans "Go back to Team list." %}">&nbsp;</a></div>
372+ {% if user.is_authenticated %}
373+ <div id="edit"><a href="/teams/{{ team.lp_name }}/edit" title="{% trans "Edit team details." %}">&nbsp;</a></div>
374+ {% endif %}
375+
376+ <table id="team-content">
377+ <tr>
378+ <td rowspan="30" class="branding"><img id="branding" src="{{ team.branding }}" alt="" title="{{ team.name }}"/></td>
379+ <td colspan="2"><h2><a href="https://launchpad.net/~{{ team.lp_name }}">{% trans team.name %}</a></h2></td>
380+ </tr>
381+
382+ <tr>
383+ <th scope="row"><label>{% trans "Location:" %}</label></th>
384+ <td>{% if team.country %}
385+ {% trans team.country %}{% if team.spr %}, {% trans team.spr %}{% endif %}{% if team.city %}, {% trans team.city %}{% endif %}
386+ {% else %}
387+ None Specified
388+ {% endif %}</td>
389+ </tr>
390+
391+ <tr>
392+ <th scope="row"><label>{% trans "Team Contact:" %}</label></th>
393+ <td><a href="https://launchpad.net/~{{ team.owner }}">{{ team.owner }}</a></td>
394+ </tr>
395+
396+ {% if team.approved_date %}
397+ <tr>
398+ <th scope="row"><label>{% trans "Approval Date:" %}</label></th>
399+ <td>{{ team.approved_date }}</td>
400+ </tr>
401+ {% endif %}
402+ {% if team.approved %}
403+ <tr>
404+ <th scope="row"><label>{% trans "Expires Date:" %}</label></th>
405+ <td>{{ team.expires_date }}</td>
406+ </tr>
407+ {% endif %}
408+
409+ <tr>
410+ <th scope="row"><label>{% trans "Admins:" %}</label></th>
411+ <td>{% for admin in team.admins.all %}
412+ <a href="https://launchpad.net/~{{ admin.lpid }}">{{ admin.lpid }}</a>,
413+ {% endfor %}</td>
414+ </tr>
415+
416+ <tr>
417+ <th scope="row"><label>{% trans "Resources:" %}</label></th>
418+ <td>
419+ {% if team.wiki_url %}
420+ <a href="{{ team.wiki_url }}"><img class="resource" src="/media/img/res/wiki.png" alt="{% trans "Team Wiki" %}" title="{% trans "Team Wiki" %}"/></a>
421+ {% endif %}
422+ {% if team.irc_chan %}
423+ <a href="http://webchat.freenode.net/?channels={{ team.irc_chan }}"><img class="resource" src="/media/img/res/irc.png" alt="{% trans "IRC Channel" %} ({{ team.irc_chan }})" title="{% trans "IRC Channel" %} ({{ team.irc_chan }})"/></a>
424+ {% endif %}
425+ {% if team.ml_url %}
426+ <a href="{{ team.ml_url }}"><img class="resource" src="/media/img/res/list.png" alt="{% trans "Team Mailing List" %}" title="{% trans "Team Mailing List" %}"/></a>
427+ {% endif %}
428+ {% if team.email %}
429+ <a href="mailto:{{ team.email }}"><img class="resource" src="/media/img/res/email.png" alt="{% trans "Email Address" %}" title="{% trans "Email Address" %}"/></a>
430+ {% endif %}
431+ {% if team.forum_url %}
432+ <a href="{{ team.forum_url }}"><img class="resource" src="/media/img/res/forum.png" alt="{% trans "Team Forums" %}" title="{% trans "Team Forums" %}"/></a>
433+ {% endif %}
434+ {% if team.web_url %}
435+ <a href="{{ team.web_url }}"><img class="resource" src="/media/img/res/website.png" alt="{% trans "Team Website" %}" title="{% trans "Team Website" %}"/></a>
436+ {% endif %}
437+ {% if team.provides_support %}
438+ <img class="resource" src="/media/img/res/support.png" alt="{% trans "Provides Support" %}" title="{% trans "Provides Support" %}"/>
439+ {% endif %}
440+
441+ </td>
442+ </tr>
443+
444+ </table>
445+ </div>
446+ </div>
447 {% endblock %}
448
449=== added directory 'sources'
450=== added file 'sources/back.svg'
451--- sources/back.svg 1970-01-01 00:00:00 +0000
452+++ sources/back.svg 2009-12-23 09:03:14 +0000
453@@ -0,0 +1,377 @@
454+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
455+<!-- Created with Inkscape (http://www.inkscape.org/) -->
456+
457+<svg
458+ xmlns:dc="http://purl.org/dc/elements/1.1/"
459+ xmlns:cc="http://creativecommons.org/ns#"
460+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
461+ xmlns:svg="http://www.w3.org/2000/svg"
462+ xmlns="http://www.w3.org/2000/svg"
463+ xmlns:xlink="http://www.w3.org/1999/xlink"
464+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
465+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
466+ inkscape:export-ydpi="60"
467+ inkscape:export-xdpi="60"
468+ inkscape:export-filename="/home/doctormo/Desktop/back.png"
469+ width="48"
470+ height="48"
471+ id="svg11300"
472+ sodipodi:version="0.32"
473+ inkscape:version="0.47pre4 r22446"
474+ sodipodi:docname="emblem-symbolic-link.svg"
475+ version="1.0"
476+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
477+ <defs
478+ id="defs3">
479+ <inkscape:perspective
480+ sodipodi:type="inkscape:persp3d"
481+ inkscape:vp_x="0 : 24 : 1"
482+ inkscape:vp_y="0 : 1000 : 0"
483+ inkscape:vp_z="48 : 24 : 1"
484+ inkscape:persp3d-origin="24 : 16 : 1"
485+ id="perspective40" />
486+ <linearGradient
487+ inkscape:collect="always"
488+ id="linearGradient5282">
489+ <stop
490+ style="stop-color:#888a85;stop-opacity:1;"
491+ offset="0"
492+ id="stop5284" />
493+ <stop
494+ style="stop-color:#555753;stop-opacity:1"
495+ offset="1"
496+ id="stop5286" />
497+ </linearGradient>
498+ <linearGradient
499+ inkscape:collect="always"
500+ id="linearGradient5403">
501+ <stop
502+ style="stop-color:#000000;stop-opacity:1;"
503+ offset="0"
504+ id="stop5405" />
505+ <stop
506+ style="stop-color:#000000;stop-opacity:0;"
507+ offset="1"
508+ id="stop5407" />
509+ </linearGradient>
510+ <linearGradient
511+ inkscape:collect="always"
512+ id="linearGradient5393">
513+ <stop
514+ style="stop-color:#ffffff;stop-opacity:1;"
515+ offset="0"
516+ id="stop5395" />
517+ <stop
518+ style="stop-color:#ffffff;stop-opacity:0;"
519+ offset="1"
520+ id="stop5397" />
521+ </linearGradient>
522+ <linearGradient
523+ id="linearGradient5265">
524+ <stop
525+ style="stop-color:#ffffff;stop-opacity:1;"
526+ offset="0"
527+ id="stop5267" />
528+ <stop
529+ id="stop5281"
530+ offset="0.28349411"
531+ style="stop-color:#ffffff;stop-opacity:1;" />
532+ <stop
533+ style="stop-color:#ffffff;stop-opacity:0;"
534+ offset="1"
535+ id="stop5269" />
536+ </linearGradient>
537+ <linearGradient
538+ inkscape:collect="always"
539+ id="linearGradient2782">
540+ <stop
541+ style="stop-color:black;stop-opacity:1;"
542+ offset="0"
543+ id="stop2784" />
544+ <stop
545+ style="stop-color:black;stop-opacity:0;"
546+ offset="1"
547+ id="stop2786" />
548+ </linearGradient>
549+ <radialGradient
550+ inkscape:collect="always"
551+ xlink:href="#linearGradient2782"
552+ id="radialGradient2788"
553+ cx="28.682018"
554+ cy="39.779884"
555+ fx="28.682018"
556+ fy="39.779884"
557+ r="12.59534"
558+ gradientTransform="matrix(1,0,0,0.329825,0,26.6595)"
559+ gradientUnits="userSpaceOnUse" />
560+ <radialGradient
561+ inkscape:collect="always"
562+ xlink:href="#linearGradient5265"
563+ id="radialGradient5271"
564+ cx="16.350952"
565+ cy="12.578328"
566+ fx="16.350952"
567+ fy="12.578328"
568+ r="6.9271288"
569+ gradientTransform="matrix(3.5838969,0,0,3.0076999,-41.766746,-27.550587)"
570+ gradientUnits="userSpaceOnUse" />
571+ <radialGradient
572+ inkscape:collect="always"
573+ xlink:href="#linearGradient2782"
574+ id="radialGradient5285"
575+ gradientUnits="userSpaceOnUse"
576+ gradientTransform="matrix(1,0,0,0.329825,0,26.6595)"
577+ cx="28.682018"
578+ cy="39.779884"
579+ fx="28.682018"
580+ fy="39.779884"
581+ r="12.59534" />
582+ <filter
583+ inkscape:collect="always"
584+ id="filter5379"
585+ x="-0.14493342"
586+ width="1.2898668"
587+ y="-0.43942577"
588+ height="1.8788517">
589+ <feGaussianBlur
590+ inkscape:collect="always"
591+ stdDeviation="1.521238"
592+ id="feGaussianBlur5381" />
593+ </filter>
594+ <radialGradient
595+ inkscape:collect="always"
596+ xlink:href="#linearGradient5393"
597+ id="radialGradient5399"
598+ cx="12.893971"
599+ cy="13.137217"
600+ fx="12.893971"
601+ fy="13.137217"
602+ r="6.9404535"
603+ gradientTransform="matrix(0.9391513,0.9314688,-2.7714066,2.7714066,47.469422,-33.517793)"
604+ gradientUnits="userSpaceOnUse" />
605+ <linearGradient
606+ inkscape:collect="always"
607+ xlink:href="#linearGradient5403"
608+ id="linearGradient5409"
609+ x1="33.688488"
610+ y1="39.894127"
611+ x2="26.822592"
612+ y2="32.924358"
613+ gradientUnits="userSpaceOnUse" />
614+ <filter
615+ inkscape:collect="always"
616+ id="filter5471"
617+ x="-0.13357687"
618+ width="1.2671537"
619+ y="-0.075597449"
620+ height="1.1511949">
621+ <feGaussianBlur
622+ inkscape:collect="always"
623+ stdDeviation="1.2011151"
624+ id="feGaussianBlur5473" />
625+ </filter>
626+ <linearGradient
627+ inkscape:collect="always"
628+ xlink:href="#linearGradient5282"
629+ id="linearGradient5288"
630+ x1="18.666454"
631+ y1="23.601217"
632+ x2="19.550337"
633+ y2="43.589653"
634+ gradientUnits="userSpaceOnUse" />
635+ <radialGradient
636+ inkscape:collect="always"
637+ xlink:href="#linearGradient2782"
638+ id="radialGradient2854"
639+ gradientUnits="userSpaceOnUse"
640+ gradientTransform="matrix(1,0,0,0.329825,0,26.6595)"
641+ cx="28.682018"
642+ cy="39.779884"
643+ fx="28.682018"
644+ fy="39.779884"
645+ r="12.59534" />
646+ <radialGradient
647+ inkscape:collect="always"
648+ xlink:href="#linearGradient2782"
649+ id="radialGradient2856"
650+ gradientUnits="userSpaceOnUse"
651+ gradientTransform="matrix(1,0,0,0.329825,0,26.6595)"
652+ cx="28.682018"
653+ cy="39.779884"
654+ fx="28.682018"
655+ fy="39.779884"
656+ r="12.59534" />
657+ <linearGradient
658+ inkscape:collect="always"
659+ xlink:href="#linearGradient5282"
660+ id="linearGradient2858"
661+ gradientUnits="userSpaceOnUse"
662+ x1="18.666454"
663+ y1="23.601217"
664+ x2="19.550337"
665+ y2="43.589653" />
666+ <radialGradient
667+ inkscape:collect="always"
668+ xlink:href="#linearGradient5265"
669+ id="radialGradient2860"
670+ gradientUnits="userSpaceOnUse"
671+ gradientTransform="matrix(3.5838969,0,0,3.0076999,-41.766746,-27.550587)"
672+ cx="16.350952"
673+ cy="12.578328"
674+ fx="16.350952"
675+ fy="12.578328"
676+ r="6.9271288" />
677+ <radialGradient
678+ inkscape:collect="always"
679+ xlink:href="#linearGradient5393"
680+ id="radialGradient2862"
681+ gradientUnits="userSpaceOnUse"
682+ gradientTransform="matrix(0.9391513,0.9314688,-2.7714066,2.7714066,47.469422,-33.517793)"
683+ cx="12.893971"
684+ cy="13.137217"
685+ fx="12.893971"
686+ fy="13.137217"
687+ r="6.9404535" />
688+ <linearGradient
689+ inkscape:collect="always"
690+ xlink:href="#linearGradient5403"
691+ id="linearGradient2864"
692+ gradientUnits="userSpaceOnUse"
693+ x1="33.688488"
694+ y1="39.894127"
695+ x2="26.822592"
696+ y2="32.924358" />
697+ </defs>
698+ <sodipodi:namedview
699+ stroke="#ef2929"
700+ fill="#888a85"
701+ id="base"
702+ pagecolor="#ffffff"
703+ bordercolor="#666666"
704+ borderopacity="0.25490196"
705+ inkscape:pageopacity="0.0"
706+ inkscape:pageshadow="2"
707+ inkscape:zoom="1"
708+ inkscape:cx="43.421283"
709+ inkscape:cy="15.209517"
710+ inkscape:current-layer="layer1"
711+ showgrid="true"
712+ inkscape:grid-bbox="true"
713+ inkscape:document-units="px"
714+ inkscape:showpageshadow="false"
715+ inkscape:window-width="908"
716+ inkscape:window-height="718"
717+ inkscape:window-x="370"
718+ inkscape:window-y="25"
719+ width="48px"
720+ height="48px"
721+ inkscape:window-maximized="0">
722+ <inkscape:grid
723+ type="xygrid"
724+ id="grid4684" />
725+ </sodipodi:namedview>
726+ <metadata
727+ id="metadata4">
728+ <rdf:RDF>
729+ <cc:Work
730+ rdf:about="">
731+ <dc:format>image/svg+xml</dc:format>
732+ <dc:type
733+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
734+ <dc:creator>
735+ <cc:Agent>
736+ <dc:title>Jakub Steiner</dc:title>
737+ </cc:Agent>
738+ </dc:creator>
739+ <dc:source>http://jimmac.musichall.cz</dc:source>
740+ <cc:license
741+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
742+ <dc:title></dc:title>
743+ <dc:subject>
744+ <rdf:Bag>
745+ <rdf:li>emblem</rdf:li>
746+ <rdf:li>symbolic</rdf:li>
747+ <rdf:li>link</rdf:li>
748+ <rdf:li>pointer</rdf:li>
749+ <rdf:li>io</rdf:li>
750+ <rdf:li>file</rdf:li>
751+ </rdf:Bag>
752+ </dc:subject>
753+ </cc:Work>
754+ <cc:License
755+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
756+ <cc:permits
757+ rdf:resource="http://web.resource.org/cc/Reproduction" />
758+ <cc:permits
759+ rdf:resource="http://web.resource.org/cc/Distribution" />
760+ <cc:requires
761+ rdf:resource="http://web.resource.org/cc/Notice" />
762+ <cc:permits
763+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
764+ <cc:requires
765+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
766+ <cc:requires
767+ rdf:resource="http://web.resource.org/cc/SourceCode" />
768+ </cc:License>
769+ <cc:Work
770+ rdf:about="">
771+ <dc:format>image/svg+xml</dc:format>
772+ <dc:type
773+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
774+ </cc:Work>
775+ </rdf:RDF>
776+ </metadata>
777+ <g
778+ id="layer1"
779+ inkscape:label="Layer 1"
780+ inkscape:groupmode="layer">
781+ <g
782+ id="g2846"
783+ transform="matrix(0.44639431,-0.89483637,0.89483637,0.44639431,-9.997657,36.794508)">
784+ <path
785+ sodipodi:type="arc"
786+ style="opacity:0.53012049;color:#000000;fill:url(#radialGradient2854);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5379)"
787+ id="path5283"
788+ sodipodi:cx="28.682018"
789+ sodipodi:cy="39.779884"
790+ sodipodi:rx="12.59534"
791+ sodipodi:ry="4.1542525"
792+ d="m 41.277358,39.779884 c 0,2.294331 -5.639126,4.154253 -12.59534,4.154253 -6.956214,0 -12.595339,-1.859922 -12.595339,-4.154253 0,-2.29433 5.639125,-4.154252 12.595339,-4.154252 6.956214,0 12.59534,1.859922 12.59534,4.154252 z"
793+ transform="matrix(0.7315426,0,0,0.8758998,-2.6289879,8.6451927)" />
794+ <path
795+ transform="matrix(1.2334109,0,0,1.0076725,-8.228868,3.4032918)"
796+ d="m 41.277358,39.779884 c 0,2.294331 -5.639126,4.154253 -12.59534,4.154253 -6.956214,0 -12.595339,-1.859922 -12.595339,-4.154253 0,-2.29433 5.639125,-4.154252 12.595339,-4.154252 6.956214,0 12.59534,1.859922 12.59534,4.154252 z"
797+ sodipodi:ry="4.1542525"
798+ sodipodi:rx="12.59534"
799+ sodipodi:cy="39.779884"
800+ sodipodi:cx="28.682018"
801+ id="path2780"
802+ style="opacity:0.13402064;color:#000000;fill:url(#radialGradient2856);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
803+ sodipodi:type="arc" />
804+ <path
805+ style="color:#000000;fill:#e0e3dd;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2858);stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
806+ d="M 13.231032,44.801742 C 32.533918,45.05839 43.631188,27.964269 28.215997,12.281453 l 7.451349,-7.7062297 c 0,0 -23.226234,-0.030726 -23.226234,-0.030726 l 0.03452,23.4296397 c 0,0 7.615618,-7.592548 7.615618,-7.592548 12.539667,11.928347 3.731482,21.41642 -7.438584,21.351977 -1.077832,-0.0062 -1.559352,3.164947 0.578362,3.068176 z"
807+ id="path2177"
808+ sodipodi:nodetypes="ccccccsc" />
809+ <path
810+ d="m 13.4375,5.53125 0.03125,20 5.90625,-5.875 a 0.99774401,0.99774401 0 0 1 1.40625,0 c 3.224983,3.067762 5.140414,6.028395 5.96875,8.8125 0.828336,2.784105 0.539756,5.380459 -0.59375,7.53125 -2.237723,4.246006 -7.501655,6.65794 -13.28125,6.6875 -0.06269,0.113095 -0.15856,0.370609 -0.15625,0.59375 0.0023,0.223141 0.08059,0.383942 0.125,0.4375 0.04441,0.05356 0.05546,0.106801 0.34375,0.09375 a 0.99774401,0.99774401 0 0 1 0.03125,0 c 9.354292,0.124373 16.571573,-3.945805 19.625,-9.75 C 35.897177,28.258305 34.996477,20.595374 27.5,12.96875 a 0.99774401,0.99774401 0 0 1 0,-1.375 L 33.3125,5.5625 13.4375,5.53125 z"
811+ inkscape:href="#path2177"
812+ id="path4686"
813+ style="color:#000000;fill:none;stroke:url(#radialGradient2860);stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
814+ xlink:href="#path2177"
815+ inkscape:original="M 12.4375 4.53125 L 12.46875 27.96875 L 20.09375 20.375 C 32.633417 32.303347 23.826316 41.783193 12.65625 41.71875 C 11.578418 41.71255 11.081036 44.909271 13.21875 44.8125 C 32.521636 45.069148 43.633941 27.964066 28.21875 12.28125 L 35.65625 4.5625 L 12.4375 4.53125 z "
816+ inkscape:radius="-0.99764425"
817+ sodipodi:type="inkscape:offset" />
818+ <path
819+ sodipodi:nodetypes="ccccccsc"
820+ id="path5383"
821+ d="m 17.159788,43.640829 c 14.355098,0.03349 25.726736,-17.797982 9.952346,-31.284319 l 6.591644,-6.8171264 c 0,0 -20.546513,-0.027181 -20.546513,-0.027181 l 0.03054,20.7264614 c 0,0 6.736976,-6.716559 6.736976,-6.716559 11.0929,10.552111 7.682618,19.679887 -2.110604,22.372239 -0.819697,0.225351 -2.545468,1.832089 -0.65439,1.746485 z"
822+ style="color:#000000;fill:url(#radialGradient2862);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999946;marker:none;visibility:visible;display:block;overflow:visible" />
823+ <path
824+ style="opacity:0.51204816;color:#000000;fill:url(#linearGradient2864);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999946;marker:none;visibility:visible;display:block;overflow:visible;filter:url(#filter5471)"
825+ d="m 17.159788,43.640829 c 14.355098,0.03349 25.726736,-17.797982 9.952346,-31.284319 l 6.591644,-6.8171264 c 0,0 -20.546513,-0.027181 -20.546513,-0.027181 l 0.03054,20.7264614 c 0,0 6.736976,-6.716559 6.736976,-6.716559 11.0929,10.552111 7.682618,19.679887 -2.110604,22.372239 -0.819697,0.225351 -2.545468,1.832089 -0.65439,1.746485 z"
826+ id="path5401"
827+ sodipodi:nodetypes="ccccccsc" />
828+ </g>
829+ </g>
830+</svg>
831
832=== added file 'sources/dbox.svg'
833--- sources/dbox.svg 1970-01-01 00:00:00 +0000
834+++ sources/dbox.svg 2009-12-23 09:03:14 +0000
835@@ -0,0 +1,92 @@
836+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
837+<!-- Created with Inkscape (http://www.inkscape.org/) -->
838+
839+<svg
840+ xmlns:dc="http://purl.org/dc/elements/1.1/"
841+ xmlns:cc="http://creativecommons.org/ns#"
842+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
843+ xmlns:svg="http://www.w3.org/2000/svg"
844+ xmlns="http://www.w3.org/2000/svg"
845+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
846+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
847+ width="744.09448819"
848+ height="1052.3622047"
849+ id="svg2"
850+ version="1.1"
851+ inkscape:version="0.47pre4 r22446"
852+ sodipodi:docname="New document 1">
853+ <defs
854+ id="defs4">
855+ <inkscape:perspective
856+ sodipodi:type="inkscape:persp3d"
857+ inkscape:vp_x="0 : 526.18109 : 1"
858+ inkscape:vp_y="0 : 1000 : 0"
859+ inkscape:vp_z="744.09448 : 526.18109 : 1"
860+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
861+ id="perspective10" />
862+ <filter
863+ inkscape:collect="always"
864+ id="filter3592">
865+ <feGaussianBlur
866+ inkscape:collect="always"
867+ stdDeviation="3.1607142"
868+ id="feGaussianBlur3594" />
869+ </filter>
870+ </defs>
871+ <sodipodi:namedview
872+ id="base"
873+ pagecolor="#ffffff"
874+ bordercolor="#666666"
875+ borderopacity="1.0"
876+ inkscape:pageopacity="0.0"
877+ inkscape:pageshadow="2"
878+ inkscape:zoom="1.4"
879+ inkscape:cx="320.70314"
880+ inkscape:cy="702.36286"
881+ inkscape:document-units="px"
882+ inkscape:current-layer="layer1"
883+ showgrid="false"
884+ inkscape:window-width="1280"
885+ inkscape:window-height="723"
886+ inkscape:window-x="0"
887+ inkscape:window-y="25"
888+ inkscape:window-maximized="1" />
889+ <metadata
890+ id="metadata7">
891+ <rdf:RDF>
892+ <cc:Work
893+ rdf:about="">
894+ <dc:format>image/svg+xml</dc:format>
895+ <dc:type
896+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
897+ <dc:title></dc:title>
898+ </cc:Work>
899+ </rdf:RDF>
900+ </metadata>
901+ <g
902+ inkscape:label="Layer 1"
903+ inkscape:groupmode="layer"
904+ id="layer1">
905+ <rect
906+ ry="18.571428"
907+ y="224.21933"
908+ x="117.57143"
909+ height="210.71428"
910+ width="421.42856"
911+ id="rect3590"
912+ style="color:#000000;fill:#000000;fill-opacity:0.52914798;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter3592)"
913+ inkscape:export-filename="/home/doctormo/Desktop/rect2816.png"
914+ inkscape:export-xdpi="90.082458"
915+ inkscape:export-ydpi="90.082458" />
916+ <rect
917+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c5c5c5;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
918+ id="rect2816"
919+ width="421.42856"
920+ height="210.71428"
921+ x="115"
922+ y="220.79076"
923+ ry="18.571428"
924+ inkscape:export-xdpi="90.082458"
925+ inkscape:export-ydpi="90.082458" />
926+ </g>
927+</svg>
928
929=== added file 'sources/edit.svg'
930--- sources/edit.svg 1970-01-01 00:00:00 +0000
931+++ sources/edit.svg 2009-12-23 09:03:14 +0000
932@@ -0,0 +1,705 @@
933+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
934+<!-- Created with Inkscape (http://www.inkscape.org/) -->
935+
936+<svg
937+ xmlns:dc="http://purl.org/dc/elements/1.1/"
938+ xmlns:cc="http://creativecommons.org/ns#"
939+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
940+ xmlns:svg="http://www.w3.org/2000/svg"
941+ xmlns="http://www.w3.org/2000/svg"
942+ xmlns:xlink="http://www.w3.org/1999/xlink"
943+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
944+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
945+ width="48px"
946+ height="48px"
947+ id="svg4289"
948+ sodipodi:version="0.32"
949+ inkscape:version="0.47pre4 r22446"
950+ sodipodi:docname="Gnome-preferences-system.svg"
951+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
952+ version="1.1"
953+ inkscape:export-filename="/home/doctormo/Desktop/edit.png"
954+ inkscape:export-xdpi="60"
955+ inkscape:export-ydpi="60">
956+ <defs
957+ id="defs4291">
958+ <inkscape:perspective
959+ sodipodi:type="inkscape:persp3d"
960+ inkscape:vp_x="0 : 24 : 1"
961+ inkscape:vp_y="0 : 1000 : 0"
962+ inkscape:vp_z="48 : 24 : 1"
963+ inkscape:persp3d-origin="24 : 16 : 1"
964+ id="perspective97" />
965+ <linearGradient
966+ inkscape:collect="always"
967+ id="linearGradient6998">
968+ <stop
969+ style="stop-color: rgb(0, 0, 0); stop-opacity: 1;"
970+ offset="0"
971+ id="stop7000" />
972+ <stop
973+ style="stop-color: rgb(0, 0, 0); stop-opacity: 0;"
974+ offset="1"
975+ id="stop7002" />
976+ </linearGradient>
977+ <linearGradient
978+ inkscape:collect="always"
979+ id="linearGradient5443">
980+ <stop
981+ style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
982+ offset="0"
983+ id="stop5445" />
984+ <stop
985+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
986+ offset="1"
987+ id="stop5447" />
988+ </linearGradient>
989+ <linearGradient
990+ inkscape:collect="always"
991+ id="linearGradient5437">
992+ <stop
993+ style="stop-color: rgb(46, 52, 54); stop-opacity: 1;"
994+ offset="0"
995+ id="stop5439" />
996+ <stop
997+ style="stop-color: rgb(114, 159, 207); stop-opacity: 1;"
998+ offset="1"
999+ id="stop5441" />
1000+ </linearGradient>
1001+ <linearGradient
1002+ id="linearGradient6791">
1003+ <stop
1004+ id="stop6793"
1005+ offset="0"
1006+ style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
1007+ <stop
1008+ id="stop6795"
1009+ offset="1"
1010+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
1011+ </linearGradient>
1012+ <linearGradient
1013+ id="linearGradient6707">
1014+ <stop
1015+ id="stop6709"
1016+ offset="0"
1017+ style="stop-color: rgb(136, 138, 133); stop-opacity: 1;" />
1018+ <stop
1019+ id="stop6711"
1020+ offset="1"
1021+ style="stop-color: rgb(85, 87, 83); stop-opacity: 1;" />
1022+ </linearGradient>
1023+ <linearGradient
1024+ inkscape:collect="always"
1025+ id="linearGradient6696">
1026+ <stop
1027+ style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
1028+ offset="0"
1029+ id="stop6698" />
1030+ <stop
1031+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
1032+ offset="1"
1033+ id="stop6700" />
1034+ </linearGradient>
1035+ <linearGradient
1036+ inkscape:collect="always"
1037+ id="linearGradient6576">
1038+ <stop
1039+ style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
1040+ offset="0"
1041+ id="stop6578" />
1042+ <stop
1043+ style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
1044+ offset="1"
1045+ id="stop6580" />
1046+ </linearGradient>
1047+ <linearGradient
1048+ id="linearGradient6545">
1049+ <stop
1050+ style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
1051+ offset="0"
1052+ id="stop6547" />
1053+ <stop
1054+ style="stop-color: rgb(238, 238, 236); stop-opacity: 1;"
1055+ offset="1"
1056+ id="stop6549" />
1057+ </linearGradient>
1058+ <linearGradient
1059+ id="linearGradient6525">
1060+ <stop
1061+ style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
1062+ offset="0"
1063+ id="stop6527" />
1064+ <stop
1065+ style="stop-color: rgb(186, 189, 182); stop-opacity: 1;"
1066+ offset="1"
1067+ id="stop6529" />
1068+ </linearGradient>
1069+ <linearGradient
1070+ inkscape:collect="always"
1071+ id="linearGradient6424">
1072+ <stop
1073+ style="stop-color: rgb(238, 238, 236); stop-opacity: 1;"
1074+ offset="0"
1075+ id="stop6426" />
1076+ <stop
1077+ style="stop-color: rgb(238, 238, 236); stop-opacity: 0;"
1078+ offset="1"
1079+ id="stop6428" />
1080+ </linearGradient>
1081+ <linearGradient
1082+ id="linearGradient5440">
1083+ <stop
1084+ id="stop5442"
1085+ offset="0"
1086+ style="stop-color: rgb(238, 238, 236); stop-opacity: 1;" />
1087+ <stop
1088+ id="stop5444"
1089+ offset="1"
1090+ style="stop-color: rgb(162, 162, 152); stop-opacity: 1;" />
1091+ </linearGradient>
1092+ <linearGradient
1093+ inkscape:collect="always"
1094+ id="linearGradient5402">
1095+ <stop
1096+ style="stop-color: rgb(0, 0, 0); stop-opacity: 1;"
1097+ offset="0"
1098+ id="stop5404" />
1099+ <stop
1100+ style="stop-color: rgb(0, 0, 0); stop-opacity: 0;"
1101+ offset="1"
1102+ id="stop5406" />
1103+ </linearGradient>
1104+ <linearGradient
1105+ id="linearGradient2808">
1106+ <stop
1107+ id="stop2810"
1108+ offset="0"
1109+ style="stop-color: white; stop-opacity: 1;" />
1110+ <stop
1111+ id="stop2812"
1112+ offset="1"
1113+ style="stop-color: white; stop-opacity: 0.293785;" />
1114+ </linearGradient>
1115+ <linearGradient
1116+ inkscape:collect="always"
1117+ id="linearGradient6221">
1118+ <stop
1119+ style="stop-color: black; stop-opacity: 1;"
1120+ offset="0"
1121+ id="stop6223" />
1122+ <stop
1123+ style="stop-color: black; stop-opacity: 0;"
1124+ offset="1"
1125+ id="stop6225" />
1126+ </linearGradient>
1127+ <linearGradient
1128+ inkscape:collect="always"
1129+ id="linearGradient5220">
1130+ <stop
1131+ style="stop-color: rgb(12, 29, 53); stop-opacity: 1;"
1132+ offset="0"
1133+ id="stop5222" />
1134+ <stop
1135+ style="stop-color: white; stop-opacity: 0.293785;"
1136+ offset="1"
1137+ id="stop5224" />
1138+ </linearGradient>
1139+ <linearGradient
1140+ inkscape:collect="always"
1141+ id="linearGradient5210">
1142+ <stop
1143+ style="stop-color: rgb(114, 159, 207); stop-opacity: 1;"
1144+ offset="0"
1145+ id="stop5212" />
1146+ <stop
1147+ style="stop-color: rgb(41, 94, 173); stop-opacity: 1;"
1148+ offset="1"
1149+ id="stop5214" />
1150+ </linearGradient>
1151+ <radialGradient
1152+ inkscape:collect="always"
1153+ xlink:href="#linearGradient6221"
1154+ id="radialGradient6819"
1155+ gradientUnits="userSpaceOnUse"
1156+ gradientTransform="matrix(0.982963, 0, 0, 0.508943, 0.37414, 16.8414)"
1157+ cx="21.96048"
1158+ cy="34.498356"
1159+ fx="21.96048"
1160+ fy="34.498356"
1161+ r="12.727922" />
1162+ <radialGradient
1163+ inkscape:collect="always"
1164+ xlink:href="#linearGradient6221"
1165+ id="radialGradient6821"
1166+ gradientUnits="userSpaceOnUse"
1167+ gradientTransform="matrix(0.982963, 0, 0, 0.508943, 0.37414, 16.8414)"
1168+ cx="21.96048"
1169+ cy="34.498356"
1170+ fx="21.96048"
1171+ fy="34.498356"
1172+ r="12.727922" />
1173+ <linearGradient
1174+ inkscape:collect="always"
1175+ xlink:href="#linearGradient6545"
1176+ id="linearGradient6823"
1177+ gradientUnits="userSpaceOnUse"
1178+ x1="101.75"
1179+ y1="16.75"
1180+ x2="84.875"
1181+ y2="23.5" />
1182+ <linearGradient
1183+ inkscape:collect="always"
1184+ xlink:href="#linearGradient6707"
1185+ id="linearGradient6825"
1186+ gradientUnits="userSpaceOnUse"
1187+ x1="101.76143"
1188+ y1="23.366385"
1189+ x2="84.3106"
1190+ y2="40.943737" />
1191+ <linearGradient
1192+ inkscape:collect="always"
1193+ xlink:href="#linearGradient6791"
1194+ id="linearGradient6827"
1195+ gradientUnits="userSpaceOnUse"
1196+ x1="99.686363"
1197+ y1="7.6145449"
1198+ x2="75.039978"
1199+ y2="16.260931" />
1200+ <linearGradient
1201+ inkscape:collect="always"
1202+ xlink:href="#linearGradient6525"
1203+ id="linearGradient6829"
1204+ gradientUnits="userSpaceOnUse"
1205+ x1="94"
1206+ y1="43.240894"
1207+ x2="94"
1208+ y2="40.766018" />
1209+ <linearGradient
1210+ inkscape:collect="always"
1211+ xlink:href="#linearGradient5437"
1212+ id="linearGradient6831"
1213+ gradientUnits="userSpaceOnUse"
1214+ gradientTransform="matrix(0.998223, 0, 0, 1.1272, 101.975, -16.992)"
1215+ x1="-5.7610831"
1216+ y1="40.212852"
1217+ x2="-12.691682"
1218+ y2="44.514675" />
1219+ <linearGradient
1220+ inkscape:collect="always"
1221+ xlink:href="#linearGradient6576"
1222+ id="linearGradient6833"
1223+ gradientUnits="userSpaceOnUse"
1224+ gradientTransform="matrix(0.707107, -0.707107, 0.707107, 0.707107, -58.4607, 73.5066)"
1225+ x1="93.686363"
1226+ y1="11.614545"
1227+ x2="96.311363"
1228+ y2="3.2395456" />
1229+ <linearGradient
1230+ inkscape:collect="always"
1231+ xlink:href="#linearGradient6696"
1232+ id="linearGradient6835"
1233+ gradientUnits="userSpaceOnUse"
1234+ x1="19.5"
1235+ y1="17.750786"
1236+ x2="19.5"
1237+ y2="7.8089299"
1238+ gradientTransform="translate(-1, -1)" />
1239+ <radialGradient
1240+ inkscape:collect="always"
1241+ xlink:href="#linearGradient6221"
1242+ id="radialGradient6837"
1243+ gradientUnits="userSpaceOnUse"
1244+ gradientTransform="matrix(0.982963, 0, 0, 0.508943, 0.37414, 16.8414)"
1245+ cx="21.96048"
1246+ cy="34.498356"
1247+ fx="21.96048"
1248+ fy="34.498356"
1249+ r="12.727922" />
1250+ <radialGradient
1251+ inkscape:collect="always"
1252+ xlink:href="#linearGradient6221"
1253+ id="radialGradient6839"
1254+ gradientUnits="userSpaceOnUse"
1255+ gradientTransform="matrix(0.982963, 0, 0, 0.508943, 0.37414, 16.8414)"
1256+ cx="21.96048"
1257+ cy="34.498356"
1258+ fx="21.96048"
1259+ fy="34.498356"
1260+ r="12.727922" />
1261+ <radialGradient
1262+ inkscape:collect="always"
1263+ xlink:href="#linearGradient6998"
1264+ id="radialGradient7004"
1265+ cx="24.32572"
1266+ cy="24.577896"
1267+ fx="24.32572"
1268+ fy="24.577896"
1269+ r="5.140625"
1270+ gradientUnits="userSpaceOnUse"
1271+ gradientTransform="matrix(0.749543, -0.749543, 1.85675, 1.85675, -40.4776, -2.57375)" />
1272+ <linearGradient
1273+ inkscape:collect="always"
1274+ xlink:href="#linearGradient5210"
1275+ id="linearGradient7047"
1276+ gradientUnits="userSpaceOnUse"
1277+ gradientTransform="matrix(0.821351, 0, 0, 1.00945, 61.6763, -5.25395)"
1278+ x1="-10.69499"
1279+ y1="41.105709"
1280+ x2="-1.0492263"
1281+ y2="41.137775" />
1282+ <linearGradient
1283+ inkscape:collect="always"
1284+ xlink:href="#linearGradient5443"
1285+ id="linearGradient7049"
1286+ gradientUnits="userSpaceOnUse"
1287+ x1="53.58926"
1288+ y1="32.856834"
1289+ x2="69.976395"
1290+ y2="44.960426" />
1291+ <linearGradient
1292+ inkscape:collect="always"
1293+ xlink:href="#linearGradient5440"
1294+ id="linearGradient7051"
1295+ gradientUnits="userSpaceOnUse"
1296+ gradientTransform="matrix(0.711824, -0.711824, 0.707107, 0.707107, 20.98, 22.2981)"
1297+ x1="24.518135"
1298+ y1="22.429499"
1299+ x2="25.910631"
1300+ y2="23.831284" />
1301+ <linearGradient
1302+ inkscape:collect="always"
1303+ xlink:href="#linearGradient2808"
1304+ id="linearGradient7053"
1305+ gradientUnits="userSpaceOnUse"
1306+ gradientTransform="matrix(0.581783, 0, 0, 0.678747, 57.5437, 10.5061)"
1307+ x1="-6.9787297"
1308+ y1="37.126617"
1309+ x2="-9.9043236"
1310+ y2="36.848248" />
1311+ <linearGradient
1312+ inkscape:collect="always"
1313+ xlink:href="#linearGradient5220"
1314+ id="linearGradient7055"
1315+ gradientUnits="userSpaceOnUse"
1316+ gradientTransform="matrix(0.488795, 0, 0, 0.678745, 59.0556, 10.4726)"
1317+ x1="-8.9375"
1318+ y1="40.375"
1319+ x2="-7"
1320+ y2="40.375" />
1321+ <linearGradient
1322+ inkscape:collect="always"
1323+ xlink:href="#linearGradient5402"
1324+ id="linearGradient7057"
1325+ gradientUnits="userSpaceOnUse"
1326+ x1="57.349243"
1327+ y1="37.496914"
1328+ x2="59.350101"
1329+ y2="37.505516" />
1330+ <linearGradient
1331+ inkscape:collect="always"
1332+ xlink:href="#linearGradient6424"
1333+ id="linearGradient7059"
1334+ gradientUnits="userSpaceOnUse"
1335+ x1="54.5"
1336+ y1="1.7340142"
1337+ x2="54.5"
1338+ y2="7.1931787" />
1339+ </defs>
1340+ <sodipodi:namedview
1341+ id="base"
1342+ pagecolor="#ffffff"
1343+ bordercolor="#666"
1344+ borderopacity="0.31372549"
1345+ inkscape:pageopacity="0.0"
1346+ inkscape:pageshadow="2"
1347+ inkscape:zoom="4"
1348+ inkscape:cx="40.725752"
1349+ inkscape:cy="9.5969463"
1350+ inkscape:current-layer="layer1"
1351+ showgrid="false"
1352+ inkscape:grid-bbox="false"
1353+ inkscape:document-units="px"
1354+ inkscape:window-width="897"
1355+ inkscape:window-height="718"
1356+ inkscape:window-x="88"
1357+ inkscape:window-y="25"
1358+ inkscape:showpageshadow="false"
1359+ inkscape:grid-points="false"
1360+ showguides="true"
1361+ inkscape:guide-bbox="true"
1362+ showborder="true"
1363+ inkscape:window-maximized="0">
1364+ <inkscape:grid
1365+ type="xygrid"
1366+ id="grid5999" />
1367+ <inkscape:grid
1368+ id="GridFromPre046Settings"
1369+ type="xygrid"
1370+ originx="0px"
1371+ originy="0px"
1372+ spacingx="0.5px"
1373+ spacingy="0.5px"
1374+ color="#0000ff"
1375+ empcolor="#0000ff"
1376+ opacity="0.2"
1377+ empopacity="0.4"
1378+ empspacing="2" />
1379+ </sodipodi:namedview>
1380+ <metadata
1381+ id="metadata4294">
1382+ <rdf:RDF>
1383+ <cc:Work
1384+ rdf:about="">
1385+ <dc:format>image/svg+xml</dc:format>
1386+ <dc:type
1387+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1388+ <dc:title></dc:title>
1389+ <dc:creator>
1390+ <cc:Agent>
1391+ <dc:title>Andreas Nilsson</dc:title>
1392+ </cc:Agent>
1393+ </dc:creator>
1394+ <dc:subject>
1395+ <rdf:Bag>
1396+ <rdf:li>category</rdf:li>
1397+ <rdf:li>system</rdf:li>
1398+ <rdf:li>preferences</rdf:li>
1399+ <rdf:li>settings</rdf:li>
1400+ <rdf:li>control center</rdf:li>
1401+ </rdf:Bag>
1402+ </dc:subject>
1403+ <dc:contributor>
1404+ <cc:Agent>
1405+ <dc:title>Jakub Steiner
1406+Ulisse Perusin</dc:title>
1407+ </cc:Agent>
1408+ </dc:contributor>
1409+ <cc:license
1410+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
1411+ </cc:Work>
1412+ <cc:License
1413+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
1414+ <cc:permits
1415+ rdf:resource="http://web.resource.org/cc/Reproduction" />
1416+ <cc:permits
1417+ rdf:resource="http://web.resource.org/cc/Distribution" />
1418+ <cc:requires
1419+ rdf:resource="http://web.resource.org/cc/Notice" />
1420+ <cc:permits
1421+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
1422+ <cc:requires
1423+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
1424+ <cc:requires
1425+ rdf:resource="http://web.resource.org/cc/SourceCode" />
1426+ </cc:License>
1427+ <cc:Work
1428+ rdf:about="">
1429+ <dc:format>image/svg+xml</dc:format>
1430+ <dc:type
1431+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1432+ <dc:title>Preferences</dc:title>
1433+ <dc:creator>
1434+ <cc:Agent>
1435+ <dc:title>Andreas Nilsson</dc:title>
1436+ </cc:Agent>
1437+ </dc:creator>
1438+ <dc:contributor>
1439+ <cc:Agent>
1440+ <dc:title>Lapo Calamandrei, Ulisse Perusin, Jakub Steiner</dc:title>
1441+ </cc:Agent>
1442+ </dc:contributor>
1443+ <cc:license
1444+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
1445+ <dc:subject>
1446+ <rdf:Bag>
1447+ <rdf:li>category</rdf:li>
1448+ <rdf:li>system</rdf:li>
1449+ <rdf:li>preferences</rdf:li>
1450+ <rdf:li>settings</rdf:li>
1451+ <rdf:li>control center</rdf:li>
1452+ </rdf:Bag>
1453+ </dc:subject>
1454+ </cc:Work>
1455+ <cc:License
1456+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
1457+ <cc:permits
1458+ rdf:resource="http://web.resource.org/cc/Reproduction" />
1459+ <cc:permits
1460+ rdf:resource="http://web.resource.org/cc/Distribution" />
1461+ <cc:requires
1462+ rdf:resource="http://web.resource.org/cc/Notice" />
1463+ <cc:permits
1464+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
1465+ <cc:requires
1466+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
1467+ <cc:requires
1468+ rdf:resource="http://web.resource.org/cc/SourceCode" />
1469+ </cc:License>
1470+ </rdf:RDF>
1471+ </metadata>
1472+ <g
1473+ id="layer1"
1474+ inkscape:label="Layer 1"
1475+ inkscape:groupmode="layer">
1476+ <path
1477+ sodipodi:type="arc"
1478+ style="opacity: 0.15; fill: url(#radialGradient6839) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
1479+ id="path5331"
1480+ sodipodi:cx="21.743534"
1481+ sodipodi:cy="34.299805"
1482+ sodipodi:rx="12.727922"
1483+ sodipodi:ry="6.3639612"
1484+ d="M 34.471457 34.299805 A 12.727922 6.3639612 0 1 1 9.0156116,34.299805 A 12.727922 6.3639612 0 1 1 34.471457 34.299805 z"
1485+ transform="matrix(0.903524, 0, 0, 0.624182, -8.14578, 20.563)" />
1486+ <path
1487+ sodipodi:type="arc"
1488+ style="opacity: 0.2; fill: url(#radialGradient6837) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
1489+ id="path6769"
1490+ sodipodi:cx="21.743534"
1491+ sodipodi:cy="34.299805"
1492+ sodipodi:rx="12.727922"
1493+ sodipodi:ry="6.3639612"
1494+ d="M 34.471457 34.299805 A 12.727922 6.3639612 0 1 1 9.0156116,34.299805 A 12.727922 6.3639612 0 1 1 34.471457 34.299805 z"
1495+ transform="matrix(0.353552, 0, 0, 0.235702, 2.81253, 34.4155)" />
1496+ <g
1497+ id="g6432"
1498+ transform="matrix(0.707107, 0.707107, -0.707107, 0.707107, 0.40392, -30.1174)">
1499+ <rect
1500+ transform="matrix(0.999992, -0.00408577, -0.0027049, 0.999996, 0, 0)"
1501+ ry="3.6587055"
1502+ rx="4.0743828"
1503+ y="27.726946"
1504+ x="50.588039"
1505+ height="17.996519"
1506+ width="8.9973431"
1507+ id="rect5288"
1508+ style="fill: url(#linearGradient7047) rgb(0, 0, 0); fill-opacity: 1; stroke: rgb(32, 74, 135); stroke-width: 1.00001; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
1509+ <rect
1510+ transform="matrix(0.999987, -0.00504805, -0.00289929, 0.999996, 0, 0)"
1511+ ry="2.5968282"
1512+ rx="3.0795631"
1513+ y="28.815769"
1514+ x="51.574001"
1515+ height="15.960262"
1516+ width="7.0178103"
1517+ id="rect5292"
1518+ style="opacity: 0.5; fill: none; fill-opacity: 1; stroke: url(#linearGradient7049) rgb(0, 0, 0); stroke-width: 1.00002; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
1519+ <path
1520+ sodipodi:nodetypes="ccccccccc"
1521+ id="path5286"
1522+ d="M 52.246834,0.49999993 L 52.604531,5.4548034 L 53.59322,7.162543 L 53.585977,28.755101 C 53.674365,30.257703 56.419206,30.336084 56.595983,28.745094 L 56.621068,7.1748733 L 57.628707,5.8770552 L 57.95997,0.51454306 C 57.95997,0.51454306 52.246834,0.49999993 52.246834,0.49999993 z "
1523+ style="fill: url(#linearGradient7051) rgb(0, 0, 0); fill-opacity: 1; stroke: rgb(136, 138, 133); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
1524+ <rect
1525+ style="opacity: 0.3; fill: url(#linearGradient7053) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
1526+ id="rect2804"
1527+ width="1.4200811"
1528+ height="10.612979"
1529+ x="51.725819"
1530+ y="32.225933"
1531+ rx="0.6661315"
1532+ ry="1.6036282"
1533+ transform="matrix(0.999991, -0.00429945, -0.00429945, 0.999991, 0, 0)" />
1534+ <rect
1535+ transform="matrix(0.999987, -0.00511738, -0.00361225, 0.999994, 0, 0)"
1536+ ry="1.6036212"
1537+ rx="1.3473127"
1538+ y="32.192463"
1539+ x="54.167618"
1540+ height="10.859921"
1541+ width="1.9551785"
1542+ id="rect5290"
1543+ style="opacity: 0.3; fill: url(#linearGradient7055) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
1544+ <rect
1545+ style="opacity: 0.25; fill: url(#linearGradient7057) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
1546+ id="rect5398"
1547+ width="1.420082"
1548+ height="10.612979"
1549+ x="57.132236"
1550+ y="32.24918"
1551+ rx="0.6661315"
1552+ ry="1.603629"
1553+ transform="matrix(0.999991, -0.00429946, -0.00429946, 0.999991, 0, 0)" />
1554+ <path
1555+ sodipodi:nodetypes="ccccccccc"
1556+ id="path5450"
1557+ d="M 52.78125,1 L 53.09375,5.3125 L 54.03125,6.90625 C 54.073567,6.982692 54.095116,7.0688875 54.09375,7.15625 L 56.125,7.1875 C 56.120433,7.0757816 56.153441,6.9657558 56.21875,6.875 L 57.125,5.65625 L 57.4375,1 C 56.652768,1 53.565982,1 52.78125,1 z "
1558+ style="fill: url(#linearGradient7059) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-opacity: 1;" />
1559+ </g>
1560+ <path
1561+ style="opacity: 0.5; fill: url(#radialGradient7004) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
1562+ d="M 25.96875,19.46875 L 18.46875,26.96875 L 21.25,29.75 L 28.75,22.25 L 25.96875,19.46875 z "
1563+ id="path6010" />
1564+ <g
1565+ id="g6807"
1566+ transform="translate(-1)">
1567+ <path
1568+ transform="matrix(0.86424, 0, 0, 0.624182, 18.2084, 20.563)"
1569+ d="m 34.471457,34.299805 c 0,3.514718 -5.698485,6.363961 -12.727923,6.363961 -7.029437,0 -12.7279224,-2.849243 -12.7279224,-6.363961 0,-3.514719 5.6984854,-6.363962 12.7279224,-6.363962 7.029438,0 12.727923,2.849243 12.727923,6.363962 z"
1570+ sodipodi:ry="6.3639612"
1571+ sodipodi:rx="12.727922"
1572+ sodipodi:cy="34.299805"
1573+ sodipodi:cx="21.743534"
1574+ id="path6765"
1575+ style="opacity: 0.15; fill: url(#radialGradient6819) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
1576+ sodipodi:type="arc" />
1577+ <path
1578+ transform="matrix(0.353552, 0, 0, 0.235702, 29.8125, 34.4155)"
1579+ d="m 34.471457,34.299805 c 0,3.514718 -5.698485,6.363961 -12.727923,6.363961 -7.029437,0 -12.7279224,-2.849243 -12.7279224,-6.363961 0,-3.514719 5.6984854,-6.363962 12.7279224,-6.363962 7.029438,0 12.727923,2.849243 12.727923,6.363962 z"
1580+ sodipodi:ry="6.3639612"
1581+ sodipodi:rx="12.727922"
1582+ sodipodi:cy="34.299805"
1583+ sodipodi:cx="21.743534"
1584+ id="path6773"
1585+ style="opacity: 0.2; fill: url(#radialGradient6821) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
1586+ sodipodi:type="arc" />
1587+ <g
1588+ transform="translate(-1.69798, 0.27077)"
1589+ id="g6739">
1590+ <g
1591+ id="g6553"
1592+ transform="matrix(0.707107, -0.707107, 0.707107, 0.707107, -57.4607, 74.5066)">
1593+ <path
1594+ sodipodi:nodetypes="csccsccscccccc"
1595+ id="path6491"
1596+ d="M 91,1.1482865 C 88.356663,2.3083638 86.5,4.9532014 86.5,8.0232865 C 86.5,10.894407 88.12854,13.387995 90.5,14.648286 L 90.5,43.414214 C 90.5,45.353214 92.061,46.914213 94,46.914214 C 95.939,46.914214 97.5,45.353213 97.5,43.414214 L 97.5,14.648286 C 99.87146,13.387995 101.5,10.894407 101.5,8.0232865 C 101.5,4.9532011 99.643337,2.3083637 97,1.1482865 L 97,7.0857865 L 95.28125,9.0857865 L 92.71875,9.0857865 L 91,7.0857865 L 91,1.1482865 z "
1597+ style="opacity: 1; fill: url(#linearGradient6823) rgb(0, 0, 0); fill-opacity: 1; stroke: url(#linearGradient6825) rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0.7; stroke-opacity: 1;" />
1598+ <path
1599+ sodipodi:nodetypes="cscccscccscccccccccc"
1600+ id="path6505"
1601+ d="M 89.96875,2.9920365 C 88.491165,4.1803215 87.53125,5.9777353 87.53125,8.0232865 C 87.53125,10.510038 88.917637,12.651991 90.96875,13.742036 C 91.312399,13.913596 91.530012,14.264195 91.53125,14.648286 L 91.53125,43.414214 C 91.53125,44.807674 92.606539,45.882963 94,45.882964 C 95.39346,45.882964 96.46875,44.807673 96.46875,43.414214 L 96.46875,14.648286 C 96.469988,14.264195 96.687601,13.913596 97.03125,13.742036 C 99.082363,12.651991 100.46875,10.510038 100.46875,8.0232865 C 100.46875,5.977735 99.508835,4.1803214 98.03125,2.9920365 L 98.03125,7.0857865 C 98.028519,7.3272888 97.939894,7.5599296 97.78125,7.7420365 L 96.0625,9.7420365 C 95.871073,9.9773335 95.584572,10.114853 95.28125,10.117036 L 92.71875,10.117036 C 92.415428,10.114853 92.128927,9.9773335 91.9375,9.7420365 L 90.21875,7.7420365 C 90.060106,7.5599296 89.971481,7.3272888 89.96875,7.0857865 L 89.96875,2.9920365 z "
1602+ style="opacity: 1; fill: none; fill-opacity: 1; stroke: url(#linearGradient6827) rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dashoffset: 0.7; stroke-opacity: 1;" />
1603+ <path
1604+ transform="translate(-3.76269e-08, 0.914214)"
1605+ d="m 95.5,42.5 c 0,0.828427 -0.671573,1.5 -1.5,1.5 -0.828427,0 -1.5,-0.671573 -1.5,-1.5 0,-0.828427 0.671573,-1.5 1.5,-1.5 0.828427,0 1.5,0.671573 1.5,1.5 z"
1606+ sodipodi:ry="1.5"
1607+ sodipodi:rx="1.5"
1608+ sodipodi:cy="42.5"
1609+ sodipodi:cx="94"
1610+ id="path6507"
1611+ style="opacity: 1; fill: rgb(136, 138, 133); fill-opacity: 1; stroke: url(#linearGradient6829) rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0.7; stroke-opacity: 1;"
1612+ sodipodi:type="arc" />
1613+ <rect
1614+ style="opacity: 0.231061; fill: url(#linearGradient6831) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1; display: inline;"
1615+ id="rect6533"
1616+ width="3.9928944"
1617+ height="21.999802"
1618+ x="91.992836"
1619+ y="16.963778"
1620+ rx="1.7379364"
1621+ ry="1.7444341"
1622+ transform="matrix(1, 0.000386459, 0.000383586, 1, 0, 0)" />
1623+ </g>
1624+ <path
1625+ style="fill: none; fill-opacity: 1; stroke: url(#linearGradient6833) rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dashoffset: 0.7; stroke-opacity: 1;"
1626+ d="M 13.973556,7.3037539 L 16.868274,10.198472 C 17.037111,10.371171 17.138946,10.598341 17.155536,10.839288 L 17.35441,13.468841 C 17.385431,13.770581 17.280086,14.070409 17.067148,14.286434 L 15.255187,16.098395 C 15.039162,16.311332 14.739334,16.416678 14.437595,16.385657 L 11.808041,16.186783 C 11.567094,16.170192 11.339925,16.068358 11.167226,15.899521 L 8.2725073,13.004802"
1627+ id="path6573"
1628+ sodipodi:nodetypes="cccccccccc" />
1629+ <path
1630+ style="opacity: 0.590517; fill: url(#linearGradient6835) rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0.7; stroke-opacity: 1;"
1631+ d="M 14.71875,6.8125 C 14.129935,6.8140249 13.543329,6.8880281 12.96875,7.03125 L 16.5,10.5625 C 16.589624,10.650873 16.646088,10.749545 16.65625,10.875 L 16.875,13.5 C 16.888638,13.656013 16.830347,13.827626 16.71875,13.9375 L 15.125,15.5625 C 17.279079,16.073694 19.038866,17.020591 21.34375,15.78125 C 22.074648,13.392376 21.483569,10.671069 19.59375,8.78125 C 18.245921,7.4334204 16.485196,6.8079254 14.71875,6.8125 z M 8,12 C 7.6061401,13.580092 7.7314214,15.26324 8.4375,16.75 C 9.564272,16.068398 10.560695,15.675078 11.46875,15.46875 L 8,12 z "
1632+ id="path6651"
1633+ sodipodi:nodetypes="ccccccccsccccc" />
1634+ </g>
1635+ </g>
1636+ </g>
1637+</svg>
1638
1639=== added file 'sources/email.svg'
1640--- sources/email.svg 1970-01-01 00:00:00 +0000
1641+++ sources/email.svg 2009-12-23 09:03:14 +0000
1642@@ -0,0 +1,365 @@
1643+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1644+<!-- Created with Inkscape (http://www.inkscape.org/) -->
1645+
1646+<svg
1647+ xmlns:dc="http://purl.org/dc/elements/1.1/"
1648+ xmlns:cc="http://creativecommons.org/ns#"
1649+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1650+ xmlns:svg="http://www.w3.org/2000/svg"
1651+ xmlns="http://www.w3.org/2000/svg"
1652+ xmlns:xlink="http://www.w3.org/1999/xlink"
1653+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1654+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1655+ sodipodi:docname="email.svg"
1656+ inkscape:version="0.47pre4 r22446"
1657+ sodipodi:version="0.32"
1658+ id="svg2"
1659+ height="48"
1660+ width="48"
1661+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
1662+ version="1.0"
1663+ inkscape:export-filename="/home/doctormo/Desktop/email.png"
1664+ inkscape:export-xdpi="60"
1665+ inkscape:export-ydpi="60">
1666+ <defs
1667+ id="defs3">
1668+ <inkscape:perspective
1669+ sodipodi:type="inkscape:persp3d"
1670+ inkscape:vp_x="0 : 24 : 1"
1671+ inkscape:vp_y="0 : 1000 : 0"
1672+ inkscape:vp_z="48 : 24 : 1"
1673+ inkscape:persp3d-origin="24 : 16 : 1"
1674+ id="perspective52" />
1675+ <linearGradient
1676+ inkscape:collect="always"
1677+ id="linearGradient5060">
1678+ <stop
1679+ style="stop-color:black;stop-opacity:1;"
1680+ offset="0"
1681+ id="stop5062" />
1682+ <stop
1683+ style="stop-color:black;stop-opacity:0;"
1684+ offset="1"
1685+ id="stop5064" />
1686+ </linearGradient>
1687+ <linearGradient
1688+ id="linearGradient5048">
1689+ <stop
1690+ style="stop-color:black;stop-opacity:0;"
1691+ offset="0"
1692+ id="stop5050" />
1693+ <stop
1694+ id="stop5056"
1695+ offset="0.5"
1696+ style="stop-color:black;stop-opacity:1;" />
1697+ <stop
1698+ style="stop-color:black;stop-opacity:0;"
1699+ offset="1"
1700+ id="stop5052" />
1701+ </linearGradient>
1702+ <linearGradient
1703+ id="linearGradient6932"
1704+ inkscape:collect="always">
1705+ <stop
1706+ id="stop6934"
1707+ offset="0"
1708+ style="stop-color:#000000;stop-opacity:1;" />
1709+ <stop
1710+ id="stop6936"
1711+ offset="1"
1712+ style="stop-color:#000000;stop-opacity:0;" />
1713+ </linearGradient>
1714+ <linearGradient
1715+ id="linearGradient6945"
1716+ inkscape:collect="always">
1717+ <stop
1718+ id="stop6947"
1719+ offset="0"
1720+ style="stop-color:#ffffff;stop-opacity:1" />
1721+ <stop
1722+ id="stop6949"
1723+ offset="1"
1724+ style="stop-color:#d3d7cf;stop-opacity:1" />
1725+ </linearGradient>
1726+ <linearGradient
1727+ id="linearGradient6984"
1728+ inkscape:collect="always">
1729+ <stop
1730+ id="stop6986"
1731+ offset="0"
1732+ style="stop-color:#babdb6;stop-opacity:1;" />
1733+ <stop
1734+ id="stop6988"
1735+ offset="1"
1736+ style="stop-color:#babdb6;stop-opacity:0;" />
1737+ </linearGradient>
1738+ <linearGradient
1739+ inkscape:collect="always"
1740+ xlink:href="#linearGradient6984"
1741+ id="linearGradient4867"
1742+ gradientUnits="userSpaceOnUse"
1743+ gradientTransform="matrix(1.0547771,0,0,1.1085444,-1.2858005,-43.733935)"
1744+ x1="14.125"
1745+ y1="79.81311"
1746+ x2="14.125"
1747+ y2="76.624176" />
1748+ <radialGradient
1749+ inkscape:collect="always"
1750+ xlink:href="#linearGradient6945"
1751+ id="radialGradient4870"
1752+ gradientUnits="userSpaceOnUse"
1753+ gradientTransform="matrix(2.7512006,0,0,2.39991,-28.648174,-124.78848)"
1754+ cx="13.107393"
1755+ cy="61.48016"
1756+ fx="13.107393"
1757+ fy="61.48016"
1758+ r="18.5" />
1759+ <radialGradient
1760+ inkscape:collect="always"
1761+ xlink:href="#linearGradient6945"
1762+ id="radialGradient4892"
1763+ gradientUnits="userSpaceOnUse"
1764+ gradientTransform="matrix(-2.7512006,0,0,0.7364784,75.651099,-1.4630379)"
1765+ cx="19.371983"
1766+ cy="41.331757"
1767+ fx="19.371983"
1768+ fy="41.331757"
1769+ r="18.5" />
1770+ <linearGradient
1771+ inkscape:collect="always"
1772+ xlink:href="#linearGradient5048"
1773+ id="linearGradient4903"
1774+ gradientUnits="userSpaceOnUse"
1775+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
1776+ x1="302.85715"
1777+ y1="366.64789"
1778+ x2="302.85715"
1779+ y2="609.50507" />
1780+ <radialGradient
1781+ inkscape:collect="always"
1782+ xlink:href="#linearGradient5060"
1783+ id="radialGradient4905"
1784+ gradientUnits="userSpaceOnUse"
1785+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
1786+ cx="605.71429"
1787+ cy="486.64789"
1788+ fx="605.71429"
1789+ fy="486.64789"
1790+ r="117.14286" />
1791+ <radialGradient
1792+ inkscape:collect="always"
1793+ xlink:href="#linearGradient5060"
1794+ id="radialGradient4907"
1795+ gradientUnits="userSpaceOnUse"
1796+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
1797+ cx="605.71429"
1798+ cy="486.64789"
1799+ fx="605.71429"
1800+ fy="486.64789"
1801+ r="117.14286" />
1802+ <linearGradient
1803+ inkscape:collect="always"
1804+ xlink:href="#linearGradient6932"
1805+ id="linearGradient5499"
1806+ gradientUnits="userSpaceOnUse"
1807+ x1="32.625"
1808+ y1="68.4375"
1809+ x2="32.625"
1810+ y2="63.498707" />
1811+ </defs>
1812+ <sodipodi:namedview
1813+ inkscape:window-y="25"
1814+ inkscape:window-x="130"
1815+ inkscape:window-height="718"
1816+ inkscape:window-width="957"
1817+ inkscape:guide-bbox="true"
1818+ showguides="true"
1819+ showgrid="false"
1820+ inkscape:current-layer="layer1"
1821+ inkscape:document-units="px"
1822+ inkscape:cy="17.921325"
1823+ inkscape:cx="30.097753"
1824+ inkscape:zoom="1"
1825+ inkscape:pageshadow="2"
1826+ inkscape:pageopacity="0.0"
1827+ borderopacity="1"
1828+ bordercolor="#dedede"
1829+ pagecolor="#ffffff"
1830+ id="base"
1831+ width="48px"
1832+ height="48px"
1833+ borderlayer="true"
1834+ inkscape:showpageshadow="false"
1835+ inkscape:window-maximized="0">
1836+ <inkscape:grid
1837+ type="xygrid"
1838+ id="grid4899" />
1839+ </sodipodi:namedview>
1840+ <metadata
1841+ id="metadata4">
1842+ <rdf:RDF>
1843+ <cc:Work
1844+ rdf:about="">
1845+ <dc:format>image/svg+xml</dc:format>
1846+ <dc:type
1847+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1848+ <dc:title></dc:title>
1849+ <dc:date>2005-02-19</dc:date>
1850+ <dc:creator>
1851+ <cc:Agent>
1852+ <dc:title>Lapo Calamandrei</dc:title>
1853+ </cc:Agent>
1854+ </dc:creator>
1855+ <dc:description>Mail emblem</dc:description>
1856+ <dc:contributor>
1857+ <cc:Agent>
1858+ <dc:title>Jakub Steiner
1859+Andreas Nilsson</dc:title>
1860+ </cc:Agent>
1861+ </dc:contributor>
1862+ <cc:license
1863+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
1864+ <dc:subject>
1865+ <rdf:Bag>
1866+ <rdf:li>mail</rdf:li>
1867+ <rdf:li>message</rdf:li>
1868+ <rdf:li>e-mail</rdf:li>
1869+ </rdf:Bag>
1870+ </dc:subject>
1871+ <dc:rights>
1872+ <cc:Agent>
1873+ <dc:title>Lapo Calamandrei, Andreas Nilsson, Novell Inc.</dc:title>
1874+ </cc:Agent>
1875+ </dc:rights>
1876+ </cc:Work>
1877+ <cc:License
1878+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
1879+ <cc:permits
1880+ rdf:resource="http://web.resource.org/cc/Reproduction" />
1881+ <cc:permits
1882+ rdf:resource="http://web.resource.org/cc/Distribution" />
1883+ <cc:requires
1884+ rdf:resource="http://web.resource.org/cc/Notice" />
1885+ <cc:permits
1886+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
1887+ <cc:requires
1888+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
1889+ <cc:requires
1890+ rdf:resource="http://web.resource.org/cc/SourceCode" />
1891+ </cc:License>
1892+ </rdf:RDF>
1893+ </metadata>
1894+ <g
1895+ id="layer1"
1896+ inkscape:groupmode="layer"
1897+ inkscape:label="Layer 1">
1898+ <g
1899+ style="opacity:0.7;display:inline"
1900+ id="g6055"
1901+ transform="matrix(2.2855337e-2,0,0,1.7811354e-2,43.828349,41.602703)">
1902+ <rect
1903+ y="-150.69685"
1904+ x="-1559.2523"
1905+ height="478.35718"
1906+ width="1339.6335"
1907+ id="rect6057"
1908+ style="opacity:0.39195981;color:#000000;fill:url(#linearGradient4903);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" />
1909+ <path
1910+ sodipodi:nodetypes="cccc"
1911+ id="path6059"
1912+ 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"
1913+ style="opacity:0.40206185;color:#000000;fill:url(#radialGradient4905);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" />
1914+ <path
1915+ style="opacity:0.40206185;color:#000000;fill:url(#radialGradient4907);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"
1916+ 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"
1917+ id="path6061"
1918+ sodipodi:nodetypes="cccc" />
1919+ </g>
1920+ <path
1921+ style="fill:url(#radialGradient4892);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999987999999995;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992000000000;stroke-opacity:0.99236641999999997"
1922+ d="M 23.501461,2.3751864 C 17.676241,2.3751864 17.172799,3.4805995 16.118021,4.5860168 L 4.5154734,16.745584 L 4.5154734,18.300075 L 4.5154734,18.507341 L 4.5154734,42.826475 C 4.5154734,43.69254 5.1723632,44.380967 5.9987537,44.380966 L 41.004168,44.380966 C 41.830559,44.380966 42.487448,43.692539 42.487448,42.826475 L 42.487448,18.507341 L 42.487448,18.300075 L 42.487448,16.745584 L 30.884901,4.5860168 C 29.830123,3.4806017 29.302735,2.3751842 23.501461,2.3751864 z"
1923+ id="rect5931" />
1924+ <path
1925+ style="opacity:1;color:#000000;fill:#f2f2f0;fill-opacity:1;fill-rule:evenodd;stroke:#aeaeae;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"
1926+ d="M 8.3085047,25.792 L 34.029514,14.743457 L 40.305087,30.034641 L 11.667262,35.42633 L 8.3085047,25.792 z"
1927+ id="path4909" />
1928+ <path
1929+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
1930+ d="M 42.487448,19.612755 L 42.487448,16.787167 L 30.884901,4.8039527 C 29.830123,3.7145696 29.302735,2.6251842 23.501461,2.6251864 C 17.676241,2.6251864 17.172799,3.7145674 16.118022,4.8039527 L 4.5154734,16.787167 L 4.5154734,19.612755"
1931+ id="path7161"
1932+ sodipodi:nodetypes="ccccccc" />
1933+ <path
1934+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
1935+ d="M 5.13251,21.443598 L 15.661218,34.259506 C 16.152156,34.778168 16.638266,35.458613 17.721182,35.917629 C 18.804098,36.376645 20.424347,36.643057 23.345212,36.643057 C 26.25433,36.643059 27.884085,36.376203 28.969243,35.917629 C 30.0544,35.459055 30.53687,34.779645 31.029207,34.259506 L 41.525217,21.581775 L 31.029207,32.601383 C 30.53687,33.121522 30.0544,33.800932 28.969243,34.259506 C 27.884085,34.71808 26.25433,34.984936 23.345212,34.984935 C 20.424347,34.984935 18.804098,34.718522 17.721182,34.259506 C 16.638266,33.80049 16.152156,33.120045 15.661218,32.601383 L 5.13251,21.443598 z"
1936+ id="path7112"
1937+ sodipodi:nodetypes="ccssscccssscc" />
1938+ <path
1939+ sodipodi:type="inkscape:offset"
1940+ inkscape:radius="0.5"
1941+ inkscape:original="M 6.90625 55.5 C 6.1227756 55.5 5.5 56.122774 5.5 56.90625 L 5.5 58.5 L 16.5 69.5 C 17.5 70.500002 17.977297 71.5 23.5 71.5 C 29 71.500002 29.5 70.5 30.5 69.5 L 41.5 58.5 L 41.5 56.90625 C 41.5 56.122776 40.877226 55.5 40.09375 55.5 L 6.90625 55.5 z "
1942+ style="opacity:0.16791047000000001;fill:url(#linearGradient5499);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
1943+ id="path6930"
1944+ d="M 6.90625,55 C 5.8578131,55 5,55.857811 5,56.90625 L 5,58.5 C 5.0051575,58.6306 5.0612439,58.75399 5.15625,58.84375 L 16.15625,69.84375 C 16.62545,70.312951 17.090035,70.928507 18.125,71.34375 C 19.159965,71.758993 20.70847,72 23.5,72 C 26.280303,72.000001 27.837893,71.758593 28.875,71.34375 C 29.912107,70.928907 30.373213,70.314287 30.84375,69.84375 L 41.84375,58.84375 C 41.938756,58.75399 41.994842,58.6306 42,58.5 L 42,56.90625 C 42,55.857813 41.142189,55 40.09375,55 L 6.90625,55 z"
1945+ transform="matrix(1.0463312,0,0,1.1054152,-1.3060708,-44.54246)" />
1946+ <path
1947+ style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1948+ d="M 33.6875,15.4375 L 9.5,25.75 L 10,26.3125 L 33.25,17.0625 L 37.25,26.0625 L 37.8125,25.5 L 33.6875,15.4375 z"
1949+ id="path5492" />
1950+ <path
1951+ style="opacity:1;fill:#abaca9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
1952+ d="M 5.13251,21.443598 L 15.661218,31.298676 C 16.152156,31.817337 16.638266,32.497782 17.721182,32.956798 C 18.804098,33.415814 20.424347,33.682227 23.345212,33.682227 C 26.25433,33.682228 27.884085,33.415372 28.969243,32.956798 C 30.0544,32.498225 30.53687,31.818814 31.029207,31.298676 L 41.525217,21.581775 L 31.029207,32.601383 C 30.53687,33.121522 30.0544,33.800932 28.969243,34.259506 C 27.884085,34.71808 26.25433,34.984936 23.345212,34.984935 C 20.424347,34.984935 18.804098,34.718522 17.721182,34.259506 C 16.638266,33.80049 16.152156,33.120045 15.661218,32.601383 L 5.13251,21.443598 z"
1953+ id="path7128"
1954+ sodipodi:nodetypes="ccssscccssscc" />
1955+ <path
1956+ style="fill:url(#radialGradient4870);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1957+ d="M 23.501461,30.010568 C 18.227575,30.010568 17.172799,31.092185 16.118021,32.173804 L 4.9439766,43.632199 C 5.2135977,43.90868 5.5855575,44.071605 5.9987537,44.071607 L 41.004168,44.071607 C 41.417363,44.071607 41.789323,43.90868 42.058945,43.632199 L 30.884901,32.173804 C 29.830123,31.092185 28.775346,30.010568 23.501461,30.010568 z"
1958+ id="path6902" />
1959+ <path
1960+ style="opacity:0.55597014;fill:url(#linearGradient4867);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
1961+ d="M 5.042862,39.302964 L 5.042862,42.836449 C 5.042862,43.414008 5.4492052,43.841067 5.9987537,43.841067 L 41.004168,43.841067 C 41.553715,43.841067 41.960059,43.414008 41.960059,42.836449 L 41.960059,39.302964 L 5.042862,39.302964 z"
1962+ id="path6980"
1963+ sodipodi:nodetypes="ccccccc" />
1964+ <path
1965+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
1966+ d="M 4.5154734,18.507341 L 4.5154734,42.984035 C 4.5154734,43.855712 5.1723633,44.548599 5.9987537,44.548597 L 41.004168,44.548597 C 41.830559,44.548597 42.487448,43.855711 42.487448,42.984035 L 42.487448,18.507341"
1967+ id="path7174"
1968+ sodipodi:nodetypes="cccccc" />
1969+ <path
1970+ style="opacity:1;color:#000000;fill:#e8eae6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1971+ d="M 41.807689,21.410272 L 32.095694,32.864146 L 41.807689,43.330583 L 41.807689,21.410272 z"
1972+ id="path5488"
1973+ sodipodi:nodetypes="cccc" />
1974+ <path
1975+ id="path5490"
1976+ d="M 5.100505,21.597772 L 15,33.176646 L 5.100505,43.830583 L 5.100505,21.597772 z"
1977+ style="opacity:1;color:#000000;fill:#e8eae6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1978+ sodipodi:nodetypes="cccc" />
1979+ <g
1980+ id="g6320"
1981+ transform="matrix(1.0547769,0,0,1.1115624,-61.671781,-2.8573157)">
1982+ <path
1983+ sodipodi:nodetypes="ccssscccccc"
1984+ id="path7039"
1985+ d="M 63.25,41.970971 L 73.40625,30.627221 C 73.875623,30.157847 74.3406,29.542237 75.375,29.127221 C 76.4094,28.712205 77.95864,28.470971 80.75,28.470971 C 83.530132,28.47097 85.088454,28.712602 86.125,29.127221 C 87.161546,29.54184 87.623047,30.156518 88.09375,30.627221 L 98.25,41.970971 L 88.103408,32.175118 C 86.059401,30.205524 83.585161,29.902961 80.759658,30.018868 C 78.088808,30.068408 75.295355,30.018538 73.415908,32.175118 L 63.25,41.970971 z"
1986+ style="fill:#abaca9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998000000003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1987+ <path
1988+ sodipodi:nodetypes="ccccccccc"
1989+ id="path7049"
1990+ d="M 63.25,41.99247 L 73.415908,33.404596 C 75.295355,31.286609 78.088808,31.335586 80.759658,31.286933 C 83.585161,31.1731 86.059401,31.470249 88.103408,33.404596 L 98.25,41.99247 L 88.09375,31.833825 C 86.049743,29.899478 83.575503,29.60233 80.75,29.716162 C 78.07915,29.764816 75.285697,29.715838 73.40625,31.833825 L 63.25,41.99247 z"
1991+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1992+ </g>
1993+ <path
1994+ style="opacity:0.594697;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
1995+ d="M 5.9526019,42.29695 C 5.9526019,42.837853 6.1023378,43.137859 6.3723002,43.137856 L 40.658427,43.137856 C 40.92839,43.137856 41.078125,42.83785 41.078125,42.29695"
1996+ id="path7293"
1997+ sodipodi:nodetypes="cccc" />
1998+ <path
1999+ sodipodi:type="inkscape:offset"
2000+ inkscape:radius="-0.98534405"
2001+ inkscape:original="M 24.5 4.5 C 18.977297 4.5 18.5 5.499998 17.5 6.5 L 6.5 17.5 L 6.5 18.90625 L 6.5 19.09375 L 6.5 41.09375 C 6.5 41.877225 7.1227756 42.500002 7.90625 42.5 L 41.09375 42.5 C 41.877224 42.5 42.5 41.877224 42.5 41.09375 L 42.5 19.09375 L 42.5 18.90625 L 42.5 17.5 L 31.5 6.5 C 30.5 5.5 30 4.499998 24.5 4.5 z "
2002+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.92304754;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
2003+ id="path6064"
2004+ d="M 24.5,5.5 C 21.798121,5.5 20.393246,5.7355566 19.65625,6.03125 C 18.919254,6.3269434 18.748198,6.6268011 18.1875,7.1875 L 7.5,17.875 L 7.5,18.90625 L 7.5,19.09375 L 7.5,41.09375 C 7.5,41.355066 7.6449379,41.500001 7.90625,41.5 L 41.09375,41.5 C 41.355064,41.5 41.5,41.355064 41.5,41.09375 L 41.5,19.09375 L 41.5,18.90625 L 41.5,17.875 L 30.8125,7.1875 C 30.254438,6.6294378 30.053706,6.3277326 29.3125,6.03125 C 28.571294,5.7347674 27.190282,5.499999 24.5,5.5 z"
2005+ transform="matrix(1.0606772,0,0,1.1065437,-2.5163795,-2.4843841)" />
2006+ </g>
2007+</svg>
2008
2009=== added file 'sources/forum.svg'
2010--- sources/forum.svg 1970-01-01 00:00:00 +0000
2011+++ sources/forum.svg 2009-12-23 09:03:14 +0000
2012@@ -0,0 +1,369 @@
2013+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2014+<!-- Created with Inkscape (http://www.inkscape.org/) -->
2015+
2016+<svg
2017+ xmlns:dc="http://purl.org/dc/elements/1.1/"
2018+ xmlns:cc="http://creativecommons.org/ns#"
2019+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2020+ xmlns:svg="http://www.w3.org/2000/svg"
2021+ xmlns="http://www.w3.org/2000/svg"
2022+ xmlns:xlink="http://www.w3.org/1999/xlink"
2023+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2024+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2025+ width="48px"
2026+ height="48px"
2027+ id="svg1307"
2028+ sodipodi:version="0.32"
2029+ inkscape:version="0.47pre4 r22446"
2030+ sodipodi:docname="forum.svg"
2031+ version="1.1"
2032+ inkscape:export-filename="/home/doctormo/Desktop/forum.png"
2033+ inkscape:export-xdpi="60"
2034+ inkscape:export-ydpi="60">
2035+ <defs
2036+ id="defs1309">
2037+ <inkscape:perspective
2038+ sodipodi:type="inkscape:persp3d"
2039+ inkscape:vp_x="0 : 24 : 1"
2040+ inkscape:vp_y="0 : 1000 : 0"
2041+ inkscape:vp_z="48 : 24 : 1"
2042+ inkscape:persp3d-origin="24 : 16 : 1"
2043+ id="perspective56" />
2044+ <linearGradient
2045+ id="linearGradient4966">
2046+ <stop
2047+ style="stop-color:#2e3436;stop-opacity:1;"
2048+ offset="0"
2049+ id="stop4968" />
2050+ <stop
2051+ style="stop-color:#2e3436;stop-opacity:0;"
2052+ offset="1"
2053+ id="stop4970" />
2054+ </linearGradient>
2055+ <linearGradient
2056+ inkscape:collect="always"
2057+ id="linearGradient4936">
2058+ <stop
2059+ style="stop-color:#eeeeec"
2060+ offset="0"
2061+ id="stop4938" />
2062+ <stop
2063+ style="stop-color:#d3d7cf"
2064+ offset="1"
2065+ id="stop4940" />
2066+ </linearGradient>
2067+ <linearGradient
2068+ id="linearGradient2994">
2069+ <stop
2070+ style="stop-color:#000000;stop-opacity:1;"
2071+ offset="0"
2072+ id="stop2996" />
2073+ <stop
2074+ style="stop-color:#c9c9c9;stop-opacity:1;"
2075+ offset="1"
2076+ id="stop2998" />
2077+ </linearGradient>
2078+ <linearGradient
2079+ inkscape:collect="always"
2080+ xlink:href="#linearGradient2994"
2081+ id="linearGradient2326"
2082+ gradientUnits="userSpaceOnUse"
2083+ gradientTransform="matrix(0.866025,-0.5,0.5,0.866025,-7.891136,19.22495)"
2084+ x1="25.71875"
2085+ y1="31.046875"
2086+ x2="25.514589"
2087+ y2="30.703125" />
2088+ <linearGradient
2089+ inkscape:collect="always"
2090+ id="linearGradient2984">
2091+ <stop
2092+ style="stop-color:#e7e2b8;stop-opacity:1;"
2093+ offset="0"
2094+ id="stop2986" />
2095+ <stop
2096+ style="stop-color:#e7e2b8;stop-opacity:0;"
2097+ offset="1"
2098+ id="stop2988" />
2099+ </linearGradient>
2100+ <radialGradient
2101+ inkscape:collect="always"
2102+ xlink:href="#linearGradient2984"
2103+ id="radialGradient2324"
2104+ gradientUnits="userSpaceOnUse"
2105+ gradientTransform="matrix(2.531882,-1.461783,1.014859,1.757786,-70.15912,22.83318)"
2106+ cx="29.053354"
2107+ cy="27.640751"
2108+ fx="29.053354"
2109+ fy="27.640751"
2110+ r="3.2408544" />
2111+ <linearGradient
2112+ id="linearGradient2974">
2113+ <stop
2114+ style="stop-color:#c1c1c1;stop-opacity:1;"
2115+ offset="0"
2116+ id="stop2976" />
2117+ <stop
2118+ style="stop-color:#acacac;stop-opacity:1;"
2119+ offset="1"
2120+ id="stop2978" />
2121+ </linearGradient>
2122+ <linearGradient
2123+ inkscape:collect="always"
2124+ xlink:href="#linearGradient2974"
2125+ id="linearGradient2322"
2126+ gradientUnits="userSpaceOnUse"
2127+ gradientTransform="matrix(0.866025,-0.5,0.5,0.866025,-7.818316,19.03857)"
2128+ x1="46"
2129+ y1="19.8125"
2130+ x2="47.6875"
2131+ y2="22.625" />
2132+ <linearGradient
2133+ id="linearGradient2966">
2134+ <stop
2135+ style="stop-color:#ffd1d1;stop-opacity:1;"
2136+ offset="0"
2137+ id="stop2968" />
2138+ <stop
2139+ id="stop3006"
2140+ offset="0.5"
2141+ style="stop-color:#ff1d1d;stop-opacity:1;" />
2142+ <stop
2143+ style="stop-color:#6f0000;stop-opacity:1;"
2144+ offset="1"
2145+ id="stop2970" />
2146+ </linearGradient>
2147+ <linearGradient
2148+ inkscape:collect="always"
2149+ xlink:href="#linearGradient2966"
2150+ id="linearGradient2320"
2151+ gradientUnits="userSpaceOnUse"
2152+ gradientTransform="matrix(0.866025,-0.5,0.5,0.866025,-7.818316,19.03857)"
2153+ x1="48.90625"
2154+ y1="17.376184"
2155+ x2="50.988335"
2156+ y2="22.250591" />
2157+ <linearGradient
2158+ inkscape:collect="always"
2159+ xlink:href="#linearGradient4936"
2160+ id="linearGradient4942"
2161+ x1="20.07143"
2162+ y1="7.7857146"
2163+ x2="20.214283"
2164+ y2="35.92857"
2165+ gradientUnits="userSpaceOnUse"
2166+ gradientTransform="translate(4.5714286,-0.71428571)" />
2167+ <radialGradient
2168+ inkscape:collect="always"
2169+ xlink:href="#linearGradient4966"
2170+ id="radialGradient4972"
2171+ cx="23.223421"
2172+ cy="43.927216"
2173+ fx="23.223421"
2174+ fy="43.927216"
2175+ r="20.708128"
2176+ gradientTransform="matrix(1.010133,-0.00789044,0.00156538,0.101415,-0.293998,39.78877)"
2177+ gradientUnits="userSpaceOnUse" />
2178+ <radialGradient
2179+ inkscape:collect="always"
2180+ xlink:href="#linearGradient4966"
2181+ id="radialGradient4976"
2182+ gradientUnits="userSpaceOnUse"
2183+ gradientTransform="matrix(1.010133,-7.890436e-3,1.565376e-3,0.101415,-0.293998,39.78877)"
2184+ cx="23.223421"
2185+ cy="43.927216"
2186+ fx="23.223421"
2187+ fy="43.927216"
2188+ r="20.708128" />
2189+ </defs>
2190+ <sodipodi:namedview
2191+ id="base"
2192+ pagecolor="#ffffff"
2193+ bordercolor="#666666"
2194+ borderopacity="1.0"
2195+ inkscape:pageopacity="0.0"
2196+ inkscape:pageshadow="2"
2197+ inkscape:zoom="7"
2198+ inkscape:cx="36.905448"
2199+ inkscape:cy="24.865478"
2200+ inkscape:current-layer="layer1"
2201+ showgrid="false"
2202+ inkscape:grid-bbox="true"
2203+ inkscape:document-units="px"
2204+ stroke="#eeeeec"
2205+ fill="#2e3436"
2206+ showguides="true"
2207+ inkscape:guide-bbox="true"
2208+ inkscape:window-width="1270"
2209+ inkscape:window-height="718"
2210+ inkscape:window-x="0"
2211+ inkscape:window-y="25"
2212+ inkscape:window-maximized="0" />
2213+ <metadata
2214+ id="metadata1312">
2215+ <rdf:RDF>
2216+ <cc:Work
2217+ rdf:about="">
2218+ <dc:format>image/svg+xml</dc:format>
2219+ <dc:type
2220+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2221+ <dc:title></dc:title>
2222+ <dc:date>April 2006</dc:date>
2223+ <dc:creator>
2224+ <cc:Agent>
2225+ <dc:title>Andreas Nilsson</dc:title>
2226+ </cc:Agent>
2227+ </dc:creator>
2228+ <dc:publisher>
2229+ <cc:Agent>
2230+ <dc:title />
2231+ </cc:Agent>
2232+ </dc:publisher>
2233+ <dc:source>http://tango-project.org</dc:source>
2234+ <dc:subject>
2235+ <rdf:Bag>
2236+ <rdf:li>menu-editor</rdf:li>
2237+ <rdf:li>menu</rdf:li>
2238+ </rdf:Bag>
2239+ </dc:subject>
2240+ <cc:license
2241+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
2242+ </cc:Work>
2243+ <cc:License
2244+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
2245+ <cc:permits
2246+ rdf:resource="http://web.resource.org/cc/Reproduction" />
2247+ <cc:permits
2248+ rdf:resource="http://web.resource.org/cc/Distribution" />
2249+ <cc:requires
2250+ rdf:resource="http://web.resource.org/cc/Notice" />
2251+ <cc:permits
2252+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
2253+ <cc:requires
2254+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
2255+ <cc:requires
2256+ rdf:resource="http://web.resource.org/cc/SourceCode" />
2257+ </cc:License>
2258+ </rdf:RDF>
2259+ </metadata>
2260+ <g
2261+ id="layer1"
2262+ inkscape:label="Layer 1"
2263+ inkscape:groupmode="layer">
2264+ <path
2265+ sodipodi:type="arc"
2266+ style="opacity:0.7;fill:url(#radialGradient4972);fill-opacity:1;stroke:none"
2267+ id="path4956"
2268+ sodipodi:cx="23.233509"
2269+ sodipodi:cy="44.060406"
2270+ sodipodi:rx="20.708128"
2271+ sodipodi:ry="2.5253813"
2272+ d="m 43.941637,44.060406 a 20.708128,2.5253813 0 1 1 -41.4162559,0 20.708128,2.5253813 0 1 1 41.4162559,0 z"
2273+ transform="matrix(0.893369,0,0,1.187939,3.3153316,-9.0553687)" />
2274+ <rect
2275+ style="fill:url(#linearGradient4942);fill-opacity:1;stroke:#888a85;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
2276+ id="rect1315"
2277+ width="27.979967"
2278+ height="40.984352"
2279+ x="10.081442"
2280+ y="2.793535" />
2281+ <rect
2282+ style="fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:1.0000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
2283+ id="rect1321"
2284+ width="26.036121"
2285+ height="7.0718627"
2286+ x="11.057729"
2287+ y="11.751338" />
2288+ <path
2289+ sodipodi:type="arc"
2290+ style="fill:#2e3436;fill-opacity:1;stroke:none"
2291+ id="path1339"
2292+ sodipodi:cx="8.4642859"
2293+ sodipodi:cy="16.678572"
2294+ sodipodi:rx="1.3928572"
2295+ sodipodi:ry="1.3928572"
2296+ d="m 9.857143,16.678572 a 1.3928572,1.3928572 0 1 1 -2.7857143,0 1.3928572,1.3928572 0 1 1 2.7857143,0 z"
2297+ transform="matrix(1.401969,0,0,1.401971,2.6575046,-16.049906)" />
2298+ <path
2299+ sodipodi:type="arc"
2300+ style="fill:#2e3436;fill-opacity:1;stroke:none"
2301+ id="path2214"
2302+ sodipodi:cx="8.4642859"
2303+ sodipodi:cy="16.678572"
2304+ sodipodi:rx="1.3928572"
2305+ sodipodi:ry="1.3928572"
2306+ d="m 9.857143,16.678572 a 1.3928572,1.3928572 0 1 1 -2.7857143,0 1.3928572,1.3928572 0 1 1 2.7857143,0 z"
2307+ transform="matrix(1.401969,0,0,1.401971,2.6575046,-8.0499047)" />
2308+ <path
2309+ sodipodi:type="arc"
2310+ style="fill:#2e3436;fill-opacity:1;stroke:none"
2311+ id="path2218"
2312+ sodipodi:cx="8.4642859"
2313+ sodipodi:cy="16.678572"
2314+ sodipodi:rx="1.3928572"
2315+ sodipodi:ry="1.3928572"
2316+ d="m 9.857143,16.678572 a 1.3928572,1.3928572 0 1 1 -2.7857143,0 1.3928572,1.3928572 0 1 1 2.7857143,0 z"
2317+ transform="matrix(1.401969,0,0,1.401971,2.6575046,-0.14441371)" />
2318+ <path
2319+ sodipodi:type="arc"
2320+ style="fill:#2e3436;fill-opacity:1;stroke:none"
2321+ id="path2220"
2322+ sodipodi:cx="8.4642859"
2323+ sodipodi:cy="16.678572"
2324+ sodipodi:rx="1.3928572"
2325+ sodipodi:ry="1.3928572"
2326+ d="m 9.857143,16.678572 a 1.3928572,1.3928572 0 1 1 -2.7857143,0 1.3928572,1.3928572 0 1 1 2.7857143,0 z"
2327+ transform="matrix(1.401969,0,0,1.401971,2.6575046,6.8555863)" />
2328+ <path
2329+ sodipodi:type="arc"
2330+ style="fill:#2e3436;fill-opacity:1;stroke:none"
2331+ id="path2222"
2332+ sodipodi:cx="8.4642859"
2333+ sodipodi:cy="16.678572"
2334+ sodipodi:rx="1.3928572"
2335+ sodipodi:ry="1.3928572"
2336+ d="m 9.857143,16.678572 a 1.3928572,1.3928572 0 1 1 -2.7857143,0 1.3928572,1.3928572 0 1 1 2.7857143,0 z"
2337+ transform="matrix(1.401969,0,0,1.401971,2.6575046,14.855584)" />
2338+ <rect
2339+ style="opacity:0.5;fill:none;stroke:#ffffff;stroke-width:1.00000107;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
2340+ id="rect2226"
2341+ width="25.963591"
2342+ height="38.975361"
2343+ x="11.093474"
2344+ y="3.7953513" />
2345+ <rect
2346+ style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none"
2347+ id="rect4952"
2348+ width="18"
2349+ height="2"
2350+ x="17.571428"
2351+ y="29.285715" />
2352+ <rect
2353+ style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
2354+ id="rect4954"
2355+ width="11.980886"
2356+ height="2.9486477"
2357+ x="18.071358"
2358+ y="36.79998" />
2359+ <rect
2360+ style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none"
2361+ id="rect4946"
2362+ width="18"
2363+ height="2"
2364+ x="17.571428"
2365+ y="6.2857141" />
2366+ <rect
2367+ style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none"
2368+ id="rect4948"
2369+ width="18"
2370+ height="2"
2371+ x="17.571428"
2372+ y="14.285714" />
2373+ <rect
2374+ style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none"
2375+ id="rect4950"
2376+ width="18"
2377+ height="2"
2378+ x="17.571428"
2379+ y="22.285715" />
2380+ </g>
2381+</svg>
2382
2383=== added file 'sources/irc.svg'
2384--- sources/irc.svg 1970-01-01 00:00:00 +0000
2385+++ sources/irc.svg 2009-12-23 09:03:14 +0000
2386@@ -0,0 +1,252 @@
2387+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2388+<!-- Created with Inkscape (http://www.inkscape.org/) -->
2389+
2390+<svg
2391+ xmlns:dc="http://purl.org/dc/elements/1.1/"
2392+ xmlns:cc="http://creativecommons.org/ns#"
2393+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2394+ xmlns:svg="http://www.w3.org/2000/svg"
2395+ xmlns="http://www.w3.org/2000/svg"
2396+ xmlns:xlink="http://www.w3.org/1999/xlink"
2397+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2398+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2399+ width="48"
2400+ height="48"
2401+ id="svg2"
2402+ sodipodi:version="0.32"
2403+ inkscape:version="0.47pre4 r22446"
2404+ version="1.0"
2405+ sodipodi:docname="help-faq.svg"
2406+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
2407+ inkscape:export-filename="/home/doctormo/Desktop/irc.png"
2408+ inkscape:export-xdpi="60"
2409+ inkscape:export-ydpi="60">
2410+ <defs
2411+ id="defs4">
2412+ <inkscape:perspective
2413+ sodipodi:type="inkscape:persp3d"
2414+ inkscape:vp_x="0 : 24 : 1"
2415+ inkscape:vp_y="0 : 1000 : 0"
2416+ inkscape:vp_z="48 : 24 : 1"
2417+ inkscape:persp3d-origin="24 : 16 : 1"
2418+ id="perspective40" />
2419+ <linearGradient
2420+ inkscape:collect="always"
2421+ id="linearGradient3100">
2422+ <stop
2423+ style="stop-color:#eeeeec;stop-opacity:1"
2424+ offset="0"
2425+ id="stop3102" />
2426+ <stop
2427+ style="stop-color:white;stop-opacity:1"
2428+ offset="1"
2429+ id="stop3104" />
2430+ </linearGradient>
2431+ <linearGradient
2432+ inkscape:collect="always"
2433+ id="linearGradient3075">
2434+ <stop
2435+ style="stop-color:black;stop-opacity:1;"
2436+ offset="0"
2437+ id="stop3077" />
2438+ <stop
2439+ style="stop-color:black;stop-opacity:0;"
2440+ offset="1"
2441+ id="stop3079" />
2442+ </linearGradient>
2443+ <linearGradient
2444+ inkscape:collect="always"
2445+ xlink:href="#linearGradient3100"
2446+ id="linearGradient3255"
2447+ gradientUnits="userSpaceOnUse"
2448+ gradientTransform="matrix(2.083509,0,0,1.903226,-0.794382,15.54839)"
2449+ x1="6.2186141"
2450+ y1="4.0344343"
2451+ x2="6.2186141"
2452+ y2="9.68291" />
2453+ <radialGradient
2454+ inkscape:collect="always"
2455+ xlink:href="#linearGradient3075"
2456+ id="radialGradient3271"
2457+ gradientUnits="userSpaceOnUse"
2458+ gradientTransform="matrix(1,0,0,0.554113,0,8.025974)"
2459+ cx="7.21875"
2460+ cy="18"
2461+ fx="7.21875"
2462+ fy="18"
2463+ r="7.21875" />
2464+ <radialGradient
2465+ inkscape:collect="always"
2466+ xlink:href="#linearGradient3075"
2467+ id="radialGradient3292"
2468+ gradientUnits="userSpaceOnUse"
2469+ gradientTransform="matrix(1,0,0,0.554113,0,8.025974)"
2470+ cx="7.21875"
2471+ cy="18"
2472+ fx="7.21875"
2473+ fy="18"
2474+ r="7.21875" />
2475+ <linearGradient
2476+ inkscape:collect="always"
2477+ xlink:href="#linearGradient3100"
2478+ id="linearGradient3294"
2479+ gradientUnits="userSpaceOnUse"
2480+ gradientTransform="matrix(2.083509,0,0,1.903226,-0.794382,15.54839)"
2481+ x1="6.2186141"
2482+ y1="4.0344343"
2483+ x2="6.2186141"
2484+ y2="9.68291" />
2485+ <radialGradient
2486+ inkscape:collect="always"
2487+ xlink:href="#linearGradient3075"
2488+ id="radialGradient3308"
2489+ gradientUnits="userSpaceOnUse"
2490+ gradientTransform="matrix(1,0,0,0.554113,0,8.025974)"
2491+ cx="7.21875"
2492+ cy="18"
2493+ fx="7.21875"
2494+ fy="18"
2495+ r="7.21875" />
2496+ <linearGradient
2497+ inkscape:collect="always"
2498+ xlink:href="#linearGradient3100"
2499+ id="linearGradient3310"
2500+ gradientUnits="userSpaceOnUse"
2501+ gradientTransform="matrix(2.083509,0,0,1.903226,-0.794382,15.54839)"
2502+ x1="6.2186141"
2503+ y1="4.0344343"
2504+ x2="6.2186141"
2505+ y2="9.68291" />
2506+ </defs>
2507+ <sodipodi:namedview
2508+ id="base"
2509+ pagecolor="#ffffff"
2510+ bordercolor="#afafaf"
2511+ borderopacity="1"
2512+ inkscape:pageopacity="0.0"
2513+ inkscape:pageshadow="2"
2514+ inkscape:zoom="4"
2515+ inkscape:cx="34.281069"
2516+ inkscape:cy="32.746591"
2517+ inkscape:document-units="px"
2518+ inkscape:current-layer="layer1"
2519+ width="48px"
2520+ height="48px"
2521+ inkscape:showpageshadow="false"
2522+ borderlayer="true"
2523+ inkscape:window-width="1051"
2524+ inkscape:window-height="718"
2525+ inkscape:window-x="227"
2526+ inkscape:window-y="25"
2527+ showgrid="false"
2528+ inkscape:grid-points="true"
2529+ inkscape:object-paths="false"
2530+ showborder="true"
2531+ showguides="true"
2532+ inkscape:guide-bbox="true"
2533+ inkscape:window-maximized="0">
2534+ <inkscape:grid
2535+ id="GridFromPre046Settings"
2536+ type="xygrid"
2537+ originx="0px"
2538+ originy="0px"
2539+ spacingx="0.5px"
2540+ spacingy="0.5px"
2541+ color="#0000ff"
2542+ empcolor="#0000ff"
2543+ opacity="0.2"
2544+ empopacity="0.4"
2545+ empspacing="2"
2546+ visible="true"
2547+ enabled="true"
2548+ snapvisiblegridlinesonly="true" />
2549+ </sodipodi:namedview>
2550+ <metadata
2551+ id="metadata7">
2552+ <rdf:RDF>
2553+ <cc:Work
2554+ rdf:about="">
2555+ <dc:format>image/svg+xml</dc:format>
2556+ <dc:type
2557+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2558+ <dc:creator>
2559+ <cc:Agent>
2560+ <dc:title>Lapo Calamandrei</dc:title>
2561+ </cc:Agent>
2562+ </dc:creator>
2563+ <cc:license
2564+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
2565+ <dc:title></dc:title>
2566+ <dc:subject>
2567+ <rdf:Bag>
2568+ <rdf:li>help</rdf:li>
2569+ <rdf:li>faq</rdf:li>
2570+ </rdf:Bag>
2571+ </dc:subject>
2572+ </cc:Work>
2573+ <cc:License
2574+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
2575+ <cc:permits
2576+ rdf:resource="http://web.resource.org/cc/Reproduction" />
2577+ <cc:permits
2578+ rdf:resource="http://web.resource.org/cc/Distribution" />
2579+ <cc:requires
2580+ rdf:resource="http://web.resource.org/cc/Notice" />
2581+ <cc:permits
2582+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
2583+ <cc:requires
2584+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
2585+ <cc:requires
2586+ rdf:resource="http://web.resource.org/cc/SourceCode" />
2587+ </cc:License>
2588+ </rdf:RDF>
2589+ </metadata>
2590+ <g
2591+ inkscape:label="Livello 1"
2592+ inkscape:groupmode="layer"
2593+ id="layer1">
2594+ <g
2595+ id="g2138"
2596+ transform="translate(21,173)" />
2597+ <g
2598+ id="g3248"
2599+ transform="matrix(2.074433,0,0,1.931125,63.62304,305.1745)" />
2600+ <g
2601+ id="g3273"
2602+ transform="matrix(1.3581396,0,0,1.3581396,-3.2906982,-18.545931)">
2603+ <path
2604+ transform="matrix(2.030696,0,0,2.061435,5,1.546145)"
2605+ d="m 14.4375,18 c 0,2.209139 -3.231944,4 -7.21875,4 C 3.2319445,22 0,20.209139 0,18 c 0,-2.209139 3.2319445,-4 7.21875,-4 3.986806,0 7.21875,1.790861 7.21875,4 z"
2606+ sodipodi:ry="4"
2607+ sodipodi:rx="7.21875"
2608+ sodipodi:cy="18"
2609+ sodipodi:cx="7.21875"
2610+ id="path3269"
2611+ style="opacity:0.15;fill:url(#radialGradient3271);fill-opacity:1;stroke:none"
2612+ sodipodi:type="arc" />
2613+ <path
2614+ id="path3244"
2615+ d="m 11.836888,16.500001 c -2.9586797,0 -5.3389912,2.17434 -5.3389912,4.877016 l 0,11.181454 c 0,2.702676 2.3803115,4.877016 5.3389912,4.877016 l 5.078552,0 13.542807,8.564518 -2.669495,-8.861897 c 2.119436,-0.646164 3.711249,-2.420865 3.711249,-4.579637 l 0,-11.181454 c 0,-2.702676 -2.445421,-4.877016 -5.4041,-4.877016 l -14.259013,0 z"
2616+ style="fill:url(#linearGradient3255);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2617+ sodipodi:nodetypes="ccccccccccc" />
2618+ <path
2619+ transform="matrix(1.00418,0,0,1,-0.127496,0)"
2620+ d="m 11.9375,17.5 c -2.4541694,-1e-6 -4.34375,1.763826 -4.34375,3.875 l 0,11.1875 c 1e-7,2.111173 1.8895802,3.875 4.34375,3.875 l 5.03125,0 A 1.0001,1.0001 0 0 1 17.5,36.59375 l 11.21875,7.125 -1.875,-6.3125 a 1.0001,1.0001 0 0 1 0.6875,-1.25 C 29.289435,35.617879 30.5,34.234176 30.5,32.5625 l 0,-11.1875 C 30.5,19.271536 28.57917,17.5 26.125,17.5 l -14.1875,0 z"
2621+ id="path3261"
2622+ style="fill:none;stroke:#ffffff;stroke-width:0.9979164px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2623+ inkscape:original="M 11.9375 16.5 C 8.9917082 16.499999 6.59375 18.672324 6.59375 21.375 L 6.59375 32.5625 C 6.5937501 35.265175 8.991708 37.4375 11.9375 37.4375 L 16.96875 37.4375 L 30.46875 46 L 27.8125 37.125 C 29.922705 36.478837 31.5 34.721272 31.5 32.5625 L 31.5 21.375 C 31.5 18.672325 29.070792 16.5 26.125 16.5 L 11.9375 16.5 z "
2624+ inkscape:radius="-1"
2625+ sodipodi:type="inkscape:offset" />
2626+ </g>
2627+ <text
2628+ xml:space="preserve"
2629+ style="font-size:15.72517299999999985px;font-style:normal;font-weight:normal;fill:#878984;fill-opacity:0.91764706;stroke:none;font-family:Bitstream Vera Sans"
2630+ x="9.3153019"
2631+ y="23.463018"
2632+ id="text2846"><tspan
2633+ sodipodi:role="line"
2634+ id="tspan2848"
2635+ x="9.3153019"
2636+ y="23.463018">IRC</tspan></text>
2637+ </g>
2638+</svg>
2639
2640=== added file 'sources/list.svg'
2641--- sources/list.svg 1970-01-01 00:00:00 +0000
2642+++ sources/list.svg 2009-12-23 09:03:14 +0000
2643@@ -0,0 +1,374 @@
2644+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2645+<!-- Created with Inkscape (http://www.inkscape.org/) -->
2646+
2647+<svg
2648+ xmlns:dc="http://purl.org/dc/elements/1.1/"
2649+ xmlns:cc="http://creativecommons.org/ns#"
2650+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2651+ xmlns:svg="http://www.w3.org/2000/svg"
2652+ xmlns="http://www.w3.org/2000/svg"
2653+ xmlns:xlink="http://www.w3.org/1999/xlink"
2654+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2655+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2656+ width="48"
2657+ height="48"
2658+ id="svg2"
2659+ inkscape:label="Pozadí"
2660+ sodipodi:version="0.32"
2661+ inkscape:version="0.47pre4 r22446"
2662+ version="1.0"
2663+ sodipodi:docname="list.svg"
2664+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
2665+ inkscape:export-filename="/home/doctormo/Desktop/list.png"
2666+ inkscape:export-xdpi="60"
2667+ inkscape:export-ydpi="60">
2668+ <defs
2669+ id="defs3">
2670+ <inkscape:perspective
2671+ sodipodi:type="inkscape:persp3d"
2672+ inkscape:vp_x="0 : 24 : 1"
2673+ inkscape:vp_y="0 : 1000 : 0"
2674+ inkscape:vp_z="48 : 24 : 1"
2675+ inkscape:persp3d-origin="24 : 16 : 1"
2676+ id="perspective57" />
2677+ <linearGradient
2678+ inkscape:collect="always"
2679+ id="linearGradient7200">
2680+ <stop
2681+ style="stop-color:#000000;stop-opacity:1;"
2682+ offset="0"
2683+ id="stop7202" />
2684+ <stop
2685+ style="stop-color:#000000;stop-opacity:0;"
2686+ offset="1"
2687+ id="stop7204" />
2688+ </linearGradient>
2689+ <linearGradient
2690+ id="linearGradient7064">
2691+ <stop
2692+ id="stop7066"
2693+ offset="0"
2694+ style="stop-color:#ffffff;stop-opacity:1" />
2695+ <stop
2696+ id="stop7068"
2697+ offset="1"
2698+ style="stop-color:#e0e0e0;stop-opacity:1;" />
2699+ </linearGradient>
2700+ <radialGradient
2701+ inkscape:collect="always"
2702+ xlink:href="#linearGradient7064"
2703+ id="radialGradient7144"
2704+ gradientUnits="userSpaceOnUse"
2705+ gradientTransform="matrix(2.424483,0,0,2.8285635,-21.723365,-36.817693)"
2706+ cx="15.25"
2707+ cy="20.75"
2708+ fx="15.25"
2709+ fy="20.75"
2710+ r="12" />
2711+ <radialGradient
2712+ inkscape:collect="always"
2713+ xlink:href="#linearGradient7064"
2714+ id="radialGradient7168"
2715+ gradientUnits="userSpaceOnUse"
2716+ gradientTransform="matrix(2.424483,0,0,2.8285635,-21.723365,-36.817693)"
2717+ cx="15.25"
2718+ cy="20.75"
2719+ fx="15.25"
2720+ fy="20.75"
2721+ r="12" />
2722+ <radialGradient
2723+ inkscape:collect="always"
2724+ xlink:href="#linearGradient7064"
2725+ id="radialGradient7170"
2726+ gradientUnits="userSpaceOnUse"
2727+ gradientTransform="matrix(2.424483,0,0,2.8285635,-21.723365,-36.817693)"
2728+ cx="15.25"
2729+ cy="20.75"
2730+ fx="15.25"
2731+ fy="20.75"
2732+ r="12" />
2733+ <radialGradient
2734+ inkscape:collect="always"
2735+ xlink:href="#linearGradient7200"
2736+ id="radialGradient7206"
2737+ cx="25.013903"
2738+ cy="27.670679"
2739+ fx="25.013903"
2740+ fy="27.670679"
2741+ r="21.301592"
2742+ gradientTransform="matrix(1,0,0,0.9543569,0,1.2629759)"
2743+ gradientUnits="userSpaceOnUse" />
2744+ </defs>
2745+ <sodipodi:namedview
2746+ id="base"
2747+ pagecolor="#ffffff"
2748+ bordercolor="#666666"
2749+ borderopacity="1.0"
2750+ inkscape:pageopacity="0.0"
2751+ inkscape:pageshadow="2"
2752+ inkscape:zoom="1"
2753+ inkscape:cx="44.351033"
2754+ inkscape:cy="17.352033"
2755+ inkscape:document-units="px"
2756+ inkscape:current-layer="layer1"
2757+ width="48px"
2758+ height="48px"
2759+ inkscape:showpageshadow="false"
2760+ gridtolerance="10000"
2761+ inkscape:window-width="872"
2762+ inkscape:window-height="711"
2763+ inkscape:window-x="75"
2764+ inkscape:window-y="32"
2765+ showguides="true"
2766+ inkscape:guide-bbox="true"
2767+ showborder="false"
2768+ borderlayer="false"
2769+ showgrid="false"
2770+ inkscape:window-maximized="0">
2771+ <inkscape:grid
2772+ type="xygrid"
2773+ id="grid4948" />
2774+ </sodipodi:namedview>
2775+ <metadata
2776+ id="metadata6">
2777+ <rdf:RDF>
2778+ <cc:Work
2779+ rdf:about="">
2780+ <dc:format>image/svg+xml</dc:format>
2781+ <dc:type
2782+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2783+ <dc:title></dc:title>
2784+ <dc:contributor>
2785+ <cc:Agent>
2786+ <dc:title>Lapo Calamandrei</dc:title>
2787+ </cc:Agent>
2788+ </dc:contributor>
2789+ <dc:subject>
2790+ <rdf:Bag>
2791+ <rdf:li>document</rdf:li>
2792+ <rdf:li>emblem</rdf:li>
2793+ <rdf:li>paper</rdf:li>
2794+ <rdf:li>sheet</rdf:li>
2795+ </rdf:Bag>
2796+ </dc:subject>
2797+ <cc:license
2798+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
2799+ <dc:creator>
2800+ <cc:Agent>
2801+ <dc:title>Riccardo Buzzotta</dc:title>
2802+ </cc:Agent>
2803+ </dc:creator>
2804+ </cc:Work>
2805+ <cc:License
2806+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
2807+ <cc:permits
2808+ rdf:resource="http://web.resource.org/cc/Reproduction" />
2809+ <cc:permits
2810+ rdf:resource="http://web.resource.org/cc/Distribution" />
2811+ <cc:requires
2812+ rdf:resource="http://web.resource.org/cc/Notice" />
2813+ <cc:permits
2814+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
2815+ <cc:requires
2816+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
2817+ <cc:requires
2818+ rdf:resource="http://web.resource.org/cc/SourceCode" />
2819+ </cc:License>
2820+ </rdf:RDF>
2821+ </metadata>
2822+ <g
2823+ inkscape:label="Vrstva 1"
2824+ inkscape:groupmode="layer"
2825+ id="layer1">
2826+ <g
2827+ id="layer6"
2828+ inkscape:label="Shadow"
2829+ transform="translate(-32.210156,-0.845738)" />
2830+ <g
2831+ style="display:inline"
2832+ inkscape:label="Base"
2833+ id="g5772"
2834+ transform="translate(-34.210156,-0.845738)" />
2835+ <g
2836+ id="g2637"
2837+ inkscape:label="base"
2838+ style="display:inline"
2839+ transform="translate(-46.823669,46.945542)" />
2840+ <path
2841+ sodipodi:type="arc"
2842+ style="opacity:0.2;fill:url(#radialGradient7206);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-opacity:1"
2843+ id="path7198"
2844+ sodipodi:cx="25.013903"
2845+ sodipodi:cy="27.670679"
2846+ sodipodi:rx="21.301592"
2847+ sodipodi:ry="20.329321"
2848+ d="M 46.315495 27.670679 A 21.301592 20.329321 0 1 1 3.7123108,27.670679 A 21.301592 20.329321 0 1 1 46.315495 27.670679 z"
2849+ transform="matrix(0.8332535,0.8264837,-0.7042168,0.709985,21.643235,-16.648672)" />
2850+ <g
2851+ id="g7146"
2852+ transform="matrix(0.8660254,0.4999999,-0.4999999,0.8660254,27.607695,11.875644)">
2853+ <g
2854+ id="g7148">
2855+ <rect
2856+ style="color:#000000;fill:url(#radialGradient7168);fill-opacity:1;fill-rule:nonzero;stroke:#747672;stroke-width:0.90000005;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2857+ id="rect7150"
2858+ width="23"
2859+ height="27"
2860+ x="0.5"
2861+ y="0.5"
2862+ rx="2.0745242"
2863+ ry="2.0745242" />
2864+ <rect
2865+ ry="1.1635696"
2866+ rx="1.1635696"
2867+ y="1.5"
2868+ x="1.5"
2869+ height="25"
2870+ width="21"
2871+ id="rect7152"
2872+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.94117647;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2873+ </g>
2874+ <g
2875+ style="stroke:#babdb6"
2876+ id="g7154">
2877+ <path
2878+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000004;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2879+ d="M 5.4975854,18.5 L 18.50123,18.5"
2880+ id="path7156" />
2881+ <path
2882+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000004;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2883+ d="M 5.4795033,21.5 L 11.537089,21.5"
2884+ id="path7158" />
2885+ <path
2886+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000004;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2887+ d="M 5.4975854,15.5 L 18.50123,15.5"
2888+ id="path7160" />
2889+ <path
2890+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000004;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2891+ d="M 5.4975854,12.5 L 18.50123,12.5"
2892+ id="path7162" />
2893+ <path
2894+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000004;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2895+ d="M 5.4975854,9.5 L 18.50123,9.5"
2896+ id="path7164" />
2897+ <path
2898+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000004;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2899+ d="M 5.4975854,6.5 L 18.50123,6.5"
2900+ id="path7166" />
2901+ </g>
2902+ </g>
2903+ <path
2904+ style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2905+ d="M 28.375 12.75 C 27.534366 12.80947 26.734161 13.278034 26.28125 14.0625 L 14.84375 33.875 C 14.819286 33.917373 14.803094 33.956875 14.78125 34 L 28.3125 37.625 C 30.036587 38.086968 31.819282 37.067838 32.28125 35.34375 L 37.125 17.28125 L 29.84375 13.09375 C 29.37307 12.822003 28.879381 12.714318 28.375 12.75 z "
2906+ id="path7187" />
2907+ <g
2908+ id="g7122"
2909+ transform="matrix(0.9659258,0.258819,-0.258819,0.9659258,15.032357,4.3712099)">
2910+ <g
2911+ id="g7124">
2912+ <rect
2913+ style="color:#000000;fill:url(#radialGradient7144);fill-opacity:1;fill-rule:nonzero;stroke:#747672;stroke-width:0.90000003;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2914+ id="rect7126"
2915+ width="23"
2916+ height="27"
2917+ x="0.5"
2918+ y="0.5"
2919+ rx="2.0745242"
2920+ ry="2.0745242" />
2921+ <rect
2922+ ry="1.1635696"
2923+ rx="1.1635696"
2924+ y="1.5"
2925+ x="1.5"
2926+ height="25"
2927+ width="21"
2928+ id="rect7128"
2929+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.94117647;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2930+ </g>
2931+ <g
2932+ style="stroke:#babdb6"
2933+ id="g7130">
2934+ <path
2935+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2936+ d="M 5.4975854,18.5 L 18.50123,18.5"
2937+ id="path7132" />
2938+ <path
2939+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2940+ d="M 5.4795033,21.5 L 11.537089,21.5"
2941+ id="path7134" />
2942+ <path
2943+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2944+ d="M 5.4975854,15.5 L 18.50123,15.5"
2945+ id="path7136" />
2946+ <path
2947+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2948+ d="M 5.4975854,12.5 L 18.50123,12.5"
2949+ id="path7138" />
2950+ <path
2951+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2952+ d="M 5.4975854,9.5 L 18.50123,9.5"
2953+ id="path7140" />
2954+ <path
2955+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.90000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2956+ d="M 5.4975854,6.5 L 18.50123,6.5"
2957+ id="path7142" />
2958+ </g>
2959+ </g>
2960+ <path
2961+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.1"
2962+ d="M 17 4.90625 C 15.793291 4.8322169 14.669497 5.6280447 14.34375 6.84375 L 8.5 28.59375 L 21.4375 28.59375 C 23.161754 28.59375 24.59375 27.161754 24.59375 25.4375 L 24.59375 6.875 L 17.53125 5 C 17.357578 4.9534647 17.172387 4.9168262 17 4.90625 z "
2963+ id="path7174" />
2964+ <g
2965+ id="g7110">
2966+ <g
2967+ id="g7044">
2968+ <rect
2969+ style="color:#000000;fill:url(#radialGradient7170);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2970+ id="rect7046"
2971+ width="23"
2972+ height="27"
2973+ x="0.5"
2974+ y="0.5"
2975+ rx="2.0745242"
2976+ ry="2.0745242" />
2977+ <rect
2978+ ry="1.1635696"
2979+ rx="1.1635696"
2980+ y="1.5"
2981+ x="1.5"
2982+ height="25"
2983+ width="21"
2984+ id="rect7050"
2985+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.94117647;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2986+ </g>
2987+ <g
2988+ style="stroke:#babdb6"
2989+ id="g7102">
2990+ <path
2991+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2992+ d="M 5.4975854,18.5 L 18.50123,18.5"
2993+ id="path7090" />
2994+ <path
2995+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2996+ d="M 5.4795033,21.5 L 11.537089,21.5"
2997+ id="path7092" />
2998+ <path
2999+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
3000+ d="M 5.4975854,15.5 L 18.50123,15.5"
3001+ id="path7094" />
3002+ <path
3003+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
3004+ d="M 5.4975854,12.5 L 18.50123,12.5"
3005+ id="path7096" />
3006+ <path
3007+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
3008+ d="M 5.4975854,9.5 L 18.50123,9.5"
3009+ id="path7098" />
3010+ <path
3011+ style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
3012+ d="M 5.4975854,6.5 L 18.50123,6.5"
3013+ id="path7100" />
3014+ </g>
3015+ </g>
3016+ </g>
3017+</svg>
3018
3019=== added file 'sources/support.svg'
3020--- sources/support.svg 1970-01-01 00:00:00 +0000
3021+++ sources/support.svg 2009-12-23 09:03:14 +0000
3022@@ -0,0 +1,420 @@
3023+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3024+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3025+
3026+<svg
3027+ xmlns:dc="http://purl.org/dc/elements/1.1/"
3028+ xmlns:cc="http://creativecommons.org/ns#"
3029+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3030+ xmlns:svg="http://www.w3.org/2000/svg"
3031+ xmlns="http://www.w3.org/2000/svg"
3032+ xmlns:xlink="http://www.w3.org/1999/xlink"
3033+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3034+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3035+ width="48"
3036+ height="48"
3037+ id="svg2"
3038+ sodipodi:version="0.32"
3039+ inkscape:version="0.47pre4 r22446"
3040+ version="1.0"
3041+ sodipodi:docname="help-browser.svg"
3042+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
3043+ inkscape:export-filename="/home/doctormo/Desktop/support.png"
3044+ inkscape:export-xdpi="60"
3045+ inkscape:export-ydpi="60">
3046+ <defs
3047+ id="defs4">
3048+ <inkscape:perspective
3049+ sodipodi:type="inkscape:persp3d"
3050+ inkscape:vp_x="0 : 24 : 1"
3051+ inkscape:vp_y="0 : 1000 : 0"
3052+ inkscape:vp_z="48 : 24 : 1"
3053+ inkscape:persp3d-origin="24 : 16 : 1"
3054+ id="perspective61" />
3055+ <linearGradient
3056+ id="linearGradient3839">
3057+ <stop
3058+ style="stop-color:#eeeeec;stop-opacity:1;"
3059+ offset="0"
3060+ id="stop3841" />
3061+ <stop
3062+ id="stop2893"
3063+ offset="0.5"
3064+ style="stop-color:#eeeeec;stop-opacity:1;" />
3065+ <stop
3066+ id="stop2891"
3067+ offset="0.78313255"
3068+ style="stop-color:white;stop-opacity:1;" />
3069+ <stop
3070+ style="stop-color:#d3d7cf;stop-opacity:1"
3071+ offset="1"
3072+ id="stop3843" />
3073+ </linearGradient>
3074+ <linearGradient
3075+ inkscape:collect="always"
3076+ id="linearGradient3831">
3077+ <stop
3078+ style="stop-color:#ef2929;stop-opacity:1;"
3079+ offset="0"
3080+ id="stop3833" />
3081+ <stop
3082+ style="stop-color:#ef2929;stop-opacity:0;"
3083+ offset="1"
3084+ id="stop3835" />
3085+ </linearGradient>
3086+ <linearGradient
3087+ inkscape:collect="always"
3088+ id="linearGradient3823">
3089+ <stop
3090+ style="stop-color:#ef2929;stop-opacity:1;"
3091+ offset="0"
3092+ id="stop3825" />
3093+ <stop
3094+ style="stop-color:#ef2929;stop-opacity:0;"
3095+ offset="1"
3096+ id="stop3827" />
3097+ </linearGradient>
3098+ <linearGradient
3099+ inkscape:collect="always"
3100+ id="linearGradient3815">
3101+ <stop
3102+ style="stop-color:#ef2929;stop-opacity:1;"
3103+ offset="0"
3104+ id="stop3817" />
3105+ <stop
3106+ style="stop-color:#ef2929;stop-opacity:0;"
3107+ offset="1"
3108+ id="stop3819" />
3109+ </linearGradient>
3110+ <linearGradient
3111+ inkscape:collect="always"
3112+ id="linearGradient3807">
3113+ <stop
3114+ style="stop-color:#ef2929;stop-opacity:1;"
3115+ offset="0"
3116+ id="stop3809" />
3117+ <stop
3118+ style="stop-color:#ef2929;stop-opacity:0;"
3119+ offset="1"
3120+ id="stop3811" />
3121+ </linearGradient>
3122+ <linearGradient
3123+ inkscape:collect="always"
3124+ id="linearGradient3783">
3125+ <stop
3126+ style="stop-color:black;stop-opacity:1;"
3127+ offset="0"
3128+ id="stop3785" />
3129+ <stop
3130+ style="stop-color:black;stop-opacity:0;"
3131+ offset="1"
3132+ id="stop3787" />
3133+ </linearGradient>
3134+ <linearGradient
3135+ id="linearGradient3743">
3136+ <stop
3137+ style="stop-color:white;stop-opacity:1;"
3138+ offset="0"
3139+ id="stop3745" />
3140+ <stop
3141+ style="stop-color:white;stop-opacity:0.3392857;"
3142+ offset="1"
3143+ id="stop3747" />
3144+ </linearGradient>
3145+ <linearGradient
3146+ inkscape:collect="always"
3147+ id="linearGradient3735">
3148+ <stop
3149+ style="stop-color:white;stop-opacity:1;"
3150+ offset="0"
3151+ id="stop3737" />
3152+ <stop
3153+ style="stop-color:white;stop-opacity:0;"
3154+ offset="1"
3155+ id="stop3739" />
3156+ </linearGradient>
3157+ <radialGradient
3158+ inkscape:collect="always"
3159+ xlink:href="#linearGradient3783"
3160+ id="radialGradient1950"
3161+ gradientUnits="userSpaceOnUse"
3162+ gradientTransform="matrix(1,0,0,0.625,0,6.375)"
3163+ cx="8"
3164+ cy="17"
3165+ fx="8"
3166+ fy="17"
3167+ r="8" />
3168+ <linearGradient
3169+ inkscape:collect="always"
3170+ xlink:href="#linearGradient3823"
3171+ id="linearGradient1973"
3172+ gradientUnits="userSpaceOnUse"
3173+ x1="15.821683"
3174+ y1="15.989761"
3175+ x2="14.372151"
3176+ y2="14.54023"
3177+ gradientTransform="matrix(2,0,0,2.073159,2,0.390502)" />
3178+ <linearGradient
3179+ inkscape:collect="always"
3180+ xlink:href="#linearGradient3815"
3181+ id="linearGradient1976"
3182+ gradientUnits="userSpaceOnUse"
3183+ x1="15.291184"
3184+ y1="6.4436507"
3185+ x2="17.416643"
3186+ y2="4.3181915"
3187+ gradientTransform="matrix(2,0,0,2.073159,2,0.390502)" />
3188+ <linearGradient
3189+ inkscape:collect="always"
3190+ xlink:href="#linearGradient3831"
3191+ id="linearGradient1979"
3192+ gradientUnits="userSpaceOnUse"
3193+ x1="6.4302521"
3194+ y1="15.967495"
3195+ x2="8.122447"
3196+ y2="14.2753"
3197+ gradientTransform="matrix(2,0,0,2.073159,2,0.390502)" />
3198+ <linearGradient
3199+ inkscape:collect="always"
3200+ xlink:href="#linearGradient3807"
3201+ id="linearGradient1982"
3202+ gradientUnits="userSpaceOnUse"
3203+ x1="6.055223"
3204+ y1="6.3116894"
3205+ x2="4.4831853"
3206+ y2="4.7396517"
3207+ gradientTransform="matrix(2,0,0,2.073159,2,0.390502)" />
3208+ <radialGradient
3209+ inkscape:collect="always"
3210+ xlink:href="#linearGradient3743"
3211+ id="radialGradient1997"
3212+ gradientUnits="userSpaceOnUse"
3213+ gradientTransform="matrix(2.723968,0,0,2.633434,-13.5604,-4.83122)"
3214+ cx="7.5927024"
3215+ cy="3.1548533"
3216+ fx="7.5927024"
3217+ fy="3.1548533"
3218+ r="8.4622421" />
3219+ <radialGradient
3220+ inkscape:collect="always"
3221+ xlink:href="#linearGradient3735"
3222+ id="radialGradient1999"
3223+ gradientUnits="userSpaceOnUse"
3224+ gradientTransform="matrix(2.21022,0,0,2.138888,-12.1022,-18.82138)"
3225+ cx="10.863756"
3226+ cy="16.148972"
3227+ fx="10.863756"
3228+ fy="16.148972"
3229+ r="8.7143736" />
3230+ <radialGradient
3231+ inkscape:collect="always"
3232+ xlink:href="#linearGradient3839"
3233+ id="radialGradient2889"
3234+ cx="24"
3235+ cy="22.136841"
3236+ fx="24"
3237+ fy="22.136841"
3238+ r="19.5"
3239+ gradientTransform="matrix(1,0,0,1.035642,0,-0.826715)"
3240+ gradientUnits="userSpaceOnUse" />
3241+ </defs>
3242+ <sodipodi:namedview
3243+ id="base"
3244+ pagecolor="#ffffff"
3245+ bordercolor="#afafaf"
3246+ borderopacity="1"
3247+ inkscape:pageopacity="0.0"
3248+ inkscape:pageshadow="2"
3249+ inkscape:zoom="1"
3250+ inkscape:cx="37.814217"
3251+ inkscape:cy="7.9212512"
3252+ inkscape:document-units="px"
3253+ inkscape:current-layer="layer1"
3254+ width="48px"
3255+ height="48px"
3256+ inkscape:showpageshadow="false"
3257+ borderlayer="true"
3258+ inkscape:window-width="1051"
3259+ inkscape:window-height="718"
3260+ inkscape:window-x="210"
3261+ inkscape:window-y="25"
3262+ showgrid="false"
3263+ showborder="false"
3264+ inkscape:grid-points="true"
3265+ showguides="true"
3266+ inkscape:guide-bbox="true"
3267+ inkscape:window-maximized="0">
3268+ <inkscape:grid
3269+ id="GridFromPre046Settings"
3270+ type="xygrid"
3271+ originx="0px"
3272+ originy="0px"
3273+ spacingx="0.5px"
3274+ spacingy="0.5px"
3275+ color="#0000ff"
3276+ empcolor="#0000ff"
3277+ opacity="0.2"
3278+ empopacity="0.4"
3279+ empspacing="2" />
3280+ </sodipodi:namedview>
3281+ <metadata
3282+ id="metadata7">
3283+ <rdf:RDF>
3284+ <cc:Work
3285+ rdf:about="">
3286+ <dc:format>image/svg+xml</dc:format>
3287+ <dc:type
3288+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3289+ <dc:creator>
3290+ <cc:Agent>
3291+ <dc:title>Lapo Calamandrei</dc:title>
3292+ </cc:Agent>
3293+ </dc:creator>
3294+ <cc:license
3295+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
3296+ <dc:title></dc:title>
3297+ </cc:Work>
3298+ <cc:License
3299+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
3300+ <cc:permits
3301+ rdf:resource="http://web.resource.org/cc/Reproduction" />
3302+ <cc:permits
3303+ rdf:resource="http://web.resource.org/cc/Distribution" />
3304+ <cc:requires
3305+ rdf:resource="http://web.resource.org/cc/Notice" />
3306+ <cc:permits
3307+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
3308+ <cc:requires
3309+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
3310+ <cc:requires
3311+ rdf:resource="http://web.resource.org/cc/SourceCode" />
3312+ </cc:License>
3313+ </rdf:RDF>
3314+ </metadata>
3315+ <g
3316+ inkscape:label="Livello 1"
3317+ inkscape:groupmode="layer"
3318+ id="layer1">
3319+ <path
3320+ transform="matrix(3,0,0,2.764211,2,0.736029)"
3321+ style="fill:none;fill-opacity:1;stroke:#edd400;stroke-width:1.04177764;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;stroke-dasharray:none"
3322+ d="M 5,3.25 C 5,4.492 3.4313649,6.6029241 3,5.5 C 2.1703291,3.3786773 0.93342283,5.2887429 0.3484685,4.0315399 C -0.22935565,2.7896614 2.4934373,2.7209744 2.7599621,1.5582428 C 3.1438483,-0.11648562 5,2.008 5,3.25 z "
3323+ id="path4685"
3324+ sodipodi:nodetypes="cszsc" />
3325+ <path
3326+ transform="matrix(3,0,0,2.764211,28,0.736029)"
3327+ style="fill:none;fill-opacity:1;stroke:#edd400;stroke-width:1.04177764;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;stroke-dasharray:none"
3328+ d="M 5.1324347,3.7530602 C 6.5408877,4.6221586 4.104,5.5 3,5.5 C 1.896,5.5 1,4.492 1,3.25 C 1,2.008 2.5979486,0.9217573 3.6290649,1.6827245 C 4.6449011,2.432415 3.7071849,2.8735972 5.1324347,3.7530602 z "
3329+ id="path4687"
3330+ sodipodi:nodetypes="csszz" />
3331+ <path
3332+ sodipodi:type="arc"
3333+ style="opacity:0.5;fill:url(#radialGradient1950);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
3334+ id="path3773"
3335+ sodipodi:cx="8"
3336+ sodipodi:cy="17"
3337+ sodipodi:rx="8"
3338+ sodipodi:ry="5"
3339+ d="M 16 17 A 8 5 0 1 1 0,17 A 8 5 0 1 1 16 17 z"
3340+ transform="matrix(3.002717,0,0,1.306102,-2.173913e-2,16.33263)" />
3341+ <path
3342+ transform="matrix(3,0,0,2.764211,2,27.6871)"
3343+ style="fill:none;fill-opacity:1;stroke:#edd400;stroke-width:1.04177764;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;stroke-dasharray:none"
3344+ d="M 5,3.25 C 3.8003631,3.6635328 3.655238,6.4417811 2.708796,5.6734303 C 1.7079235,4.8608912 2.890837,3.4082738 1.3249579,3.638696 C -0.23373408,3.8680605 0.81467683,1.5284674 3,1 C 4.0775742,0.73941485 5,2.008 5,3.25 z "
3345+ id="path4689"
3346+ sodipodi:nodetypes="czzsc" />
3347+ <path
3348+ transform="matrix(3,0,0,2.764211,28,27.6871)"
3349+ style="fill:none;fill-opacity:1;stroke:#edd400;stroke-width:1.04177764;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;stroke-dasharray:none"
3350+ d="M 4.9106118,3.4503621 C 3.213324,3.9676214 4.4687559,5.5062573 3.2630712,5.6808834 C 2.1050538,5.8486056 1.6264165,4.3705129 1.4714045,3.25 C 1.3172976,2.1360296 2.1622013,0.2197078 3,1 C 3.7209838,1.6714955 6.6199357,2.9294347 4.9106118,3.4503621 z "
3351+ id="path4691"
3352+ sodipodi:nodetypes="czzsz" />
3353+ <path
3354+ transform="matrix(3,0,0,2.764211,2,0.736029)"
3355+ style="fill:none;fill-opacity:1;stroke:white;stroke-width:0.34725916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1"
3356+ d="M 5,3.25 C 5,4.492 3.4313649,6.6029241 3,5.5 C 2.1703291,3.3786773 0.93342283,5.2887429 0.3484685,4.0315399 C -0.22935565,2.7896614 2.4934373,2.7209744 2.7599621,1.5582428 C 3.1438483,-0.11648562 5,2.008 5,3.25 z "
3357+ id="path3751"
3358+ sodipodi:nodetypes="cszsc" />
3359+ <path
3360+ transform="matrix(3,0,0,2.764211,28,0.736029)"
3361+ style="fill:none;fill-opacity:1;stroke:white;stroke-width:0.34725916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1"
3362+ d="M 5.1324347,3.7530602 C 6.5408877,4.6221586 4.104,5.5 3,5.5 C 1.896,5.5 1,4.492 1,3.25 C 1,2.008 2.5979486,0.9217573 3.6290649,1.6827245 C 4.6449011,2.432415 3.7071849,2.8735972 5.1324347,3.7530602 z "
3363+ id="path3753"
3364+ sodipodi:nodetypes="csszz" />
3365+ <path
3366+ transform="matrix(3,0,0,2.764211,2,27.6871)"
3367+ style="fill:none;fill-opacity:1;stroke:white;stroke-width:0.34725916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1"
3368+ d="M 5,3.25 C 3.8003631,3.6635328 3.655238,6.4417811 2.708796,5.6734303 C 1.7079235,4.8608912 2.890837,3.4082738 1.3249579,3.638696 C -0.23373408,3.8680605 0.81467683,1.5284674 3,1 C 4.0775742,0.73941485 5,2.008 5,3.25 z "
3369+ id="path3755"
3370+ sodipodi:nodetypes="czzsc" />
3371+ <path
3372+ transform="matrix(3,0,0,2.764211,28,27.6871)"
3373+ style="fill:none;fill-opacity:1;stroke:white;stroke-width:0.34725916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1"
3374+ d="M 4.9106118,3.4503621 C 3.213324,3.9676214 4.4687559,5.5062573 3.2630712,5.6808834 C 2.1050538,5.8486056 1.6264165,4.3705129 1.4714045,3.25 C 1.3172976,2.1360296 2.1622013,0.2197078 3,1 C 3.7209838,1.6714955 6.6199357,2.9294347 4.9106118,3.4503621 z "
3375+ id="path3757"
3376+ sodipodi:nodetypes="czzsz" />
3377+ <path
3378+ style="fill:url(#radialGradient2889);fill-opacity:1.0;stroke:#888a85;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
3379+ d="M 24,3.5002405 C 13.512009,3.5002405 5,12.323604 5,23.195251 C 5,34.066899 13.512009,42.890262 24,42.890262 C 34.48799,42.890262 43,34.066899 43,23.195251 C 43,12.323604 34.48799,3.5002405 24,3.5002405 z M 24,13.866036 C 28.967992,13.866035 33,18.045532 33,23.195251 C 33,28.34497 28.967992,32.524467 24,32.524467 C 19.032008,32.524467 15,28.34497 15,23.195251 C 15,18.045532 19.032008,13.866036 24,13.866036 z "
3380+ id="path1871" />
3381+ <path
3382+ style="fill:url(#linearGradient1982);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3383+ d="M 16.375,5.1846822 C 12.031516,7.1681393 8.5384652,10.788965 6.625,15.291332 C 10.619567,15.244087 13.21478,17.295875 15.75,19.43765 C 16.655903,17.312499 18.324842,15.582511 20.375,14.64347 C 19.653901,11.053231 18.398365,7.8447314 16.375,5.1846822 z "
3384+ id="path2764"
3385+ sodipodi:nodetypes="ccccc" />
3386+ <path
3387+ style="fill:url(#linearGradient1979);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
3388+ d="M 15.75,26.952852 C 12.708333,27.729884 9.6666667,27.935454 6.625,31.09917 C 8.5384652,35.601536 12.031516,39.222362 16.375,41.20582 C 16.917398,37.525601 17.956195,34.176314 20.375,31.747032 C 18.324842,30.80799 16.655903,29.078003 15.75,26.952852 z "
3389+ id="path2772"
3390+ sodipodi:nodetypes="ccccc" />
3391+ <path
3392+ style="fill:url(#linearGradient1976);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3393+ d="M 31.625,5.1846822 C 29.676221,7.7221655 28.016661,10.548869 27.625,14.64347 C 29.675158,15.582511 31.344096,17.312499 32.25,19.43765 C 35.429475,16.815267 38.508941,15.092969 41.375,15.291332 C 39.461534,10.788965 35.968484,7.1681393 31.625,5.1846822 z "
3394+ id="path2795"
3395+ sodipodi:nodetypes="ccccc" />
3396+ <path
3397+ style="fill:url(#linearGradient1973);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3398+ d="M 32.25,26.952852 C 31.344096,29.078003 29.675158,30.80799 27.625,31.747032 C 29.646436,34.211859 30.85863,37.485927 31.625,41.20582 C 35.968484,39.222362 39.461534,35.601536 41.375,31.09917 C 39.211413,28.663368 35.980663,27.508162 32.25,26.952852 z "
3399+ id="path2797"
3400+ sodipodi:nodetypes="ccccc" />
3401+ <path
3402+ style="fill:none;fill-rule:evenodd;stroke:#a40000;stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
3403+ d="M 15.75,19.43765 C 16.655904,17.312499 18.324842,15.582511 20.375,14.64347 M 16.375,5.1846822 C 12.031516,7.1681393 8.538466,10.788965 6.625,15.291332"
3404+ id="path3706"
3405+ sodipodi:nodetypes="cccc" />
3406+ <path
3407+ style="fill:none;fill-rule:evenodd;stroke:#a40000;stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
3408+ d="M 41.375,15.291332 C 39.461534,10.788965 35.968484,7.1681393 31.625,5.1846822 M 27.625,14.64347 C 29.675158,15.582511 31.344096,17.312499 32.25,19.43765"
3409+ id="path3708"
3410+ sodipodi:nodetypes="cccc" />
3411+ <path
3412+ style="fill:none;fill-rule:evenodd;stroke:#a40000;stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
3413+ d="M 32.25,26.952852 C 31.344096,29.078003 29.675158,30.80799 27.625,31.747032 M 31.625,41.20582 C 35.968484,39.222362 39.461534,35.601536 41.375,31.09917"
3414+ id="path3710"
3415+ sodipodi:nodetypes="cccc" />
3416+ <path
3417+ style="fill:none;fill-opacity:1;stroke:#a40000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
3418+ d="M 20.375,31.747032 C 18.324842,30.80799 16.655903,29.078003 15.75,26.952852 M 6.625,31.09917 C 8.5384652,35.601536 12.031516,39.222362 16.375,41.20582"
3419+ id="path3712"
3420+ sodipodi:nodetypes="cccc" />
3421+ <path
3422+ sodipodi:type="arc"
3423+ style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#radialGradient1997);stroke-width:0.42869788;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
3424+ id="path3722"
3425+ sodipodi:cx="10"
3426+ sodipodi:cy="10.28125"
3427+ sodipodi:rx="8"
3428+ sodipodi:ry="7.71875"
3429+ d="M 18 10.28125 A 8 7.71875 0 1 1 2,10.28125 A 8 7.71875 0 1 1 18 10.28125 z"
3430+ transform="matrix(2.246534,0,0,2.422058,1.53466,-1.706524)" />
3431+ <path
3432+ sodipodi:type="arc"
3433+ style="opacity:0.8;fill:none;fill-opacity:1;stroke:url(#radialGradient1999);stroke-width:0.77645928;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
3434+ id="path3724"
3435+ sodipodi:cx="10"
3436+ sodipodi:cy="10.28125"
3437+ sodipodi:rx="8"
3438+ sodipodi:ry="7.71875"
3439+ d="M 18 10.28125 A 8 7.71875 0 1 1 2,10.28125 A 8 7.71875 0 1 1 18 10.28125 z"
3440+ transform="matrix(1.242433,0,0,1.335027,11.57567,9.469519)" />
3441+ </g>
3442+</svg>
3443
3444=== added file 'sources/website.svg'
3445--- sources/website.svg 1970-01-01 00:00:00 +0000
3446+++ sources/website.svg 2009-12-23 09:03:14 +0000
3447@@ -0,0 +1,1024 @@
3448+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3449+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3450+
3451+<svg
3452+ xmlns:dc="http://purl.org/dc/elements/1.1/"
3453+ xmlns:cc="http://creativecommons.org/ns#"
3454+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3455+ xmlns:svg="http://www.w3.org/2000/svg"
3456+ xmlns="http://www.w3.org/2000/svg"
3457+ xmlns:xlink="http://www.w3.org/1999/xlink"
3458+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3459+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3460+ inkscape:export-ydpi="60"
3461+ inkscape:export-xdpi="60"
3462+ inkscape:export-filename="/home/doctormo/Desktop/website.png"
3463+ width="48px"
3464+ height="48px"
3465+ id="svg11300"
3466+ sodipodi:version="0.32"
3467+ inkscape:version="0.47pre4 r22446"
3468+ sodipodi:docname="emblem-web.svg"
3469+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
3470+ version="1.1">
3471+ <defs
3472+ id="defs3">
3473+ <inkscape:perspective
3474+ sodipodi:type="inkscape:persp3d"
3475+ inkscape:vp_x="0 : 24 : 1"
3476+ inkscape:vp_y="0 : 1000 : 0"
3477+ inkscape:vp_z="48 : 24 : 1"
3478+ inkscape:persp3d-origin="24 : 16 : 1"
3479+ id="perspective127" />
3480+ <linearGradient
3481+ inkscape:collect="always"
3482+ id="linearGradient4873">
3483+ <stop
3484+ style="stop-color:#ffffff;stop-opacity:1;"
3485+ offset="0"
3486+ id="stop4875" />
3487+ <stop
3488+ style="stop-color:#ffffff;stop-opacity:0;"
3489+ offset="1"
3490+ id="stop4877" />
3491+ </linearGradient>
3492+ <radialGradient
3493+ r="10.625"
3494+ fy="4.625"
3495+ fx="62.625"
3496+ cy="4.625"
3497+ cx="62.625"
3498+ gradientTransform="matrix(1,0,0,0.341176,1.298961e-14,3.047059)"
3499+ gradientUnits="userSpaceOnUse"
3500+ id="radialGradient9169"
3501+ xlink:href="#linearGradient8838"
3502+ inkscape:collect="always" />
3503+ <linearGradient
3504+ id="linearGradient8838"
3505+ inkscape:collect="always">
3506+ <stop
3507+ id="stop8840"
3508+ offset="0"
3509+ style="stop-color:#000000;stop-opacity:1;" />
3510+ <stop
3511+ id="stop8842"
3512+ offset="1"
3513+ style="stop-color:#000000;stop-opacity:0;" />
3514+ </linearGradient>
3515+ <radialGradient
3516+ r="9.7552835"
3517+ fy="-8.7256308"
3518+ fx="62.200352"
3519+ cy="-8.7256308"
3520+ cx="62.200352"
3521+ gradientTransform="matrix(1.122354,-2.185101e-15,2.185149e-15,1.122379,-7.610472,1.067717)"
3522+ gradientUnits="userSpaceOnUse"
3523+ id="radialGradient9171"
3524+ xlink:href="#linearGradient8647"
3525+ inkscape:collect="always" />
3526+ <linearGradient
3527+ id="linearGradient8647">
3528+ <stop
3529+ id="stop8649"
3530+ offset="0"
3531+ style="stop-color:#8fb1dc;stop-opacity:1;" />
3532+ <stop
3533+ id="stop8651"
3534+ offset="1"
3535+ style="stop-color:#3465a4;stop-opacity:1;" />
3536+ </linearGradient>
3537+ <radialGradient
3538+ r="10.081216"
3539+ fy="-3.4420195"
3540+ fx="62.225393"
3541+ cy="-3.4420195"
3542+ cx="62.225393"
3543+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3544+ gradientUnits="userSpaceOnUse"
3545+ id="radialGradient8748"
3546+ xlink:href="#linearGradient8740"
3547+ inkscape:collect="always" />
3548+ <linearGradient
3549+ id="linearGradient8740"
3550+ inkscape:collect="always">
3551+ <stop
3552+ id="stop8742"
3553+ offset="0"
3554+ style="stop-color:#ffffff;stop-opacity:1;" />
3555+ <stop
3556+ id="stop8744"
3557+ offset="1"
3558+ style="stop-color:#ffffff;stop-opacity:0;" />
3559+ </linearGradient>
3560+ <radialGradient
3561+ r="10.081216"
3562+ fy="-3.4420195"
3563+ fx="62.225393"
3564+ cy="-3.4420195"
3565+ cx="62.225393"
3566+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3567+ gradientUnits="userSpaceOnUse"
3568+ id="radialGradient8750"
3569+ xlink:href="#linearGradient8740"
3570+ inkscape:collect="always" />
3571+ <radialGradient
3572+ r="10.081216"
3573+ fy="-3.4420195"
3574+ fx="62.225393"
3575+ cy="-3.4420195"
3576+ cx="62.225393"
3577+ gradientTransform="matrix(1,0,0,0.930233,-1.618775e-13,-0.240141)"
3578+ gradientUnits="userSpaceOnUse"
3579+ id="radialGradient8752"
3580+ xlink:href="#linearGradient8740"
3581+ inkscape:collect="always" />
3582+ <radialGradient
3583+ r="10.081216"
3584+ fy="-3.4420195"
3585+ fx="62.225393"
3586+ cy="-3.4420195"
3587+ cx="62.225393"
3588+ gradientTransform="matrix(1,0,0,0.930233,-6.799488e-14,-0.240141)"
3589+ gradientUnits="userSpaceOnUse"
3590+ id="radialGradient9173"
3591+ xlink:href="#linearGradient8740"
3592+ inkscape:collect="always" />
3593+ <radialGradient
3594+ r="10.081216"
3595+ fy="-3.4420195"
3596+ fx="62.225393"
3597+ cy="-3.4420195"
3598+ cx="62.225393"
3599+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3600+ gradientUnits="userSpaceOnUse"
3601+ id="radialGradient8756"
3602+ xlink:href="#linearGradient8740"
3603+ inkscape:collect="always" />
3604+ <radialGradient
3605+ r="10.081216"
3606+ fy="-3.4420195"
3607+ fx="62.225393"
3608+ cy="-3.4420195"
3609+ cx="62.225393"
3610+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3611+ gradientUnits="userSpaceOnUse"
3612+ id="radialGradient8758"
3613+ xlink:href="#linearGradient8740"
3614+ inkscape:collect="always" />
3615+ <radialGradient
3616+ r="10.081216"
3617+ fy="-3.4420195"
3618+ fx="62.225393"
3619+ cy="-3.4420195"
3620+ cx="62.225393"
3621+ gradientTransform="matrix(1,0,0,0.930233,-1.906811e-14,-0.240141)"
3622+ gradientUnits="userSpaceOnUse"
3623+ id="radialGradient8760"
3624+ xlink:href="#linearGradient8740"
3625+ inkscape:collect="always" />
3626+ <radialGradient
3627+ r="10.081216"
3628+ fy="-3.4420195"
3629+ fx="62.225393"
3630+ cy="-3.4420195"
3631+ cx="62.225393"
3632+ gradientTransform="matrix(1,0,0,0.930233,-1.960516e-14,-0.240141)"
3633+ gradientUnits="userSpaceOnUse"
3634+ id="radialGradient9175"
3635+ xlink:href="#linearGradient8740"
3636+ inkscape:collect="always" />
3637+ <radialGradient
3638+ r="10.081216"
3639+ fy="-3.4420195"
3640+ fx="62.225393"
3641+ cy="-3.4420195"
3642+ cx="62.225393"
3643+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3644+ gradientUnits="userSpaceOnUse"
3645+ id="radialGradient8764"
3646+ xlink:href="#linearGradient8740"
3647+ inkscape:collect="always" />
3648+ <radialGradient
3649+ r="10.081216"
3650+ fy="-3.4420195"
3651+ fx="62.225393"
3652+ cy="-3.4420195"
3653+ cx="62.225393"
3654+ gradientTransform="matrix(1,0,0,0.930233,-1.965096e-14,-0.240141)"
3655+ gradientUnits="userSpaceOnUse"
3656+ id="radialGradient8766"
3657+ xlink:href="#linearGradient8740"
3658+ inkscape:collect="always" />
3659+ <radialGradient
3660+ r="10.081216"
3661+ fy="-3.4420195"
3662+ fx="62.225393"
3663+ cy="-3.4420195"
3664+ cx="62.225393"
3665+ gradientTransform="matrix(1,0,0,0.930233,-2.68581e-14,-0.240141)"
3666+ gradientUnits="userSpaceOnUse"
3667+ id="radialGradient9177"
3668+ xlink:href="#linearGradient8740"
3669+ inkscape:collect="always" />
3670+ <radialGradient
3671+ r="10.081216"
3672+ fy="-3.4420195"
3673+ fx="62.225393"
3674+ cy="-3.4420195"
3675+ cx="62.225393"
3676+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3677+ gradientUnits="userSpaceOnUse"
3678+ id="radialGradient8770"
3679+ xlink:href="#linearGradient8740"
3680+ inkscape:collect="always" />
3681+ <radialGradient
3682+ r="10.081216"
3683+ fy="-3.4420195"
3684+ fx="62.225393"
3685+ cy="-3.4420195"
3686+ cx="62.225393"
3687+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3688+ gradientUnits="userSpaceOnUse"
3689+ id="radialGradient8772"
3690+ xlink:href="#linearGradient8740"
3691+ inkscape:collect="always" />
3692+ <radialGradient
3693+ r="10.081216"
3694+ fy="-3.4420195"
3695+ fx="62.225393"
3696+ cy="-3.4420195"
3697+ cx="62.225393"
3698+ gradientTransform="matrix(1,0,0,0.930233,-1.618775e-13,-0.240141)"
3699+ gradientUnits="userSpaceOnUse"
3700+ id="radialGradient8774"
3701+ xlink:href="#linearGradient8740"
3702+ inkscape:collect="always" />
3703+ <radialGradient
3704+ r="10.081216"
3705+ fy="-3.4420195"
3706+ fx="62.225393"
3707+ cy="-3.4420195"
3708+ cx="62.225393"
3709+ gradientTransform="matrix(1,0,0,0.930233,-6.799488e-14,-0.240141)"
3710+ gradientUnits="userSpaceOnUse"
3711+ id="radialGradient9179"
3712+ xlink:href="#linearGradient8740"
3713+ inkscape:collect="always" />
3714+ <radialGradient
3715+ r="10.081216"
3716+ fy="-3.4420195"
3717+ fx="62.225393"
3718+ cy="-3.4420195"
3719+ cx="62.225393"
3720+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3721+ gradientUnits="userSpaceOnUse"
3722+ id="radialGradient8778"
3723+ xlink:href="#linearGradient8740"
3724+ inkscape:collect="always" />
3725+ <radialGradient
3726+ r="10.081216"
3727+ fy="-3.4420195"
3728+ fx="62.225393"
3729+ cy="-3.4420195"
3730+ cx="62.225393"
3731+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3732+ gradientUnits="userSpaceOnUse"
3733+ id="radialGradient8780"
3734+ xlink:href="#linearGradient8740"
3735+ inkscape:collect="always" />
3736+ <radialGradient
3737+ r="10.081216"
3738+ fy="-3.4420195"
3739+ fx="62.225393"
3740+ cy="-3.4420195"
3741+ cx="62.225393"
3742+ gradientTransform="matrix(1,0,0,0.930233,-2.257223e-14,-0.240141)"
3743+ gradientUnits="userSpaceOnUse"
3744+ id="radialGradient8782"
3745+ xlink:href="#linearGradient8740"
3746+ inkscape:collect="always" />
3747+ <radialGradient
3748+ r="10.081216"
3749+ fy="-3.4420195"
3750+ fx="62.225393"
3751+ cy="-3.4420195"
3752+ cx="62.225393"
3753+ gradientTransform="matrix(1,0,0,0.930233,-2.79498e-14,0.79739)"
3754+ gradientUnits="userSpaceOnUse"
3755+ id="radialGradient9181"
3756+ xlink:href="#linearGradient8740"
3757+ inkscape:collect="always" />
3758+ <radialGradient
3759+ r="10.081216"
3760+ fy="-3.4420195"
3761+ fx="62.225393"
3762+ cy="-3.4420195"
3763+ cx="62.225393"
3764+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3765+ gradientUnits="userSpaceOnUse"
3766+ id="radialGradient8786"
3767+ xlink:href="#linearGradient8740"
3768+ inkscape:collect="always" />
3769+ <radialGradient
3770+ r="10.081216"
3771+ fy="-3.4420195"
3772+ fx="62.225393"
3773+ cy="-3.4420195"
3774+ cx="62.225393"
3775+ gradientTransform="matrix(1,0,0,0.930233,-8.035238e-14,-0.240141)"
3776+ gradientUnits="userSpaceOnUse"
3777+ id="radialGradient8788"
3778+ xlink:href="#linearGradient8740"
3779+ inkscape:collect="always" />
3780+ <radialGradient
3781+ r="10.081216"
3782+ fy="-3.4420195"
3783+ fx="62.225393"
3784+ cy="-3.4420195"
3785+ cx="62.225393"
3786+ gradientTransform="matrix(1,0,0,0.930233,-4.638683e-14,-0.240141)"
3787+ gradientUnits="userSpaceOnUse"
3788+ id="radialGradient9183"
3789+ xlink:href="#linearGradient8740"
3790+ inkscape:collect="always" />
3791+ <radialGradient
3792+ r="10.081216"
3793+ fy="-3.4420195"
3794+ fx="62.225393"
3795+ cy="-3.4420195"
3796+ cx="62.225393"
3797+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3798+ gradientUnits="userSpaceOnUse"
3799+ id="radialGradient8792"
3800+ xlink:href="#linearGradient8740"
3801+ inkscape:collect="always" />
3802+ <radialGradient
3803+ r="10.081216"
3804+ fy="-3.4420195"
3805+ fx="62.225393"
3806+ cy="-3.4420195"
3807+ cx="62.225393"
3808+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3809+ gradientUnits="userSpaceOnUse"
3810+ id="radialGradient8794"
3811+ xlink:href="#linearGradient8740"
3812+ inkscape:collect="always" />
3813+ <radialGradient
3814+ r="10.081216"
3815+ fy="-3.4420195"
3816+ fx="62.225393"
3817+ cy="-3.4420195"
3818+ cx="62.225393"
3819+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3820+ gradientUnits="userSpaceOnUse"
3821+ id="radialGradient8796"
3822+ xlink:href="#linearGradient8740"
3823+ inkscape:collect="always" />
3824+ <radialGradient
3825+ r="10.081216"
3826+ fy="-3.4420195"
3827+ fx="62.225393"
3828+ cy="-3.4420195"
3829+ cx="62.225393"
3830+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3831+ gradientUnits="userSpaceOnUse"
3832+ id="radialGradient8798"
3833+ xlink:href="#linearGradient8740"
3834+ inkscape:collect="always" />
3835+ <radialGradient
3836+ r="10.081216"
3837+ fy="-3.4420195"
3838+ fx="62.225393"
3839+ cy="-3.4420195"
3840+ cx="62.225393"
3841+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3842+ gradientUnits="userSpaceOnUse"
3843+ id="radialGradient8800"
3844+ xlink:href="#linearGradient8740"
3845+ inkscape:collect="always" />
3846+ <radialGradient
3847+ r="10.081216"
3848+ fy="-3.4420195"
3849+ fx="62.225393"
3850+ cy="-3.4420195"
3851+ cx="62.225393"
3852+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3853+ gradientUnits="userSpaceOnUse"
3854+ id="radialGradient8802"
3855+ xlink:href="#linearGradient8740"
3856+ inkscape:collect="always" />
3857+ <radialGradient
3858+ r="10.081216"
3859+ fy="-3.4420195"
3860+ fx="62.225393"
3861+ cy="-3.4420195"
3862+ cx="62.225393"
3863+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3864+ gradientUnits="userSpaceOnUse"
3865+ id="radialGradient8804"
3866+ xlink:href="#linearGradient8740"
3867+ inkscape:collect="always" />
3868+ <radialGradient
3869+ r="10.081216"
3870+ fy="-3.4420195"
3871+ fx="62.225393"
3872+ cy="-3.4420195"
3873+ cx="62.225393"
3874+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3875+ gradientUnits="userSpaceOnUse"
3876+ id="radialGradient8806"
3877+ xlink:href="#linearGradient8740"
3878+ inkscape:collect="always" />
3879+ <radialGradient
3880+ r="10.081216"
3881+ fy="-3.4420195"
3882+ fx="62.225393"
3883+ cy="-3.4420195"
3884+ cx="62.225393"
3885+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3886+ gradientUnits="userSpaceOnUse"
3887+ id="radialGradient8808"
3888+ xlink:href="#linearGradient8740"
3889+ inkscape:collect="always" />
3890+ <radialGradient
3891+ r="10.081216"
3892+ fy="-3.4420195"
3893+ fx="62.225393"
3894+ cy="-3.4420195"
3895+ cx="62.225393"
3896+ gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)"
3897+ gradientUnits="userSpaceOnUse"
3898+ id="radialGradient8810"
3899+ xlink:href="#linearGradient8740"
3900+ inkscape:collect="always" />
3901+ <radialGradient
3902+ r="8.61745"
3903+ fy="18.944481"
3904+ fx="24.652485"
3905+ cy="18.94449"
3906+ cx="24.652573"
3907+ gradientTransform="matrix(7.657394e-2,2.760516,-1.969551,5.463895e-2,60.09901,-55.47179)"
3908+ gradientUnits="userSpaceOnUse"
3909+ id="radialGradient9185"
3910+ xlink:href="#linearGradient8924"
3911+ inkscape:collect="always" />
3912+ <linearGradient
3913+ id="linearGradient8924">
3914+ <stop
3915+ style="stop-color:#cee14b"
3916+ offset="0"
3917+ id="stop8926" />
3918+ <stop
3919+ style="stop-color:#9db029"
3920+ offset="1"
3921+ id="stop8928" />
3922+ </linearGradient>
3923+ <radialGradient
3924+ r="10.081216"
3925+ fy="-3.4420195"
3926+ fx="62.225393"
3927+ cy="-3.4420195"
3928+ cx="62.225393"
3929+ gradientTransform="matrix(1,0,0,0.930233,-4.23828e-14,-0.240141)"
3930+ gradientUnits="userSpaceOnUse"
3931+ id="radialGradient8812"
3932+ xlink:href="#linearGradient8740"
3933+ inkscape:collect="always" />
3934+ <radialGradient
3935+ r="8.61745"
3936+ fy="18.944481"
3937+ fx="24.652485"
3938+ cy="18.94449"
3939+ cx="24.652573"
3940+ gradientTransform="matrix(6.822876e-2,2.459669,-1.754905,4.868429e-2,55.12882,-46.82188)"
3941+ gradientUnits="userSpaceOnUse"
3942+ id="radialGradient9187"
3943+ xlink:href="#linearGradient8924"
3944+ inkscape:collect="always" />
3945+ <radialGradient
3946+ r="10.081216"
3947+ fy="-3.4420195"
3948+ fx="62.225393"
3949+ cy="-3.4420195"
3950+ cx="62.225393"
3951+ gradientTransform="matrix(0.891018,0,0,0.828854,1.579517,2.39052)"
3952+ gradientUnits="userSpaceOnUse"
3953+ id="radialGradient9189"
3954+ xlink:href="#linearGradient8740"
3955+ inkscape:collect="always" />
3956+ <radialGradient
3957+ r="4.13475"
3958+ fy="14.542329"
3959+ fx="25.135332"
3960+ cy="14.542349"
3961+ cx="25.135374"
3962+ gradientTransform="matrix(0.159592,5.753335,-0.8072,2.23703e-2,32.87305,-131.6974)"
3963+ gradientUnits="userSpaceOnUse"
3964+ id="radialGradient9191"
3965+ xlink:href="#linearGradient8930"
3966+ inkscape:collect="always" />
3967+ <linearGradient
3968+ id="linearGradient8930">
3969+ <stop
3970+ style="stop-color:#cee14b"
3971+ offset="0"
3972+ id="stop8932" />
3973+ <stop
3974+ style="stop-color:#9db029"
3975+ offset="1"
3976+ id="stop8934" />
3977+ </linearGradient>
3978+ <radialGradient
3979+ r="10.081216"
3980+ fy="-3.4420195"
3981+ fx="62.225393"
3982+ cy="-3.4420195"
3983+ cx="62.225393"
3984+ gradientTransform="matrix(1,0,0,0.930233,-5.087595e-14,-0.240141)"
3985+ gradientUnits="userSpaceOnUse"
3986+ id="radialGradient8816"
3987+ xlink:href="#linearGradient8740"
3988+ inkscape:collect="always" />
3989+ <radialGradient
3990+ r="4.13475"
3991+ fy="14.542329"
3992+ fx="25.135332"
3993+ cy="14.542349"
3994+ cx="25.135374"
3995+ gradientTransform="matrix(0.159592,5.753335,-0.8072,2.23703e-2,32.87305,-130.867)"
3996+ gradientUnits="userSpaceOnUse"
3997+ id="radialGradient9193"
3998+ xlink:href="#linearGradient8930"
3999+ inkscape:collect="always" />
4000+ <radialGradient
4001+ r="10.081216"
4002+ fy="-3.4420195"
4003+ fx="62.225393"
4004+ cy="-3.4420195"
4005+ cx="62.225393"
4006+ gradientTransform="matrix(1,0,0,0.930233,-3.093343e-14,0.589884)"
4007+ gradientUnits="userSpaceOnUse"
4008+ id="radialGradient9195"
4009+ xlink:href="#linearGradient8740"
4010+ inkscape:collect="always" />
4011+ <radialGradient
4012+ r="2.97195"
4013+ fy="17.573889"
4014+ fx="24.478539"
4015+ cy="17.573915"
4016+ cx="24.478569"
4017+ gradientTransform="matrix(0.222034,8.004376,-0.597156,1.656095e-2,29.5454,-182.3268)"
4018+ gradientUnits="userSpaceOnUse"
4019+ id="radialGradient9197"
4020+ xlink:href="#linearGradient8912"
4021+ inkscape:collect="always" />
4022+ <linearGradient
4023+ id="linearGradient8912">
4024+ <stop
4025+ id="stop8914"
4026+ offset="0"
4027+ style="stop-color:#cee14b" />
4028+ <stop
4029+ id="stop8916"
4030+ offset="1"
4031+ style="stop-color:#9db029" />
4032+ </linearGradient>
4033+ <radialGradient
4034+ r="10.081216"
4035+ fy="-3.4420195"
4036+ fx="62.225393"
4037+ cy="-3.4420195"
4038+ cx="62.225393"
4039+ gradientTransform="matrix(1,0,0,0.930233,-1.223188e-13,-0.240141)"
4040+ gradientUnits="userSpaceOnUse"
4041+ id="radialGradient8820"
4042+ xlink:href="#linearGradient8740"
4043+ inkscape:collect="always" />
4044+ <radialGradient
4045+ r="2.97195"
4046+ fy="17.573889"
4047+ fx="24.478539"
4048+ cy="17.573915"
4049+ cx="24.478569"
4050+ gradientTransform="matrix(0.222034,8.004376,-0.597156,1.656095e-2,29.85665,-181.6002)"
4051+ gradientUnits="userSpaceOnUse"
4052+ id="radialGradient9199"
4053+ xlink:href="#linearGradient8912"
4054+ inkscape:collect="always" />
4055+ <radialGradient
4056+ r="10.081216"
4057+ fy="-3.4420195"
4058+ fx="62.225393"
4059+ cy="-3.4420195"
4060+ cx="62.225393"
4061+ gradientTransform="matrix(1,0,0,0.930233,0.311259,0.486131)"
4062+ gradientUnits="userSpaceOnUse"
4063+ id="radialGradient9201"
4064+ xlink:href="#linearGradient8740"
4065+ inkscape:collect="always" />
4066+ <radialGradient
4067+ r="9.82225"
4068+ fy="17.257843"
4069+ fx="25.968998"
4070+ cy="17.257854"
4071+ cx="25.969097"
4072+ gradientTransform="matrix(6.718136e-2,2.42191,-1.629357,4.51789e-2,52.36869,-50.34012)"
4073+ gradientUnits="userSpaceOnUse"
4074+ id="radialGradient9203"
4075+ xlink:href="#linearGradient8918"
4076+ inkscape:collect="always" />
4077+ <linearGradient
4078+ id="linearGradient8918">
4079+ <stop
4080+ style="stop-color:#cee14b"
4081+ offset="0"
4082+ id="stop8920" />
4083+ <stop
4084+ style="stop-color:#9db029"
4085+ offset="1"
4086+ id="stop8922" />
4087+ </linearGradient>
4088+ <radialGradient
4089+ r="10.081216"
4090+ fy="-3.4420195"
4091+ fx="62.225393"
4092+ cy="-3.4420195"
4093+ cx="62.225393"
4094+ gradientTransform="matrix(1,0,0,0.930233,-3.15581e-14,-0.240141)"
4095+ gradientUnits="userSpaceOnUse"
4096+ id="radialGradient8824"
4097+ xlink:href="#linearGradient8740"
4098+ inkscape:collect="always" />
4099+ <radialGradient
4100+ r="9.82225"
4101+ fy="17.257843"
4102+ fx="25.968998"
4103+ cy="17.257854"
4104+ cx="25.969097"
4105+ gradientTransform="matrix(6.168149e-2,2.223638,-1.495968,4.148028e-2,50.51125,-44.50839)"
4106+ gradientUnits="userSpaceOnUse"
4107+ id="radialGradient9205"
4108+ xlink:href="#linearGradient8918"
4109+ inkscape:collect="always" />
4110+ <radialGradient
4111+ r="10.081216"
4112+ fy="-3.4420195"
4113+ fx="62.225393"
4114+ cy="-3.4420195"
4115+ cx="62.225393"
4116+ gradientTransform="matrix(0.918134,0,0,0.854079,2.429764,1.490099)"
4117+ gradientUnits="userSpaceOnUse"
4118+ id="radialGradient9207"
4119+ xlink:href="#linearGradient8740"
4120+ inkscape:collect="always" />
4121+ <linearGradient
4122+ inkscape:collect="always"
4123+ xlink:href="#linearGradient4873"
4124+ id="linearGradient4879"
4125+ x1="63.397362"
4126+ y1="-9.3832779"
4127+ x2="68.910904"
4128+ y2="16.839214"
4129+ gradientUnits="userSpaceOnUse" />
4130+ </defs>
4131+ <sodipodi:namedview
4132+ stroke="#555753"
4133+ fill="#eeeeec"
4134+ id="base"
4135+ pagecolor="#ffffff"
4136+ bordercolor="#666666"
4137+ borderopacity="0.25490196"
4138+ inkscape:pageopacity="0.0"
4139+ inkscape:pageshadow="2"
4140+ inkscape:zoom="2"
4141+ inkscape:cx="16.217641"
4142+ inkscape:cy="22.472776"
4143+ inkscape:current-layer="layer1"
4144+ showgrid="false"
4145+ inkscape:grid-bbox="true"
4146+ inkscape:document-units="px"
4147+ inkscape:showpageshadow="false"
4148+ inkscape:window-width="822"
4149+ inkscape:window-height="549"
4150+ inkscape:window-x="234"
4151+ inkscape:window-y="194"
4152+ inkscape:window-maximized="0" />
4153+ <metadata
4154+ id="metadata4">
4155+ <rdf:RDF>
4156+ <cc:Work
4157+ rdf:about="">
4158+ <dc:format>image/svg+xml</dc:format>
4159+ <dc:type
4160+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4161+ <dc:creator>
4162+ <cc:Agent>
4163+ <dc:title>Jakub Steiner</dc:title>
4164+ </cc:Agent>
4165+ </dc:creator>
4166+ <dc:source>http://jimmac.musichall.cz</dc:source>
4167+ <cc:license
4168+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
4169+ <dc:title></dc:title>
4170+ </cc:Work>
4171+ <cc:License
4172+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
4173+ <cc:permits
4174+ rdf:resource="http://web.resource.org/cc/Reproduction" />
4175+ <cc:permits
4176+ rdf:resource="http://web.resource.org/cc/Distribution" />
4177+ <cc:requires
4178+ rdf:resource="http://web.resource.org/cc/Notice" />
4179+ <cc:permits
4180+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
4181+ <cc:requires
4182+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
4183+ <cc:requires
4184+ rdf:resource="http://web.resource.org/cc/SourceCode" />
4185+ </cc:License>
4186+ </rdf:RDF>
4187+ </metadata>
4188+ <g
4189+ id="layer1"
4190+ inkscape:label="Layer 1"
4191+ inkscape:groupmode="layer">
4192+ <g
4193+ inkscape:label="Layer 1"
4194+ id="g3020"
4195+ transform="matrix(1.673435,0,0,1.673435,-3.189256,-2.668541)">
4196+ <g
4197+ transform="matrix(1.284706,0,0,1.284706,-63.89629,19.96894)"
4198+ id="g8936"
4199+ style="display:inline">
4200+ <path
4201+ sodipodi:type="arc"
4202+ style="opacity:0.56043958;color:#000000;fill:url(#radialGradient9169);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
4203+ id="path8836"
4204+ sodipodi:cx="62.625"
4205+ sodipodi:cy="4.625"
4206+ sodipodi:rx="10.625"
4207+ sodipodi:ry="3.625"
4208+ d="M 73.25,4.625 C 73.25,6.6270322 68.493025,8.25 62.625,8.25 56.756975,8.25 52,6.6270322 52,4.625 52,2.6229678 56.756975,1 62.625,1 68.493025,1 73.25,2.6229678 73.25,4.625 z"
4209+ transform="matrix(1,0,0,1.192473,-0.590821,-2.378705)" />
4210+ <path
4211+ style="fill:url(#radialGradient9171);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.46514398;stroke-miterlimit:4;stroke-dasharray:none"
4212+ d="M 71.455637,-3.5111605 C 71.455637,1.6006722 67.3116,5.7446615 62.20047,5.7446615 C 57.088872,5.7446615 52.94507,1.6006253 52.94507,-3.5111605 C 52.94507,-8.6227588 57.088872,-12.766327 62.20047,-12.766327 C 67.3116,-12.766327 71.455637,-8.6227588 71.455637,-3.5111605 L 71.455637,-3.5111605 z "
4213+ id="path6495" />
4214+ <path
4215+ id="path8655"
4216+ d="M 70.945908,-3.5111451 C 70.945908,1.3191267 67.030126,5.234864 62.200518,5.234864 C 57.370468,5.234864 53.454907,1.3190823 53.454907,-3.5111451 C 53.454907,-8.3411954 57.370468,-12.256535 62.200518,-12.256535 C 67.030126,-12.256535 70.945908,-8.3411954 70.945908,-3.5111451 L 70.945908,-3.5111451 z "
4217+ style="opacity:0.52747253;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4879);stroke-width:0.46514425;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
4218+ <image
4219+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8748);stroke-miterlimit:4"
4220+ width="10.784556"
4221+ height="16.411282"
4222+ href="62169F0D.png"
4223+ id="image6522"
4224+ x="61.522053"
4225+ y="-11.413214" />
4226+ <image
4227+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8750);stroke-miterlimit:4"
4228+ width="2.3444688"
4229+ height="2.3444688"
4230+ href="62169F0E.png"
4231+ id="image6530"
4232+ x="61.990948"
4233+ y="-10.94432" />
4234+ <g
4235+ transform="matrix(0.468894,0,0,0.468894,50.39042,-14.57365)"
4236+ style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8752);stroke-miterlimit:4"
4237+ id="g6532">
4238+ <path
4239+ d="M 26.0703,9.2363 L 25.9971,9.7295 L 26.5069,10.0586 L 27.378,9.4829 L 26.9425,8.9892 L 26.3605,9.3188 L 26.0705,9.2363"
4240+ id="path6534"
4241+ style="fill:#9db029;stroke:url(#radialGradient9173)" />
4242+ </g>
4243+ <image
4244+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8756);stroke-miterlimit:4"
4245+ width="5.6267252"
4246+ height="4.6889377"
4247+ href="62169F0F.png"
4248+ id="image6538"
4249+ x="58.708691"
4250+ y="-12.819895" />
4251+ <image
4252+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8758);stroke-miterlimit:4"
4253+ width="2.3444688"
4254+ height="2.3444688"
4255+ href="62169F10.png"
4256+ id="image6546"
4257+ x="62.928734"
4258+ y="-9.5376387" />
4259+ <g
4260+ transform="matrix(0.468894,0,0,0.468894,49.7717,-14.57365)"
4261+ style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8760);stroke-miterlimit:4"
4262+ id="g6548">
4263+ <path
4264+ d="M 28.833,12.7749 L 28.542,12.0337 L 28.0322,12.1987 L 28.1787,13.103 L 28.833,12.7749"
4265+ id="path6550"
4266+ style="fill:#9db029;stroke:url(#radialGradient9175)" />
4267+ </g>
4268+ <image
4269+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8764);stroke-miterlimit:4"
4270+ width="2.3444688"
4271+ height="3.2822564"
4272+ href="62169F11.png"
4273+ id="image6554"
4274+ x="63.397629"
4275+ y="-10.006532" />
4276+ <g
4277+ transform="matrix(0.468894,0,0,0.468894,49.94848,-14.57365)"
4278+ style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8766);stroke-miterlimit:4"
4279+ id="g6556">
4280+ <path
4281+ d="M 29.123,12.6089 L 28.9775,13.5972 L 29.7773,13.4322 L 30.3584,12.857 L 29.8496,12.3629 C 29.6787,11.9078 29.4824,11.483 29.2685,11.0465 L 28.833,11.0465 L 28.833,11.5397 L 29.123,11.8688 L 29.123,12.609"
4282+ id="path6558"
4283+ style="fill:#9db029;stroke:url(#radialGradient9177)" />
4284+ </g>
4285+ <image
4286+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8770);stroke-miterlimit:4"
4287+ width="9.8467684"
4288+ height="17.34907"
4289+ href="62169F12.png"
4290+ id="image6562"
4291+ x="52.144176"
4292+ y="-11.413214" />
4293+ <image
4294+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8772);stroke-miterlimit:4"
4295+ width="2.3444688"
4296+ height="2.3444688"
4297+ href="62169F13.png"
4298+ id="image6570"
4299+ x="57.770901"
4300+ y="-10.94432" />
4301+ <g
4302+ transform="matrix(0.468894,0,0,0.468894,50.39042,-14.57365)"
4303+ style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8774);stroke-miterlimit:4"
4304+ id="g6572">
4305+ <path
4306+ d="M 16.7656,9.5649 L 17.4922,10.0586 L 18.0742,10.0586 L 18.0742,9.4829 L 17.3476,9.1538 L 16.7656,9.5649"
4307+ id="path6574"
4308+ style="fill:#9db029;stroke:url(#radialGradient9179)" />
4309+ </g>
4310+ <image
4311+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8778);stroke-miterlimit:4"
4312+ width="4.2200437"
4313+ height="3.2822564"
4314+ href="62169F14.png"
4315+ id="image6578"
4316+ x="56.36422"
4317+ y="-11.882107" />
4318+ <image
4319+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8780);stroke-miterlimit:4"
4320+ width="3.7511499"
4321+ height="2.8133626"
4322+ href="2D44FCEC.png"
4323+ id="image6606"
4324+ x="57.30201"
4325+ y="-12.819895" />
4326+ <g
4327+ transform="matrix(0.468894,0,0,0.468894,50.96494,-14.52946)"
4328+ style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8782);stroke-miterlimit:4"
4329+ id="g6608">
4330+ <path
4331+ d="M 17.4922,7.887132 L 17.856,7.558532 L 18.5831,7.393932 C 19.0811,7.151732 19.5811,6.988632 20.1095,6.817732 L 19.8195,6.324032 L 18.881,6.458832 L 18.4376,6.900732 L 17.7066,7.006732 L 17.0567,7.311932 L 16.7408,7.464732 L 16.5479,7.723032 L 17.4922,7.887132"
4332+ id="path6610"
4333+ style="fill:#9db029;stroke:url(#radialGradient9181)" />
4334+ </g>
4335+ <image
4336+ style="opacity:0.75;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8786);stroke-miterlimit:4"
4337+ width="2.3444688"
4338+ height="2.3444688"
4339+ href="2D44FCED.png"
4340+ id="image6614"
4341+ x="58.239796"
4342+ y="-8.5998507" />
4343+ <g
4344+ transform="matrix(0.468894,0,0,0.468894,50.56718,-14.30851)"
4345+ style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8788);stroke-miterlimit:4"
4346+ id="g6616">
4347+ <path
4348+ d="M 18.7285,14.6665 L 19.165,14.0083 L 18.5102,13.5151 L 18.7285,14.6665"
4349+ id="path6618"
4350+ style="fill:#9db029;stroke:url(#radialGradient9183)" />
4351+ </g>
4352+ <image
4353+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8792);stroke-miterlimit:4"
4354+ width="10.784556"
4355+ height="16.411282"
4356+ href="2D44FCEE.png"
4357+ id="image6624"
4358+ x="61.522053"
4359+ y="-11.413214" />
4360+ <image
4361+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8794);stroke-miterlimit:4"
4362+ width="2.3444688"
4363+ height="2.3444688"
4364+ href="2D44FCEF.png"
4365+ id="image6632"
4366+ x="61.990948"
4367+ y="-10.94432" />
4368+ <image
4369+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8796);stroke-miterlimit:4"
4370+ width="5.6267252"
4371+ height="4.6889377"
4372+ href="2D44FCF0.png"
4373+ id="image6640"
4374+ x="58.708691"
4375+ y="-12.819895" />
4376+ <image
4377+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8798);stroke-miterlimit:4"
4378+ width="2.3444688"
4379+ height="2.3444688"
4380+ href="2D44FCF1.png"
4381+ id="image6648"
4382+ x="62.928734"
4383+ y="-9.5376387" />
4384+ <image
4385+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8800);stroke-miterlimit:4"
4386+ width="2.3444688"
4387+ height="3.2822564"
4388+ href="2D44FCF2.png"
4389+ id="image6656"
4390+ x="63.397629"
4391+ y="-10.006532" />
4392+ <image
4393+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8802);stroke-miterlimit:4"
4394+ width="9.8467684"
4395+ height="17.34907"
4396+ href="2D44FCF3.png"
4397+ id="image6664"
4398+ x="52.144176"
4399+ y="-11.413214" />
4400+ <image
4401+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8804);stroke-miterlimit:4"
4402+ width="2.3444688"
4403+ height="2.3444688"
4404+ href="2D44FCF4.png"
4405+ id="image6672"
4406+ x="57.770901"
4407+ y="-10.94432" />
4408+ <image
4409+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8806);stroke-miterlimit:4"
4410+ width="4.2200437"
4411+ height="3.2822564"
4412+ href="2D44FCF5.png"
4413+ id="image6680"
4414+ x="56.36422"
4415+ y="-11.882107" />
4416+ <image
4417+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8808);stroke-miterlimit:4"
4418+ width="3.7511499"
4419+ height="2.8133626"
4420+ href="2D44FD11.png"
4421+ id="image6708"
4422+ x="57.30201"
4423+ y="-12.819895" />
4424+ <image
4425+ style="opacity:0.15750002;fill:#ffffff;fill-rule:nonzero;stroke:url(#radialGradient8810);stroke-miterlimit:4"
4426+ width="2.3444688"
4427+ height="2.3444688"
4428+ href="2D44FD12.png"
4429+ id="image6716"
4430+ x="58.239796"
4431+ y="-8.5998507" />
4432+ <g
4433+ transform="matrix(0.468894,0,0,0.468894,50.74397,-14.61784)"
4434+ style="fill:url(#radialGradient9185);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8812);stroke-miterlimit:4"
4435+ id="g6564">
4436+ <path
4437+ d="M 17.943241,27.768799 L 17.424668,26.742079 L 16.453191,26.522353 L 15.935064,25.130138 L 14.639881,25.276354 L 13.539117,24.470606 L 12.372685,25.496524 L 12.372685,25.658333 C 12.019842,25.55649 11.586095,25.54259 11.271922,25.349417 L 11.012635,24.616733 L 11.012635,23.810095 L 10.235579,23.883158 C 10.300445,23.369754 10.364776,22.85724 10.430088,22.343925 L 9.9762924,22.343925 L 9.523388,22.930393 L 9.0695925,23.149672 L 8.4217333,22.784177 L 8.3568672,21.977538 L 8.4865103,21.097836 L 9.4584328,20.365152 L 10.23549,20.365152 L 10.364687,19.9249 L 11.336164,20.144179 L 12.0488,21.024772 L 12.178443,19.557711 L 13.409207,18.531793 L 13.862557,17.431921 L 14.769256,17.065623 L 15.287383,16.332939 L 16.452924,16.111966 L 17.036363,15.233155 C 16.45337,15.233155 15.870376,15.233155 15.287383,15.233155 L 16.388503,14.719751 L 17.165115,14.719751 L 18.26668,14.352562 L 18.396323,13.914003 L 18.007394,13.546815 L 17.554044,13.399797 L 17.683687,12.960347 L 17.35998,12.300815 L 16.582478,12.593158 L 16.712121,12.007136 L 15.805421,11.493731 L 15.093231,12.739285 L 15.157651,13.179537 L 14.445461,13.473662 L 13.991665,14.426428 L 13.797601,13.546726 L 12.566838,13.033321 L 12.372329,12.37379 L 13.991665,11.420133 L 14.704301,10.760601 L 14.769167,9.9544084 L 14.380684,9.7342382 L 13.862557,9.6607292 L 13.53885,10.467367 C 13.53885,10.467367 12.9972,10.573488 12.857934,10.607881 C 11.079373,12.246819 7.4857189,15.784785 6.650835,22.463945 C 6.6838918,22.618804 7.2560145,23.516772 7.2560145,23.516772 L 8.6160643,24.322519 L 9.9761142,24.689708 L 10.559553,25.423194 L 11.465807,26.082725 L 11.983934,26.009662 L 12.372418,26.184569 L 12.372418,26.302896 L 11.854647,27.695557 L 11.465718,28.282025 L 11.595361,28.57615 L 11.271654,29.674241 L 12.437641,31.800833 L 13.603181,32.827553 L 14.121754,33.560237 L 14.056531,35.100362 L 14.445461,35.979173 L 14.056531,37.665514 C 14.056531,37.665514 14.026058,37.655089 14.075688,37.823848 C 14.125763,37.992695 16.150958,39.116893 16.27971,39.021198 C 16.408017,38.92372 16.517701,38.83845 16.517701,38.83845 L 16.388503,38.472954 L 16.906274,37.95955 L 17.100783,37.446145 L 17.943063,37.15202 L 18.590476,35.538832 L 18.396413,35.100273 L 18.848871,34.440741 L 19.820794,34.219769 L 20.339366,33.046833 L 20.209723,31.581554 L 20.98678,30.481681 L 21.116423,29.381808 C 20.053082,28.854504 18.998473,28.311518 17.943063,27.76862"
4438+ id="path6566"
4439+ style="fill:url(#radialGradient9187);fill-opacity:1;stroke:url(#radialGradient9189)" />
4440+ </g>
4441+ <g
4442+ transform="matrix(0.468894,0,0,0.468894,50.523,-14.44107)"
4443+ style="fill:url(#radialGradient9191);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8816);stroke-miterlimit:4"
4444+ id="g6540">
4445+ <path
4446+ d="M 26.8701,6.6933256 L 24.9795,5.9526256 L 22.7998,6.1992256 L 20.1094,6.9394256 L 19.6006,7.4335256 L 21.2725,8.5849256 L 21.2725,9.2431256 L 20.6182,9.9013256 L 21.4912,11.630324 L 22.0713,11.300224 L 22.7998,10.148825 C 23.9228,9.8016256 24.9297,9.4081256 25.9971,8.9144256 L 26.8701,6.6932256"
4447+ id="path6542"
4448+ style="fill:url(#radialGradient9193);fill-opacity:1;stroke:url(#radialGradient9195)" />
4449+ </g>
4450+ <g
4451+ transform="matrix(0.468894,0,0,0.468894,50.83236,-14.75043)"
4452+ style="fill:url(#radialGradient9197);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8820);stroke-miterlimit:4"
4453+ id="g6580">
4454+ <path
4455+ d="M 15.187259,9.6334723 L 14.823459,10.538271 L 15.550559,10.538271 L 15.914359,9.7154723 C 16.227859,9.4937723 16.539859,9.2706723 16.859159,9.0572723 L 17.586259,9.3043723 C 18.070659,9.6334723 18.555059,9.9625723 19.039859,10.291172 L 19.767359,9.6334723 L 18.967059,9.3043723 L 18.603259,8.5636723 L 17.222359,8.3990723 L 17.149559,7.9874723 L 16.495259,8.1524723 L 16.204859,8.7282723 L 15.841059,7.9875723 L 15.696059,8.3166723 L 15.768859,9.1394723 L 15.187259,9.6334723"
4456+ id="path6582"
4457+ style="fill:url(#radialGradient9199);fill-opacity:1;stroke:url(#radialGradient9201)" />
4458+ </g>
4459+ <g
4460+ transform="matrix(0.468894,0,0,0.468894,50.12526,-14.48526)"
4461+ style="fill:url(#radialGradient9203);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8824);stroke-miterlimit:4"
4462+ id="g6626">
4463+ <path
4464+ d="M 42.893123,20.729176 C 42.893123,20.97037 42.893123,20.729176 42.893123,20.729176 L 42.392832,21.295848 C 42.086175,20.934471 41.741875,20.630568 41.392249,20.313169 L 40.624781,20.4261 L 39.923602,19.633475 L 39.923602,20.614409 L 40.524337,21.068977 L 40.924185,21.521801 L 41.458539,20.917485 C 41.593045,21.169421 41.725716,21.421357 41.859304,21.673293 L 41.859304,22.428275 L 41.257651,23.107877 L 40.156625,23.863685 L 39.322775,24.69579 L 38.788421,24.089638 L 39.055598,23.410035 L 38.522071,22.80572 L 37.621014,20.87975 L 36.853546,20.011838 L 36.652658,20.237791 L 36.953898,21.333492 L 37.52057,21.975451 C 37.844212,22.909744 38.164366,23.802721 38.58937,24.69579 C 39.248406,24.69579 39.869708,24.625828 40.524245,24.54338 L 40.524245,25.072409 L 39.723541,27.036481 L 38.989217,27.86675 L 38.388482,29.152504 C 38.388482,29.857264 38.388482,30.562024 38.388482,31.266692 L 38.58937,32.098797 L 38.255812,32.475415 L 37.52057,32.929065 L 36.753102,33.571024 L 37.3879,34.288362 L 36.519988,35.045089 L 36.686721,35.534638 L 35.384807,37.008702 L 34.517813,37.008702 L 33.783489,37.462352 L 33.315425,37.462352 L 33.315425,36.858036 L 33.116373,35.647568 C 32.858102,34.889006 32.589181,34.13586 32.315668,33.382715 C 32.315668,32.826785 32.348813,32.276272 32.382049,31.720433 L 32.716526,30.965452 L 32.248461,30.05806 L 32.282524,28.811785 L 31.647726,28.094447 L 31.965125,27.056129 L 31.448674,26.470176 L 30.5467,26.470176 L 30.246378,26.130375 L 29.345321,26.697506 L 28.978619,26.28104 L 28.143851,26.998746 C 27.577179,26.356327 27.009588,25.714368 26.44209,25.072409 L 25.774974,23.485414 L 26.375709,22.579859 L 26.042151,22.202414 L 26.775556,20.463835 C 27.378127,19.714271 28.007508,18.995188 28.644142,18.273443 L 29.779231,17.971285 L 31.047083,17.820619 L 31.914995,18.04749 L 33.14961,19.292847 L 33.583611,18.80238 L 34.183428,18.727093 L 35.318517,19.104538 L 36.18643,19.104538 L 36.787165,18.575509 L 37.054342,18.198064 L 36.452688,17.820619 L 35.451188,17.745332 C 35.173269,17.359808 34.914998,16.954543 34.58502,16.611988 L 34.250544,16.762653 L 34.116955,17.745332 L 33.51622,17.065729 L 33.38355,16.309003 L 32.716434,15.781811 L 32.448339,15.781811 L 33.116281,16.536792 L 32.849104,17.216395 L 32.315577,17.367061 L 32.649135,16.687458 L 32.047481,16.386218 L 31.514872,15.781903 L 30.512453,16.007855 L 30.379783,16.309095 L 29.779048,16.687458 L 29.44549,17.518645 L 28.61164,17.933733 L 28.24402,17.518645 L 27.844172,17.518645 L 27.844172,16.158521 L 28.712084,15.704871 L 29.3792,15.704871 L 29.244694,15.176761 L 28.712084,14.647732 L 29.612315,14.458504 L 30.112606,13.89275 L 30.512453,13.212229 L 31.247695,13.212229 L 31.046807,12.684119 L 31.514872,12.381961 L 31.514872,12.986276 L 32.515454,13.212229 L 33.516037,12.381961 L 33.583244,12.003598 L 34.450238,11.399741 C 34.13642,11.438762 33.822602,11.467407 33.515945,11.550866 L 33.515945,10.870437 L 33.849503,10.114996 L 33.515945,10.114996 L 32.782907,10.794599 L 32.582019,11.172503 L 32.782907,11.701991 L 32.448431,12.607546 L 31.914903,12.305388 L 31.448674,11.777278 L 30.713433,12.305388 L 30.446256,11.097216 L 31.714107,10.266488 L 31.714107,9.8128376 L 32.515638,9.284268 L 33.783489,8.981651 L 34.651401,9.284268 L 36.252719,9.5864259 L 35.852871,10.03925 L 34.984959,10.03925 L 35.852871,10.945724 L 36.519988,10.190742 L 36.72262,9.8585606 C 36.72262,9.8585606 39.281551,12.15206 40.743955,14.660861 C 42.206359,17.170489 42.893123,20.128441 42.893123,20.729176 z "
4465+ id="path6628"
4466+ style="fill:url(#radialGradient9205);fill-opacity:1;stroke:url(#radialGradient9207)" />
4467+ </g>
4468+ </g>
4469+ </g>
4470+ </g>
4471+</svg>
4472
4473=== added file 'sources/wiki.svg'
4474--- sources/wiki.svg 1970-01-01 00:00:00 +0000
4475+++ sources/wiki.svg 2009-12-23 09:03:14 +0000
4476@@ -0,0 +1,146 @@
4477+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4478+<!-- Created with Inkscape (http://www.inkscape.org/) -->
4479+
4480+<svg
4481+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4482+ xmlns:cc="http://creativecommons.org/ns#"
4483+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4484+ xmlns:svg="http://www.w3.org/2000/svg"
4485+ xmlns="http://www.w3.org/2000/svg"
4486+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4487+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4488+ width="64"
4489+ height="64"
4490+ id="svg2"
4491+ sodipodi:version="0.32"
4492+ inkscape:version="0.47pre4 r22446"
4493+ version="1.0"
4494+ sodipodi:docname="wiki.svg"
4495+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
4496+ inkscape:export-filename="/home/doctormo/Desktop/wiki.png"
4497+ inkscape:export-xdpi="45"
4498+ inkscape:export-ydpi="45"
4499+ sodipodi:modified="TRUE">
4500+ <defs
4501+ id="defs4">
4502+ <inkscape:perspective
4503+ sodipodi:type="inkscape:persp3d"
4504+ inkscape:vp_x="0 : 21.69709 : 1"
4505+ inkscape:vp_y="0 : 1000 : 0"
4506+ inkscape:vp_z="59.126747 : 21.69709 : 1"
4507+ inkscape:persp3d-origin="29.563374 : 14.464727 : 1"
4508+ id="perspective22" />
4509+ <filter
4510+ inkscape:collect="always"
4511+ id="filter3283"
4512+ color-interpolation-filters="sRGB">
4513+ <feGaussianBlur
4514+ inkscape:collect="always"
4515+ stdDeviation="0.95617116"
4516+ id="feGaussianBlur3285" />
4517+ </filter>
4518+ </defs>
4519+ <sodipodi:namedview
4520+ id="base"
4521+ pagecolor="#ffffff"
4522+ bordercolor="#666666"
4523+ borderopacity="1.0"
4524+ gridtolerance="10000"
4525+ guidetolerance="10"
4526+ objecttolerance="10"
4527+ inkscape:pageopacity="0.0"
4528+ inkscape:pageshadow="2"
4529+ inkscape:zoom="5.4679048"
4530+ inkscape:cx="0.22298198"
4531+ inkscape:cy="26.559685"
4532+ inkscape:document-units="px"
4533+ inkscape:current-layer="layer1"
4534+ inkscape:window-width="1272"
4535+ inkscape:window-height="718"
4536+ inkscape:window-x="0"
4537+ inkscape:window-y="25"
4538+ showgrid="false"
4539+ inkscape:window-maximized="0" />
4540+ <metadata
4541+ id="metadata7">
4542+ <rdf:RDF>
4543+ <cc:Work
4544+ rdf:about="">
4545+ <dc:format>image/svg+xml</dc:format>
4546+ <dc:type
4547+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4548+ <dc:title></dc:title>
4549+ </cc:Work>
4550+ </rdf:RDF>
4551+ </metadata>
4552+ <g
4553+ inkscape:label="Layer 1"
4554+ inkscape:groupmode="layer"
4555+ id="layer1"
4556+ transform="translate(77.655538,-244.21906)">
4557+ <g
4558+ id="g3297"
4559+ transform="matrix(1,0,0,1.120085,2.7432811,-45.700785)">
4560+ <path
4561+ sodipodi:nodetypes="cssssssssssssssssssss"
4562+ id="path3281"
4563+ d="m -54.506063,269.59105 c -2.767306,1.43804 0.18675,5.71798 -5.676129,6.64804 -6.469743,1.02634 -6.105448,-4.1045 -10.362392,-3.84835 -4.060364,0.24431 -6.230665,3.15224 -6.024566,6.02371 0.41214,5.74213 10.508065,1.67689 10.466839,5.18225 -0.05122,4.3548 -6.964098,5.27328 -6.793513,9.06345 0.155404,3.45292 4.235569,6.02572 8.72015,5.54204 4.332602,-0.46729 2.938384,-9.03778 8.778964,-9.60294 2.878183,-0.2785 7.055064,0.81864 7.942306,4.08718 1.559305,5.74437 -5.731641,5.27705 -4.886003,9.8074 0.661412,3.54338 8.149228,6.5055 11.105256,3.51404 2.468796,-2.49839 1.336002,-8.71823 6.851613,-9.43429 3.278043,-0.42556 4.859095,4.82295 9.117666,4.079 4.873724,-0.85141 6.361999,-3.26374 5.936487,-6.25267 -0.620154,-4.35616 -11.570507,-0.0199 -9.974799,-5.23946 0.708049,-2.31599 6.481854,-5.73464 5.515633,-8.26748 -1.294544,-3.39349 -5.554924,-3.63138 -7.096787,-2.58269 -2.551985,1.73571 -2.266302,6.17957 -6.531545,6.95768 -5.817115,1.06122 -9.278888,-1.09763 -10.182422,-3.13032 -2.001416,-4.50262 6.202865,-4.96357 5.133889,-9.11568 -0.870894,-3.38271 -8.824345,-5.10227 -12.040647,-3.43091 z"
4564+ style="opacity:0.6;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3283)" />
4565+ <path
4566+ sodipodi:nodetypes="cssssssssssssssssssss"
4567+ id="path2296"
4568+ d="m -55.079005,265.97139 c -2.767306,1.43804 0.18675,5.71798 -5.676129,6.64804 -6.469743,1.02634 -6.105448,-4.1045 -10.362392,-3.84835 -4.060364,0.24431 -6.230665,3.15224 -6.024566,6.02371 0.41214,5.74213 10.508065,1.67689 10.466839,5.18225 -0.05122,4.3548 -6.964098,5.27328 -6.793513,9.06345 0.155404,3.45292 4.235569,6.02572 8.72015,5.54204 4.332602,-0.46729 2.938384,-9.03778 8.778964,-9.60294 2.878183,-0.2785 7.055064,0.81864 7.942306,4.08718 1.559305,5.74437 -5.731641,5.27705 -4.886003,9.8074 0.661412,3.54338 8.149228,6.5055 11.105256,3.51404 2.468796,-2.49839 1.336002,-8.71823 6.851613,-9.43429 3.278043,-0.42556 4.859095,4.82295 9.117666,4.079 4.873724,-0.85141 6.361999,-3.26374 5.936487,-6.25267 -0.620154,-4.35616 -11.570507,-0.0199 -9.974799,-5.23946 0.708049,-2.31599 6.481854,-5.73464 5.515633,-8.26748 -1.294544,-3.39349 -5.554924,-3.63138 -7.096787,-2.58269 -2.551985,1.73571 -2.266302,6.17957 -6.531545,6.95768 -5.817115,1.06122 -9.278888,-1.09763 -10.182422,-3.13032 -2.001416,-4.50262 6.202865,-4.96357 5.133889,-9.11568 -0.870894,-3.38271 -8.824345,-5.10227 -12.040647,-3.43091 z"
4569+ style="fill:#b8b8b8;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
4570+ <path
4571+ sodipodi:nodetypes="cssc"
4572+ id="path3269"
4573+ d="m -72.072539,290.28378 c 1.069869,2.87892 5.227649,3.62466 7.345158,3.07214 3.624012,-0.94562 2.425851,-5.71938 5.570437,-8.12386 2.302229,-1.76037 6.084911,-1.68602 8.533571,-0.48"
4574+ style="fill:none;stroke:#000000;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.56502243;stroke-dasharray:none" />
4575+ <path
4576+ sodipodi:nodetypes="cssssc"
4577+ id="path3271"
4578+ d="m -51.141358,299.85762 c 2.339898,2.1422 4.826608,3.11815 6.944117,2.56562 3.624012,-0.94563 2.789804,-6.85739 5.934391,-9.26187 2.302228,-1.76037 5.615925,-1.48453 7.478914,0.56588 2.984865,3.28517 5.537589,2.61569 8.033586,1.14916 1.596173,-0.93783 1.935479,-2.32186 1.760297,-3.90737"
4579+ style="fill:none;stroke:#000000;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.56502243;stroke-dasharray:none" />
4580+ <path
4581+ sodipodi:nodetypes="cc"
4582+ id="path3275"
4583+ d="m -26.473069,275.86616 c 3.452547,3.07212 -3.515779,6.23647 -4.372379,9.60335"
4584+ style="fill:none;stroke:#000000;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.56502243;stroke-dasharray:none" />
4585+ <path
4586+ sodipodi:nodetypes="cc"
4587+ id="path3279"
4588+ d="m -65.754774,279.94437 c 0.792727,-4.23155 -8.53736,-1.58559 -9.782856,-3.72522"
4589+ style="fill:none;stroke:#000000;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.56502243;stroke-dasharray:none" />
4590+ <path
4591+ sodipodi:nodetypes="csc"
4592+ id="path3287"
4593+ d="m -50.870495,300.15959 c -3.665933,-4.30986 4.273899,-5.12602 4.231542,-8.83105 -0.03639,-3.18311 -1.677262,-5.5179 -3.863581,-6.62328"
4594+ style="fill:none;stroke:#ffffff;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.48430493;stroke-dasharray:none" />
4595+ <path
4596+ sodipodi:nodetypes="cc"
4597+ id="path3289"
4598+ d="m -72.120195,290.31665 c -2.20612,-3.73905 5.849925,-5.15918 6.439303,-10.21089"
4599+ style="fill:none;stroke:#ffffff;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.48430493;stroke-dasharray:none" />
4600+ <path
4601+ sodipodi:nodetypes="csssc"
4602+ id="path3291"
4603+ d="m -75.523827,276.15019 c -1.076679,-2.39627 0.807956,-6.0878 4.231542,-6.43931 2.735968,-0.28091 4.047562,4.04757 7.911144,4.23155 3.863582,0.18398 6.556338,-0.38545 7.543184,-4.04757 1.040922,-3.8628 2.64962,-4.12425 9.566965,-2.20776"
4604+ style="fill:none;stroke:#ffffff;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.48430493;stroke-dasharray:none" />
4605+ <path
4606+ sodipodi:nodetypes="cssc"
4607+ id="path3293"
4608+ d="m -49.582634,277.98999 c 1.609231,2.67581 4.484434,5.37868 10.486865,5.05945 4.436315,-0.23594 5.795759,-3.24702 7.543184,-6.80726 0.615166,-1.25335 3.049484,-1.08772 4.875472,-0.27597"
4609+ style="fill:none;stroke:#ffffff;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.48430493;stroke-dasharray:none" />
4610+ <path
4611+ sodipodi:nodetypes="cc"
4612+ id="path3277"
4613+ d="m -46.426159,267.44418 c 7.50848,4.4386 -5.46013,5.87106 -2.946945,10.87221"
4614+ style="fill:none;stroke:#000000;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.56502243;stroke-dasharray:none" />
4615+ <path
4616+ sodipodi:nodetypes="csc"
4617+ id="path3295"
4618+ d="m -21.15771,290.7766 c -0.133681,-1.47283 -4.200975,-0.88812 -7.052178,-1.60033 -2.426427,-0.6061 -3.819914,-2.48126 -2.790757,-3.82708"
4619+ style="fill:none;stroke:#ffffff;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.48430493;stroke-dasharray:none" />
4620+ </g>
4621+ </g>
4622+</svg>

Subscribers

People subscribed via source and target branches