Merge lp:~facundo/ubuntu/maverick/magicicada/0.2-update into lp:ubuntu/maverick/magicicada

Proposed by Facundo Batista
Status: Merged
Merged at revision: 5
Proposed branch: lp:~facundo/ubuntu/maverick/magicicada/0.2-update
Merge into: lp:ubuntu/maverick/magicicada
Diff against target: 16280 lines (+90/-7705)
22 files modified
COPYING (+0/-676)
PKG-INFO (+1/-1)
README.txt (+0/-32)
bin/magicicada (+0/-57)
data/media/active.svg (+0/-203)
data/media/logo.svg (+0/-630)
data/ui/gui.glade (+0/-1043)
debian/changelog (+6/-0)
magicicada.desktop.in (+0/-8)
magicicada/__init__.py (+0/-506)
magicicada/dbusiface.py (+0/-431)
magicicada/helpers.py (+0/-107)
magicicada/logger.py (+0/-55)
magicicada/magicicadaconfig.py (+0/-57)
magicicada/syncdaemon.py (+0/-299)
magicicada/tests/__init__.py (+0/-19)
magicicada/tests/helpers.py (+0/-53)
magicicada/tests/test_dbusiface.py (+0/-1091)
magicicada/tests/test_logger.py (+83/-0)
magicicada/tests/test_magicicada.py (+0/-1407)
magicicada/tests/test_syncdaemon.py (+0/-934)
setup.py (+0/-96)
To merge this branch: bzr merge lp:~facundo/ubuntu/maverick/magicicada/0.2-update
Reviewer Review Type Date Requested Status
Stefano Rivera Approve
Review via email: mp+35442@code.launchpad.net

Description of the change

Update to 0.2 with some bug fixes:

- When the first MQChanged signal is received, stop polling syncdaemon about it

- Support NOT_SYNCHED_PATH as metadata value. Support symlinks when asking for
  metadata to underlying layers (LP: #612191).

- Log and show in stderr all unhandled exceptions. (LP: #615389)

- Visual update is done more consistently within the update method.
  (LP: #612192, #612193)

- Support syncdaemon new MetaQueue structure (and show paths when available!).

- Multiple metadata windows are now supported. (LP: #594268)

- Better instructions for releases in the README

To post a comment you must log in.
Revision history for this message
Stefano Rivera (stefanor) wrote :

 COPYING | 1352 ++++----
 PKG-INFO | 2
 README.txt | 88
 bin/magicicada | 114
 data/media/active-016.png 1970-01-01 00:00:00 +0000 |binary
 data/media/active-016.png 2010-09-15 12:40:32 +0000 |binary
 data/media/active.svg | 406 +-
 data/media/loader-ball.gif 1970-01-01 00:00:00 +0000 |binary
 data/media/loader-ball.gif 2010-09-15 12:40:32 +0000 |binary
 data/media/logo-014.png 1970-01-01 00:00:00 +0000 |binary
 data/media/logo-014.png 2010-09-15 12:40:32 +0000 |binary
 data/media/logo-016.png 1970-01-01 00:00:00 +0000 |binary
 data/media/logo-016.png 2010-09-15 12:40:32 +0000 |binary
 data/media/logo-032.png 1970-01-01 00:00:00 +0000 |binary
 data/media/logo-032.png 2010-09-15 12:40:32 +0000 |binary
 data/media/logo-064.png 1970-01-01 00:00:00 +0000 |binary
 data/media/logo-064.png 2010-09-15 12:40:32 +0000 |binary
 data/media/logo-128.png 1970-01-01 00:00:00 +0000 |binary
 data/media/logo-128.png 2010-09-15 12:40:32 +0000 |binary
 data/media/logo-192.png 1970-01-01 00:00:00 +0000 |binary
 data/media/logo-192.png 2010-09-15 12:40:32 +0000 |binary
 data/media/logo.svg | 1260 ++++----
 data/ui/gui.glade | 2086 ++++++-------
 debian/changelog | 6
 magicicada.desktop.in | 16
 magicicada/__init__.py | 1046 +++---
 magicicada/dbusiface.py | 906 +++--
 magicicada/helpers.py | 214 -
 magicicada/logger.py | 127
 magicicada/magicicadaconfig.py | 114
 magicicada/syncdaemon.py | 606 +--
 magicicada/tests/__init__.py | 38
 magicicada/tests/helpers.py | 106
 magicicada/tests/test_dbusiface.py | 2363 ++++++++-------
 magicicada/tests/test_logger.py | 83
 magicicada/tests/test_magicicada.py | 2967 +++++++++----------
 magicicada/tests/test_syncdaemon.py | 1924 ++++++------
 setup.py | 192 -
 38 files changed, 8311 insertions(+), 7705 deletions(-)

I think this needs a freeze exception:
https://wiki.ubuntu.com/FreezeExceptionProcess

review: Disapprove
Revision history for this message
Facundo Batista (facundo) wrote :

Oh, I'm very sorry to hear this, as because of updates in Syncdaemon (the backend to whom Magicicada is frontend), this will be broken and useless in Maverick.

How did you get that report? AFAIK, there isn't those many changes since 0.1.3

See that in Maverick should be that version, as it was merged here:

  https://code.edge.launchpad.net/~facundo/ubuntu/maverick/magicicada/0.1.3-update

That version corresponds to revno 64, and:

$ bzr diff -r64 | grep "==="
=== modified file 'README.txt'
=== modified file 'data/ui/gui.glade'
=== modified file 'magicicada/__init__.py'
=== modified file 'magicicada/dbusiface.py'
=== modified file 'magicicada/helpers.py'
=== modified file 'magicicada/logger.py'
=== modified file 'magicicada/syncdaemon.py'
=== modified file 'magicicada/tests/helpers.py'
=== modified file 'magicicada/tests/test_dbusiface.py'
=== added file 'magicicada/tests/test_logger.py'
=== modified file 'magicicada/tests/test_magicicada.py'
=== modified file 'magicicada/tests/test_syncdaemon.py'
=== modified file 'pylintrc'
=== modified file 'setup.py'
=== modified file 'test'

See that this is *very* different.

Sadly, we're in bugfix freeze now. What can we do?

Revision history for this message
Stefano Rivera (stefanor) wrote :

> How did you get that report?

bzr diff | diffstat

> there isn't those many changes since 0.1.3

The diff is against 0.1.3-0ubuntu1 (i.e. the current version in the maverick UDD branch, also visible at the bottom of this page)

> Sadly, we're in bugfix freeze now. What can we do?

File for an FFe. This is a universe package so if the upload is mostly bugfixes and not too heavy on new features, you should get the exception (quite quickly).

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Hello Stefano!

First of all, thanks for looking at this merge proposal.
Secondly, Facundo and I are having a hard time trying to understand your (bigger) diff. I'm not an extremely skilled packager, but I weekly package some projects, and by performing the usual steps, I get a smaller diff.

The steps I'm performing are:

* bzr branch lp:ubuntu/magicicada magicicada-0.2
* cd magicicada-0.2
* uscan --verbose --rename
* bzr merge-upstream --version 0.2 ../magicicada_0.2.orig.tar.gz
* bzr st (see output below)

nessita@dali:~/canonical/ubuntu/magicicada/magicicada-0.2$ bzr st
added:
  magicicada/tests/test_logger.py
modified:
  PKG-INFO
  README.txt
  data/ui/gui.glade
  debian/changelog
  magicicada/__init__.py
  magicicada/dbusiface.py
  magicicada/helpers.py
  magicicada/logger.py
  magicicada/syncdaemon.py
  magicicada/tests/helpers.py
  magicicada/tests/test_dbusiface.py
  magicicada/tests/test_magicicada.py
  magicicada/tests/test_syncdaemon.py
  setup.py
pending merge tips: (use -v to see all merge revisions)
  natalia.bidart@ca... 2010-09-20 Import upstream version 0.2
nessita@dali:~/canonical/ubuntu/magicicada/magicicada-0.2$ bzr diff | wc -l
2245

The complete diff output can be seen at: http://pastebin.ubuntu.com/497060/

Cheers, Naty.

Revision history for this message
Stefano Rivera (stefanor) wrote :

Naty: I did bzr merge-package lp:~facundo/ubuntu/maverick/magicicada/0.2-update (i.e. the update this review is about)

Revision history for this message
Facundo Batista (facundo) wrote :

Stefano, Naty:

I don't know much about packages, so to don't get lost I sticked to the basics in the following procedure. See, I branched both "Proposed branch" and "Merge into" branches from this MP, and checked *one* file:

$ cd /tmp
$ mkdir magicicada
$ bzr branch lp:~facundo/ubuntu/maverick/magicicada/0.2-update
Branched 6 revision(s).
$ bzr branch lp:ubuntu/magicicada current-magicicada
Branched 4 revision(s).
$ cd current-magicicada/
$ diff COPYING ../0.2-update/COPYING
$

The COPYING file is the same!

So, I don't understand Stefano why you're finding differences for it, or why Launchpad is showing differences in the "Preview Diff" here below.

Revision history for this message
Stefano Rivera (stefanor) wrote :

> So, I don't understand Stefano why you're finding differences for it

It's because they come from different sources (there isn't a common ancestry). I'm not going to dig into it, but I do agree that this diff is actually rather small and I'm happy to merge it.

BTW, I see you have a test suite, in future it would be nice to run this during build.

Also, you have some lintian warnings:

I: magicicada: description-synopsis-might-not-be-phrased-properly
I: magicicada: extended-description-is-probably-too-short
W: magicicada: spelling-error-in-changelog unecessary unnecessary
I: magicicada: package-contains-empty-directory usr/share/omf/magicicada/

review: Approve
Revision history for this message
Stefano Rivera (stefanor) wrote :

Err, that "unecessary" spelling error was my own

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'COPYING'
--- COPYING 1970-01-01 00:00:00 +0000
+++ COPYING 2010-09-14 17:29:44 +0000
@@ -0,0 +1,676 @@
1
2 GNU GENERAL PUBLIC LICENSE
3 Version 3, 29 June 2007
4
5 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
8
9 Preamble
10
11 The GNU General Public License is a free, copyleft license for
12software and other kinds of works.
13
14 The licenses for most software and other practical works are designed
15to take away your freedom to share and change the works. By contrast,
16the GNU General Public License is intended to guarantee your freedom to
17share and change all versions of a program--to make sure it remains free
18software for all its users. We, the Free Software Foundation, use the
19GNU General Public License for most of our software; it applies also to
20any other work released this way by its authors. You can apply it to
21your programs, too.
22
23 When we speak of free software, we are referring to freedom, not
24price. Our General Public Licenses are designed to make sure that you
25have the freedom to distribute copies of free software (and charge for
26them if you wish), that you receive source code or can get it if you
27want it, that you can change the software or use pieces of it in new
28free programs, and that you know you can do these things.
29
30 To protect your rights, we need to prevent others from denying you
31these rights or asking you to surrender the rights. Therefore, you have
32certain responsibilities if you distribute copies of the software, or if
33you modify it: responsibilities to respect the freedom of others.
34
35 For example, if you distribute copies of such a program, whether
36gratis or for a fee, you must pass on to the recipients the same
37freedoms that you received. You must make sure that they, too, receive
38or can get the source code. And you must show them these terms so they
39know their rights.
40
41 Developers that use the GNU GPL protect your rights with two steps:
42(1) assert copyright on the software, and (2) offer you this License
43giving you legal permission to copy, distribute and/or modify it.
44
45 For the developers' and authors' protection, the GPL clearly explains
46that there is no warranty for this free software. For both users' and
47authors' sake, the GPL requires that modified versions be marked as
48changed, so that their problems will not be attributed erroneously to
49authors of previous versions.
50
51 Some devices are designed to deny users access to install or run
52modified versions of the software inside them, although the manufacturer
53can do so. This is fundamentally incompatible with the aim of
54protecting users' freedom to change the software. The systematic
55pattern of such abuse occurs in the area of products for individuals to
56use, which is precisely where it is most unacceptable. Therefore, we
57have designed this version of the GPL to prohibit the practice for those
58products. If such problems arise substantially in other domains, we
59stand ready to extend this provision to those domains in future versions
60of the GPL, as needed to protect the freedom of users.
61
62 Finally, every program is threatened constantly by software patents.
63States should not allow patents to restrict development and use of
64software on general-purpose computers, but in those that do, we wish to
65avoid the special danger that patents applied to a free program could
66make it effectively proprietary. To prevent this, the GPL assures that
67patents cannot be used to render the program non-free.
68
69 The precise terms and conditions for copying, distribution and
70modification follow.
71
72 TERMS AND CONDITIONS
73
74 0. Definitions.
75
76 "This License" refers to version 3 of the GNU General Public License.
77
78 "Copyright" also means copyright-like laws that apply to other kinds of
79works, such as semiconductor masks.
80
81 "The Program" refers to any copyrightable work licensed under this
82License. Each licensee is addressed as "you". "Licensees" and
83"recipients" may be individuals or organizations.
84
85 To "modify" a work means to copy from or adapt all or part of the work
86in a fashion requiring copyright permission, other than the making of an
87exact copy. The resulting work is called a "modified version" of the
88earlier work or a work "based on" the earlier work.
89
90 A "covered work" means either the unmodified Program or a work based
91on the Program.
92
93 To "propagate" a work means to do anything with it that, without
94permission, would make you directly or secondarily liable for
95infringement under applicable copyright law, except executing it on a
96computer or modifying a private copy. Propagation includes copying,
97distribution (with or without modification), making available to the
98public, and in some countries other activities as well.
99
100 To "convey" a work means any kind of propagation that enables other
101parties to make or receive copies. Mere interaction with a user through
102a computer network, with no transfer of a copy, is not conveying.
103
104 An interactive user interface displays "Appropriate Legal Notices"
105to the extent that it includes a convenient and prominently visible
106feature that (1) displays an appropriate copyright notice, and (2)
107tells the user that there is no warranty for the work (except to the
108extent that warranties are provided), that licensees may convey the
109work under this License, and how to view a copy of this License. If
110the interface presents a list of user commands or options, such as a
111menu, a prominent item in the list meets this criterion.
112
113 1. Source Code.
114
115 The "source code" for a work means the preferred form of the work
116for making modifications to it. "Object code" means any non-source
117form of a work.
118
119 A "Standard Interface" means an interface that either is an official
120standard defined by a recognized standards body, or, in the case of
121interfaces specified for a particular programming language, one that
122is widely used among developers working in that language.
123
124 The "System Libraries" of an executable work include anything, other
125than the work as a whole, that (a) is included in the normal form of
126packaging a Major Component, but which is not part of that Major
127Component, and (b) serves only to enable use of the work with that
128Major Component, or to implement a Standard Interface for which an
129implementation is available to the public in source code form. A
130"Major Component", in this context, means a major essential component
131(kernel, window system, and so on) of the specific operating system
132(if any) on which the executable work runs, or a compiler used to
133produce the work, or an object code interpreter used to run it.
134
135 The "Corresponding Source" for a work in object code form means all
136the source code needed to generate, install, and (for an executable
137work) run the object code and to modify the work, including scripts to
138control those activities. However, it does not include the work's
139System Libraries, or general-purpose tools or generally available free
140programs which are used unmodified in performing those activities but
141which are not part of the work. For example, Corresponding Source
142includes interface definition files associated with source files for
143the work, and the source code for shared libraries and dynamically
144linked subprograms that the work is specifically designed to require,
145such as by intimate data communication or control flow between those
146subprograms and other parts of the work.
147
148 The Corresponding Source need not include anything that users
149can regenerate automatically from other parts of the Corresponding
150Source.
151
152 The Corresponding Source for a work in source code form is that
153same work.
154
155 2. Basic Permissions.
156
157 All rights granted under this License are granted for the term of
158copyright on the Program, and are irrevocable provided the stated
159conditions are met. This License explicitly affirms your unlimited
160permission to run the unmodified Program. The output from running a
161covered work is covered by this License only if the output, given its
162content, constitutes a covered work. This License acknowledges your
163rights of fair use or other equivalent, as provided by copyright law.
164
165 You may make, run and propagate covered works that you do not
166convey, without conditions so long as your license otherwise remains
167in force. You may convey covered works to others for the sole purpose
168of having them make modifications exclusively for you, or provide you
169with facilities for running those works, provided that you comply with
170the terms of this License in conveying all material for which you do
171not control copyright. Those thus making or running the covered works
172for you must do so exclusively on your behalf, under your direction
173and control, on terms that prohibit them from making any copies of
174your copyrighted material outside their relationship with you.
175
176 Conveying under any other circumstances is permitted solely under
177the conditions stated below. Sublicensing is not allowed; section 10
178makes it unnecessary.
179
180 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
181
182 No covered work shall be deemed part of an effective technological
183measure under any applicable law fulfilling obligations under article
18411 of the WIPO copyright treaty adopted on 20 December 1996, or
185similar laws prohibiting or restricting circumvention of such
186measures.
187
188 When you convey a covered work, you waive any legal power to forbid
189circumvention of technological measures to the extent such circumvention
190is effected by exercising rights under this License with respect to
191the covered work, and you disclaim any intention to limit operation or
192modification of the work as a means of enforcing, against the work's
193users, your or third parties' legal rights to forbid circumvention of
194technological measures.
195
196 4. Conveying Verbatim Copies.
197
198 You may convey verbatim copies of the Program's source code as you
199receive it, in any medium, provided that you conspicuously and
200appropriately publish on each copy an appropriate copyright notice;
201keep intact all notices stating that this License and any
202non-permissive terms added in accord with section 7 apply to the code;
203keep intact all notices of the absence of any warranty; and give all
204recipients a copy of this License along with the Program.
205
206 You may charge any price or no price for each copy that you convey,
207and you may offer support or warranty protection for a fee.
208
209 5. Conveying Modified Source Versions.
210
211 You may convey a work based on the Program, or the modifications to
212produce it from the Program, in the form of source code under the
213terms of section 4, provided that you also meet all of these conditions:
214
215 a) The work must carry prominent notices stating that you modified
216 it, and giving a relevant date.
217
218 b) The work must carry prominent notices stating that it is
219 released under this License and any conditions added under section
220 7. This requirement modifies the requirement in section 4 to
221 "keep intact all notices".
222
223 c) You must license the entire work, as a whole, under this
224 License to anyone who comes into possession of a copy. This
225 License will therefore apply, along with any applicable section 7
226 additional terms, to the whole of the work, and all its parts,
227 regardless of how they are packaged. This License gives no
228 permission to license the work in any other way, but it does not
229 invalidate such permission if you have separately received it.
230
231 d) If the work has interactive user interfaces, each must display
232 Appropriate Legal Notices; however, if the Program has interactive
233 interfaces that do not display Appropriate Legal Notices, your
234 work need not make them do so.
235
236 A compilation of a covered work with other separate and independent
237works, which are not by their nature extensions of the covered work,
238and which are not combined with it such as to form a larger program,
239in or on a volume of a storage or distribution medium, is called an
240"aggregate" if the compilation and its resulting copyright are not
241used to limit the access or legal rights of the compilation's users
242beyond what the individual works permit. Inclusion of a covered work
243in an aggregate does not cause this License to apply to the other
244parts of the aggregate.
245
246 6. Conveying Non-Source Forms.
247
248 You may convey a covered work in object code form under the terms
249of sections 4 and 5, provided that you also convey the
250machine-readable Corresponding Source under the terms of this License,
251in one of these ways:
252
253 a) Convey the object code in, or embodied in, a physical product
254 (including a physical distribution medium), accompanied by the
255 Corresponding Source fixed on a durable physical medium
256 customarily used for software interchange.
257
258 b) Convey the object code in, or embodied in, a physical product
259 (including a physical distribution medium), accompanied by a
260 written offer, valid for at least three years and valid for as
261 long as you offer spare parts or customer support for that product
262 model, to give anyone who possesses the object code either (1) a
263 copy of the Corresponding Source for all the software in the
264 product that is covered by this License, on a durable physical
265 medium customarily used for software interchange, for a price no
266 more than your reasonable cost of physically performing this
267 conveying of source, or (2) access to copy the
268 Corresponding Source from a network server at no charge.
269
270 c) Convey individual copies of the object code with a copy of the
271 written offer to provide the Corresponding Source. This
272 alternative is allowed only occasionally and noncommercially, and
273 only if you received the object code with such an offer, in accord
274 with subsection 6b.
275
276 d) Convey the object code by offering access from a designated
277 place (gratis or for a charge), and offer equivalent access to the
278 Corresponding Source in the same way through the same place at no
279 further charge. You need not require recipients to copy the
280 Corresponding Source along with the object code. If the place to
281 copy the object code is a network server, the Corresponding Source
282 may be on a different server (operated by you or a third party)
283 that supports equivalent copying facilities, provided you maintain
284 clear directions next to the object code saying where to find the
285 Corresponding Source. Regardless of what server hosts the
286 Corresponding Source, you remain obligated to ensure that it is
287 available for as long as needed to satisfy these requirements.
288
289 e) Convey the object code using peer-to-peer transmission, provided
290 you inform other peers where the object code and Corresponding
291 Source of the work are being offered to the general public at no
292 charge under subsection 6d.
293
294 A separable portion of the object code, whose source code is excluded
295from the Corresponding Source as a System Library, need not be
296included in conveying the object code work.
297
298 A "User Product" is either (1) a "consumer product", which means any
299tangible personal property which is normally used for personal, family,
300or household purposes, or (2) anything designed or sold for incorporation
301into a dwelling. In determining whether a product is a consumer product,
302doubtful cases shall be resolved in favor of coverage. For a particular
303product received by a particular user, "normally used" refers to a
304typical or common use of that class of product, regardless of the status
305of the particular user or of the way in which the particular user
306actually uses, or expects or is expected to use, the product. A product
307is a consumer product regardless of whether the product has substantial
308commercial, industrial or non-consumer uses, unless such uses represent
309the only significant mode of use of the product.
310
311 "Installation Information" for a User Product means any methods,
312procedures, authorization keys, or other information required to install
313and execute modified versions of a covered work in that User Product from
314a modified version of its Corresponding Source. The information must
315suffice to ensure that the continued functioning of the modified object
316code is in no case prevented or interfered with solely because
317modification has been made.
318
319 If you convey an object code work under this section in, or with, or
320specifically for use in, a User Product, and the conveying occurs as
321part of a transaction in which the right of possession and use of the
322User Product is transferred to the recipient in perpetuity or for a
323fixed term (regardless of how the transaction is characterized), the
324Corresponding Source conveyed under this section must be accompanied
325by the Installation Information. But this requirement does not apply
326if neither you nor any third party retains the ability to install
327modified object code on the User Product (for example, the work has
328been installed in ROM).
329
330 The requirement to provide Installation Information does not include a
331requirement to continue to provide support service, warranty, or updates
332for a work that has been modified or installed by the recipient, or for
333the User Product in which it has been modified or installed. Access to a
334network may be denied when the modification itself materially and
335adversely affects the operation of the network or violates the rules and
336protocols for communication across the network.
337
338 Corresponding Source conveyed, and Installation Information provided,
339in accord with this section must be in a format that is publicly
340documented (and with an implementation available to the public in
341source code form), and must require no special password or key for
342unpacking, reading or copying.
343
344 7. Additional Terms.
345
346 "Additional permissions" are terms that supplement the terms of this
347License by making exceptions from one or more of its conditions.
348Additional permissions that are applicable to the entire Program shall
349be treated as though they were included in this License, to the extent
350that they are valid under applicable law. If additional permissions
351apply only to part of the Program, that part may be used separately
352under those permissions, but the entire Program remains governed by
353this License without regard to the additional permissions.
354
355 When you convey a copy of a covered work, you may at your option
356remove any additional permissions from that copy, or from any part of
357it. (Additional permissions may be written to require their own
358removal in certain cases when you modify the work.) You may place
359additional permissions on material, added by you to a covered work,
360for which you have or can give appropriate copyright permission.
361
362 Notwithstanding any other provision of this License, for material you
363add to a covered work, you may (if authorized by the copyright holders of
364that material) supplement the terms of this License with terms:
365
366 a) Disclaiming warranty or limiting liability differently from the
367 terms of sections 15 and 16 of this License; or
368
369 b) Requiring preservation of specified reasonable legal notices or
370 author attributions in that material or in the Appropriate Legal
371 Notices displayed by works containing it; or
372
373 c) Prohibiting misrepresentation of the origin of that material, or
374 requiring that modified versions of such material be marked in
375 reasonable ways as different from the original version; or
376
377 d) Limiting the use for publicity purposes of names of licensors or
378 authors of the material; or
379
380 e) Declining to grant rights under trademark law for use of some
381 trade names, trademarks, or service marks; or
382
383 f) Requiring indemnification of licensors and authors of that
384 material by anyone who conveys the material (or modified versions of
385 it) with contractual assumptions of liability to the recipient, for
386 any liability that these contractual assumptions directly impose on
387 those licensors and authors.
388
389 All other non-permissive additional terms are considered "further
390restrictions" within the meaning of section 10. If the Program as you
391received it, or any part of it, contains a notice stating that it is
392governed by this License along with a term that is a further
393restriction, you may remove that term. If a license document contains
394a further restriction but permits relicensing or conveying under this
395License, you may add to a covered work material governed by the terms
396of that license document, provided that the further restriction does
397not survive such relicensing or conveying.
398
399 If you add terms to a covered work in accord with this section, you
400must place, in the relevant source files, a statement of the
401additional terms that apply to those files, or a notice indicating
402where to find the applicable terms.
403
404 Additional terms, permissive or non-permissive, may be stated in the
405form of a separately written license, or stated as exceptions;
406the above requirements apply either way.
407
408 8. Termination.
409
410 You may not propagate or modify a covered work except as expressly
411provided under this License. Any attempt otherwise to propagate or
412modify it is void, and will automatically terminate your rights under
413this License (including any patent licenses granted under the third
414paragraph of section 11).
415
416 However, if you cease all violation of this License, then your
417license from a particular copyright holder is reinstated (a)
418provisionally, unless and until the copyright holder explicitly and
419finally terminates your license, and (b) permanently, if the copyright
420holder fails to notify you of the violation by some reasonable means
421prior to 60 days after the cessation.
422
423 Moreover, your license from a particular copyright holder is
424reinstated permanently if the copyright holder notifies you of the
425violation by some reasonable means, this is the first time you have
426received notice of violation of this License (for any work) from that
427copyright holder, and you cure the violation prior to 30 days after
428your receipt of the notice.
429
430 Termination of your rights under this section does not terminate the
431licenses of parties who have received copies or rights from you under
432this License. If your rights have been terminated and not permanently
433reinstated, you do not qualify to receive new licenses for the same
434material under section 10.
435
436 9. Acceptance Not Required for Having Copies.
437
438 You are not required to accept this License in order to receive or
439run a copy of the Program. Ancillary propagation of a covered work
440occurring solely as a consequence of using peer-to-peer transmission
441to receive a copy likewise does not require acceptance. However,
442nothing other than this License grants you permission to propagate or
443modify any covered work. These actions infringe copyright if you do
444not accept this License. Therefore, by modifying or propagating a
445covered work, you indicate your acceptance of this License to do so.
446
447 10. Automatic Licensing of Downstream Recipients.
448
449 Each time you convey a covered work, the recipient automatically
450receives a license from the original licensors, to run, modify and
451propagate that work, subject to this License. You are not responsible
452for enforcing compliance by third parties with this License.
453
454 An "entity transaction" is a transaction transferring control of an
455organization, or substantially all assets of one, or subdividing an
456organization, or merging organizations. If propagation of a covered
457work results from an entity transaction, each party to that
458transaction who receives a copy of the work also receives whatever
459licenses to the work the party's predecessor in interest had or could
460give under the previous paragraph, plus a right to possession of the
461Corresponding Source of the work from the predecessor in interest, if
462the predecessor has it or can get it with reasonable efforts.
463
464 You may not impose any further restrictions on the exercise of the
465rights granted or affirmed under this License. For example, you may
466not impose a license fee, royalty, or other charge for exercise of
467rights granted under this License, and you may not initiate litigation
468(including a cross-claim or counterclaim in a lawsuit) alleging that
469any patent claim is infringed by making, using, selling, offering for
470sale, or importing the Program or any portion of it.
471
472 11. Patents.
473
474 A "contributor" is a copyright holder who authorizes use under this
475License of the Program or a work on which the Program is based. The
476work thus licensed is called the contributor's "contributor version".
477
478 A contributor's "essential patent claims" are all patent claims
479owned or controlled by the contributor, whether already acquired or
480hereafter acquired, that would be infringed by some manner, permitted
481by this License, of making, using, or selling its contributor version,
482but do not include claims that would be infringed only as a
483consequence of further modification of the contributor version. For
484purposes of this definition, "control" includes the right to grant
485patent sublicenses in a manner consistent with the requirements of
486this License.
487
488 Each contributor grants you a non-exclusive, worldwide, royalty-free
489patent license under the contributor's essential patent claims, to
490make, use, sell, offer for sale, import and otherwise run, modify and
491propagate the contents of its contributor version.
492
493 In the following three paragraphs, a "patent license" is any express
494agreement or commitment, however denominated, not to enforce a patent
495(such as an express permission to practice a patent or covenant not to
496sue for patent infringement). To "grant" such a patent license to a
497party means to make such an agreement or commitment not to enforce a
498patent against the party.
499
500 If you convey a covered work, knowingly relying on a patent license,
501and the Corresponding Source of the work is not available for anyone
502to copy, free of charge and under the terms of this License, through a
503publicly available network server or other readily accessible means,
504then you must either (1) cause the Corresponding Source to be so
505available, or (2) arrange to deprive yourself of the benefit of the
506patent license for this particular work, or (3) arrange, in a manner
507consistent with the requirements of this License, to extend the patent
508license to downstream recipients. "Knowingly relying" means you have
509actual knowledge that, but for the patent license, your conveying the
510covered work in a country, or your recipient's use of the covered work
511in a country, would infringe one or more identifiable patents in that
512country that you have reason to believe are valid.
513
514 If, pursuant to or in connection with a single transaction or
515arrangement, you convey, or propagate by procuring conveyance of, a
516covered work, and grant a patent license to some of the parties
517receiving the covered work authorizing them to use, propagate, modify
518or convey a specific copy of the covered work, then the patent license
519you grant is automatically extended to all recipients of the covered
520work and works based on it.
521
522 A patent license is "discriminatory" if it does not include within
523the scope of its coverage, prohibits the exercise of, or is
524conditioned on the non-exercise of one or more of the rights that are
525specifically granted under this License. You may not convey a covered
526work if you are a party to an arrangement with a third party that is
527in the business of distributing software, under which you make payment
528to the third party based on the extent of your activity of conveying
529the work, and under which the third party grants, to any of the
530parties who would receive the covered work from you, a discriminatory
531patent license (a) in connection with copies of the covered work
532conveyed by you (or copies made from those copies), or (b) primarily
533for and in connection with specific products or compilations that
534contain the covered work, unless you entered into that arrangement,
535or that patent license was granted, prior to 28 March 2007.
536
537 Nothing in this License shall be construed as excluding or limiting
538any implied license or other defenses to infringement that may
539otherwise be available to you under applicable patent law.
540
541 12. No Surrender of Others' Freedom.
542
543 If conditions are imposed on you (whether by court order, agreement or
544otherwise) that contradict the conditions of this License, they do not
545excuse you from the conditions of this License. If you cannot convey a
546covered work so as to satisfy simultaneously your obligations under this
547License and any other pertinent obligations, then as a consequence you may
548not convey it at all. For example, if you agree to terms that obligate you
549to collect a royalty for further conveying from those to whom you convey
550the Program, the only way you could satisfy both those terms and this
551License would be to refrain entirely from conveying the Program.
552
553 13. Use with the GNU Affero General Public License.
554
555 Notwithstanding any other provision of this License, you have
556permission to link or combine any covered work with a work licensed
557under version 3 of the GNU Affero General Public License into a single
558combined work, and to convey the resulting work. The terms of this
559License will continue to apply to the part which is the covered work,
560but the special requirements of the GNU Affero General Public License,
561section 13, concerning interaction through a network will apply to the
562combination as such.
563
564 14. Revised Versions of this License.
565
566 The Free Software Foundation may publish revised and/or new versions of
567the GNU General Public License from time to time. Such new versions will
568be similar in spirit to the present version, but may differ in detail to
569address new problems or concerns.
570
571 Each version is given a distinguishing version number. If the
572Program specifies that a certain numbered version of the GNU General
573Public License "or any later version" applies to it, you have the
574option of following the terms and conditions either of that numbered
575version or of any later version published by the Free Software
576Foundation. If the Program does not specify a version number of the
577GNU General Public License, you may choose any version ever published
578by the Free Software Foundation.
579
580 If the Program specifies that a proxy can decide which future
581versions of the GNU General Public License can be used, that proxy's
582public statement of acceptance of a version permanently authorizes you
583to choose that version for the Program.
584
585 Later license versions may give you additional or different
586permissions. However, no additional obligations are imposed on any
587author or copyright holder as a result of your choosing to follow a
588later version.
589
590 15. Disclaimer of Warranty.
591
592 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
593APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
594HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
595OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
596THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
597PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
598IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
599ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
600
601 16. Limitation of Liability.
602
603 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
604WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
605THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
606GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
607USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
608DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
609PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
610EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
611SUCH DAMAGES.
612
613 17. Interpretation of Sections 15 and 16.
614
615 If the disclaimer of warranty and limitation of liability provided
616above cannot be given local legal effect according to their terms,
617reviewing courts shall apply local law that most closely approximates
618an absolute waiver of all civil liability in connection with the
619Program, unless a warranty or assumption of liability accompanies a
620copy of the Program in return for a fee.
621
622 END OF TERMS AND CONDITIONS
623
624 How to Apply These Terms to Your New Programs
625
626 If you develop a new program, and you want it to be of the greatest
627possible use to the public, the best way to achieve this is to make it
628free software which everyone can redistribute and change under these terms.
629
630 To do so, attach the following notices to the program. It is safest
631to attach them to the start of each source file to most effectively
632state the exclusion of warranty; and each file should have at least
633the "copyright" line and a pointer to where the full notice is found.
634
635 <one line to give the program's name and a brief idea of what it does.>
636 Copyright (C) <year> <name of author>
637
638 This program is free software: you can redistribute it and/or modify
639 it under the terms of the GNU General Public License as published by
640 the Free Software Foundation, either version 3 of the License, or
641 (at your option) any later version.
642
643 This program is distributed in the hope that it will be useful,
644 but WITHOUT ANY WARRANTY; without even the implied warranty of
645 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
646 GNU General Public License for more details.
647
648 You should have received a copy of the GNU General Public License
649 along with this program. If not, see <http://www.gnu.org/licenses/>.
650
651Also add information on how to contact you by electronic and paper mail.
652
653 If the program does terminal interaction, make it output a short
654notice like this when it starts in an interactive mode:
655
656 <program> Copyright (C) <year> <name of author>
657 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
658 This is free software, and you are welcome to redistribute it
659 under certain conditions; type `show c' for details.
660
661The hypothetical commands `show w' and `show c' should show the appropriate
662parts of the General Public License. Of course, your program's commands
663might be different; for a GUI interface, you would use an "about box".
664
665 You should also get your employer (if you work as a programmer) or school,
666if any, to sign a "copyright disclaimer" for the program, if necessary.
667For more information on this, and how to apply and follow the GNU GPL, see
668<http://www.gnu.org/licenses/>.
669
670 The GNU General Public License does not permit incorporating your program
671into proprietary programs. If your program is a subroutine library, you
672may consider it more useful to permit linking proprietary applications with
673the library. If this is what you want to do, use the GNU Lesser General
674Public License instead of this License. But first, please read
675<http://www.gnu.org/philosophy/why-not-lgpl.html>.
676
0677
=== removed file 'COPYING'
--- COPYING 2010-06-08 10:53:02 +0000
+++ COPYING 1970-01-01 00:00:00 +0000
@@ -1,676 +0,0 @@
1
2 GNU GENERAL PUBLIC LICENSE
3 Version 3, 29 June 2007
4
5 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
8
9 Preamble
10
11 The GNU General Public License is a free, copyleft license for
12software and other kinds of works.
13
14 The licenses for most software and other practical works are designed
15to take away your freedom to share and change the works. By contrast,
16the GNU General Public License is intended to guarantee your freedom to
17share and change all versions of a program--to make sure it remains free
18software for all its users. We, the Free Software Foundation, use the
19GNU General Public License for most of our software; it applies also to
20any other work released this way by its authors. You can apply it to
21your programs, too.
22
23 When we speak of free software, we are referring to freedom, not
24price. Our General Public Licenses are designed to make sure that you
25have the freedom to distribute copies of free software (and charge for
26them if you wish), that you receive source code or can get it if you
27want it, that you can change the software or use pieces of it in new
28free programs, and that you know you can do these things.
29
30 To protect your rights, we need to prevent others from denying you
31these rights or asking you to surrender the rights. Therefore, you have
32certain responsibilities if you distribute copies of the software, or if
33you modify it: responsibilities to respect the freedom of others.
34
35 For example, if you distribute copies of such a program, whether
36gratis or for a fee, you must pass on to the recipients the same
37freedoms that you received. You must make sure that they, too, receive
38or can get the source code. And you must show them these terms so they
39know their rights.
40
41 Developers that use the GNU GPL protect your rights with two steps:
42(1) assert copyright on the software, and (2) offer you this License
43giving you legal permission to copy, distribute and/or modify it.
44
45 For the developers' and authors' protection, the GPL clearly explains
46that there is no warranty for this free software. For both users' and
47authors' sake, the GPL requires that modified versions be marked as
48changed, so that their problems will not be attributed erroneously to
49authors of previous versions.
50
51 Some devices are designed to deny users access to install or run
52modified versions of the software inside them, although the manufacturer
53can do so. This is fundamentally incompatible with the aim of
54protecting users' freedom to change the software. The systematic
55pattern of such abuse occurs in the area of products for individuals to
56use, which is precisely where it is most unacceptable. Therefore, we
57have designed this version of the GPL to prohibit the practice for those
58products. If such problems arise substantially in other domains, we
59stand ready to extend this provision to those domains in future versions
60of the GPL, as needed to protect the freedom of users.
61
62 Finally, every program is threatened constantly by software patents.
63States should not allow patents to restrict development and use of
64software on general-purpose computers, but in those that do, we wish to
65avoid the special danger that patents applied to a free program could
66make it effectively proprietary. To prevent this, the GPL assures that
67patents cannot be used to render the program non-free.
68
69 The precise terms and conditions for copying, distribution and
70modification follow.
71
72 TERMS AND CONDITIONS
73
74 0. Definitions.
75
76 "This License" refers to version 3 of the GNU General Public License.
77
78 "Copyright" also means copyright-like laws that apply to other kinds of
79works, such as semiconductor masks.
80
81 "The Program" refers to any copyrightable work licensed under this
82License. Each licensee is addressed as "you". "Licensees" and
83"recipients" may be individuals or organizations.
84
85 To "modify" a work means to copy from or adapt all or part of the work
86in a fashion requiring copyright permission, other than the making of an
87exact copy. The resulting work is called a "modified version" of the
88earlier work or a work "based on" the earlier work.
89
90 A "covered work" means either the unmodified Program or a work based
91on the Program.
92
93 To "propagate" a work means to do anything with it that, without
94permission, would make you directly or secondarily liable for
95infringement under applicable copyright law, except executing it on a
96computer or modifying a private copy. Propagation includes copying,
97distribution (with or without modification), making available to the
98public, and in some countries other activities as well.
99
100 To "convey" a work means any kind of propagation that enables other
101parties to make or receive copies. Mere interaction with a user through
102a computer network, with no transfer of a copy, is not conveying.
103
104 An interactive user interface displays "Appropriate Legal Notices"
105to the extent that it includes a convenient and prominently visible
106feature that (1) displays an appropriate copyright notice, and (2)
107tells the user that there is no warranty for the work (except to the
108extent that warranties are provided), that licensees may convey the
109work under this License, and how to view a copy of this License. If
110the interface presents a list of user commands or options, such as a
111menu, a prominent item in the list meets this criterion.
112
113 1. Source Code.
114
115 The "source code" for a work means the preferred form of the work
116for making modifications to it. "Object code" means any non-source
117form of a work.
118
119 A "Standard Interface" means an interface that either is an official
120standard defined by a recognized standards body, or, in the case of
121interfaces specified for a particular programming language, one that
122is widely used among developers working in that language.
123
124 The "System Libraries" of an executable work include anything, other
125than the work as a whole, that (a) is included in the normal form of
126packaging a Major Component, but which is not part of that Major
127Component, and (b) serves only to enable use of the work with that
128Major Component, or to implement a Standard Interface for which an
129implementation is available to the public in source code form. A
130"Major Component", in this context, means a major essential component
131(kernel, window system, and so on) of the specific operating system
132(if any) on which the executable work runs, or a compiler used to
133produce the work, or an object code interpreter used to run it.
134
135 The "Corresponding Source" for a work in object code form means all
136the source code needed to generate, install, and (for an executable
137work) run the object code and to modify the work, including scripts to
138control those activities. However, it does not include the work's
139System Libraries, or general-purpose tools or generally available free
140programs which are used unmodified in performing those activities but
141which are not part of the work. For example, Corresponding Source
142includes interface definition files associated with source files for
143the work, and the source code for shared libraries and dynamically
144linked subprograms that the work is specifically designed to require,
145such as by intimate data communication or control flow between those
146subprograms and other parts of the work.
147
148 The Corresponding Source need not include anything that users
149can regenerate automatically from other parts of the Corresponding
150Source.
151
152 The Corresponding Source for a work in source code form is that
153same work.
154
155 2. Basic Permissions.
156
157 All rights granted under this License are granted for the term of
158copyright on the Program, and are irrevocable provided the stated
159conditions are met. This License explicitly affirms your unlimited
160permission to run the unmodified Program. The output from running a
161covered work is covered by this License only if the output, given its
162content, constitutes a covered work. This License acknowledges your
163rights of fair use or other equivalent, as provided by copyright law.
164
165 You may make, run and propagate covered works that you do not
166convey, without conditions so long as your license otherwise remains
167in force. You may convey covered works to others for the sole purpose
168of having them make modifications exclusively for you, or provide you
169with facilities for running those works, provided that you comply with
170the terms of this License in conveying all material for which you do
171not control copyright. Those thus making or running the covered works
172for you must do so exclusively on your behalf, under your direction
173and control, on terms that prohibit them from making any copies of
174your copyrighted material outside their relationship with you.
175
176 Conveying under any other circumstances is permitted solely under
177the conditions stated below. Sublicensing is not allowed; section 10
178makes it unnecessary.
179
180 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
181
182 No covered work shall be deemed part of an effective technological
183measure under any applicable law fulfilling obligations under article
18411 of the WIPO copyright treaty adopted on 20 December 1996, or
185similar laws prohibiting or restricting circumvention of such
186measures.
187
188 When you convey a covered work, you waive any legal power to forbid
189circumvention of technological measures to the extent such circumvention
190is effected by exercising rights under this License with respect to
191the covered work, and you disclaim any intention to limit operation or
192modification of the work as a means of enforcing, against the work's
193users, your or third parties' legal rights to forbid circumvention of
194technological measures.
195
196 4. Conveying Verbatim Copies.
197
198 You may convey verbatim copies of the Program's source code as you
199receive it, in any medium, provided that you conspicuously and
200appropriately publish on each copy an appropriate copyright notice;
201keep intact all notices stating that this License and any
202non-permissive terms added in accord with section 7 apply to the code;
203keep intact all notices of the absence of any warranty; and give all
204recipients a copy of this License along with the Program.
205
206 You may charge any price or no price for each copy that you convey,
207and you may offer support or warranty protection for a fee.
208
209 5. Conveying Modified Source Versions.
210
211 You may convey a work based on the Program, or the modifications to
212produce it from the Program, in the form of source code under the
213terms of section 4, provided that you also meet all of these conditions:
214
215 a) The work must carry prominent notices stating that you modified
216 it, and giving a relevant date.
217
218 b) The work must carry prominent notices stating that it is
219 released under this License and any conditions added under section
220 7. This requirement modifies the requirement in section 4 to
221 "keep intact all notices".
222
223 c) You must license the entire work, as a whole, under this
224 License to anyone who comes into possession of a copy. This
225 License will therefore apply, along with any applicable section 7
226 additional terms, to the whole of the work, and all its parts,
227 regardless of how they are packaged. This License gives no
228 permission to license the work in any other way, but it does not
229 invalidate such permission if you have separately received it.
230
231 d) If the work has interactive user interfaces, each must display
232 Appropriate Legal Notices; however, if the Program has interactive
233 interfaces that do not display Appropriate Legal Notices, your
234 work need not make them do so.
235
236 A compilation of a covered work with other separate and independent
237works, which are not by their nature extensions of the covered work,
238and which are not combined with it such as to form a larger program,
239in or on a volume of a storage or distribution medium, is called an
240"aggregate" if the compilation and its resulting copyright are not
241used to limit the access or legal rights of the compilation's users
242beyond what the individual works permit. Inclusion of a covered work
243in an aggregate does not cause this License to apply to the other
244parts of the aggregate.
245
246 6. Conveying Non-Source Forms.
247
248 You may convey a covered work in object code form under the terms
249of sections 4 and 5, provided that you also convey the
250machine-readable Corresponding Source under the terms of this License,
251in one of these ways:
252
253 a) Convey the object code in, or embodied in, a physical product
254 (including a physical distribution medium), accompanied by the
255 Corresponding Source fixed on a durable physical medium
256 customarily used for software interchange.
257
258 b) Convey the object code in, or embodied in, a physical product
259 (including a physical distribution medium), accompanied by a
260 written offer, valid for at least three years and valid for as
261 long as you offer spare parts or customer support for that product
262 model, to give anyone who possesses the object code either (1) a
263 copy of the Corresponding Source for all the software in the
264 product that is covered by this License, on a durable physical
265 medium customarily used for software interchange, for a price no
266 more than your reasonable cost of physically performing this
267 conveying of source, or (2) access to copy the
268 Corresponding Source from a network server at no charge.
269
270 c) Convey individual copies of the object code with a copy of the
271 written offer to provide the Corresponding Source. This
272 alternative is allowed only occasionally and noncommercially, and
273 only if you received the object code with such an offer, in accord
274 with subsection 6b.
275
276 d) Convey the object code by offering access from a designated
277 place (gratis or for a charge), and offer equivalent access to the
278 Corresponding Source in the same way through the same place at no
279 further charge. You need not require recipients to copy the
280 Corresponding Source along with the object code. If the place to
281 copy the object code is a network server, the Corresponding Source
282 may be on a different server (operated by you or a third party)
283 that supports equivalent copying facilities, provided you maintain
284 clear directions next to the object code saying where to find the
285 Corresponding Source. Regardless of what server hosts the
286 Corresponding Source, you remain obligated to ensure that it is
287 available for as long as needed to satisfy these requirements.
288
289 e) Convey the object code using peer-to-peer transmission, provided
290 you inform other peers where the object code and Corresponding
291 Source of the work are being offered to the general public at no
292 charge under subsection 6d.
293
294 A separable portion of the object code, whose source code is excluded
295from the Corresponding Source as a System Library, need not be
296included in conveying the object code work.
297
298 A "User Product" is either (1) a "consumer product", which means any
299tangible personal property which is normally used for personal, family,
300or household purposes, or (2) anything designed or sold for incorporation
301into a dwelling. In determining whether a product is a consumer product,
302doubtful cases shall be resolved in favor of coverage. For a particular
303product received by a particular user, "normally used" refers to a
304typical or common use of that class of product, regardless of the status
305of the particular user or of the way in which the particular user
306actually uses, or expects or is expected to use, the product. A product
307is a consumer product regardless of whether the product has substantial
308commercial, industrial or non-consumer uses, unless such uses represent
309the only significant mode of use of the product.
310
311 "Installation Information" for a User Product means any methods,
312procedures, authorization keys, or other information required to install
313and execute modified versions of a covered work in that User Product from
314a modified version of its Corresponding Source. The information must
315suffice to ensure that the continued functioning of the modified object
316code is in no case prevented or interfered with solely because
317modification has been made.
318
319 If you convey an object code work under this section in, or with, or
320specifically for use in, a User Product, and the conveying occurs as
321part of a transaction in which the right of possession and use of the
322User Product is transferred to the recipient in perpetuity or for a
323fixed term (regardless of how the transaction is characterized), the
324Corresponding Source conveyed under this section must be accompanied
325by the Installation Information. But this requirement does not apply
326if neither you nor any third party retains the ability to install
327modified object code on the User Product (for example, the work has
328been installed in ROM).
329
330 The requirement to provide Installation Information does not include a
331requirement to continue to provide support service, warranty, or updates
332for a work that has been modified or installed by the recipient, or for
333the User Product in which it has been modified or installed. Access to a
334network may be denied when the modification itself materially and
335adversely affects the operation of the network or violates the rules and
336protocols for communication across the network.
337
338 Corresponding Source conveyed, and Installation Information provided,
339in accord with this section must be in a format that is publicly
340documented (and with an implementation available to the public in
341source code form), and must require no special password or key for
342unpacking, reading or copying.
343
344 7. Additional Terms.
345
346 "Additional permissions" are terms that supplement the terms of this
347License by making exceptions from one or more of its conditions.
348Additional permissions that are applicable to the entire Program shall
349be treated as though they were included in this License, to the extent
350that they are valid under applicable law. If additional permissions
351apply only to part of the Program, that part may be used separately
352under those permissions, but the entire Program remains governed by
353this License without regard to the additional permissions.
354
355 When you convey a copy of a covered work, you may at your option
356remove any additional permissions from that copy, or from any part of
357it. (Additional permissions may be written to require their own
358removal in certain cases when you modify the work.) You may place
359additional permissions on material, added by you to a covered work,
360for which you have or can give appropriate copyright permission.
361
362 Notwithstanding any other provision of this License, for material you
363add to a covered work, you may (if authorized by the copyright holders of
364that material) supplement the terms of this License with terms:
365
366 a) Disclaiming warranty or limiting liability differently from the
367 terms of sections 15 and 16 of this License; or
368
369 b) Requiring preservation of specified reasonable legal notices or
370 author attributions in that material or in the Appropriate Legal
371 Notices displayed by works containing it; or
372
373 c) Prohibiting misrepresentation of the origin of that material, or
374 requiring that modified versions of such material be marked in
375 reasonable ways as different from the original version; or
376
377 d) Limiting the use for publicity purposes of names of licensors or
378 authors of the material; or
379
380 e) Declining to grant rights under trademark law for use of some
381 trade names, trademarks, or service marks; or
382
383 f) Requiring indemnification of licensors and authors of that
384 material by anyone who conveys the material (or modified versions of
385 it) with contractual assumptions of liability to the recipient, for
386 any liability that these contractual assumptions directly impose on
387 those licensors and authors.
388
389 All other non-permissive additional terms are considered "further
390restrictions" within the meaning of section 10. If the Program as you
391received it, or any part of it, contains a notice stating that it is
392governed by this License along with a term that is a further
393restriction, you may remove that term. If a license document contains
394a further restriction but permits relicensing or conveying under this
395License, you may add to a covered work material governed by the terms
396of that license document, provided that the further restriction does
397not survive such relicensing or conveying.
398
399 If you add terms to a covered work in accord with this section, you
400must place, in the relevant source files, a statement of the
401additional terms that apply to those files, or a notice indicating
402where to find the applicable terms.
403
404 Additional terms, permissive or non-permissive, may be stated in the
405form of a separately written license, or stated as exceptions;
406the above requirements apply either way.
407
408 8. Termination.
409
410 You may not propagate or modify a covered work except as expressly
411provided under this License. Any attempt otherwise to propagate or
412modify it is void, and will automatically terminate your rights under
413this License (including any patent licenses granted under the third
414paragraph of section 11).
415
416 However, if you cease all violation of this License, then your
417license from a particular copyright holder is reinstated (a)
418provisionally, unless and until the copyright holder explicitly and
419finally terminates your license, and (b) permanently, if the copyright
420holder fails to notify you of the violation by some reasonable means
421prior to 60 days after the cessation.
422
423 Moreover, your license from a particular copyright holder is
424reinstated permanently if the copyright holder notifies you of the
425violation by some reasonable means, this is the first time you have
426received notice of violation of this License (for any work) from that
427copyright holder, and you cure the violation prior to 30 days after
428your receipt of the notice.
429
430 Termination of your rights under this section does not terminate the
431licenses of parties who have received copies or rights from you under
432this License. If your rights have been terminated and not permanently
433reinstated, you do not qualify to receive new licenses for the same
434material under section 10.
435
436 9. Acceptance Not Required for Having Copies.
437
438 You are not required to accept this License in order to receive or
439run a copy of the Program. Ancillary propagation of a covered work
440occurring solely as a consequence of using peer-to-peer transmission
441to receive a copy likewise does not require acceptance. However,
442nothing other than this License grants you permission to propagate or
443modify any covered work. These actions infringe copyright if you do
444not accept this License. Therefore, by modifying or propagating a
445covered work, you indicate your acceptance of this License to do so.
446
447 10. Automatic Licensing of Downstream Recipients.
448
449 Each time you convey a covered work, the recipient automatically
450receives a license from the original licensors, to run, modify and
451propagate that work, subject to this License. You are not responsible
452for enforcing compliance by third parties with this License.
453
454 An "entity transaction" is a transaction transferring control of an
455organization, or substantially all assets of one, or subdividing an
456organization, or merging organizations. If propagation of a covered
457work results from an entity transaction, each party to that
458transaction who receives a copy of the work also receives whatever
459licenses to the work the party's predecessor in interest had or could
460give under the previous paragraph, plus a right to possession of the
461Corresponding Source of the work from the predecessor in interest, if
462the predecessor has it or can get it with reasonable efforts.
463
464 You may not impose any further restrictions on the exercise of the
465rights granted or affirmed under this License. For example, you may
466not impose a license fee, royalty, or other charge for exercise of
467rights granted under this License, and you may not initiate litigation
468(including a cross-claim or counterclaim in a lawsuit) alleging that
469any patent claim is infringed by making, using, selling, offering for
470sale, or importing the Program or any portion of it.
471
472 11. Patents.
473
474 A "contributor" is a copyright holder who authorizes use under this
475License of the Program or a work on which the Program is based. The
476work thus licensed is called the contributor's "contributor version".
477
478 A contributor's "essential patent claims" are all patent claims
479owned or controlled by the contributor, whether already acquired or
480hereafter acquired, that would be infringed by some manner, permitted
481by this License, of making, using, or selling its contributor version,
482but do not include claims that would be infringed only as a
483consequence of further modification of the contributor version. For
484purposes of this definition, "control" includes the right to grant
485patent sublicenses in a manner consistent with the requirements of
486this License.
487
488 Each contributor grants you a non-exclusive, worldwide, royalty-free
489patent license under the contributor's essential patent claims, to
490make, use, sell, offer for sale, import and otherwise run, modify and
491propagate the contents of its contributor version.
492
493 In the following three paragraphs, a "patent license" is any express
494agreement or commitment, however denominated, not to enforce a patent
495(such as an express permission to practice a patent or covenant not to
496sue for patent infringement). To "grant" such a patent license to a
497party means to make such an agreement or commitment not to enforce a
498patent against the party.
499
500 If you convey a covered work, knowingly relying on a patent license,
501and the Corresponding Source of the work is not available for anyone
502to copy, free of charge and under the terms of this License, through a
503publicly available network server or other readily accessible means,
504then you must either (1) cause the Corresponding Source to be so
505available, or (2) arrange to deprive yourself of the benefit of the
506patent license for this particular work, or (3) arrange, in a manner
507consistent with the requirements of this License, to extend the patent
508license to downstream recipients. "Knowingly relying" means you have
509actual knowledge that, but for the patent license, your conveying the
510covered work in a country, or your recipient's use of the covered work
511in a country, would infringe one or more identifiable patents in that
512country that you have reason to believe are valid.
513
514 If, pursuant to or in connection with a single transaction or
515arrangement, you convey, or propagate by procuring conveyance of, a
516covered work, and grant a patent license to some of the parties
517receiving the covered work authorizing them to use, propagate, modify
518or convey a specific copy of the covered work, then the patent license
519you grant is automatically extended to all recipients of the covered
520work and works based on it.
521
522 A patent license is "discriminatory" if it does not include within
523the scope of its coverage, prohibits the exercise of, or is
524conditioned on the non-exercise of one or more of the rights that are
525specifically granted under this License. You may not convey a covered
526work if you are a party to an arrangement with a third party that is
527in the business of distributing software, under which you make payment
528to the third party based on the extent of your activity of conveying
529the work, and under which the third party grants, to any of the
530parties who would receive the covered work from you, a discriminatory
531patent license (a) in connection with copies of the covered work
532conveyed by you (or copies made from those copies), or (b) primarily
533for and in connection with specific products or compilations that
534contain the covered work, unless you entered into that arrangement,
535or that patent license was granted, prior to 28 March 2007.
536
537 Nothing in this License shall be construed as excluding or limiting
538any implied license or other defenses to infringement that may
539otherwise be available to you under applicable patent law.
540
541 12. No Surrender of Others' Freedom.
542
543 If conditions are imposed on you (whether by court order, agreement or
544otherwise) that contradict the conditions of this License, they do not
545excuse you from the conditions of this License. If you cannot convey a
546covered work so as to satisfy simultaneously your obligations under this
547License and any other pertinent obligations, then as a consequence you may
548not convey it at all. For example, if you agree to terms that obligate you
549to collect a royalty for further conveying from those to whom you convey
550the Program, the only way you could satisfy both those terms and this
551License would be to refrain entirely from conveying the Program.
552
553 13. Use with the GNU Affero General Public License.
554
555 Notwithstanding any other provision of this License, you have
556permission to link or combine any covered work with a work licensed
557under version 3 of the GNU Affero General Public License into a single
558combined work, and to convey the resulting work. The terms of this
559License will continue to apply to the part which is the covered work,
560but the special requirements of the GNU Affero General Public License,
561section 13, concerning interaction through a network will apply to the
562combination as such.
563
564 14. Revised Versions of this License.
565
566 The Free Software Foundation may publish revised and/or new versions of
567the GNU General Public License from time to time. Such new versions will
568be similar in spirit to the present version, but may differ in detail to
569address new problems or concerns.
570
571 Each version is given a distinguishing version number. If the
572Program specifies that a certain numbered version of the GNU General
573Public License "or any later version" applies to it, you have the
574option of following the terms and conditions either of that numbered
575version or of any later version published by the Free Software
576Foundation. If the Program does not specify a version number of the
577GNU General Public License, you may choose any version ever published
578by the Free Software Foundation.
579
580 If the Program specifies that a proxy can decide which future
581versions of the GNU General Public License can be used, that proxy's
582public statement of acceptance of a version permanently authorizes you
583to choose that version for the Program.
584
585 Later license versions may give you additional or different
586permissions. However, no additional obligations are imposed on any
587author or copyright holder as a result of your choosing to follow a
588later version.
589
590 15. Disclaimer of Warranty.
591
592 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
593APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
594HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
595OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
596THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
597PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
598IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
599ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
600
601 16. Limitation of Liability.
602
603 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
604WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
605THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
606GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
607USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
608DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
609PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
610EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
611SUCH DAMAGES.
612
613 17. Interpretation of Sections 15 and 16.
614
615 If the disclaimer of warranty and limitation of liability provided
616above cannot be given local legal effect according to their terms,
617reviewing courts shall apply local law that most closely approximates
618an absolute waiver of all civil liability in connection with the
619Program, unless a warranty or assumption of liability accompanies a
620copy of the Program in return for a fee.
621
622 END OF TERMS AND CONDITIONS
623
624 How to Apply These Terms to Your New Programs
625
626 If you develop a new program, and you want it to be of the greatest
627possible use to the public, the best way to achieve this is to make it
628free software which everyone can redistribute and change under these terms.
629
630 To do so, attach the following notices to the program. It is safest
631to attach them to the start of each source file to most effectively
632state the exclusion of warranty; and each file should have at least
633the "copyright" line and a pointer to where the full notice is found.
634
635 <one line to give the program's name and a brief idea of what it does.>
636 Copyright (C) <year> <name of author>
637
638 This program is free software: you can redistribute it and/or modify
639 it under the terms of the GNU General Public License as published by
640 the Free Software Foundation, either version 3 of the License, or
641 (at your option) any later version.
642
643 This program is distributed in the hope that it will be useful,
644 but WITHOUT ANY WARRANTY; without even the implied warranty of
645 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
646 GNU General Public License for more details.
647
648 You should have received a copy of the GNU General Public License
649 along with this program. If not, see <http://www.gnu.org/licenses/>.
650
651Also add information on how to contact you by electronic and paper mail.
652
653 If the program does terminal interaction, make it output a short
654notice like this when it starts in an interactive mode:
655
656 <program> Copyright (C) <year> <name of author>
657 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
658 This is free software, and you are welcome to redistribute it
659 under certain conditions; type `show c' for details.
660
661The hypothetical commands `show w' and `show c' should show the appropriate
662parts of the General Public License. Of course, your program's commands
663might be different; for a GUI interface, you would use an "about box".
664
665 You should also get your employer (if you work as a programmer) or school,
666if any, to sign a "copyright disclaimer" for the program, if necessary.
667For more information on this, and how to apply and follow the GNU GPL, see
668<http://www.gnu.org/licenses/>.
669
670 The GNU General Public License does not permit incorporating your program
671into proprietary programs. If your program is a subroutine library, you
672may consider it more useful to permit linking proprietary applications with
673the library. If this is what you want to do, use the GNU Lesser General
674Public License instead of this License. But first, please read
675<http://www.gnu.org/philosophy/why-not-lgpl.html>.
676
6770
=== modified file 'PKG-INFO'
--- PKG-INFO 2010-07-29 12:47:10 +0000
+++ PKG-INFO 2010-09-14 17:29:44 +0000
@@ -1,6 +1,6 @@
1Metadata-Version: 1.11Metadata-Version: 1.1
2Name: magicicada2Name: magicicada
3Version: 0.1.33Version: 0.2
4Summary: A GTK+ frontend for the "Chicharra" part of Ubuntu One.4Summary: A GTK+ frontend for the "Chicharra" part of Ubuntu One.
5Home-page: https://launchpad.net/magicicada5Home-page: https://launchpad.net/magicicada
6Author: Natalia Bidart6Author: Natalia Bidart
77
=== added file 'README.txt'
--- README.txt 1970-01-01 00:00:00 +0000
+++ README.txt 2010-09-14 17:29:44 +0000
@@ -0,0 +1,56 @@
1This is Magicicada!
2
3A GTK+ frontend for the "Chicharra" part of Ubuntu One client.
4
5
6
7HOWTO do a source release
8-------------------------
9
10 * edit setup.py and increment the version number.
11 * 'python setup.py sdist'
12 * look at the contents of the tarball created in dist/ to be sure they are ok
13 * step into the dist directory for the following commands
14 * sign the tarball by a command like:
15 gpg -a --detach-sign magicicada-VERSION.tar.gz
16 this should create a file like magicicada-VERSION.tar.gz.asc
17 * Upload the new release to launchpad with a command like:
18 lp-project-upload magicicada VERSION magicicada-VERSION.tar.gz
19 * Announce the release, ping someone to build updated packages for the PPA and Ubuntu.
20
21
22HOWTO prepare an updated Ubuntu package
23---------------------------------------
24
25 * bzr get lp:ubuntu/magicicada
26 * cd magicicada
27 * uscan --verbose --rename (this gets the new upstream release from launchpad)
28 * bzr merge-upstream ../magicicada_VERSION.orig.tar.gz --version=VERSION lp:magicicada
29
30Now, the action depends on where to release: You will need to build versions
31for lucid (for the PPA) and for the current dev release of Ubuntu. On each
32case you'll need to edit debian/changelog and check version, distro, etc.
33
34For the chicharrero sPPA:
35
36 * The version depends on the distro:
37
38 magicicada-VERSION-0ubuntu1~lucid1
39 magicicada-VERSION-0ubuntu1~maverick1
40
41 * debuild -S -sa
42 * dput ppa:chicharreros/ppa <source.changes>
43
44
45For the version to upload to Ubuntu Universe:
46
47 * The version number would be magicicada-VERSION-0ubuntu1.
48 * Don't forget to put "LP: #XXXXXX" in the message, LP does stuff with it
49 * Push the changes to lp:~USER/ubuntu/maverick/magicicada/VERSION-update
50 * Open it with 'bzr lp-open', propose it to merge, and set
51 the 'reviewer' to "ubuntu-sponsors".
52 * File a bug in Launchpad:
53
54 http://bugs.launchpad.net/ubuntu/+source/magicicada/+filebug
55
56 and subscribe it (not "assign") to 'ubuntu-sponsors'
057
=== removed file 'README.txt'
--- README.txt 2010-07-29 12:47:10 +0000
+++ README.txt 1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
1This is Magicicada!
2
3A GTK+ frontend for the "Chicharra" part of Ubuntu One client.
4
5
6
7HOWTO do a source release
8-------------------------
9
10 * edit setup.py and increment the version number.
11 * 'python setup.py sdist'
12 * look at the contents of the tarball created in dist/ to be sure they are ok
13 * step into the dist directory for the following commands
14 * sign the tarball by a command like:
15 gpg -a --detach-sign magicicada-VERSION.tar.gz
16 this should create a file like magicicada-VERSION.tar.gz.asc
17 * Upload the new release to launchpad with a command like:
18 lp-project-upload magicicada VERSION magicicada-VERSION.tar.gz
19 * Announce the release, ping someone to build updated packages for the PPA and Ubuntu.
20
21
22HOWTO prepare an updated Ubuntu package
23---------------------------------------
24
25 * bzr get lp:ubuntu/magicicada
26 * cd magicicada
27 * uscan --verbose --rename (this gets the new upstream release from launchpad)
28 * bzr merge-package ../magicicada_0.1.2.orig.tar.gz --version=0.1.2
29 * vim debian/changelog, check version, distro, and changes are correct.
30 * you will need to build versions for lucid (for the PPA) and for the current dev release of Ubuntu. For example, if you are working on updating to release 0.1.2 of magicicada, and you want to build a package for lucid in the chicharreros PPA, the version number would be magicicada-0.1.2-0ubuntu1~lucid1. Then for the maverick version in the PPA, the version number would be magicicada-0.1.2-0ubuntu1~maverick1. And, for the version you upload to ubuntu universe, the version number would be magicicada-0.1.2-0ubuntu1.
31 * To upload to the chicharreros PPA: do dput ppa:chicharreros/ppa <source.changes>
32 * To get an upload into Ubuntu, prepare the source package and ask for a sponsor.
330
=== added directory 'bin'
=== removed directory 'bin'
=== added file 'bin/magicicada'
--- bin/magicicada 1970-01-01 00:00:00 +0000
+++ bin/magicicada 2010-09-14 17:29:44 +0000
@@ -0,0 +1,57 @@
1#!/usr/bin/python
2# -*- coding: utf-8 -*-
3#
4# Copyright 2010 Chicharreros
5#
6# This program is free software: you can redistribute it and/or modify it
7# under the terms of the GNU General Public License version 3, as published
8# by the Free Software Foundation.
9#
10# This program is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranties of
12# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
13# PURPOSE. See the GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License along
16# with this program. If not, see <http://www.gnu.org/licenses/>.
17
18"""Script to run Magicicada."""
19
20import sys
21import os
22
23import gettext
24from gettext import gettext as _
25gettext.textdomain('magicicada')
26
27# Add project root directory (enable symlink, and trunk execution).
28PROJECT_ROOT_DIRECTORY = os.path.abspath(
29 os.path.dirname(os.path.dirname(os.path.realpath(sys.argv[0]))))
30
31if (os.path.exists(os.path.join(PROJECT_ROOT_DIRECTORY, 'magicicada'))
32 and PROJECT_ROOT_DIRECTORY not in sys.path):
33 sys.path.insert(0, PROJECT_ROOT_DIRECTORY)
34 os.putenv('PYTHONPATH', PROJECT_ROOT_DIRECTORY) # for subprocesses
35
36from magicicada import MagicicadaUI
37
38if __name__ == "__main__":
39 # Support for command line options.
40 import logging
41 import optparse
42 parser = optparse.OptionParser(version="%prog %ver")
43 parser.add_option(
44 "-v", "--verbose", action="store_true", dest="verbose",
45 help=_("Show debug messages"))
46 (options, args) = parser.parse_args()
47
48 # Set the logging level to show debug messages.
49 if options.verbose:
50 logging.basicConfig(level=logging.DEBUG)
51 logging.debug('logging enabled')
52
53 from twisted.internet import reactor
54
55 # Run the application.
56 window = MagicicadaUI(on_destroy=lambda *a, **kw: reactor.stop())
57 reactor.run()
058
=== removed file 'bin/magicicada'
--- bin/magicicada 2010-07-09 18:14:53 +0000
+++ bin/magicicada 1970-01-01 00:00:00 +0000
@@ -1,57 +0,0 @@
1#!/usr/bin/python
2# -*- coding: utf-8 -*-
3#
4# Copyright 2010 Chicharreros
5#
6# This program is free software: you can redistribute it and/or modify it
7# under the terms of the GNU General Public License version 3, as published
8# by the Free Software Foundation.
9#
10# This program is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranties of
12# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
13# PURPOSE. See the GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License along
16# with this program. If not, see <http://www.gnu.org/licenses/>.
17
18"""Script to run Magicicada."""
19
20import sys
21import os
22
23import gettext
24from gettext import gettext as _
25gettext.textdomain('magicicada')
26
27# Add project root directory (enable symlink, and trunk execution).
28PROJECT_ROOT_DIRECTORY = os.path.abspath(
29 os.path.dirname(os.path.dirname(os.path.realpath(sys.argv[0]))))
30
31if (os.path.exists(os.path.join(PROJECT_ROOT_DIRECTORY, 'magicicada'))
32 and PROJECT_ROOT_DIRECTORY not in sys.path):
33 sys.path.insert(0, PROJECT_ROOT_DIRECTORY)
34 os.putenv('PYTHONPATH', PROJECT_ROOT_DIRECTORY) # for subprocesses
35
36from magicicada import MagicicadaUI
37
38if __name__ == "__main__":
39 # Support for command line options.
40 import logging
41 import optparse
42 parser = optparse.OptionParser(version="%prog %ver")
43 parser.add_option(
44 "-v", "--verbose", action="store_true", dest="verbose",
45 help=_("Show debug messages"))
46 (options, args) = parser.parse_args()
47
48 # Set the logging level to show debug messages.
49 if options.verbose:
50 logging.basicConfig(level=logging.DEBUG)
51 logging.debug('logging enabled')
52
53 from twisted.internet import reactor
54
55 # Run the application.
56 window = MagicicadaUI(on_destroy=lambda *a, **kw: reactor.stop())
57 reactor.run()
580
=== added directory 'data'
=== removed directory 'data'
=== added directory 'data/media'
=== removed directory 'data/media'
=== added file 'data/media/active-016.png'
59Binary files data/media/active-016.png 1970-01-01 00:00:00 +0000 and data/media/active-016.png 2010-09-14 17:29:44 +0000 differ1Binary files data/media/active-016.png 1970-01-01 00:00:00 +0000 and data/media/active-016.png 2010-09-14 17:29:44 +0000 differ
=== removed file 'data/media/active-016.png'
60Binary files data/media/active-016.png 2010-06-08 10:53:02 +0000 and data/media/active-016.png 1970-01-01 00:00:00 +0000 differ2Binary files data/media/active-016.png 2010-06-08 10:53:02 +0000 and data/media/active-016.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/media/active.svg'
--- data/media/active.svg 1970-01-01 00:00:00 +0000
+++ data/media/active.svg 2010-09-14 17:29:44 +0000
@@ -0,0 +1,203 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="425.71429"
14 height="461.42856"
15 id="svg2"
16 sodipodi:version="0.32"
17 inkscape:version="0.47 r22583"
18 version="1.0"
19 sodipodi:docname="active.svg"
20 inkscape:output_extension="org.inkscape.output.svg.inkscape">
21 <defs
22 id="defs4">
23 <linearGradient
24 id="linearGradient3250">
25 <stop
26 style="stop-color:#b8b8b8;stop-opacity:0;"
27 offset="0"
28 id="stop3252" />
29 <stop
30 id="stop3258"
31 offset="0.40588239"
32 style="stop-color:#b8b8b8;stop-opacity:1;" />
33 <stop
34 style="stop-color:#b8b8b8;stop-opacity:0;"
35 offset="1"
36 id="stop3254" />
37 </linearGradient>
38 <linearGradient
39 id="linearGradient3224">
40 <stop
41 style="stop-color:#ffffff;stop-opacity:1;"
42 offset="0"
43 id="stop3226" />
44 <stop
45 style="stop-color:#c8c8c8;stop-opacity:1;"
46 offset="1"
47 id="stop3228" />
48 </linearGradient>
49 <linearGradient
50 id="linearGradient3214">
51 <stop
52 style="stop-color:#3b3b3b;stop-opacity:1;"
53 offset="0"
54 id="stop3216" />
55 <stop
56 style="stop-color:#afafaf;stop-opacity:1;"
57 offset="1"
58 id="stop3218" />
59 </linearGradient>
60 <linearGradient
61 id="linearGradient3176">
62 <stop
63 style="stop-color:#c1ffb6;stop-opacity:1;"
64 offset="0"
65 id="stop3178" />
66 <stop
67 id="stop3184"
68 offset="0.40630153"
69 style="stop-color:#00e632;stop-opacity:1;" />
70 <stop
71 style="stop-color:#1c3a4f;stop-opacity:1"
72 offset="1"
73 id="stop3180" />
74 </linearGradient>
75 <inkscape:perspective
76 sodipodi:type="inkscape:persp3d"
77 inkscape:vp_x="0 : 526.18109 : 1"
78 inkscape:vp_y="0 : 1000 : 0"
79 inkscape:vp_z="744.09448 : 526.18109 : 1"
80 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
81 id="perspective10" />
82 <inkscape:perspective
83 id="perspective2390"
84 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
85 inkscape:vp_z="744.09448 : 526.18109 : 1"
86 inkscape:vp_y="0 : 1000 : 0"
87 inkscape:vp_x="0 : 526.18109 : 1"
88 sodipodi:type="inkscape:persp3d" />
89 <radialGradient
90 inkscape:collect="always"
91 xlink:href="#linearGradient3176"
92 id="radialGradient3182"
93 cx="346.42856"
94 cy="338.07645"
95 fx="346.42856"
96 fy="338.07645"
97 r="165.71428"
98 gradientUnits="userSpaceOnUse"
99 gradientTransform="matrix(-1.2831103,0.3438084,-0.3438084,-1.2831103,907.16815,652.76078)" />
100 <radialGradient
101 inkscape:collect="always"
102 xlink:href="#linearGradient3214"
103 id="radialGradient3220"
104 cx="317.60519"
105 cy="539.41315"
106 fx="317.60519"
107 fy="539.41315"
108 r="165.53342"
109 gradientTransform="matrix(1,0,0,0.2054734,0,428.57808)"
110 gradientUnits="userSpaceOnUse" />
111 <radialGradient
112 inkscape:collect="always"
113 xlink:href="#linearGradient3224"
114 id="radialGradient3230"
115 cx="317.60394"
116 cy="220.94547"
117 fx="317.60394"
118 fy="220.94547"
119 r="164.06058"
120 gradientTransform="matrix(1.0076229,0,0,0.1968921,-2.4553843,177.59098)"
121 gradientUnits="userSpaceOnUse" />
122 <linearGradient
123 inkscape:collect="always"
124 xlink:href="#linearGradient3250"
125 id="linearGradient3256"
126 x1="318.47412"
127 y1="651.00037"
128 x2="309.90268"
129 y2="413.85742"
130 gradientUnits="userSpaceOnUse"
131 spreadMethod="pad" />
132 <radialGradient
133 inkscape:collect="always"
134 xlink:href="#linearGradient3214"
135 id="radialGradient3274"
136 gradientUnits="userSpaceOnUse"
137 gradientTransform="matrix(1,0,0,0.2054734,11.428571,428.57808)"
138 cx="317.60519"
139 cy="539.41315"
140 fx="317.60519"
141 fy="539.41315"
142 r="165.53342" />
143 <radialGradient
144 inkscape:collect="always"
145 xlink:href="#linearGradient3224"
146 id="radialGradient3276"
147 gradientUnits="userSpaceOnUse"
148 gradientTransform="matrix(1.0076229,0,0,0.1922742,8.9731871,177.85367)"
149 cx="317.60394"
150 cy="220.94547"
151 fx="317.60394"
152 fy="220.94547"
153 r="164.06058" />
154 </defs>
155 <sodipodi:namedview
156 id="base"
157 pagecolor="#ffffff"
158 bordercolor="#666666"
159 borderopacity="1.0"
160 gridtolerance="10000"
161 guidetolerance="10"
162 objecttolerance="10"
163 inkscape:pageopacity="0.0"
164 inkscape:pageshadow="2"
165 inkscape:zoom="0.70710678"
166 inkscape:cx="577.43933"
167 inkscape:cy="433.43027"
168 inkscape:document-units="px"
169 inkscape:current-layer="layer1"
170 showgrid="false"
171 inkscape:window-width="1250"
172 inkscape:window-height="775"
173 inkscape:window-x="0"
174 inkscape:window-y="0"
175 inkscape:window-maximized="1" />
176 <metadata
177 id="metadata7">
178 <rdf:RDF>
179 <cc:Work
180 rdf:about="">
181 <dc:format>image/svg+xml</dc:format>
182 <dc:type
183 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
184 </cc:Work>
185 </rdf:RDF>
186 </metadata>
187 <g
188 inkscape:label="Layer 1"
189 inkscape:groupmode="layer"
190 id="layer1"
191 transform="translate(-105.61697,-158.14316)">
192 <path
193 sodipodi:type="arc"
194 style="opacity:1;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
195 id="path2396"
196 sodipodi:cx="323.57144"
197 sodipodi:cy="389.50504"
198 sodipodi:rx="165.71428"
199 sodipodi:ry="165.71428"
200 d="m 489.28572,389.50504 c 0,91.52146 -74.19281,165.71427 -165.71428,165.71427 -91.52147,0 -165.71428,-74.19281 -165.71428,-165.71427 0,-91.52147 74.19281,-165.71428 165.71428,-165.71428 91.52147,0 165.71428,74.19281 165.71428,165.71428 z"
201 transform="translate(5.643371,-11.272676)" />
202 </g>
203</svg>
0204
=== removed file 'data/media/active.svg'
--- data/media/active.svg 2010-06-08 10:53:02 +0000
+++ data/media/active.svg 1970-01-01 00:00:00 +0000
@@ -1,203 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="425.71429"
14 height="461.42856"
15 id="svg2"
16 sodipodi:version="0.32"
17 inkscape:version="0.47 r22583"
18 version="1.0"
19 sodipodi:docname="active.svg"
20 inkscape:output_extension="org.inkscape.output.svg.inkscape">
21 <defs
22 id="defs4">
23 <linearGradient
24 id="linearGradient3250">
25 <stop
26 style="stop-color:#b8b8b8;stop-opacity:0;"
27 offset="0"
28 id="stop3252" />
29 <stop
30 id="stop3258"
31 offset="0.40588239"
32 style="stop-color:#b8b8b8;stop-opacity:1;" />
33 <stop
34 style="stop-color:#b8b8b8;stop-opacity:0;"
35 offset="1"
36 id="stop3254" />
37 </linearGradient>
38 <linearGradient
39 id="linearGradient3224">
40 <stop
41 style="stop-color:#ffffff;stop-opacity:1;"
42 offset="0"
43 id="stop3226" />
44 <stop
45 style="stop-color:#c8c8c8;stop-opacity:1;"
46 offset="1"
47 id="stop3228" />
48 </linearGradient>
49 <linearGradient
50 id="linearGradient3214">
51 <stop
52 style="stop-color:#3b3b3b;stop-opacity:1;"
53 offset="0"
54 id="stop3216" />
55 <stop
56 style="stop-color:#afafaf;stop-opacity:1;"
57 offset="1"
58 id="stop3218" />
59 </linearGradient>
60 <linearGradient
61 id="linearGradient3176">
62 <stop
63 style="stop-color:#c1ffb6;stop-opacity:1;"
64 offset="0"
65 id="stop3178" />
66 <stop
67 id="stop3184"
68 offset="0.40630153"
69 style="stop-color:#00e632;stop-opacity:1;" />
70 <stop
71 style="stop-color:#1c3a4f;stop-opacity:1"
72 offset="1"
73 id="stop3180" />
74 </linearGradient>
75 <inkscape:perspective
76 sodipodi:type="inkscape:persp3d"
77 inkscape:vp_x="0 : 526.18109 : 1"
78 inkscape:vp_y="0 : 1000 : 0"
79 inkscape:vp_z="744.09448 : 526.18109 : 1"
80 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
81 id="perspective10" />
82 <inkscape:perspective
83 id="perspective2390"
84 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
85 inkscape:vp_z="744.09448 : 526.18109 : 1"
86 inkscape:vp_y="0 : 1000 : 0"
87 inkscape:vp_x="0 : 526.18109 : 1"
88 sodipodi:type="inkscape:persp3d" />
89 <radialGradient
90 inkscape:collect="always"
91 xlink:href="#linearGradient3176"
92 id="radialGradient3182"
93 cx="346.42856"
94 cy="338.07645"
95 fx="346.42856"
96 fy="338.07645"
97 r="165.71428"
98 gradientUnits="userSpaceOnUse"
99 gradientTransform="matrix(-1.2831103,0.3438084,-0.3438084,-1.2831103,907.16815,652.76078)" />
100 <radialGradient
101 inkscape:collect="always"
102 xlink:href="#linearGradient3214"
103 id="radialGradient3220"
104 cx="317.60519"
105 cy="539.41315"
106 fx="317.60519"
107 fy="539.41315"
108 r="165.53342"
109 gradientTransform="matrix(1,0,0,0.2054734,0,428.57808)"
110 gradientUnits="userSpaceOnUse" />
111 <radialGradient
112 inkscape:collect="always"
113 xlink:href="#linearGradient3224"
114 id="radialGradient3230"
115 cx="317.60394"
116 cy="220.94547"
117 fx="317.60394"
118 fy="220.94547"
119 r="164.06058"
120 gradientTransform="matrix(1.0076229,0,0,0.1968921,-2.4553843,177.59098)"
121 gradientUnits="userSpaceOnUse" />
122 <linearGradient
123 inkscape:collect="always"
124 xlink:href="#linearGradient3250"
125 id="linearGradient3256"
126 x1="318.47412"
127 y1="651.00037"
128 x2="309.90268"
129 y2="413.85742"
130 gradientUnits="userSpaceOnUse"
131 spreadMethod="pad" />
132 <radialGradient
133 inkscape:collect="always"
134 xlink:href="#linearGradient3214"
135 id="radialGradient3274"
136 gradientUnits="userSpaceOnUse"
137 gradientTransform="matrix(1,0,0,0.2054734,11.428571,428.57808)"
138 cx="317.60519"
139 cy="539.41315"
140 fx="317.60519"
141 fy="539.41315"
142 r="165.53342" />
143 <radialGradient
144 inkscape:collect="always"
145 xlink:href="#linearGradient3224"
146 id="radialGradient3276"
147 gradientUnits="userSpaceOnUse"
148 gradientTransform="matrix(1.0076229,0,0,0.1922742,8.9731871,177.85367)"
149 cx="317.60394"
150 cy="220.94547"
151 fx="317.60394"
152 fy="220.94547"
153 r="164.06058" />
154 </defs>
155 <sodipodi:namedview
156 id="base"
157 pagecolor="#ffffff"
158 bordercolor="#666666"
159 borderopacity="1.0"
160 gridtolerance="10000"
161 guidetolerance="10"
162 objecttolerance="10"
163 inkscape:pageopacity="0.0"
164 inkscape:pageshadow="2"
165 inkscape:zoom="0.70710678"
166 inkscape:cx="577.43933"
167 inkscape:cy="433.43027"
168 inkscape:document-units="px"
169 inkscape:current-layer="layer1"
170 showgrid="false"
171 inkscape:window-width="1250"
172 inkscape:window-height="775"
173 inkscape:window-x="0"
174 inkscape:window-y="0"
175 inkscape:window-maximized="1" />
176 <metadata
177 id="metadata7">
178 <rdf:RDF>
179 <cc:Work
180 rdf:about="">
181 <dc:format>image/svg+xml</dc:format>
182 <dc:type
183 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
184 </cc:Work>
185 </rdf:RDF>
186 </metadata>
187 <g
188 inkscape:label="Layer 1"
189 inkscape:groupmode="layer"
190 id="layer1"
191 transform="translate(-105.61697,-158.14316)">
192 <path
193 sodipodi:type="arc"
194 style="opacity:1;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
195 id="path2396"
196 sodipodi:cx="323.57144"
197 sodipodi:cy="389.50504"
198 sodipodi:rx="165.71428"
199 sodipodi:ry="165.71428"
200 d="m 489.28572,389.50504 c 0,91.52146 -74.19281,165.71427 -165.71428,165.71427 -91.52147,0 -165.71428,-74.19281 -165.71428,-165.71427 0,-91.52147 74.19281,-165.71428 165.71428,-165.71428 91.52147,0 165.71428,74.19281 165.71428,165.71428 z"
201 transform="translate(5.643371,-11.272676)" />
202 </g>
203</svg>
2040
=== added symlink 'data/media/icon.png'
=== target is u'logo-032.png'
=== removed symlink 'data/media/icon.png'
=== target was u'logo-032.png'
=== added file 'data/media/loader-ball.gif'
205Binary files data/media/loader-ball.gif 1970-01-01 00:00:00 +0000 and data/media/loader-ball.gif 2010-09-14 17:29:44 +0000 differ1Binary files data/media/loader-ball.gif 1970-01-01 00:00:00 +0000 and data/media/loader-ball.gif 2010-09-14 17:29:44 +0000 differ
=== removed file 'data/media/loader-ball.gif'
206Binary files data/media/loader-ball.gif 2010-06-08 10:53:02 +0000 and data/media/loader-ball.gif 1970-01-01 00:00:00 +0000 differ2Binary files data/media/loader-ball.gif 2010-06-08 10:53:02 +0000 and data/media/loader-ball.gif 1970-01-01 00:00:00 +0000 differ
=== added file 'data/media/logo-014.png'
207Binary files data/media/logo-014.png 1970-01-01 00:00:00 +0000 and data/media/logo-014.png 2010-09-14 17:29:44 +0000 differ3Binary files data/media/logo-014.png 1970-01-01 00:00:00 +0000 and data/media/logo-014.png 2010-09-14 17:29:44 +0000 differ
=== removed file 'data/media/logo-014.png'
208Binary files data/media/logo-014.png 2010-06-08 10:53:02 +0000 and data/media/logo-014.png 1970-01-01 00:00:00 +0000 differ4Binary files data/media/logo-014.png 2010-06-08 10:53:02 +0000 and data/media/logo-014.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/media/logo-016.png'
209Binary files data/media/logo-016.png 1970-01-01 00:00:00 +0000 and data/media/logo-016.png 2010-09-14 17:29:44 +0000 differ5Binary files data/media/logo-016.png 1970-01-01 00:00:00 +0000 and data/media/logo-016.png 2010-09-14 17:29:44 +0000 differ
=== removed file 'data/media/logo-016.png'
210Binary files data/media/logo-016.png 2010-06-08 10:53:02 +0000 and data/media/logo-016.png 1970-01-01 00:00:00 +0000 differ6Binary files data/media/logo-016.png 2010-06-08 10:53:02 +0000 and data/media/logo-016.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/media/logo-032.png'
211Binary files data/media/logo-032.png 1970-01-01 00:00:00 +0000 and data/media/logo-032.png 2010-09-14 17:29:44 +0000 differ7Binary files data/media/logo-032.png 1970-01-01 00:00:00 +0000 and data/media/logo-032.png 2010-09-14 17:29:44 +0000 differ
=== removed file 'data/media/logo-032.png'
212Binary files data/media/logo-032.png 2010-06-08 10:53:02 +0000 and data/media/logo-032.png 1970-01-01 00:00:00 +0000 differ8Binary files data/media/logo-032.png 2010-06-08 10:53:02 +0000 and data/media/logo-032.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/media/logo-064.png'
213Binary files data/media/logo-064.png 1970-01-01 00:00:00 +0000 and data/media/logo-064.png 2010-09-14 17:29:44 +0000 differ9Binary files data/media/logo-064.png 1970-01-01 00:00:00 +0000 and data/media/logo-064.png 2010-09-14 17:29:44 +0000 differ
=== removed file 'data/media/logo-064.png'
214Binary files data/media/logo-064.png 2010-06-08 10:53:02 +0000 and data/media/logo-064.png 1970-01-01 00:00:00 +0000 differ10Binary files data/media/logo-064.png 2010-06-08 10:53:02 +0000 and data/media/logo-064.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/media/logo-128.png'
215Binary files data/media/logo-128.png 1970-01-01 00:00:00 +0000 and data/media/logo-128.png 2010-09-14 17:29:44 +0000 differ11Binary files data/media/logo-128.png 1970-01-01 00:00:00 +0000 and data/media/logo-128.png 2010-09-14 17:29:44 +0000 differ
=== removed file 'data/media/logo-128.png'
216Binary files data/media/logo-128.png 2010-06-08 10:53:02 +0000 and data/media/logo-128.png 1970-01-01 00:00:00 +0000 differ12Binary files data/media/logo-128.png 2010-06-08 10:53:02 +0000 and data/media/logo-128.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/media/logo-192.png'
217Binary files data/media/logo-192.png 1970-01-01 00:00:00 +0000 and data/media/logo-192.png 2010-09-14 17:29:44 +0000 differ13Binary files data/media/logo-192.png 1970-01-01 00:00:00 +0000 and data/media/logo-192.png 2010-09-14 17:29:44 +0000 differ
=== removed file 'data/media/logo-192.png'
218Binary files data/media/logo-192.png 2010-06-08 10:53:02 +0000 and data/media/logo-192.png 1970-01-01 00:00:00 +0000 differ14Binary files data/media/logo-192.png 2010-06-08 10:53:02 +0000 and data/media/logo-192.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/media/logo.svg'
--- data/media/logo.svg 1970-01-01 00:00:00 +0000
+++ data/media/logo.svg 2010-09-14 17:29:44 +0000
@@ -0,0 +1,630 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="784.8244"
14 height="784.10883"
15 id="svg2"
16 version="1.1"
17 inkscape:version="0.47 r22583"
18 sodipodi:docname="logo.svg">
19 <defs
20 id="defs4">
21 <linearGradient
22 id="linearGradient6036">
23 <stop
24 id="stop6038"
25 offset="0"
26 style="stop-color:#ff0000;stop-opacity:1;" />
27 <stop
28 id="stop6040"
29 offset="0.15040193"
30 style="stop-color:#ffbf00;stop-opacity:0.97647059;" />
31 <stop
32 style="stop-color:#ffff00;stop-opacity:0.96862745;"
33 offset="0.27645355"
34 id="stop6042" />
35 <stop
36 id="stop6044"
37 offset="0.40514705"
38 style="stop-color:#bfff00;stop-opacity:0.96078431;" />
39 <stop
40 style="stop-color:#3fff00;stop-opacity:0.94509804;"
41 offset="0.54492491"
42 id="stop6046" />
43 <stop
44 id="stop6048"
45 offset="0.65421808"
46 style="stop-color:#00df1f;stop-opacity:0.92941176;" />
47 <stop
48 id="stop6050"
49 offset="0.77951556"
50 style="stop-color:#00bf3f;stop-opacity:0.92156863;" />
51 <stop
52 id="stop6052"
53 offset="0.88955659"
54 style="stop-color:#007f7f;stop-opacity:0.90588235;" />
55 <stop
56 style="stop-color:#0000ff;stop-opacity:0.87450981;"
57 offset="1"
58 id="stop6054" />
59 </linearGradient>
60 <linearGradient
61 id="linearGradient6010">
62 <stop
63 id="stop6012"
64 offset="0"
65 style="stop-color:#ff0000;stop-opacity:1;" />
66 <stop
67 style="stop-color:#ff7f00;stop-opacity:0.98431373;"
68 offset="0.13393337"
69 id="stop6014" />
70 <stop
71 id="stop6016"
72 offset="0.23890866"
73 style="stop-color:#ffbf00;stop-opacity:0.97647059;" />
74 <stop
75 style="stop-color:#ffff00;stop-opacity:0.96862745;"
76 offset="0.37702307"
77 id="stop6018" />
78 <stop
79 id="stop6020"
80 offset="0.42686233"
81 style="stop-color:#dfff00;stop-opacity:0.96470588;" />
82 <stop
83 id="stop6022"
84 offset="0.51511705"
85 style="stop-color:#bfff00;stop-opacity:0.96078431;" />
86 <stop
87 style="stop-color:#3fff00;stop-opacity:0.94509804;"
88 offset="0.60455"
89 id="stop6024" />
90 <stop
91 id="stop6026"
92 offset="0.67739385"
93 style="stop-color:#00df1f;stop-opacity:0.92941176;" />
94 <stop
95 id="stop6028"
96 offset="0.74737048"
97 style="stop-color:#00bf3f;stop-opacity:0.92156863;" />
98 <stop
99 style="stop-color:#009f5f;stop-opacity:0.91372549;"
100 offset="0.81486219"
101 id="stop6030" />
102 <stop
103 id="stop6032"
104 offset="0.86383885"
105 style="stop-color:#007f7f;stop-opacity:0.90588235;" />
106 <stop
107 style="stop-color:#0000ff;stop-opacity:0.87450981;"
108 offset="1"
109 id="stop6034" />
110 </linearGradient>
111 <inkscape:perspective
112 sodipodi:type="inkscape:persp3d"
113 inkscape:vp_x="0 : 526.18109 : 1"
114 inkscape:vp_y="0 : 1000 : 0"
115 inkscape:vp_z="744.09448 : 526.18109 : 1"
116 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
117 id="perspective10" />
118 <inkscape:perspective
119 id="perspective2905"
120 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
121 inkscape:vp_z="1 : 0.5 : 1"
122 inkscape:vp_y="0 : 1000 : 0"
123 inkscape:vp_x="0 : 0.5 : 1"
124 sodipodi:type="inkscape:persp3d" />
125 <inkscape:perspective
126 id="perspective2948"
127 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
128 inkscape:vp_z="1 : 0.5 : 1"
129 inkscape:vp_y="0 : 1000 : 0"
130 inkscape:vp_x="0 : 0.5 : 1"
131 sodipodi:type="inkscape:persp3d" />
132 <inkscape:perspective
133 id="perspective3740"
134 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
135 inkscape:vp_z="1 : 0.5 : 1"
136 inkscape:vp_y="0 : 1000 : 0"
137 inkscape:vp_x="0 : 0.5 : 1"
138 sodipodi:type="inkscape:persp3d" />
139 <inkscape:perspective
140 id="perspective2872"
141 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
142 inkscape:vp_z="1 : 0.5 : 1"
143 inkscape:vp_y="0 : 1000 : 0"
144 inkscape:vp_x="0 : 0.5 : 1"
145 sodipodi:type="inkscape:persp3d" />
146 <linearGradient
147 inkscape:collect="always"
148 xlink:href="#linearGradient6010"
149 id="linearGradient3775"
150 x1="1867.9991"
151 y1="391.83505"
152 x2="2113.4824"
153 y2="391.83505"
154 gradientUnits="userSpaceOnUse" />
155 <linearGradient
156 inkscape:collect="always"
157 xlink:href="#linearGradient6010"
158 id="linearGradient3777"
159 x1="1822.2806"
160 y1="509.23386"
161 x2="2067.0618"
162 y2="509.23386"
163 gradientUnits="userSpaceOnUse" />
164 <linearGradient
165 inkscape:collect="always"
166 xlink:href="#linearGradient6010"
167 id="linearGradient3779"
168 x1="1550.7804"
169 y1="561.81555"
170 x2="1888.9661"
171 y2="561.81555"
172 gradientUnits="userSpaceOnUse" />
173 <linearGradient
174 inkscape:collect="always"
175 xlink:href="#linearGradient6010"
176 id="linearGradient3781"
177 x1="1564.0616"
178 y1="720.4718"
179 x2="1703.3741"
180 y2="720.4718"
181 gradientUnits="userSpaceOnUse" />
182 <linearGradient
183 inkscape:collect="always"
184 xlink:href="#linearGradient6010"
185 id="linearGradient3783"
186 x1="1517.1554"
187 y1="660.521"
188 x2="1841.8"
189 y2="660.521"
190 gradientUnits="userSpaceOnUse" />
191 <linearGradient
192 inkscape:collect="always"
193 xlink:href="#linearGradient6010"
194 id="linearGradient3785"
195 x1="1519.3741"
196 y1="503.64713"
197 x2="1744.6722"
198 y2="503.64713"
199 gradientUnits="userSpaceOnUse" />
200 <linearGradient
201 inkscape:collect="always"
202 xlink:href="#linearGradient6010"
203 id="linearGradient3787"
204 x1="2037.218"
205 y1="46.237438"
206 x2="2133.968"
207 y2="46.237438"
208 gradientUnits="userSpaceOnUse" />
209 <linearGradient
210 inkscape:collect="always"
211 xlink:href="#linearGradient6010"
212 id="linearGradient3789"
213 x1="1803.3429"
214 y1="216.79991"
215 x2="1965.9542"
216 y2="216.79991"
217 gradientUnits="userSpaceOnUse" />
218 <linearGradient
219 inkscape:collect="always"
220 xlink:href="#linearGradient6010"
221 id="linearGradient3791"
222 x1="1772.3429"
223 y1="281.62592"
224 x2="2026.1866"
225 y2="281.62592"
226 gradientUnits="userSpaceOnUse" />
227 <linearGradient
228 inkscape:collect="always"
229 xlink:href="#linearGradient6010"
230 id="linearGradient3793"
231 x1="2000.7491"
232 y1="83.488998"
233 x2="2177.7493"
234 y2="83.488998"
235 gradientUnits="userSpaceOnUse" />
236 <linearGradient
237 inkscape:collect="always"
238 xlink:href="#linearGradient6010"
239 id="linearGradient3795"
240 x1="1933.0292"
241 y1="191.26004"
242 x2="2188.7668"
243 y2="191.26004"
244 gradientUnits="userSpaceOnUse" />
245 <linearGradient
246 inkscape:collect="always"
247 xlink:href="#linearGradient6010"
248 id="linearGradient3797"
249 x1="1956.7218"
250 y1="305.36465"
251 x2="2159.1868"
252 y2="305.36465"
253 gradientUnits="userSpaceOnUse" />
254 <linearGradient
255 inkscape:collect="always"
256 xlink:href="#linearGradient6010"
257 id="linearGradient3799"
258 x1="1674.0616"
259 y1="420.89871"
260 x2="1941.7629"
261 y2="420.89871"
262 gradientUnits="userSpaceOnUse" />
263 <inkscape:perspective
264 id="perspective5910"
265 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
266 inkscape:vp_z="1 : 0.5 : 1"
267 inkscape:vp_y="0 : 1000 : 0"
268 inkscape:vp_x="0 : 0.5 : 1"
269 sodipodi:type="inkscape:persp3d" />
270 <linearGradient
271 inkscape:collect="always"
272 xlink:href="#linearGradient5835"
273 id="linearGradient5841"
274 x1="233.53571"
275 y1="549.50507"
276 x2="695.03571"
277 y2="549.50507"
278 gradientUnits="userSpaceOnUse" />
279 <linearGradient
280 id="linearGradient5835">
281 <stop
282 style="stop-color:#ff0000;stop-opacity:1;"
283 offset="0"
284 id="stop5837" />
285 <stop
286 style="stop-color:#ffbf00;stop-opacity:0.97647059;"
287 offset="0.16954298"
288 id="stop5865" />
289 <stop
290 id="stop5851"
291 offset="0.25013462"
292 style="stop-color:#ffff00;stop-opacity:0.96862745;" />
293 <stop
294 style="stop-color:#bfff00;stop-opacity:0.96078431;"
295 offset="0.40514705"
296 id="stop5867" />
297 <stop
298 id="stop5877"
299 offset="0.5521028"
300 style="stop-color:#3fff00;stop-opacity:0.94509804;" />
301 <stop
302 style="stop-color:#00df1f;stop-opacity:0.92941176;"
303 offset="0.70446336"
304 id="stop5875" />
305 <stop
306 style="stop-color:#00bf3f;stop-opacity:0.92156863;"
307 offset="0.77951556"
308 id="stop5871" />
309 <stop
310 style="stop-color:#007f7f;stop-opacity:0.90588235;"
311 offset="0.92305344"
312 id="stop5863" />
313 <stop
314 id="stop5847"
315 offset="1"
316 style="stop-color:#0000ff;stop-opacity:0.87450981;" />
317 </linearGradient>
318 <linearGradient
319 y2="549.50507"
320 x2="695.03571"
321 y1="549.50507"
322 x1="233.53571"
323 gradientUnits="userSpaceOnUse"
324 id="linearGradient5931"
325 xlink:href="#linearGradient6010"
326 inkscape:collect="always" />
327 <linearGradient
328 inkscape:collect="always"
329 xlink:href="#linearGradient6010"
330 id="linearGradient6008"
331 x1="594.60907"
332 y1="353.40845"
333 x2="1266.2205"
334 y2="353.40845"
335 gradientUnits="userSpaceOnUse" />
336 <linearGradient
337 inkscape:collect="always"
338 xlink:href="#linearGradient5835"
339 id="linearGradient6056"
340 gradientUnits="userSpaceOnUse"
341 x1="594.60907"
342 y1="353.40845"
343 x2="1266.2205"
344 y2="353.40845" />
345 <linearGradient
346 inkscape:collect="always"
347 xlink:href="#linearGradient6010"
348 id="linearGradient6058"
349 gradientUnits="userSpaceOnUse"
350 x1="594.60907"
351 y1="353.40845"
352 x2="1266.2205"
353 y2="353.40845" />
354 <linearGradient
355 inkscape:collect="always"
356 xlink:href="#linearGradient6010"
357 id="linearGradient6060"
358 gradientUnits="userSpaceOnUse"
359 x1="594.60907"
360 y1="353.40845"
361 x2="1266.2205"
362 y2="353.40845" />
363 <linearGradient
364 inkscape:collect="always"
365 xlink:href="#linearGradient6010"
366 id="linearGradient6062"
367 gradientUnits="userSpaceOnUse"
368 x1="594.60907"
369 y1="353.40845"
370 x2="1266.2205"
371 y2="353.40845" />
372 <linearGradient
373 inkscape:collect="always"
374 xlink:href="#linearGradient6010"
375 id="linearGradient6064"
376 gradientUnits="userSpaceOnUse"
377 x1="594.60907"
378 y1="353.40845"
379 x2="1266.2205"
380 y2="353.40845" />
381 <linearGradient
382 inkscape:collect="always"
383 xlink:href="#linearGradient6010"
384 id="linearGradient6066"
385 gradientUnits="userSpaceOnUse"
386 x1="594.60907"
387 y1="353.40845"
388 x2="1266.2205"
389 y2="353.40845" />
390 <linearGradient
391 inkscape:collect="always"
392 xlink:href="#linearGradient6010"
393 id="linearGradient6068"
394 gradientUnits="userSpaceOnUse"
395 x1="594.60907"
396 y1="353.40845"
397 x2="1266.2205"
398 y2="353.40845" />
399 <linearGradient
400 inkscape:collect="always"
401 xlink:href="#linearGradient6010"
402 id="linearGradient6070"
403 gradientUnits="userSpaceOnUse"
404 x1="594.60907"
405 y1="353.40845"
406 x2="1266.2205"
407 y2="353.40845" />
408 <linearGradient
409 inkscape:collect="always"
410 xlink:href="#linearGradient6010"
411 id="linearGradient6072"
412 gradientUnits="userSpaceOnUse"
413 x1="594.60907"
414 y1="353.40845"
415 x2="1266.2205"
416 y2="353.40845" />
417 <linearGradient
418 inkscape:collect="always"
419 xlink:href="#linearGradient6010"
420 id="linearGradient6074"
421 gradientUnits="userSpaceOnUse"
422 x1="594.60907"
423 y1="353.40845"
424 x2="1266.2205"
425 y2="353.40845" />
426 <linearGradient
427 inkscape:collect="always"
428 xlink:href="#linearGradient6010"
429 id="linearGradient6076"
430 gradientUnits="userSpaceOnUse"
431 x1="594.60907"
432 y1="353.40845"
433 x2="1266.2205"
434 y2="353.40845" />
435 <linearGradient
436 inkscape:collect="always"
437 xlink:href="#linearGradient6010"
438 id="linearGradient6078"
439 gradientUnits="userSpaceOnUse"
440 x1="594.60907"
441 y1="353.40845"
442 x2="1266.2205"
443 y2="353.40845" />
444 <linearGradient
445 inkscape:collect="always"
446 xlink:href="#linearGradient6010"
447 id="linearGradient6080"
448 gradientUnits="userSpaceOnUse"
449 x1="594.60907"
450 y1="353.40845"
451 x2="1266.2205"
452 y2="353.40845" />
453 </defs>
454 <sodipodi:namedview
455 id="base"
456 pagecolor="#ffffff"
457 bordercolor="#666666"
458 borderopacity="1.0"
459 inkscape:pageopacity="0.0"
460 inkscape:pageshadow="2"
461 inkscape:zoom="0.45281676"
462 inkscape:cx="108.47293"
463 inkscape:cy="319.89813"
464 inkscape:document-units="px"
465 inkscape:current-layer="layer1"
466 showgrid="false"
467 inkscape:window-width="1380"
468 inkscape:window-height="875"
469 inkscape:window-x="30"
470 inkscape:window-y="0"
471 inkscape:window-maximized="1"
472 showborder="false" />
473 <metadata
474 id="metadata7">
475 <rdf:RDF>
476 <cc:Work
477 rdf:about="">
478 <dc:format>image/svg+xml</dc:format>
479 <dc:type
480 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
481 <dc:title></dc:title>
482 </cc:Work>
483 </rdf:RDF>
484 </metadata>
485 <g
486 inkscape:label="Capa 1"
487 inkscape:groupmode="layer"
488 id="layer1"
489 transform="translate(-939.21814,94.69993)">
490 <path
491 style="color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
492 d=""
493 id="path3772" />
494 <path
495 style="color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
496 d=""
497 id="path3774" />
498 <path
499 style="color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
500 d=""
501 id="path3776" />
502 <path
503 style="color:#000000;fill:#55ff55;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
504 d=""
505 id="path3864"
506 transform="translate(939.21814,-94.69993)" />
507 <path
508 style="color:#000000;fill:#7fff2a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
509 d=""
510 id="path3886"
511 transform="translate(939.21814,-94.69993)" />
512 <path
513 style="fill:#000000"
514 d="m 349.08468,846.90605 c 0.26917,10.7682 3.2281,21.30128 7.9375,30.90625 20.46429,-10.79074 26.0108,-35.28275 35.125,-54.875 6.20007,-14.24125 12.82573,-30.33655 26.5625,-38.78125 1.58611,-0.4174 6.39597,-3.3676 4.84375,0.625 -2.19091,16.535 -11.81523,31.4283 -15.86937,46.23719 0.81854,14.2695 -15.6966,12.97272 -9.13063,35.29406 7.83221,14.15213 27.26199,16.11051 41.3125,11.1875 17.25691,-7.58089 35.86376,-11.04582 53.92492,-16.28831 25.14777,-7.07842 50.84819,-13.47303 74.56626,-24.4093 31.24631,-24.55204 70.89713,-36.37274 100.69632,-63.05234 21.97923,-15.0095 41.83869,-33.9648 67.53125,-42.5938 29.21493,-13.0907 54.01114,-35.8582 84.78125,-45.9062 4.75508,-5.2173 11.73563,-9.2063 13.71875,-16.6563 14.63684,-11.1457 -14.59993,6.2284 -22.09375,8.875 -4.77817,2.4994 -13.13233,5.3388 -15.96875,-1.2187 -5.8151,-4.7879 -28.72679,-10.5161 -40.61584,-14.2408 -6.65387,-4.5106 -17.08712,-10.6388 -13.63416,-19.6968 5.90007,-19.1913 23.71274,-31.6622 40.59124,-40.4593 9.6801,-5.0391 20.85081,-7.1229 31.62751,-4.9781 9.40465,0.4529 17.77799,-7.5951 17.4375,-17.0938 1.29543,-11.1981 -1.73524,-23.1209 3,-33.6562 27.92405,-21.0104 64.37995,-21.772 97.82525,-25.4466 16.2585,-1.3349 32.4519,-4.199 48.1435,-8.2097 8.5671,-1.2676 17.4661,5.1766 17.3125,14.1875 1.65252,10.9769 -4.087,21.1727 -11.5129,28.67 -3.7866,5.7712 -8.4485,11.2367 -15.0183,13.6738 -27.7535,18.9167 -63.0765,15.9836 -95.1562,15.9108 -12.6139,-0.1127 -25.2536,0.3798 -37.7501,2.1829 9.35565,11.8615 25.4177,14.3192 39.6563,12.9375 17.1795,-0.9013 34.0785,-4.9579 51.1875,-5.6562 8.4681,7.1659 22.0677,9.7867 30.6875,1.375 11.8918,-8.7447 20.0476,-21.5467 31.375,-30.7813 8.40132,-9.389 12.75382,-21.3848 21.02592,-30.9794 10.5256,-14.3725 19.1114,-30.3755 30.3803,-44.1143 6.9187,-5.8613 9.9597,-14.7166 12.6563,-22.9376 4.9385,-8.8188 3.604,-19.7943 8.5044,-28.7499 3.8438,-11.3712 10.8722,-21.1603 16.9956,-31.2813 8.3168,-18.1676 19.265,-35.65521 20.75,-56.03121 0.9855,-6.1022 0.023,-13.2484 0.5312,-18.7188 5.1817,-2.8741 6.2191,-10.0524 9.3304,-14.7806 10.6524,-21.1581 11.6565,-45.3836 16.1307,-68.3712 5.8077,-36.6164 8.5496,-76.0408 -6.1798,-110.9107 -8.8486,-20.6039 -28.6418,-34.2076 -49.9326,-39.485304 -23.7116,-6.0042 -49.4405,-4.1252 -72.2289,4.509604 -98.00342,48.8699 -183.35901,119.6913 -258.64805,198.5468 -17.22945,14.8334 -33.4177,30.6946 -49.31552,46.8352 -78.6551,70.57961 -143.05563,155.02661 -207.92413,238.16261 -39.10861,58.9335 -82.23211,115.9059 -111.77012,180.4144 -3.94725,14.62 -24.16747,45.575 -21.462,58.29795 -1.43956,7.08577 -2.17394,14.27225 -1.9375,21.53125 z m 84.75,13.84375 c 12.19456,-10.36481 27.43507,-16.59452 42.81555,-20.43339 18.33392,-9.87646 36.93366,-19.82574 55.9032,-28.66036 41.11408,-19.9245 83.77577,-36.1306 126.37806,-52.5489 7.61222,-3.1832 15.21211,-6.382 23.18444,-8.4823 -12.92947,10.909 -28.49911,18.0804 -42.35566,27.705 -44.79045,27.78 -92.01196,52.74492 -143.69642,64.67239 -19.861,1.97104 -42.96917,16.88658 -62.22917,17.74756 z m 2.15625,-31.625 c 1.32849,-8.64139 7.93128,-15.75195 13.87523,-21.85125 14.45037,-12.3347 32.93845,-18.7363 48.78189,-29.186 43.24286,-25.4972 85.73746,-52.4123 129.45153,-76.9441 30.70001,-18.4504 63.1991,-38.5234 100.26635,-38.5499 8.11827,0.3333 16.85237,1.6363 24.375,3.375 3.85604,2.0097 10.71973,3.58 14.875,7.5313 9.45738,6.3837 9.37105,22.5028 -1.21875,27.6874 -10.32228,5.5451 -22.32651,6.3887 -33.11131,10.8902 -64.49445,20.2383 -127.14652,46.1279 -189.47387,71.922 -31.04813,13.7115 -60.1996,31.4223 -90.41482,46.7191 -5.20403,1.11575 -12.87373,4.89018 -17.125,0.375 -0.22769,-0.62887 -0.23175,-1.30969 -0.28125,-1.96875 z m 3.03125,-82.28125 c 2.05845,-19.5041 15.12655,-35.1816 26.65625,-50.125 34.9546,-54.7159 70.64072,-109.3294 110.5625,-160.6875 29.80867,-33.2517 51.54343,-74.3295 87.84375,-101.125 4.33677,-3.1584 12.56449,-3.5327 13.84375,3 5.46259,16.7762 -3.69234,33.4147 -9.75,48.6875 -23.2926,49.3671 -68.22953,84.1812 -96.38255,130.4729 -18.36505,41.0458 -56.13664,68.3742 -87.05849,99.6015 -10.32541,8.8655 -18.66953,19.9734 -29.09021,28.5193 -4.41448,3.0506 -10.82713,6.3154 -16,4.3126 -0.54293,-0.7678 -0.51877,-1.7509 -0.625,-2.6563 z m 19.03125,26.4063 c 3.1557,-16.4732 20.87384,-22.2647 31.83314,-32.6061 31.91166,-26.9271 55.1502,-65.111 94.06679,-83.2532 39.31319,-20.1325 79.24089,-39.8051 114.22507,-66.922 25.00706,-16.9893 42.91529,-45.1071 73.34375,-53.0937 7.7929,-1.1146 15.83845,-0.9939 23.3125,-3.7188 13.29069,-2.1448 25.87061,8.9622 27.03125,21.875 1.28574,7.9728 -0.34331,16.4088 -4.34375,23.4688 -12.68375,4.825 -25.69081,8.348 -38.9375,10.9062 -23.15681,7.4568 -35.26022,30.4723 -49.8125,48.1875 -5.90201,6.9554 -13.40537,14.1737 -23.21035,13.7231 -46.55799,6.4308 -86.81567,32.507 -126.9408,55.1887 -38.41015,22.7558 -75.87383,47.4316 -116.59885,65.6819 -1.28502,0.2595 -2.69823,0.8826 -3.96875,0.5626 z m 132.34375,-145.5313 c 13.80462,-35.2687 46.34122,-57.3516 67.70268,-87.4557 16.00341,-20.8253 37.0322,-37.0896 58.39611,-52.5063 25.02598,-18.4092 48.66206,-38.7687 70.98262,-60.1872 19.74619,-17.5693 42.37151,-35.5322 69.51239,-38.6633 6.2927,-0.3166 16.1025,-0.3566 18.1875,7.0938 1.3202,14.4414 -8.8108,26.4222 -15.3438,38.3437 -6.0741,8.2821 -9.6213,19.6623 -19.80162,23.7064 -52.97977,29.9225 -96.13313,74.0288 -144.32338,110.6373 -34.71223,20.18 -65.01076,51.209 -105.40625,59.2813 l 0.0937,-0.25 5e-5,0 z m 102.21875,-158.8437 c 4.72671,-15.0269 0.36909,-30.2945 6.8125,-44.8438 4.16579,-4.0289 10.1314,-5.6576 14.53125,-9.5938 10.95554,-8.9754 22.80599,-13.3035 33.53072,-22.0995 39.63952,-34.98531 72.52538,-77.44861 115.01138,-108.86621 27.1658,-27.1851 73.7483,-29.6957 105.2079,-9.9093 -38.5642,15.0989 -76.7053,34.0757 -106.8125,63.0626 -14.44132,14.1099 -25.67127,31.1666 -41.00157,44.34981 -27.83085,25.7078 -59.41994,47.7547 -87.14345,73.7882 -10.93953,8.6869 -21.78724,19.5725 -36.13623,21.737 -3.34066,-0.5148 -3.8919,-4.876 -4,-7.625 z m 46.5625,-119.62501 c 22.70405,-21.5909 50.38139,-50.7056 73.18269,-75.6378 29.27789,-29.3129 70.25256,-45.6581 111.34856,-48.1748 -69.8759,37.1601 -125.08328,95.2166 -183.125,147.875 -2.5927,1.4466 -4.18548,5.1429 -6.5,6.09381 -3.85015,-6.47121 -14.90923,-2.75251 -12.16838,-12.04751 7.72595,-9.1768 8.72145,-9.6804 17.26213,-18.1087 z m 47.0625,173.21871 c 5.65384,-18.0865 23.88148,-27.6384 39.0283,-36.6769 14.48877,-7.725 29.21785,-15.8647 44.62795,-21.4168 41.7701,-7.1174 81.8242,-23.3848 124.0313,-27.4688 8.24292,-5.2561 18.71842,-2.277 27.93752,-4.0312 12.9401,1.81 22.7923,14.0649 25.3125,26.375 1.8666,8.7106 -5.8669,15.0906 -9.1875,22.375 -3.1785,5.8643 -9.27,9.4133 -12.125,15.6562 -7.5624,9.5248 -21.2509,11.6053 -32.37502,7.8438 -68.9423,-10.9185 -134.9538,26.0771 -203.8687,17.8875 -1.03704,-0.1301 -2.52876,-0.1786 -3.38135,-0.5438 z m 57.21875,142.5937 c 3.19719,4.7141 10.1509,1.2059 14.5313,0.25 25.2349,-7.9562 46.3117,-24.8088 69.6875,-36.6562 6.0021,-4.7061 9.8057,-11.88 15.5937,-16.5938 41.6227,-37.7701 -1.9826,-7.684 -5.5625,-5.3124 -29.3453,20.1735 -64.9496,43.6672 -97.73906,57.7584 -1.34286,0.8054 -3.82736,0.3071 3.48906,0.554 z m 9.4063,-301.12501 c 2.9517,-12.248 14.6204,-19.8059 24.3437,-26.7812 39.1056,-29.0647 83.8706,-49.7174 130.21882,-64.375 3.2991,-1.0193 4.715,-6.4291 0.3125,-6.9062 -16.18632,0.2742 -31.51682,-6.3232 -46.99342,-10.5666 -12.5995,-3.8598 -25.3787,-7.2494 -38.3504,-9.5897 27.409,-12.6065 53.7785,-27.7821 82.71882,-36.4375 32.7958,-7.1278 61.685,-30.0982 96.2761,-28.7116 5.3679,0.8275 12.3279,0.7562 16.2239,4.8991 7.8956,14.8889 6.4045,35.542 -7.25,46.625 -7.6915,6.4993 -16.9127,13.5471 -27.4688,12.4063 -9.652,0.1712 -18.222,5.6054 -27.5312,6.875 -8.5555,-0.693 -17.35,-0.5602 -25.125,3.1874 -4.0604,0.5121 -7.6805,6.1511 -3.625,8.875 8.5829,2.7079 17.498,-1.0547 25.9687,-2.375 11.9587,-2.8614 24.5906,-3.1425 36.1563,-7.4687 9.7775,-1.6041 18.6791,6.8446 22.4687,15.3125 6.1087,13.961 0.2248,29.2948 -6.75,41.7188 -2.3795,5.5312 -5.759,11.0276 -6.4375,17.0624 0.1702,2.4853 2.4385,4.2066 -0.25,6.2813 -11.7217,19.0379 -12.012,42.6672 -20.7812,62.90631 -5.2118,9.3721 -9.6151,21.0713 -21,24.5 -10.3313,3.7163 -21.8936,3.3116 -32.6563,2.8124 -9.9783,-3.0222 -20.357,-0.092 -29.92982,2.6446 -35.8164,2.9172 -71.5321,8.7921 -105.9764,19.168 -5.5724,1.151 -11.8254,-3.0262 -10.3125,-9.1876 1.0407,-16.964 12.1409,-32.1138 24.5,-42.9374 9.6915,-7.7455 22.7962,-7.6486 34,-12.3126 38.2838,-11.55131 76.18492,-24.58571 114.80022,-34.90591 13.9495,-1.8644 28.7272,-2.4934 41.0748,-10.2191 -35.3552,-8.5945 -71.6228,2.3986 -104.94872,13.9152 -28.7153,9.5981 -56.8053,22.0636 -86.7388,26.7411 -14.1843,1.4177 -29.5452,1.0039 -42.375,-5.5313 -2.4954,-1.8552 -4.5825,-4.4913 -4.5625,-7.625 z m 14.3125,-138.8437 c 8.5441,-11.8335 20.724,-20.6674 32.125,-29.7813 17.5733,-11.7737 35.2431,-23.701 51.5312,-37.375 27.6091,-21.7173 56.87452,-44.9657 92.84382,-50.1874 8.2799,-0.6819 18.1361,-4.5114 25.7187,0.1562 0.6018,5.7068 -5.5104,9.6405 -9.125,13.2188 -7.7767,6.6646 -17.6704,9.6781 -27.4504,11.2689 -31.1626,13.7503 -63.29002,25.6753 -93.75472,40.739 -25.7104,15.2293 -42.241,44.5011 -72.0449,52.7421 -0.8944,0.3432 -0.1021,-0.3894 0.1563,-0.7813 z m 52.7187,-17.4687 c 3.0193,-9.8668 13.2023,-14.9101 20.6602,-21.1713 21.6879,-14.6697 47.4261,-21.3365 71.33212,-31.6531 20.6595,-7.6531 40.8523,-16.8161 61.3515,-24.6132 11.2016,-3.9817 24.9102,-1.977 32.4687,7.5626 6.8554,6.9633 8.8591,20.895 -0.7187,26.4062 -10.6085,6.0155 -23.569,3.1361 -35.0216,6.9025 -46.4946,10.3523 -88.02182,39.9818 -136.66592,40.5975 -4.1533,-0.9841 -11.542,0.6773 -13.4063,-4.0312 z"
515 id="path2954-0"
516 inkscape:export-filename="/tmp/logo-016.png"
517 inkscape:export-xdpi="1.84"
518 inkscape:export-ydpi="1.84"
519 sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
520 <g
521 id="g2849"
522 style="fill:url(#linearGradient6008);fill-opacity:1"
523 transform="translate(-150.17112,121.46194)"
524 inkscape:export-filename="/tmp/logo-016.png"
525 inkscape:export-xdpi="1.84"
526 inkscape:export-ydpi="1.84">
527 <path
528 inkscape:export-ydpi="3.6700001"
529 inkscape:export-xdpi="3.6700001"
530 inkscape:export-filename="/tmp/logo-032.png"
531 id="path3868"
532 d="m 751.5153,497.17405 c 17.69893,-6.31836 33.34273,-17.78203 49.44258,-27.46879 41.77847,-26.65775 79.91951,-58.13179 117.96424,-89.74534 22.33543,-18.07868 46.33334,-33.9813 69.78326,-50.53812 13.69242,-12.24771 22.80862,-28.87287 29.67282,-45.6253 1.0868,-2.76713 1.9446,-8.68847 -2.9879,-7.62245 -20.91596,-2.76027 -41.00913,7.2869 -56.37576,20.77951 -30.06757,24.5948 -59.28835,50.10281 -89.7715,74.1683 -26.57256,21.27378 -51.55771,44.32242 -72.85556,70.80882 -15.53362,17.8901 -31.92782,35.53962 -44.87218,55.24337 z"
533 style="color:#000000;fill:url(#linearGradient6058);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
534 <path
535 inkscape:export-ydpi="3.6700001"
536 inkscape:export-xdpi="3.6700001"
537 inkscape:export-filename="/tmp/logo-032.png"
538 id="path3870"
539 d="m 1034.3278,314.8303 c -0.8242,2.82259 1.8606,4.04154 4.0821,2.72294 22.4915,-4.0724 44.6295,-10.01178 67.4155,-12.73348 28.6733,-4.65875 57.5985,-7.64174 86.6587,-8.36446 12.3838,-1.23052 23.3907,-9.6213 27.5312,-21.4375 7.7721,-16.29509 11.7368,-33.9564 16.625,-51.2813 -40.9842,7.8833 -80.6393,21.2579 -120.6304,33.1931 -21.1775,6.87837 -42.8904,13.17396 -62.8383,22.9632 -10.5604,8.21665 -17.4111,21.77589 -18.8438,34.9375 z"
540 style="color:#000000;fill:url(#linearGradient6060);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
541 <path
542 inkscape:export-ydpi="3.6700001"
543 inkscape:export-xdpi="3.6700001"
544 inkscape:export-filename="/tmp/logo-032.png"
545 id="path3872"
546 d="m 1010.4841,241.7365 c 2.7299,7.5449 12.9126,6.0789 19.2812,6.75 23.645,1.3696 46.959,-3.7725 68.9039,-12.1499 40.1691,-13.3391 80.6429,-29.1157 123.4393,-30.2224 6.8529,-0.018 14.1356,2.1048 20.1256,4.1223 2.7818,-19.6549 18.6428,-37.5156 13.7187,-58.0937 -2.5753,-8.0356 -10.5676,-17.5414 -19.9215,-13.5366 -19.5187,4.0775 -39.4969,10.0049 -59.6722,8.5366 -7.4896,-2.379 -7.6262,-13.7129 -0.8125,-17.0937 10.2229,-7.3346 23.8336,-3.6568 35.2416,-7.865 17.0353,-3.4328 36.3697,-5.7644 48.0905,-20.0922 5.9064,-5.2267 8.5227,-13.0552 6.8397,-20.7898 -0.8638,-5.0648 -1.052,-12.2468 -5.8593,-15.0968 -13.9783,-3.9036 -28.2236,1.8636 -41.5744,5.7518 -42.8206,14.9781 -86.6413,28.8819 -126.7694,50.1544 20.8599,6.66 42.0557,13.0973 63.7813,15.7188 6.3248,-0.7897 12.6531,6.9676 8,12.375 -8.9446,9.5023 -22.4632,12.6004 -34.1089,17.9254 -40.9989,16.594 -81.55,36.2927 -114.4536,66.0434 -1.9051,2.0556 -4.3166,4.5708 -4.25,7.5624 z"
547 style="color:#000000;fill:url(#linearGradient6062);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
548 <path
549 inkscape:export-ydpi="3.6700001"
550 inkscape:export-xdpi="3.6700001"
551 inkscape:export-filename="/tmp/logo-032.png"
552 id="path3874"
553 d="m 1078.2028,83.8615 c 9.7606,2.0056 19.9758,-1.5761 29.5664,-3.2636 43.7739,-10.6641 84.5036,-32.3146 129.3274,-39.0896 6.8114,-1.3313 17.4675,-3.37 18.1062,-11.9905 -1.8948,-9.2869 -11.162,-18.7048 -21.2812,-15.125 -27.4665,5.8492 -53.0859,18.4371 -79.453,28.2371 -25.9088,10.6151 -54.1446,19.6642 -74.922,39.0129 -0.5127,0.6108 -1.2825,1.4717 -1.3438,2.2187 z"
554 style="color:#000000;fill:url(#linearGradient6064);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
555 <path
556 inkscape:export-ydpi="3.6700001"
557 inkscape:export-xdpi="3.6700001"
558 inkscape:export-filename="/tmp/logo-032.png"
559 id="path3876"
560 d="m 849.79655,348.54905 c 33.18847,-20.32789 61.55413,-47.43615 91.04447,-72.53054 27.47122,-23.95071 52.43983,-50.92671 79.80918,-75.12481 24.619,-20.9604 52.942,-37.319 82.9901,-49.0322 -23.4457,-7.7886 -51.4112,-9.8383 -72.7187,4.5626 -22.1313,14.8065 -40.52244,34.4232 -60.0313,52.25 -34.20639,32.9553 -68.27857,66.42473 -108.10272,92.61277 -5.03998,3.79168 -10.64071,8.04337 -10.17853,15.07468 -1.66479,10.59903 -2.59569,21.52239 -2.8125,32.1875 z"
561 style="color:#000000;fill:url(#linearGradient6056);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
562 <path
563 inkscape:export-ydpi="3.6700001"
564 inkscape:export-xdpi="3.6700001"
565 inkscape:export-filename="/tmp/logo-032.png"
566 id="path3878"
567 d="m 880.79655,249.0803 c 3.70944,2.6491 5.42578,-3.8587 8.46372,-4.8806 49.1354,-43.2121 96.18552,-89.1557 150.03633,-126.3694 8.2196,-4.4245 2.4483,-2.7556 -2.875,-1.2188 -23.4068,6.1207 -44.84905,17.9551 -62.21384,34.865 -30.48618,27.547 -58.82169,58.226 -86.9294,88.2445 -2.43147,2.8587 -4.92227,6.1091 -6.48181,9.3593 z"
568 style="color:#000000;fill:url(#linearGradient6066);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
569 <path
570 inkscape:export-ydpi="3.6700001"
571 inkscape:export-xdpi="3.6700001"
572 inkscape:export-filename="/tmp/logo-032.png"
573 id="path3880"
574 d="m 1116.8591,32.7678 c 25.5849,-10.6526 50.8528,-22.3941 77.1875,-30.9375 6.4567,-2.8411 12.3915,-6.9044 17.375,-11.9062 -26.2064,2.2628 -52.2545,11.1884 -73.4374,26.9338 -7.9209,5.3916 -15.7255,10.9339 -23.3126,16.7849 0.7291,-0.2917 1.4583,-0.5833 2.1875,-0.875 z"
575 style="color:#000000;fill:url(#linearGradient6068);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
576 <path
577 inkscape:export-ydpi="3.6700001"
578 inkscape:export-xdpi="3.6700001"
579 inkscape:export-filename="/tmp/logo-032.png"
580 id="path3882"
581 d="m 597.3903,619.2678 c 17.65974,-12.46149 32.37459,-28.36781 48.50776,-42.76193 27.08538,-25.03567 53.04471,-51.78802 72.07475,-83.69741 24.50069,-37.49877 55.40161,-70.38209 81.15189,-106.89226 11.19732,-17.84724 23.52019,-37.4766 22.98435,-59.3984 -0.45947,-2.40059 -0.5313,-7.9048 -3.59375,-7.8125 -13.52759,9.05859 -23.97477,22.21914 -34.97831,34.12572 -50.89369,60.70315 -96.7254,125.89297 -140.61544,191.90553 -15.42799,24.34711 -32.29232,47.93877 -45.5,73.5625 0.11509,0.18032 -1.36931,2.24562 -0.0312,0.96875 z"
582 style="color:#000000;fill:url(#linearGradient6070);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
583 <path
584 inkscape:export-ydpi="3.6700001"
585 inkscape:export-xdpi="3.6700001"
586 inkscape:export-filename="/tmp/logo-032.png"
587 id="path3884"
588 d="m 594.60905,704.67405 c 35.79971,-15.10364 69.49489,-35.20685 105.60325,-49.89906 62.87779,-27.77589 127.74792,-51.05409 192.48146,-73.76268 8.65637,-3.67732 18.53461,-5.83279 25.79029,-11.93201 2.90495,-4.39214 -3.18454,-8.16016 -5.5,-11.28125 -13.71313,-11.37597 -33.26412,-11.46964 -50.0625,-9.125 -36.09904,7.54143 -66.81978,29.3842 -98.83699,46.58989 -51.72783,29.60232 -103.33553,59.70033 -153.88106,91.40029 -6.55309,4.57905 -13.25888,10.55884 -15.59445,18.00982 z"
589 style="color:#000000;fill:url(#linearGradient6072);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
590 <path
591 inkscape:export-ydpi="3.6700001"
592 inkscape:export-xdpi="3.6700001"
593 inkscape:export-filename="/tmp/logo-032.png"
594 id="path3888"
595 d="m 645.54655,715.67405 c 35.72193,-10.42551 70.78021,-23.23122 102.96875,-41.78125 10.91159,-6.01259 21.75038,-12.14494 32.3125,-18.75 -47.41496,18.3869 -93.51136,39.66925 -139.3125,61.75 1.34375,-0.40625 2.6875,-0.8125 4.03125,-1.21875 z"
596 style="color:#000000;fill:url(#linearGradient6074);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
597 <path
598 inkscape:export-ydpi="3.6700001"
599 inkscape:export-xdpi="3.6700001"
600 inkscape:export-filename="/tmp/logo-032.png"
601 id="path3890"
602 d="m 632.5153,634.2053 c 60.14394,-30.74655 115.66832,-70.8232 177.96875,-97.28125 14.26222,-5.97556 29.35043,-9.39673 44.5,-12.09375 18.95443,-6.17109 28.4865,-25.97596 41.50355,-39.75144 13.57652,-16.00862 34.00127,-23.62201 54.01318,-28.20348 6.19162,-1.89798 15.7533,-3.68127 15.51452,-12.01383 2.08663,-10.98591 -4.02012,-24.31983 -15.59375,-26.53125 -16.90374,0.27667 -33.58361,4.49058 -47.6875,13.9375 -22.9606,15.48193 -41.79786,35.95315 -65.1477,51.00862 -35.74563,24.86524 -75.16047,43.70949 -112.7273,65.52263 -28.46057,18.88652 -49.92871,46.12416 -75.56336,68.41906 -7.01077,6.41829 -14.12156,12.70109 -21.06164,19.17469 1.42708,-0.72917 2.85417,-1.45833 4.28125,-2.1875 z"
603 style="color:#000000;fill:url(#linearGradient6076);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
604 <path
605 inkscape:export-ydpi="3.6700001"
606 inkscape:export-xdpi="3.6700001"
607 inkscape:export-filename="/tmp/logo-032.png"
608 id="path3892"
609 d="m 899.79655,525.6428 c 3.51089,7.82332 13.2238,9.26496 20.09375,13 10.79867,2.80411 21.65609,5.63079 30.90625,12.09375 5.11243,4.54553 10.33545,-1.21207 15.35186,-3.0042 39.48479,-19.22194 79.01709,-39.09854 114.46069,-65.33955 -27.154,-1.42919 -54.6501,1.25915 -81.5938,-2.71875 -6.84472,-1.83715 -14.6702,-8.46744 -12.6875,-16.09375 4.38512,-5.41078 12.4788,-2.62909 18.4944,-4.24386 30.8382,-2.55598 62.2768,-0.71955 92.6251,-7.11835 21.4753,-5.9014 40.2441,-22.70775 47.068,-43.95029 -0.5436,-4.58705 -5.3064,-7.60544 -8.7187,-10.1875 -5.8774,-2.94298 -12.1394,1.78838 -18.2813,1.625 -36.7565,6.15401 -74.7601,7.77894 -110.3125,19.03125 -9.7045,3.55183 -17.78411,12.04656 -18.71875,22.5625 -2.37586,11.56234 -0.38446,26.01529 -9.9375,34.71875 -9.86563,7.03084 -22.96979,1.75056 -33.54415,6.93604 -18.46505,6.38579 -36.58846,18.72192 -44.4246,37.22021 -0.50221,1.79331 -1.02655,3.61709 -0.78125,5.46875 z"
610 style="color:#000000;fill:url(#linearGradient6078);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
611 <path
612 inkscape:export-ydpi="3.6700001"
613 inkscape:export-xdpi="3.6700001"
614 inkscape:export-filename="/tmp/logo-032.png"
615 id="path3894"
616 d="m 945.4528,396.54905 c 22.4751,1.38692 44.82133,-2.89278 66.9854,-5.76396 34.7809,-6.04143 69.5064,-13.86385 105.0146,-12.99513 16.1655,-0.39189 33.1503,2.07772 48.6563,-2.86591 10.8635,-5.891 16.1867,-17.84527 23.1562,-27.53125 4.4328,-8.52492 -0.6092,-18.27302 -7.4687,-23.59375 -7.9505,-7.64738 -19.8734,-6.25667 -29.888,-4.38602 -42.6818,6.87561 -84.727,17.60627 -126.112,29.91727 -22.1097,6.70955 -43.24672,16.65481 -61.80645,30.65386 -6.62998,4.90758 -13.30481,10.50103 -18.53735,16.56489 z"
617 style="color:#000000;fill:url(#linearGradient6080);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
618 </g>
619 <path
620 transform="translate(33.252667,-741.24731)"
621 sodipodi:type="arc"
622 style="color:#000000;fill:url(#linearGradient5931);fill-opacity:1.0;fill-rule:nonzero;stroke:#967b71;stroke-width:1.50000000000000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
623 id="path5313"
624 sodipodi:cx="464.28571"
625 sodipodi:cy="549.50507"
626 sodipodi:rx="230"
627 sodipodi:ry="225.71428"
628 d="m 694.28571,549.50507 c 0,124.65855 -102.97451,225.71428 -230,225.71428 -127.0255,0 -230,-101.05573 -230,-225.71428 0,-124.65856 102.9745,-225.71428 230,-225.71428 127.02549,0 230,101.05572 230,225.71428 z" />
629 </g>
630</svg>
0631
=== removed file 'data/media/logo.svg'
--- data/media/logo.svg 2010-06-08 10:53:02 +0000
+++ data/media/logo.svg 1970-01-01 00:00:00 +0000
@@ -1,630 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="784.8244"
14 height="784.10883"
15 id="svg2"
16 version="1.1"
17 inkscape:version="0.47 r22583"
18 sodipodi:docname="logo.svg">
19 <defs
20 id="defs4">
21 <linearGradient
22 id="linearGradient6036">
23 <stop
24 id="stop6038"
25 offset="0"
26 style="stop-color:#ff0000;stop-opacity:1;" />
27 <stop
28 id="stop6040"
29 offset="0.15040193"
30 style="stop-color:#ffbf00;stop-opacity:0.97647059;" />
31 <stop
32 style="stop-color:#ffff00;stop-opacity:0.96862745;"
33 offset="0.27645355"
34 id="stop6042" />
35 <stop
36 id="stop6044"
37 offset="0.40514705"
38 style="stop-color:#bfff00;stop-opacity:0.96078431;" />
39 <stop
40 style="stop-color:#3fff00;stop-opacity:0.94509804;"
41 offset="0.54492491"
42 id="stop6046" />
43 <stop
44 id="stop6048"
45 offset="0.65421808"
46 style="stop-color:#00df1f;stop-opacity:0.92941176;" />
47 <stop
48 id="stop6050"
49 offset="0.77951556"
50 style="stop-color:#00bf3f;stop-opacity:0.92156863;" />
51 <stop
52 id="stop6052"
53 offset="0.88955659"
54 style="stop-color:#007f7f;stop-opacity:0.90588235;" />
55 <stop
56 style="stop-color:#0000ff;stop-opacity:0.87450981;"
57 offset="1"
58 id="stop6054" />
59 </linearGradient>
60 <linearGradient
61 id="linearGradient6010">
62 <stop
63 id="stop6012"
64 offset="0"
65 style="stop-color:#ff0000;stop-opacity:1;" />
66 <stop
67 style="stop-color:#ff7f00;stop-opacity:0.98431373;"
68 offset="0.13393337"
69 id="stop6014" />
70 <stop
71 id="stop6016"
72 offset="0.23890866"
73 style="stop-color:#ffbf00;stop-opacity:0.97647059;" />
74 <stop
75 style="stop-color:#ffff00;stop-opacity:0.96862745;"
76 offset="0.37702307"
77 id="stop6018" />
78 <stop
79 id="stop6020"
80 offset="0.42686233"
81 style="stop-color:#dfff00;stop-opacity:0.96470588;" />
82 <stop
83 id="stop6022"
84 offset="0.51511705"
85 style="stop-color:#bfff00;stop-opacity:0.96078431;" />
86 <stop
87 style="stop-color:#3fff00;stop-opacity:0.94509804;"
88 offset="0.60455"
89 id="stop6024" />
90 <stop
91 id="stop6026"
92 offset="0.67739385"
93 style="stop-color:#00df1f;stop-opacity:0.92941176;" />
94 <stop
95 id="stop6028"
96 offset="0.74737048"
97 style="stop-color:#00bf3f;stop-opacity:0.92156863;" />
98 <stop
99 style="stop-color:#009f5f;stop-opacity:0.91372549;"
100 offset="0.81486219"
101 id="stop6030" />
102 <stop
103 id="stop6032"
104 offset="0.86383885"
105 style="stop-color:#007f7f;stop-opacity:0.90588235;" />
106 <stop
107 style="stop-color:#0000ff;stop-opacity:0.87450981;"
108 offset="1"
109 id="stop6034" />
110 </linearGradient>
111 <inkscape:perspective
112 sodipodi:type="inkscape:persp3d"
113 inkscape:vp_x="0 : 526.18109 : 1"
114 inkscape:vp_y="0 : 1000 : 0"
115 inkscape:vp_z="744.09448 : 526.18109 : 1"
116 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
117 id="perspective10" />
118 <inkscape:perspective
119 id="perspective2905"
120 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
121 inkscape:vp_z="1 : 0.5 : 1"
122 inkscape:vp_y="0 : 1000 : 0"
123 inkscape:vp_x="0 : 0.5 : 1"
124 sodipodi:type="inkscape:persp3d" />
125 <inkscape:perspective
126 id="perspective2948"
127 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
128 inkscape:vp_z="1 : 0.5 : 1"
129 inkscape:vp_y="0 : 1000 : 0"
130 inkscape:vp_x="0 : 0.5 : 1"
131 sodipodi:type="inkscape:persp3d" />
132 <inkscape:perspective
133 id="perspective3740"
134 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
135 inkscape:vp_z="1 : 0.5 : 1"
136 inkscape:vp_y="0 : 1000 : 0"
137 inkscape:vp_x="0 : 0.5 : 1"
138 sodipodi:type="inkscape:persp3d" />
139 <inkscape:perspective
140 id="perspective2872"
141 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
142 inkscape:vp_z="1 : 0.5 : 1"
143 inkscape:vp_y="0 : 1000 : 0"
144 inkscape:vp_x="0 : 0.5 : 1"
145 sodipodi:type="inkscape:persp3d" />
146 <linearGradient
147 inkscape:collect="always"
148 xlink:href="#linearGradient6010"
149 id="linearGradient3775"
150 x1="1867.9991"
151 y1="391.83505"
152 x2="2113.4824"
153 y2="391.83505"
154 gradientUnits="userSpaceOnUse" />
155 <linearGradient
156 inkscape:collect="always"
157 xlink:href="#linearGradient6010"
158 id="linearGradient3777"
159 x1="1822.2806"
160 y1="509.23386"
161 x2="2067.0618"
162 y2="509.23386"
163 gradientUnits="userSpaceOnUse" />
164 <linearGradient
165 inkscape:collect="always"
166 xlink:href="#linearGradient6010"
167 id="linearGradient3779"
168 x1="1550.7804"
169 y1="561.81555"
170 x2="1888.9661"
171 y2="561.81555"
172 gradientUnits="userSpaceOnUse" />
173 <linearGradient
174 inkscape:collect="always"
175 xlink:href="#linearGradient6010"
176 id="linearGradient3781"
177 x1="1564.0616"
178 y1="720.4718"
179 x2="1703.3741"
180 y2="720.4718"
181 gradientUnits="userSpaceOnUse" />
182 <linearGradient
183 inkscape:collect="always"
184 xlink:href="#linearGradient6010"
185 id="linearGradient3783"
186 x1="1517.1554"
187 y1="660.521"
188 x2="1841.8"
189 y2="660.521"
190 gradientUnits="userSpaceOnUse" />
191 <linearGradient
192 inkscape:collect="always"
193 xlink:href="#linearGradient6010"
194 id="linearGradient3785"
195 x1="1519.3741"
196 y1="503.64713"
197 x2="1744.6722"
198 y2="503.64713"
199 gradientUnits="userSpaceOnUse" />
200 <linearGradient
201 inkscape:collect="always"
202 xlink:href="#linearGradient6010"
203 id="linearGradient3787"
204 x1="2037.218"
205 y1="46.237438"
206 x2="2133.968"
207 y2="46.237438"
208 gradientUnits="userSpaceOnUse" />
209 <linearGradient
210 inkscape:collect="always"
211 xlink:href="#linearGradient6010"
212 id="linearGradient3789"
213 x1="1803.3429"
214 y1="216.79991"
215 x2="1965.9542"
216 y2="216.79991"
217 gradientUnits="userSpaceOnUse" />
218 <linearGradient
219 inkscape:collect="always"
220 xlink:href="#linearGradient6010"
221 id="linearGradient3791"
222 x1="1772.3429"
223 y1="281.62592"
224 x2="2026.1866"
225 y2="281.62592"
226 gradientUnits="userSpaceOnUse" />
227 <linearGradient
228 inkscape:collect="always"
229 xlink:href="#linearGradient6010"
230 id="linearGradient3793"
231 x1="2000.7491"
232 y1="83.488998"
233 x2="2177.7493"
234 y2="83.488998"
235 gradientUnits="userSpaceOnUse" />
236 <linearGradient
237 inkscape:collect="always"
238 xlink:href="#linearGradient6010"
239 id="linearGradient3795"
240 x1="1933.0292"
241 y1="191.26004"
242 x2="2188.7668"
243 y2="191.26004"
244 gradientUnits="userSpaceOnUse" />
245 <linearGradient
246 inkscape:collect="always"
247 xlink:href="#linearGradient6010"
248 id="linearGradient3797"
249 x1="1956.7218"
250 y1="305.36465"
251 x2="2159.1868"
252 y2="305.36465"
253 gradientUnits="userSpaceOnUse" />
254 <linearGradient
255 inkscape:collect="always"
256 xlink:href="#linearGradient6010"
257 id="linearGradient3799"
258 x1="1674.0616"
259 y1="420.89871"
260 x2="1941.7629"
261 y2="420.89871"
262 gradientUnits="userSpaceOnUse" />
263 <inkscape:perspective
264 id="perspective5910"
265 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
266 inkscape:vp_z="1 : 0.5 : 1"
267 inkscape:vp_y="0 : 1000 : 0"
268 inkscape:vp_x="0 : 0.5 : 1"
269 sodipodi:type="inkscape:persp3d" />
270 <linearGradient
271 inkscape:collect="always"
272 xlink:href="#linearGradient5835"
273 id="linearGradient5841"
274 x1="233.53571"
275 y1="549.50507"
276 x2="695.03571"
277 y2="549.50507"
278 gradientUnits="userSpaceOnUse" />
279 <linearGradient
280 id="linearGradient5835">
281 <stop
282 style="stop-color:#ff0000;stop-opacity:1;"
283 offset="0"
284 id="stop5837" />
285 <stop
286 style="stop-color:#ffbf00;stop-opacity:0.97647059;"
287 offset="0.16954298"
288 id="stop5865" />
289 <stop
290 id="stop5851"
291 offset="0.25013462"
292 style="stop-color:#ffff00;stop-opacity:0.96862745;" />
293 <stop
294 style="stop-color:#bfff00;stop-opacity:0.96078431;"
295 offset="0.40514705"
296 id="stop5867" />
297 <stop
298 id="stop5877"
299 offset="0.5521028"
300 style="stop-color:#3fff00;stop-opacity:0.94509804;" />
301 <stop
302 style="stop-color:#00df1f;stop-opacity:0.92941176;"
303 offset="0.70446336"
304 id="stop5875" />
305 <stop
306 style="stop-color:#00bf3f;stop-opacity:0.92156863;"
307 offset="0.77951556"
308 id="stop5871" />
309 <stop
310 style="stop-color:#007f7f;stop-opacity:0.90588235;"
311 offset="0.92305344"
312 id="stop5863" />
313 <stop
314 id="stop5847"
315 offset="1"
316 style="stop-color:#0000ff;stop-opacity:0.87450981;" />
317 </linearGradient>
318 <linearGradient
319 y2="549.50507"
320 x2="695.03571"
321 y1="549.50507"
322 x1="233.53571"
323 gradientUnits="userSpaceOnUse"
324 id="linearGradient5931"
325 xlink:href="#linearGradient6010"
326 inkscape:collect="always" />
327 <linearGradient
328 inkscape:collect="always"
329 xlink:href="#linearGradient6010"
330 id="linearGradient6008"
331 x1="594.60907"
332 y1="353.40845"
333 x2="1266.2205"
334 y2="353.40845"
335 gradientUnits="userSpaceOnUse" />
336 <linearGradient
337 inkscape:collect="always"
338 xlink:href="#linearGradient5835"
339 id="linearGradient6056"
340 gradientUnits="userSpaceOnUse"
341 x1="594.60907"
342 y1="353.40845"
343 x2="1266.2205"
344 y2="353.40845" />
345 <linearGradient
346 inkscape:collect="always"
347 xlink:href="#linearGradient6010"
348 id="linearGradient6058"
349 gradientUnits="userSpaceOnUse"
350 x1="594.60907"
351 y1="353.40845"
352 x2="1266.2205"
353 y2="353.40845" />
354 <linearGradient
355 inkscape:collect="always"
356 xlink:href="#linearGradient6010"
357 id="linearGradient6060"
358 gradientUnits="userSpaceOnUse"
359 x1="594.60907"
360 y1="353.40845"
361 x2="1266.2205"
362 y2="353.40845" />
363 <linearGradient
364 inkscape:collect="always"
365 xlink:href="#linearGradient6010"
366 id="linearGradient6062"
367 gradientUnits="userSpaceOnUse"
368 x1="594.60907"
369 y1="353.40845"
370 x2="1266.2205"
371 y2="353.40845" />
372 <linearGradient
373 inkscape:collect="always"
374 xlink:href="#linearGradient6010"
375 id="linearGradient6064"
376 gradientUnits="userSpaceOnUse"
377 x1="594.60907"
378 y1="353.40845"
379 x2="1266.2205"
380 y2="353.40845" />
381 <linearGradient
382 inkscape:collect="always"
383 xlink:href="#linearGradient6010"
384 id="linearGradient6066"
385 gradientUnits="userSpaceOnUse"
386 x1="594.60907"
387 y1="353.40845"
388 x2="1266.2205"
389 y2="353.40845" />
390 <linearGradient
391 inkscape:collect="always"
392 xlink:href="#linearGradient6010"
393 id="linearGradient6068"
394 gradientUnits="userSpaceOnUse"
395 x1="594.60907"
396 y1="353.40845"
397 x2="1266.2205"
398 y2="353.40845" />
399 <linearGradient
400 inkscape:collect="always"
401 xlink:href="#linearGradient6010"
402 id="linearGradient6070"
403 gradientUnits="userSpaceOnUse"
404 x1="594.60907"
405 y1="353.40845"
406 x2="1266.2205"
407 y2="353.40845" />
408 <linearGradient
409 inkscape:collect="always"
410 xlink:href="#linearGradient6010"
411 id="linearGradient6072"
412 gradientUnits="userSpaceOnUse"
413 x1="594.60907"
414 y1="353.40845"
415 x2="1266.2205"
416 y2="353.40845" />
417 <linearGradient
418 inkscape:collect="always"
419 xlink:href="#linearGradient6010"
420 id="linearGradient6074"
421 gradientUnits="userSpaceOnUse"
422 x1="594.60907"
423 y1="353.40845"
424 x2="1266.2205"
425 y2="353.40845" />
426 <linearGradient
427 inkscape:collect="always"
428 xlink:href="#linearGradient6010"
429 id="linearGradient6076"
430 gradientUnits="userSpaceOnUse"
431 x1="594.60907"
432 y1="353.40845"
433 x2="1266.2205"
434 y2="353.40845" />
435 <linearGradient
436 inkscape:collect="always"
437 xlink:href="#linearGradient6010"
438 id="linearGradient6078"
439 gradientUnits="userSpaceOnUse"
440 x1="594.60907"
441 y1="353.40845"
442 x2="1266.2205"
443 y2="353.40845" />
444 <linearGradient
445 inkscape:collect="always"
446 xlink:href="#linearGradient6010"
447 id="linearGradient6080"
448 gradientUnits="userSpaceOnUse"
449 x1="594.60907"
450 y1="353.40845"
451 x2="1266.2205"
452 y2="353.40845" />
453 </defs>
454 <sodipodi:namedview
455 id="base"
456 pagecolor="#ffffff"
457 bordercolor="#666666"
458 borderopacity="1.0"
459 inkscape:pageopacity="0.0"
460 inkscape:pageshadow="2"
461 inkscape:zoom="0.45281676"
462 inkscape:cx="108.47293"
463 inkscape:cy="319.89813"
464 inkscape:document-units="px"
465 inkscape:current-layer="layer1"
466 showgrid="false"
467 inkscape:window-width="1380"
468 inkscape:window-height="875"
469 inkscape:window-x="30"
470 inkscape:window-y="0"
471 inkscape:window-maximized="1"
472 showborder="false" />
473 <metadata
474 id="metadata7">
475 <rdf:RDF>
476 <cc:Work
477 rdf:about="">
478 <dc:format>image/svg+xml</dc:format>
479 <dc:type
480 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
481 <dc:title></dc:title>
482 </cc:Work>
483 </rdf:RDF>
484 </metadata>
485 <g
486 inkscape:label="Capa 1"
487 inkscape:groupmode="layer"
488 id="layer1"
489 transform="translate(-939.21814,94.69993)">
490 <path
491 style="color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
492 d=""
493 id="path3772" />
494 <path
495 style="color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
496 d=""
497 id="path3774" />
498 <path
499 style="color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
500 d=""
501 id="path3776" />
502 <path
503 style="color:#000000;fill:#55ff55;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
504 d=""
505 id="path3864"
506 transform="translate(939.21814,-94.69993)" />
507 <path
508 style="color:#000000;fill:#7fff2a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
509 d=""
510 id="path3886"
511 transform="translate(939.21814,-94.69993)" />
512 <path
513 style="fill:#000000"
514 d="m 349.08468,846.90605 c 0.26917,10.7682 3.2281,21.30128 7.9375,30.90625 20.46429,-10.79074 26.0108,-35.28275 35.125,-54.875 6.20007,-14.24125 12.82573,-30.33655 26.5625,-38.78125 1.58611,-0.4174 6.39597,-3.3676 4.84375,0.625 -2.19091,16.535 -11.81523,31.4283 -15.86937,46.23719 0.81854,14.2695 -15.6966,12.97272 -9.13063,35.29406 7.83221,14.15213 27.26199,16.11051 41.3125,11.1875 17.25691,-7.58089 35.86376,-11.04582 53.92492,-16.28831 25.14777,-7.07842 50.84819,-13.47303 74.56626,-24.4093 31.24631,-24.55204 70.89713,-36.37274 100.69632,-63.05234 21.97923,-15.0095 41.83869,-33.9648 67.53125,-42.5938 29.21493,-13.0907 54.01114,-35.8582 84.78125,-45.9062 4.75508,-5.2173 11.73563,-9.2063 13.71875,-16.6563 14.63684,-11.1457 -14.59993,6.2284 -22.09375,8.875 -4.77817,2.4994 -13.13233,5.3388 -15.96875,-1.2187 -5.8151,-4.7879 -28.72679,-10.5161 -40.61584,-14.2408 -6.65387,-4.5106 -17.08712,-10.6388 -13.63416,-19.6968 5.90007,-19.1913 23.71274,-31.6622 40.59124,-40.4593 9.6801,-5.0391 20.85081,-7.1229 31.62751,-4.9781 9.40465,0.4529 17.77799,-7.5951 17.4375,-17.0938 1.29543,-11.1981 -1.73524,-23.1209 3,-33.6562 27.92405,-21.0104 64.37995,-21.772 97.82525,-25.4466 16.2585,-1.3349 32.4519,-4.199 48.1435,-8.2097 8.5671,-1.2676 17.4661,5.1766 17.3125,14.1875 1.65252,10.9769 -4.087,21.1727 -11.5129,28.67 -3.7866,5.7712 -8.4485,11.2367 -15.0183,13.6738 -27.7535,18.9167 -63.0765,15.9836 -95.1562,15.9108 -12.6139,-0.1127 -25.2536,0.3798 -37.7501,2.1829 9.35565,11.8615 25.4177,14.3192 39.6563,12.9375 17.1795,-0.9013 34.0785,-4.9579 51.1875,-5.6562 8.4681,7.1659 22.0677,9.7867 30.6875,1.375 11.8918,-8.7447 20.0476,-21.5467 31.375,-30.7813 8.40132,-9.389 12.75382,-21.3848 21.02592,-30.9794 10.5256,-14.3725 19.1114,-30.3755 30.3803,-44.1143 6.9187,-5.8613 9.9597,-14.7166 12.6563,-22.9376 4.9385,-8.8188 3.604,-19.7943 8.5044,-28.7499 3.8438,-11.3712 10.8722,-21.1603 16.9956,-31.2813 8.3168,-18.1676 19.265,-35.65521 20.75,-56.03121 0.9855,-6.1022 0.023,-13.2484 0.5312,-18.7188 5.1817,-2.8741 6.2191,-10.0524 9.3304,-14.7806 10.6524,-21.1581 11.6565,-45.3836 16.1307,-68.3712 5.8077,-36.6164 8.5496,-76.0408 -6.1798,-110.9107 -8.8486,-20.6039 -28.6418,-34.2076 -49.9326,-39.485304 -23.7116,-6.0042 -49.4405,-4.1252 -72.2289,4.509604 -98.00342,48.8699 -183.35901,119.6913 -258.64805,198.5468 -17.22945,14.8334 -33.4177,30.6946 -49.31552,46.8352 -78.6551,70.57961 -143.05563,155.02661 -207.92413,238.16261 -39.10861,58.9335 -82.23211,115.9059 -111.77012,180.4144 -3.94725,14.62 -24.16747,45.575 -21.462,58.29795 -1.43956,7.08577 -2.17394,14.27225 -1.9375,21.53125 z m 84.75,13.84375 c 12.19456,-10.36481 27.43507,-16.59452 42.81555,-20.43339 18.33392,-9.87646 36.93366,-19.82574 55.9032,-28.66036 41.11408,-19.9245 83.77577,-36.1306 126.37806,-52.5489 7.61222,-3.1832 15.21211,-6.382 23.18444,-8.4823 -12.92947,10.909 -28.49911,18.0804 -42.35566,27.705 -44.79045,27.78 -92.01196,52.74492 -143.69642,64.67239 -19.861,1.97104 -42.96917,16.88658 -62.22917,17.74756 z m 2.15625,-31.625 c 1.32849,-8.64139 7.93128,-15.75195 13.87523,-21.85125 14.45037,-12.3347 32.93845,-18.7363 48.78189,-29.186 43.24286,-25.4972 85.73746,-52.4123 129.45153,-76.9441 30.70001,-18.4504 63.1991,-38.5234 100.26635,-38.5499 8.11827,0.3333 16.85237,1.6363 24.375,3.375 3.85604,2.0097 10.71973,3.58 14.875,7.5313 9.45738,6.3837 9.37105,22.5028 -1.21875,27.6874 -10.32228,5.5451 -22.32651,6.3887 -33.11131,10.8902 -64.49445,20.2383 -127.14652,46.1279 -189.47387,71.922 -31.04813,13.7115 -60.1996,31.4223 -90.41482,46.7191 -5.20403,1.11575 -12.87373,4.89018 -17.125,0.375 -0.22769,-0.62887 -0.23175,-1.30969 -0.28125,-1.96875 z m 3.03125,-82.28125 c 2.05845,-19.5041 15.12655,-35.1816 26.65625,-50.125 34.9546,-54.7159 70.64072,-109.3294 110.5625,-160.6875 29.80867,-33.2517 51.54343,-74.3295 87.84375,-101.125 4.33677,-3.1584 12.56449,-3.5327 13.84375,3 5.46259,16.7762 -3.69234,33.4147 -9.75,48.6875 -23.2926,49.3671 -68.22953,84.1812 -96.38255,130.4729 -18.36505,41.0458 -56.13664,68.3742 -87.05849,99.6015 -10.32541,8.8655 -18.66953,19.9734 -29.09021,28.5193 -4.41448,3.0506 -10.82713,6.3154 -16,4.3126 -0.54293,-0.7678 -0.51877,-1.7509 -0.625,-2.6563 z m 19.03125,26.4063 c 3.1557,-16.4732 20.87384,-22.2647 31.83314,-32.6061 31.91166,-26.9271 55.1502,-65.111 94.06679,-83.2532 39.31319,-20.1325 79.24089,-39.8051 114.22507,-66.922 25.00706,-16.9893 42.91529,-45.1071 73.34375,-53.0937 7.7929,-1.1146 15.83845,-0.9939 23.3125,-3.7188 13.29069,-2.1448 25.87061,8.9622 27.03125,21.875 1.28574,7.9728 -0.34331,16.4088 -4.34375,23.4688 -12.68375,4.825 -25.69081,8.348 -38.9375,10.9062 -23.15681,7.4568 -35.26022,30.4723 -49.8125,48.1875 -5.90201,6.9554 -13.40537,14.1737 -23.21035,13.7231 -46.55799,6.4308 -86.81567,32.507 -126.9408,55.1887 -38.41015,22.7558 -75.87383,47.4316 -116.59885,65.6819 -1.28502,0.2595 -2.69823,0.8826 -3.96875,0.5626 z m 132.34375,-145.5313 c 13.80462,-35.2687 46.34122,-57.3516 67.70268,-87.4557 16.00341,-20.8253 37.0322,-37.0896 58.39611,-52.5063 25.02598,-18.4092 48.66206,-38.7687 70.98262,-60.1872 19.74619,-17.5693 42.37151,-35.5322 69.51239,-38.6633 6.2927,-0.3166 16.1025,-0.3566 18.1875,7.0938 1.3202,14.4414 -8.8108,26.4222 -15.3438,38.3437 -6.0741,8.2821 -9.6213,19.6623 -19.80162,23.7064 -52.97977,29.9225 -96.13313,74.0288 -144.32338,110.6373 -34.71223,20.18 -65.01076,51.209 -105.40625,59.2813 l 0.0937,-0.25 5e-5,0 z m 102.21875,-158.8437 c 4.72671,-15.0269 0.36909,-30.2945 6.8125,-44.8438 4.16579,-4.0289 10.1314,-5.6576 14.53125,-9.5938 10.95554,-8.9754 22.80599,-13.3035 33.53072,-22.0995 39.63952,-34.98531 72.52538,-77.44861 115.01138,-108.86621 27.1658,-27.1851 73.7483,-29.6957 105.2079,-9.9093 -38.5642,15.0989 -76.7053,34.0757 -106.8125,63.0626 -14.44132,14.1099 -25.67127,31.1666 -41.00157,44.34981 -27.83085,25.7078 -59.41994,47.7547 -87.14345,73.7882 -10.93953,8.6869 -21.78724,19.5725 -36.13623,21.737 -3.34066,-0.5148 -3.8919,-4.876 -4,-7.625 z m 46.5625,-119.62501 c 22.70405,-21.5909 50.38139,-50.7056 73.18269,-75.6378 29.27789,-29.3129 70.25256,-45.6581 111.34856,-48.1748 -69.8759,37.1601 -125.08328,95.2166 -183.125,147.875 -2.5927,1.4466 -4.18548,5.1429 -6.5,6.09381 -3.85015,-6.47121 -14.90923,-2.75251 -12.16838,-12.04751 7.72595,-9.1768 8.72145,-9.6804 17.26213,-18.1087 z m 47.0625,173.21871 c 5.65384,-18.0865 23.88148,-27.6384 39.0283,-36.6769 14.48877,-7.725 29.21785,-15.8647 44.62795,-21.4168 41.7701,-7.1174 81.8242,-23.3848 124.0313,-27.4688 8.24292,-5.2561 18.71842,-2.277 27.93752,-4.0312 12.9401,1.81 22.7923,14.0649 25.3125,26.375 1.8666,8.7106 -5.8669,15.0906 -9.1875,22.375 -3.1785,5.8643 -9.27,9.4133 -12.125,15.6562 -7.5624,9.5248 -21.2509,11.6053 -32.37502,7.8438 -68.9423,-10.9185 -134.9538,26.0771 -203.8687,17.8875 -1.03704,-0.1301 -2.52876,-0.1786 -3.38135,-0.5438 z m 57.21875,142.5937 c 3.19719,4.7141 10.1509,1.2059 14.5313,0.25 25.2349,-7.9562 46.3117,-24.8088 69.6875,-36.6562 6.0021,-4.7061 9.8057,-11.88 15.5937,-16.5938 41.6227,-37.7701 -1.9826,-7.684 -5.5625,-5.3124 -29.3453,20.1735 -64.9496,43.6672 -97.73906,57.7584 -1.34286,0.8054 -3.82736,0.3071 3.48906,0.554 z m 9.4063,-301.12501 c 2.9517,-12.248 14.6204,-19.8059 24.3437,-26.7812 39.1056,-29.0647 83.8706,-49.7174 130.21882,-64.375 3.2991,-1.0193 4.715,-6.4291 0.3125,-6.9062 -16.18632,0.2742 -31.51682,-6.3232 -46.99342,-10.5666 -12.5995,-3.8598 -25.3787,-7.2494 -38.3504,-9.5897 27.409,-12.6065 53.7785,-27.7821 82.71882,-36.4375 32.7958,-7.1278 61.685,-30.0982 96.2761,-28.7116 5.3679,0.8275 12.3279,0.7562 16.2239,4.8991 7.8956,14.8889 6.4045,35.542 -7.25,46.625 -7.6915,6.4993 -16.9127,13.5471 -27.4688,12.4063 -9.652,0.1712 -18.222,5.6054 -27.5312,6.875 -8.5555,-0.693 -17.35,-0.5602 -25.125,3.1874 -4.0604,0.5121 -7.6805,6.1511 -3.625,8.875 8.5829,2.7079 17.498,-1.0547 25.9687,-2.375 11.9587,-2.8614 24.5906,-3.1425 36.1563,-7.4687 9.7775,-1.6041 18.6791,6.8446 22.4687,15.3125 6.1087,13.961 0.2248,29.2948 -6.75,41.7188 -2.3795,5.5312 -5.759,11.0276 -6.4375,17.0624 0.1702,2.4853 2.4385,4.2066 -0.25,6.2813 -11.7217,19.0379 -12.012,42.6672 -20.7812,62.90631 -5.2118,9.3721 -9.6151,21.0713 -21,24.5 -10.3313,3.7163 -21.8936,3.3116 -32.6563,2.8124 -9.9783,-3.0222 -20.357,-0.092 -29.92982,2.6446 -35.8164,2.9172 -71.5321,8.7921 -105.9764,19.168 -5.5724,1.151 -11.8254,-3.0262 -10.3125,-9.1876 1.0407,-16.964 12.1409,-32.1138 24.5,-42.9374 9.6915,-7.7455 22.7962,-7.6486 34,-12.3126 38.2838,-11.55131 76.18492,-24.58571 114.80022,-34.90591 13.9495,-1.8644 28.7272,-2.4934 41.0748,-10.2191 -35.3552,-8.5945 -71.6228,2.3986 -104.94872,13.9152 -28.7153,9.5981 -56.8053,22.0636 -86.7388,26.7411 -14.1843,1.4177 -29.5452,1.0039 -42.375,-5.5313 -2.4954,-1.8552 -4.5825,-4.4913 -4.5625,-7.625 z m 14.3125,-138.8437 c 8.5441,-11.8335 20.724,-20.6674 32.125,-29.7813 17.5733,-11.7737 35.2431,-23.701 51.5312,-37.375 27.6091,-21.7173 56.87452,-44.9657 92.84382,-50.1874 8.2799,-0.6819 18.1361,-4.5114 25.7187,0.1562 0.6018,5.7068 -5.5104,9.6405 -9.125,13.2188 -7.7767,6.6646 -17.6704,9.6781 -27.4504,11.2689 -31.1626,13.7503 -63.29002,25.6753 -93.75472,40.739 -25.7104,15.2293 -42.241,44.5011 -72.0449,52.7421 -0.8944,0.3432 -0.1021,-0.3894 0.1563,-0.7813 z m 52.7187,-17.4687 c 3.0193,-9.8668 13.2023,-14.9101 20.6602,-21.1713 21.6879,-14.6697 47.4261,-21.3365 71.33212,-31.6531 20.6595,-7.6531 40.8523,-16.8161 61.3515,-24.6132 11.2016,-3.9817 24.9102,-1.977 32.4687,7.5626 6.8554,6.9633 8.8591,20.895 -0.7187,26.4062 -10.6085,6.0155 -23.569,3.1361 -35.0216,6.9025 -46.4946,10.3523 -88.02182,39.9818 -136.66592,40.5975 -4.1533,-0.9841 -11.542,0.6773 -13.4063,-4.0312 z"
515 id="path2954-0"
516 inkscape:export-filename="/tmp/logo-016.png"
517 inkscape:export-xdpi="1.84"
518 inkscape:export-ydpi="1.84"
519 sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
520 <g
521 id="g2849"
522 style="fill:url(#linearGradient6008);fill-opacity:1"
523 transform="translate(-150.17112,121.46194)"
524 inkscape:export-filename="/tmp/logo-016.png"
525 inkscape:export-xdpi="1.84"
526 inkscape:export-ydpi="1.84">
527 <path
528 inkscape:export-ydpi="3.6700001"
529 inkscape:export-xdpi="3.6700001"
530 inkscape:export-filename="/tmp/logo-032.png"
531 id="path3868"
532 d="m 751.5153,497.17405 c 17.69893,-6.31836 33.34273,-17.78203 49.44258,-27.46879 41.77847,-26.65775 79.91951,-58.13179 117.96424,-89.74534 22.33543,-18.07868 46.33334,-33.9813 69.78326,-50.53812 13.69242,-12.24771 22.80862,-28.87287 29.67282,-45.6253 1.0868,-2.76713 1.9446,-8.68847 -2.9879,-7.62245 -20.91596,-2.76027 -41.00913,7.2869 -56.37576,20.77951 -30.06757,24.5948 -59.28835,50.10281 -89.7715,74.1683 -26.57256,21.27378 -51.55771,44.32242 -72.85556,70.80882 -15.53362,17.8901 -31.92782,35.53962 -44.87218,55.24337 z"
533 style="color:#000000;fill:url(#linearGradient6058);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
534 <path
535 inkscape:export-ydpi="3.6700001"
536 inkscape:export-xdpi="3.6700001"
537 inkscape:export-filename="/tmp/logo-032.png"
538 id="path3870"
539 d="m 1034.3278,314.8303 c -0.8242,2.82259 1.8606,4.04154 4.0821,2.72294 22.4915,-4.0724 44.6295,-10.01178 67.4155,-12.73348 28.6733,-4.65875 57.5985,-7.64174 86.6587,-8.36446 12.3838,-1.23052 23.3907,-9.6213 27.5312,-21.4375 7.7721,-16.29509 11.7368,-33.9564 16.625,-51.2813 -40.9842,7.8833 -80.6393,21.2579 -120.6304,33.1931 -21.1775,6.87837 -42.8904,13.17396 -62.8383,22.9632 -10.5604,8.21665 -17.4111,21.77589 -18.8438,34.9375 z"
540 style="color:#000000;fill:url(#linearGradient6060);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
541 <path
542 inkscape:export-ydpi="3.6700001"
543 inkscape:export-xdpi="3.6700001"
544 inkscape:export-filename="/tmp/logo-032.png"
545 id="path3872"
546 d="m 1010.4841,241.7365 c 2.7299,7.5449 12.9126,6.0789 19.2812,6.75 23.645,1.3696 46.959,-3.7725 68.9039,-12.1499 40.1691,-13.3391 80.6429,-29.1157 123.4393,-30.2224 6.8529,-0.018 14.1356,2.1048 20.1256,4.1223 2.7818,-19.6549 18.6428,-37.5156 13.7187,-58.0937 -2.5753,-8.0356 -10.5676,-17.5414 -19.9215,-13.5366 -19.5187,4.0775 -39.4969,10.0049 -59.6722,8.5366 -7.4896,-2.379 -7.6262,-13.7129 -0.8125,-17.0937 10.2229,-7.3346 23.8336,-3.6568 35.2416,-7.865 17.0353,-3.4328 36.3697,-5.7644 48.0905,-20.0922 5.9064,-5.2267 8.5227,-13.0552 6.8397,-20.7898 -0.8638,-5.0648 -1.052,-12.2468 -5.8593,-15.0968 -13.9783,-3.9036 -28.2236,1.8636 -41.5744,5.7518 -42.8206,14.9781 -86.6413,28.8819 -126.7694,50.1544 20.8599,6.66 42.0557,13.0973 63.7813,15.7188 6.3248,-0.7897 12.6531,6.9676 8,12.375 -8.9446,9.5023 -22.4632,12.6004 -34.1089,17.9254 -40.9989,16.594 -81.55,36.2927 -114.4536,66.0434 -1.9051,2.0556 -4.3166,4.5708 -4.25,7.5624 z"
547 style="color:#000000;fill:url(#linearGradient6062);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
548 <path
549 inkscape:export-ydpi="3.6700001"
550 inkscape:export-xdpi="3.6700001"
551 inkscape:export-filename="/tmp/logo-032.png"
552 id="path3874"
553 d="m 1078.2028,83.8615 c 9.7606,2.0056 19.9758,-1.5761 29.5664,-3.2636 43.7739,-10.6641 84.5036,-32.3146 129.3274,-39.0896 6.8114,-1.3313 17.4675,-3.37 18.1062,-11.9905 -1.8948,-9.2869 -11.162,-18.7048 -21.2812,-15.125 -27.4665,5.8492 -53.0859,18.4371 -79.453,28.2371 -25.9088,10.6151 -54.1446,19.6642 -74.922,39.0129 -0.5127,0.6108 -1.2825,1.4717 -1.3438,2.2187 z"
554 style="color:#000000;fill:url(#linearGradient6064);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
555 <path
556 inkscape:export-ydpi="3.6700001"
557 inkscape:export-xdpi="3.6700001"
558 inkscape:export-filename="/tmp/logo-032.png"
559 id="path3876"
560 d="m 849.79655,348.54905 c 33.18847,-20.32789 61.55413,-47.43615 91.04447,-72.53054 27.47122,-23.95071 52.43983,-50.92671 79.80918,-75.12481 24.619,-20.9604 52.942,-37.319 82.9901,-49.0322 -23.4457,-7.7886 -51.4112,-9.8383 -72.7187,4.5626 -22.1313,14.8065 -40.52244,34.4232 -60.0313,52.25 -34.20639,32.9553 -68.27857,66.42473 -108.10272,92.61277 -5.03998,3.79168 -10.64071,8.04337 -10.17853,15.07468 -1.66479,10.59903 -2.59569,21.52239 -2.8125,32.1875 z"
561 style="color:#000000;fill:url(#linearGradient6056);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
562 <path
563 inkscape:export-ydpi="3.6700001"
564 inkscape:export-xdpi="3.6700001"
565 inkscape:export-filename="/tmp/logo-032.png"
566 id="path3878"
567 d="m 880.79655,249.0803 c 3.70944,2.6491 5.42578,-3.8587 8.46372,-4.8806 49.1354,-43.2121 96.18552,-89.1557 150.03633,-126.3694 8.2196,-4.4245 2.4483,-2.7556 -2.875,-1.2188 -23.4068,6.1207 -44.84905,17.9551 -62.21384,34.865 -30.48618,27.547 -58.82169,58.226 -86.9294,88.2445 -2.43147,2.8587 -4.92227,6.1091 -6.48181,9.3593 z"
568 style="color:#000000;fill:url(#linearGradient6066);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
569 <path
570 inkscape:export-ydpi="3.6700001"
571 inkscape:export-xdpi="3.6700001"
572 inkscape:export-filename="/tmp/logo-032.png"
573 id="path3880"
574 d="m 1116.8591,32.7678 c 25.5849,-10.6526 50.8528,-22.3941 77.1875,-30.9375 6.4567,-2.8411 12.3915,-6.9044 17.375,-11.9062 -26.2064,2.2628 -52.2545,11.1884 -73.4374,26.9338 -7.9209,5.3916 -15.7255,10.9339 -23.3126,16.7849 0.7291,-0.2917 1.4583,-0.5833 2.1875,-0.875 z"
575 style="color:#000000;fill:url(#linearGradient6068);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
576 <path
577 inkscape:export-ydpi="3.6700001"
578 inkscape:export-xdpi="3.6700001"
579 inkscape:export-filename="/tmp/logo-032.png"
580 id="path3882"
581 d="m 597.3903,619.2678 c 17.65974,-12.46149 32.37459,-28.36781 48.50776,-42.76193 27.08538,-25.03567 53.04471,-51.78802 72.07475,-83.69741 24.50069,-37.49877 55.40161,-70.38209 81.15189,-106.89226 11.19732,-17.84724 23.52019,-37.4766 22.98435,-59.3984 -0.45947,-2.40059 -0.5313,-7.9048 -3.59375,-7.8125 -13.52759,9.05859 -23.97477,22.21914 -34.97831,34.12572 -50.89369,60.70315 -96.7254,125.89297 -140.61544,191.90553 -15.42799,24.34711 -32.29232,47.93877 -45.5,73.5625 0.11509,0.18032 -1.36931,2.24562 -0.0312,0.96875 z"
582 style="color:#000000;fill:url(#linearGradient6070);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
583 <path
584 inkscape:export-ydpi="3.6700001"
585 inkscape:export-xdpi="3.6700001"
586 inkscape:export-filename="/tmp/logo-032.png"
587 id="path3884"
588 d="m 594.60905,704.67405 c 35.79971,-15.10364 69.49489,-35.20685 105.60325,-49.89906 62.87779,-27.77589 127.74792,-51.05409 192.48146,-73.76268 8.65637,-3.67732 18.53461,-5.83279 25.79029,-11.93201 2.90495,-4.39214 -3.18454,-8.16016 -5.5,-11.28125 -13.71313,-11.37597 -33.26412,-11.46964 -50.0625,-9.125 -36.09904,7.54143 -66.81978,29.3842 -98.83699,46.58989 -51.72783,29.60232 -103.33553,59.70033 -153.88106,91.40029 -6.55309,4.57905 -13.25888,10.55884 -15.59445,18.00982 z"
589 style="color:#000000;fill:url(#linearGradient6072);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
590 <path
591 inkscape:export-ydpi="3.6700001"
592 inkscape:export-xdpi="3.6700001"
593 inkscape:export-filename="/tmp/logo-032.png"
594 id="path3888"
595 d="m 645.54655,715.67405 c 35.72193,-10.42551 70.78021,-23.23122 102.96875,-41.78125 10.91159,-6.01259 21.75038,-12.14494 32.3125,-18.75 -47.41496,18.3869 -93.51136,39.66925 -139.3125,61.75 1.34375,-0.40625 2.6875,-0.8125 4.03125,-1.21875 z"
596 style="color:#000000;fill:url(#linearGradient6074);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
597 <path
598 inkscape:export-ydpi="3.6700001"
599 inkscape:export-xdpi="3.6700001"
600 inkscape:export-filename="/tmp/logo-032.png"
601 id="path3890"
602 d="m 632.5153,634.2053 c 60.14394,-30.74655 115.66832,-70.8232 177.96875,-97.28125 14.26222,-5.97556 29.35043,-9.39673 44.5,-12.09375 18.95443,-6.17109 28.4865,-25.97596 41.50355,-39.75144 13.57652,-16.00862 34.00127,-23.62201 54.01318,-28.20348 6.19162,-1.89798 15.7533,-3.68127 15.51452,-12.01383 2.08663,-10.98591 -4.02012,-24.31983 -15.59375,-26.53125 -16.90374,0.27667 -33.58361,4.49058 -47.6875,13.9375 -22.9606,15.48193 -41.79786,35.95315 -65.1477,51.00862 -35.74563,24.86524 -75.16047,43.70949 -112.7273,65.52263 -28.46057,18.88652 -49.92871,46.12416 -75.56336,68.41906 -7.01077,6.41829 -14.12156,12.70109 -21.06164,19.17469 1.42708,-0.72917 2.85417,-1.45833 4.28125,-2.1875 z"
603 style="color:#000000;fill:url(#linearGradient6076);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
604 <path
605 inkscape:export-ydpi="3.6700001"
606 inkscape:export-xdpi="3.6700001"
607 inkscape:export-filename="/tmp/logo-032.png"
608 id="path3892"
609 d="m 899.79655,525.6428 c 3.51089,7.82332 13.2238,9.26496 20.09375,13 10.79867,2.80411 21.65609,5.63079 30.90625,12.09375 5.11243,4.54553 10.33545,-1.21207 15.35186,-3.0042 39.48479,-19.22194 79.01709,-39.09854 114.46069,-65.33955 -27.154,-1.42919 -54.6501,1.25915 -81.5938,-2.71875 -6.84472,-1.83715 -14.6702,-8.46744 -12.6875,-16.09375 4.38512,-5.41078 12.4788,-2.62909 18.4944,-4.24386 30.8382,-2.55598 62.2768,-0.71955 92.6251,-7.11835 21.4753,-5.9014 40.2441,-22.70775 47.068,-43.95029 -0.5436,-4.58705 -5.3064,-7.60544 -8.7187,-10.1875 -5.8774,-2.94298 -12.1394,1.78838 -18.2813,1.625 -36.7565,6.15401 -74.7601,7.77894 -110.3125,19.03125 -9.7045,3.55183 -17.78411,12.04656 -18.71875,22.5625 -2.37586,11.56234 -0.38446,26.01529 -9.9375,34.71875 -9.86563,7.03084 -22.96979,1.75056 -33.54415,6.93604 -18.46505,6.38579 -36.58846,18.72192 -44.4246,37.22021 -0.50221,1.79331 -1.02655,3.61709 -0.78125,5.46875 z"
610 style="color:#000000;fill:url(#linearGradient6078);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
611 <path
612 inkscape:export-ydpi="3.6700001"
613 inkscape:export-xdpi="3.6700001"
614 inkscape:export-filename="/tmp/logo-032.png"
615 id="path3894"
616 d="m 945.4528,396.54905 c 22.4751,1.38692 44.82133,-2.89278 66.9854,-5.76396 34.7809,-6.04143 69.5064,-13.86385 105.0146,-12.99513 16.1655,-0.39189 33.1503,2.07772 48.6563,-2.86591 10.8635,-5.891 16.1867,-17.84527 23.1562,-27.53125 4.4328,-8.52492 -0.6092,-18.27302 -7.4687,-23.59375 -7.9505,-7.64738 -19.8734,-6.25667 -29.888,-4.38602 -42.6818,6.87561 -84.727,17.60627 -126.112,29.91727 -22.1097,6.70955 -43.24672,16.65481 -61.80645,30.65386 -6.62998,4.90758 -13.30481,10.50103 -18.53735,16.56489 z"
617 style="color:#000000;fill:url(#linearGradient6080);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5714916px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
618 </g>
619 <path
620 transform="translate(33.252667,-741.24731)"
621 sodipodi:type="arc"
622 style="color:#000000;fill:url(#linearGradient5931);fill-opacity:1.0;fill-rule:nonzero;stroke:#967b71;stroke-width:1.50000000000000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
623 id="path5313"
624 sodipodi:cx="464.28571"
625 sodipodi:cy="549.50507"
626 sodipodi:rx="230"
627 sodipodi:ry="225.71428"
628 d="m 694.28571,549.50507 c 0,124.65855 -102.97451,225.71428 -230,225.71428 -127.0255,0 -230,-101.05573 -230,-225.71428 0,-124.65856 102.9745,-225.71428 230,-225.71428 127.02549,0 230,101.05572 230,225.71428 z" />
629 </g>
630</svg>
6310
=== added directory 'data/tests'
=== removed directory 'data/tests'
=== added file 'data/tests/metadata-test.txt'
=== removed file 'data/tests/metadata-test.txt'
=== added directory 'data/ui'
=== removed directory 'data/ui'
=== added file 'data/ui/gui.glade'
--- data/ui/gui.glade 1970-01-01 00:00:00 +0000
+++ data/ui/gui.glade 2010-09-14 17:29:44 +0000
@@ -0,0 +1,1043 @@
1<?xml version="1.0"?>
2<interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkListStore" id="contentq_store">
6 <columns>
7 <!-- column-name operation -->
8 <column type="gchararray"/>
9 <!-- column-name path -->
10 <column type="gchararray"/>
11 <!-- column-name share -->
12 <column type="gchararray"/>
13 <!-- column-name node -->
14 <column type="gchararray"/>
15 </columns>
16 </object>
17 <object class="GtkListStore" id="metaq_store">
18 <columns>
19 <!-- column-name operation -->
20 <column type="gchararray"/>
21 <!-- column-name path -->
22 <column type="gchararray"/>
23 <!-- column-name share -->
24 <column type="gchararray"/>
25 <!-- column-name node -->
26 <column type="gchararray"/>
27 </columns>
28 </object>
29 <object class="GtkListStore" id="folders_store">
30 <columns>
31 <!-- column-name path -->
32 <column type="gchararray"/>
33 <!-- column-name suggested_path -->
34 <column type="gchararray"/>
35 <!-- column-name subscribed -->
36 <column type="gboolean"/>
37 <!-- column-name node -->
38 <column type="gchararray"/>
39 <!-- column-name volume -->
40 <column type="gchararray"/>
41 </columns>
42 </object>
43 <object class="GtkListStore" id="shares_to_others_store">
44 <columns>
45 <!-- column-name name -->
46 <column type="gchararray"/>
47 <!-- column-name other_visible_name -->
48 <column type="gchararray"/>
49 <!-- column-name accepted -->
50 <column type="gboolean"/>
51 <!-- column-name access_level -->
52 <column type="gchararray"/>
53 <!-- column-name free_bytes -->
54 <column type="gchararray"/>
55 <!-- column-name path -->
56 <column type="gchararray"/>
57 <!-- column-name other_username -->
58 <column type="gchararray"/>
59 <!-- column-name node -->
60 <column type="gchararray"/>
61 <!-- column-name volume -->
62 <column type="gchararray"/>
63 </columns>
64 </object>
65 <object class="GtkListStore" id="shares_to_me_store">
66 <columns>
67 <!-- column-name name -->
68 <column type="gchararray"/>
69 <!-- column-name other_visible_name -->
70 <column type="gchararray"/>
71 <!-- column-name accepted -->
72 <column type="gboolean"/>
73 <!-- column-name access_level -->
74 <column type="gchararray"/>
75 <!-- column-name free_bytes -->
76 <column type="gchararray"/>
77 <!-- column-name path -->
78 <column type="gchararray"/>
79 <!-- column-name other_username -->
80 <column type="gchararray"/>
81 <!-- column-name node -->
82 <column type="gchararray"/>
83 <!-- column-name volume -->
84 <column type="gchararray"/>
85 </columns>
86 </object>
87 <object class="GtkWindow" id="main_window">
88 <property name="width_request">800</property>
89 <property name="height_request">600</property>
90 <property name="visible">True</property>
91 <property name="title" translatable="yes">Magicicada</property>
92 <property name="window_position">center</property>
93 <signal name="destroy" handler="on_main_window_destroy"/>
94 <child>
95 <object class="GtkVBox" id="vbox1">
96 <property name="visible">True</property>
97 <child>
98 <object class="GtkMenuBar" id="menubar">
99 <property name="visible">True</property>
100 <child>
101 <object class="GtkMenuItem" id="menuitem1">
102 <property name="visible">True</property>
103 <property name="label" translatable="yes">_File</property>
104 <property name="use_underline">True</property>
105 <child type="submenu">
106 <object class="GtkMenu" id="menu1">
107 <property name="visible">True</property>
108 <child>
109 <object class="GtkImageMenuItem" id="quit">
110 <property name="label">gtk-quit</property>
111 <property name="visible">True</property>
112 <property name="use_underline">True</property>
113 <property name="use_stock">True</property>
114 <signal name="activate" handler="on_quit_activate"/>
115 </object>
116 </child>
117 </object>
118 </child>
119 </object>
120 </child>
121 <child>
122 <object class="GtkMenuItem" id="menuitem4">
123 <property name="visible">True</property>
124 <property name="label" translatable="yes">_Help</property>
125 <property name="use_underline">True</property>
126 <child type="submenu">
127 <object class="GtkMenu" id="menu3">
128 <property name="visible">True</property>
129 <child>
130 <object class="GtkImageMenuItem" id="about">
131 <property name="label">gtk-about</property>
132 <property name="visible">True</property>
133 <property name="use_underline">True</property>
134 <property name="use_stock">True</property>
135 <signal name="activate" handler="on_about_activate"/>
136 </object>
137 </child>
138 </object>
139 </child>
140 </object>
141 </child>
142 </object>
143 <packing>
144 <property name="expand">False</property>
145 <property name="position">0</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkToolbar" id="toolbar">
150 <property name="visible">True</property>
151 <property name="toolbar_style">both</property>
152 <child>
153 <object class="GtkToolButton" id="start">
154 <property name="width_request">50</property>
155 <property name="visible">True</property>
156 <property name="label" translatable="yes">Start</property>
157 <property name="use_underline">True</property>
158 <property name="stock_id">gtk-apply</property>
159 <signal name="clicked" handler="on_start_clicked"/>
160 </object>
161 <packing>
162 <property name="expand">False</property>
163 <property name="homogeneous">True</property>
164 </packing>
165 </child>
166 <child>
167 <object class="GtkToolButton" id="stop">
168 <property name="width_request">50</property>
169 <property name="label" translatable="yes">Stop</property>
170 <property name="use_underline">True</property>
171 <property name="stock_id">gtk-stop</property>
172 <signal name="clicked" handler="on_stop_clicked"/>
173 </object>
174 <packing>
175 <property name="expand">False</property>
176 <property name="homogeneous">True</property>
177 </packing>
178 </child>
179 <child>
180 <object class="GtkToolButton" id="connect">
181 <property name="width_request">85</property>
182 <property name="visible">True</property>
183 <property name="sensitive">False</property>
184 <property name="label" translatable="yes">Connect</property>
185 <property name="use_underline">True</property>
186 <property name="stock_id">gtk-connect</property>
187 <signal name="clicked" handler="on_connect_clicked"/>
188 </object>
189 <packing>
190 <property name="expand">False</property>
191 <property name="homogeneous">True</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkToolButton" id="disconnect">
196 <property name="width_request">85</property>
197 <property name="label" translatable="yes">Disconnect</property>
198 <property name="use_underline">True</property>
199 <property name="stock_id">gtk-disconnect</property>
200 <signal name="clicked" handler="on_disconnect_clicked"/>
201 </object>
202 <packing>
203 <property name="expand">False</property>
204 <property name="homogeneous">True</property>
205 </packing>
206 </child>
207 <child>
208 <object class="GtkSeparatorToolItem" id="separator">
209 <property name="visible">True</property>
210 </object>
211 <packing>
212 <property name="expand">False</property>
213 <property name="homogeneous">True</property>
214 </packing>
215 </child>
216 <child>
217 <object class="GtkToolButton" id="folders">
218 <property name="visible">True</property>
219 <property name="sensitive">False</property>
220 <property name="label" translatable="yes">Folders</property>
221 <property name="use_underline">True</property>
222 <property name="stock_id">gtk-directory</property>
223 <signal name="clicked" handler="on_folders_clicked"/>
224 </object>
225 <packing>
226 <property name="expand">False</property>
227 <property name="homogeneous">True</property>
228 </packing>
229 </child>
230 <child>
231 <object class="GtkToolButton" id="shares_to_me">
232 <property name="visible">True</property>
233 <property name="sensitive">False</property>
234 <property name="label" translatable="yes">Shares to me</property>
235 <property name="use_underline">True</property>
236 <property name="stock_id">gtk-network</property>
237 <signal name="clicked" handler="on_shares_to_me_clicked"/>
238 </object>
239 <packing>
240 <property name="expand">False</property>
241 <property name="homogeneous">True</property>
242 </packing>
243 </child>
244 <child>
245 <object class="GtkToolButton" id="shares_to_others">
246 <property name="visible">True</property>
247 <property name="sensitive">False</property>
248 <property name="label" translatable="yes">Shares to others</property>
249 <property name="use_underline">True</property>
250 <property name="stock_id">gtk-network</property>
251 <signal name="clicked" handler="on_shares_to_others_clicked"/>
252 </object>
253 <packing>
254 <property name="expand">False</property>
255 <property name="homogeneous">True</property>
256 </packing>
257 </child>
258 <child>
259 <object class="GtkToolButton" id="metadata">
260 <property name="visible">True</property>
261 <property name="sensitive">False</property>
262 <property name="label" translatable="yes">Metadata</property>
263 <property name="use_underline">True</property>
264 <property name="stock_id">gtk-find</property>
265 <signal name="clicked" handler="on_metadata_clicked"/>
266 </object>
267 <packing>
268 <property name="expand">False</property>
269 <property name="homogeneous">True</property>
270 </packing>
271 </child>
272 </object>
273 <packing>
274 <property name="expand">False</property>
275 <property name="position">1</property>
276 </packing>
277 </child>
278 <child>
279 <object class="GtkHBox" id="hbox1">
280 <property name="visible">True</property>
281 <child>
282 <object class="GtkHBox" id="hbox2">
283 <property name="visible">True</property>
284 <child>
285 <object class="GtkImage" id="is_started">
286 <property name="width_request">30</property>
287 <property name="visible">True</property>
288 <property name="sensitive">False</property>
289 <property name="xpad">3</property>
290 <property name="ypad">3</property>
291 <property name="stock">gtk-yes</property>
292 </object>
293 <packing>
294 <property name="position">0</property>
295 </packing>
296 </child>
297 <child>
298 <object class="GtkImage" id="is_connected">
299 <property name="width_request">30</property>
300 <property name="visible">True</property>
301 <property name="sensitive">False</property>
302 <property name="xpad">3</property>
303 <property name="ypad">3</property>
304 <property name="stock">gtk-yes</property>
305 </object>
306 <packing>
307 <property name="position">1</property>
308 </packing>
309 </child>
310 <child>
311 <object class="GtkImage" id="is_online">
312 <property name="width_request">30</property>
313 <property name="visible">True</property>
314 <property name="sensitive">False</property>
315 <property name="xpad">3</property>
316 <property name="ypad">3</property>
317 <property name="stock">gtk-yes</property>
318 </object>
319 <packing>
320 <property name="position">2</property>
321 </packing>
322 </child>
323 </object>
324 <packing>
325 <property name="expand">False</property>
326 <property name="position">0</property>
327 </packing>
328 </child>
329 <child>
330 <object class="GtkLabel" id="status_label">
331 <property name="visible">True</property>
332 <property name="ellipsize">end</property>
333 </object>
334 <packing>
335 <property name="position">1</property>
336 </packing>
337 </child>
338 </object>
339 <packing>
340 <property name="expand">False</property>
341 <property name="padding">3</property>
342 <property name="position">2</property>
343 </packing>
344 </child>
345 <child>
346 <object class="GtkVPaned" id="vpaned1">
347 <property name="visible">True</property>
348 <property name="can_focus">True</property>
349 <child>
350 <object class="GtkHBox" id="hbox3">
351 <property name="visible">True</property>
352 <child>
353 <object class="GtkLabel" id="metaq_label">
354 <property name="visible">True</property>
355 <property name="label" translatable="yes">Metadata Queue</property>
356 <property name="angle">90</property>
357 </object>
358 <packing>
359 <property name="expand">False</property>
360 <property name="fill">False</property>
361 <property name="position">0</property>
362 </packing>
363 </child>
364 <child>
365 <object class="GtkScrolledWindow" id="scrolledwindow1">
366 <property name="visible">True</property>
367 <property name="can_focus">True</property>
368 <property name="hscrollbar_policy">automatic</property>
369 <child>
370 <object class="GtkTreeView" id="metaq_view">
371 <property name="visible">True</property>
372 <property name="sensitive">False</property>
373 <property name="can_focus">True</property>
374 <property name="model">metaq_store</property>
375 <property name="headers_clickable">False</property>
376 <property name="rules_hint">True</property>
377 <property name="search_column">0</property>
378 <property name="enable_grid_lines">both</property>
379 <property name="enable_tree_lines">True</property>
380 <child>
381 <object class="GtkTreeViewColumn" id="metaq_operation">
382 <property name="resizable">True</property>
383 <property name="title">Operation</property>
384 <property name="expand">True</property>
385 <child>
386 <object class="GtkCellRendererText" id="cellrenderertext1"/>
387 <attributes>
388 <attribute name="markup">0</attribute>
389 </attributes>
390 </child>
391 </object>
392 </child>
393 <child>
394 <object class="GtkTreeViewColumn" id="metaq_path">
395 <property name="title">Path</property>
396 <property name="expand">True</property>
397 <child>
398 <object class="GtkCellRendererText" id="cellrenderertext2"/>
399 <attributes>
400 <attribute name="markup">1</attribute>
401 </attributes>
402 </child>
403 </object>
404 </child>
405 <child>
406 <object class="GtkTreeViewColumn" id="metaq_share">
407 <property name="title">Share</property>
408 <property name="expand">True</property>
409 <child>
410 <object class="GtkCellRendererText" id="cellrenderertext4"/>
411 <attributes>
412 <attribute name="markup">2</attribute>
413 </attributes>
414 </child>
415 </object>
416 </child>
417 <child>
418 <object class="GtkTreeViewColumn" id="metaq_node">
419 <property name="title">Node</property>
420 <property name="expand">True</property>
421 <child>
422 <object class="GtkCellRendererText" id="cellrenderertext3"/>
423 <attributes>
424 <attribute name="markup">3</attribute>
425 </attributes>
426 </child>
427 </object>
428 </child>
429 </object>
430 </child>
431 </object>
432 <packing>
433 <property name="position">1</property>
434 </packing>
435 </child>
436 </object>
437 <packing>
438 <property name="resize">True</property>
439 <property name="shrink">True</property>
440 </packing>
441 </child>
442 <child>
443 <object class="GtkHBox" id="hbox4">
444 <property name="visible">True</property>
445 <child>
446 <object class="GtkLabel" id="contentq_label">
447 <property name="visible">True</property>
448 <property name="label" translatable="yes">Content Queue</property>
449 <property name="angle">90</property>
450 </object>
451 <packing>
452 <property name="expand">False</property>
453 <property name="fill">False</property>
454 <property name="position">0</property>
455 </packing>
456 </child>
457 <child>
458 <object class="GtkScrolledWindow" id="scrolledwindow2">
459 <property name="visible">True</property>
460 <property name="can_focus">True</property>
461 <property name="hscrollbar_policy">automatic</property>
462 <child>
463 <object class="GtkTreeView" id="contentq_view">
464 <property name="visible">True</property>
465 <property name="sensitive">False</property>
466 <property name="can_focus">True</property>
467 <property name="model">contentq_store</property>
468 <property name="headers_clickable">False</property>
469 <property name="rules_hint">True</property>
470 <property name="search_column">0</property>
471 <property name="enable_grid_lines">both</property>
472 <property name="enable_tree_lines">True</property>
473 <child>
474 <object class="GtkTreeViewColumn" id="contentq_operation">
475 <property name="title">Operation</property>
476 <property name="expand">True</property>
477 <child>
478 <object class="GtkCellRendererText" id="cellrenderertext5"/>
479 <attributes>
480 <attribute name="markup">0</attribute>
481 </attributes>
482 </child>
483 </object>
484 </child>
485 <child>
486 <object class="GtkTreeViewColumn" id="contentq_path">
487 <property name="title">Path</property>
488 <property name="expand">True</property>
489 <child>
490 <object class="GtkCellRendererText" id="cellrenderertext6"/>
491 <attributes>
492 <attribute name="markup">1</attribute>
493 </attributes>
494 </child>
495 </object>
496 </child>
497 <child>
498 <object class="GtkTreeViewColumn" id="contentq_share">
499 <property name="title">Share</property>
500 <property name="expand">True</property>
501 <child>
502 <object class="GtkCellRendererText" id="cellrenderertext8"/>
503 <attributes>
504 <attribute name="markup">2</attribute>
505 </attributes>
506 </child>
507 </object>
508 </child>
509 <child>
510 <object class="GtkTreeViewColumn" id="contentq_node">
511 <property name="title">Node</property>
512 <property name="expand">True</property>
513 <child>
514 <object class="GtkCellRendererText" id="cellrenderertext7"/>
515 <attributes>
516 <attribute name="markup">3</attribute>
517 </attributes>
518 </child>
519 </object>
520 </child>
521 </object>
522 </child>
523 </object>
524 <packing>
525 <property name="position">1</property>
526 </packing>
527 </child>
528 </object>
529 <packing>
530 <property name="resize">True</property>
531 <property name="shrink">True</property>
532 </packing>
533 </child>
534 </object>
535 <packing>
536 <property name="position">3</property>
537 </packing>
538 </child>
539 </object>
540 </child>
541 </object>
542 <object class="GtkStatusIcon" id="status_icon">
543 <property name="has_tooltip">True</property>
544 <property name="tooltip_text">Magicicada</property>
545 <property name="title">Magicicada</property>
546 <signal name="activate" handler="on_status_icon_activate"/>
547 </object>
548 <object class="GtkAboutDialog" id="about_dialog">
549 <property name="border_width">5</property>
550 <property name="type_hint">normal</property>
551 <property name="has_separator">False</property>
552 <property name="program_name">Magicicada</property>
553 <property name="copyright" translatable="yes">Copyright 2010 Chicharreros
554Copyright 2010 Natalia Bidart &lt;natalia.bidart@gmail.com&gt;
555Copyright 2010 Facundo Batista &lt;facundo@taniquetil.com.ar&gt;</property>
556 <property name="website">http://launchpad.net/magicicada</property>
557 <property name="license" translatable="yes">GNU General Public License
558
559This program is free software: you can redistribute it and/or modify it
560under the terms of the GNU General Public License version 3, as published
561by the Free Software Foundation.
562
563This program is distributed in the hope that it will be useful, but
564WITHOUT ANY WARRANTY; without even the implied warranties of
565MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
566PURPOSE. See the GNU General Public License for more details.
567
568You should have received a copy of the GNU General Public License along
569with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>
570 <property name="authors">Natalia Bidart &lt;natalia.bidart@gmail.com&gt;
571Facundo Batista &lt;facundo@taniquetil.com.ar&gt;</property>
572 <child internal-child="vbox">
573 <object class="GtkVBox" id="dialog-vbox1">
574 <property name="visible">True</property>
575 <property name="spacing">2</property>
576 <child>
577 <placeholder/>
578 </child>
579 <child internal-child="action_area">
580 <object class="GtkHButtonBox" id="dialog-action_area1">
581 <property name="visible">True</property>
582 <property name="layout_style">end</property>
583 </object>
584 <packing>
585 <property name="expand">False</property>
586 <property name="pack_type">end</property>
587 <property name="position">0</property>
588 </packing>
589 </child>
590 </object>
591 </child>
592 </object>
593 <object class="GtkDialog" id="folders_dialog">
594 <property name="width_request">600</property>
595 <property name="height_request">300</property>
596 <property name="border_width">5</property>
597 <property name="title" translatable="yes">Folders</property>
598 <property name="modal">True</property>
599 <property name="window_position">center</property>
600 <property name="type_hint">normal</property>
601 <property name="has_separator">False</property>
602 <child internal-child="vbox">
603 <object class="GtkVBox" id="dialog-vbox2">
604 <property name="visible">True</property>
605 <property name="spacing">2</property>
606 <child>
607 <object class="GtkScrolledWindow" id="scrolledwindow3">
608 <property name="visible">True</property>
609 <property name="can_focus">True</property>
610 <property name="hscrollbar_policy">automatic</property>
611 <child>
612 <object class="GtkTreeView" id="folders_view">
613 <property name="visible">True</property>
614 <property name="can_focus">True</property>
615 <property name="model">folders_store</property>
616 <property name="headers_clickable">False</property>
617 <property name="rules_hint">True</property>
618 <property name="search_column">0</property>
619 <property name="enable_grid_lines">both</property>
620 <property name="enable_tree_lines">True</property>
621 <child>
622 <object class="GtkTreeViewColumn" id="folders_path">
623 <property name="resizable">True</property>
624 <property name="title">Path</property>
625 <property name="expand">True</property>
626 <child>
627 <object class="GtkCellRendererText" id="cellrenderertext10"/>
628 <attributes>
629 <attribute name="text">0</attribute>
630 </attributes>
631 </child>
632 </object>
633 </child>
634 <child>
635 <object class="GtkTreeViewColumn" id="folders_suggested_path">
636 <property name="resizable">True</property>
637 <property name="title">Suggested Path</property>
638 <property name="expand">True</property>
639 <child>
640 <object class="GtkCellRendererText" id="cellrenderertext11"/>
641 <attributes>
642 <attribute name="text">1</attribute>
643 </attributes>
644 </child>
645 </object>
646 </child>
647 <child>
648 <object class="GtkTreeViewColumn" id="folders_subscribed">
649 <property name="resizable">True</property>
650 <property name="title">Subscribed</property>
651 <property name="expand">True</property>
652 <child>
653 <object class="GtkCellRendererToggle" id="cellrenderertoggle1"/>
654 <attributes>
655 <attribute name="active">2</attribute>
656 </attributes>
657 </child>
658 </object>
659 </child>
660 </object>
661 </child>
662 </object>
663 <packing>
664 <property name="position">1</property>
665 </packing>
666 </child>
667 <child internal-child="action_area">
668 <object class="GtkHButtonBox" id="dialog-action_area2">
669 <property name="visible">True</property>
670 <property name="layout_style">end</property>
671 <child>
672 <object class="GtkButton" id="folders_close">
673 <property name="label">gtk-close</property>
674 <property name="visible">True</property>
675 <property name="can_focus">False</property>
676 <property name="receives_default">False</property>
677 <property name="use_stock">True</property>
678 <signal name="clicked" handler="on_folders_close_clicked"/>
679 <signal name="activate" handler="on_folders_close_clicked"/>
680 </object>
681 <packing>
682 <property name="expand">False</property>
683 <property name="fill">False</property>
684 <property name="position">0</property>
685 </packing>
686 </child>
687 </object>
688 <packing>
689 <property name="expand">False</property>
690 <property name="pack_type">end</property>
691 <property name="position">0</property>
692 </packing>
693 </child>
694 </object>
695 </child>
696 <action-widgets>
697 <action-widget response="0">folders_close</action-widget>
698 </action-widgets>
699 </object>
700 <object class="GtkDialog" id="shares_to_me_dialog">
701 <property name="width_request">600</property>
702 <property name="height_request">300</property>
703 <property name="border_width">5</property>
704 <property name="title" translatable="yes">Shares to me</property>
705 <property name="modal">True</property>
706 <property name="window_position">center</property>
707 <property name="type_hint">normal</property>
708 <property name="has_separator">False</property>
709 <child internal-child="vbox">
710 <object class="GtkVBox" id="dialog-vbox3">
711 <property name="visible">True</property>
712 <property name="spacing">2</property>
713 <child>
714 <object class="GtkScrolledWindow" id="scrolledwindow4">
715 <property name="visible">True</property>
716 <property name="can_focus">True</property>
717 <property name="hscrollbar_policy">automatic</property>
718 <property name="vscrollbar_policy">automatic</property>
719 <child>
720 <object class="GtkTreeView" id="shares_to_me_view">
721 <property name="visible">True</property>
722 <property name="can_focus">True</property>
723 <property name="model">shares_to_me_store</property>
724 <property name="rules_hint">True</property>
725 <property name="enable_grid_lines">both</property>
726 <property name="enable_tree_lines">True</property>
727 <child>
728 <object class="GtkTreeViewColumn" id="shares_to_me_name">
729 <property name="title">Name</property>
730 <property name="expand">True</property>
731 <child>
732 <object class="GtkCellRendererText" id="cellrenderertext15"/>
733 <attributes>
734 <attribute name="text">0</attribute>
735 </attributes>
736 </child>
737 </object>
738 </child>
739 <child>
740 <object class="GtkTreeViewColumn" id="shares_to_me_other">
741 <property name="title">Shared from</property>
742 <property name="expand">True</property>
743 <child>
744 <object class="GtkCellRendererText" id="cellrenderertext19"/>
745 <attributes>
746 <attribute name="text">1</attribute>
747 </attributes>
748 </child>
749 </object>
750 </child>
751 <child>
752 <object class="GtkTreeViewColumn" id="shates_to_me_accepted">
753 <property name="title">Accepted</property>
754 <property name="expand">True</property>
755 <child>
756 <object class="GtkCellRendererToggle" id="cellrenderertoggle2"/>
757 <attributes>
758 <attribute name="active">2</attribute>
759 </attributes>
760 </child>
761 </object>
762 </child>
763 <child>
764 <object class="GtkTreeViewColumn" id="shares_to_me_access_level">
765 <property name="title">Access level</property>
766 <property name="expand">True</property>
767 <child>
768 <object class="GtkCellRendererText" id="cellrenderertext13"/>
769 <attributes>
770 <attribute name="text">3</attribute>
771 </attributes>
772 </child>
773 </object>
774 </child>
775 <child>
776 <object class="GtkTreeViewColumn" id="shares_to_me_free_bytes">
777 <property name="title">Free bytes</property>
778 <property name="expand">True</property>
779 <child>
780 <object class="GtkCellRendererText" id="cellrenderertext14"/>
781 <attributes>
782 <attribute name="text">4</attribute>
783 </attributes>
784 </child>
785 </object>
786 </child>
787 <child>
788 <object class="GtkTreeViewColumn" id="shares_to_me_path">
789 <property name="title">Path</property>
790 <property name="expand">True</property>
791 <child>
792 <object class="GtkCellRendererText" id="cellrenderertext18"/>
793 <attributes>
794 <attribute name="text">5</attribute>
795 </attributes>
796 </child>
797 </object>
798 </child>
799 </object>
800 </child>
801 </object>
802 <packing>
803 <property name="position">1</property>
804 </packing>
805 </child>
806 <child internal-child="action_area">
807 <object class="GtkHButtonBox" id="dialog-action_area3">
808 <property name="visible">True</property>
809 <property name="layout_style">end</property>
810 <child>
811 <object class="GtkButton" id="shares_to_me_close">
812 <property name="label">gtk-close</property>
813 <property name="visible">True</property>
814 <property name="can_focus">True</property>
815 <property name="receives_default">True</property>
816 <property name="use_stock">True</property>
817 <signal name="clicked" handler="on_shares_to_me_close_clicked"/>
818 <signal name="activate" handler="on_shares_to_me_close_clicked"/>
819 </object>
820 <packing>
821 <property name="expand">False</property>
822 <property name="fill">False</property>
823 <property name="position">0</property>
824 </packing>
825 </child>
826 </object>
827 <packing>
828 <property name="expand">False</property>
829 <property name="pack_type">end</property>
830 <property name="position">0</property>
831 </packing>
832 </child>
833 </object>
834 </child>
835 <action-widgets>
836 <action-widget response="0">shares_to_me_close</action-widget>
837 </action-widgets>
838 </object>
839 <object class="GtkDialog" id="shares_to_others_dialog">
840 <property name="width_request">600</property>
841 <property name="height_request">300</property>
842 <property name="border_width">5</property>
843 <property name="title" translatable="yes">Shares to others</property>
844 <property name="modal">True</property>
845 <property name="window_position">center</property>
846 <property name="type_hint">normal</property>
847 <property name="has_separator">False</property>
848 <child internal-child="vbox">
849 <object class="GtkVBox" id="dialog-vbox5">
850 <property name="visible">True</property>
851 <property name="spacing">2</property>
852 <child>
853 <object class="GtkScrolledWindow" id="scrolledwindow5">
854 <property name="visible">True</property>
855 <property name="can_focus">True</property>
856 <property name="hscrollbar_policy">automatic</property>
857 <property name="vscrollbar_policy">automatic</property>
858 <child>
859 <object class="GtkTreeView" id="shares_to_others_view">
860 <property name="visible">True</property>
861 <property name="can_focus">True</property>
862 <property name="model">shares_to_others_store</property>
863 <property name="headers_clickable">False</property>
864 <property name="rules_hint">True</property>
865 <property name="search_column">0</property>
866 <property name="enable_grid_lines">both</property>
867 <property name="enable_tree_lines">True</property>
868 <child>
869 <object class="GtkTreeViewColumn" id="shares_to_others_name">
870 <property name="title">Name</property>
871 <property name="expand">True</property>
872 <child>
873 <object class="GtkCellRendererText" id="cellrenderertext20"/>
874 <attributes>
875 <attribute name="text">0</attribute>
876 </attributes>
877 </child>
878 </object>
879 </child>
880 <child>
881 <object class="GtkTreeViewColumn" id="shares_to_others_other">
882 <property name="title">Shared to</property>
883 <property name="expand">True</property>
884 <child>
885 <object class="GtkCellRendererText" id="cellrenderertext21"/>
886 <attributes>
887 <attribute name="text">1</attribute>
888 </attributes>
889 </child>
890 </object>
891 </child>
892 <child>
893 <object class="GtkTreeViewColumn" id="shates_to_others_accepted">
894 <property name="title">Accepted</property>
895 <property name="expand">True</property>
896 <child>
897 <object class="GtkCellRendererToggle" id="cellrenderertoggle3"/>
898 <attributes>
899 <attribute name="active">2</attribute>
900 </attributes>
901 </child>
902 </object>
903 </child>
904 <child>
905 <object class="GtkTreeViewColumn" id="shares_to_others_access_level">
906 <property name="title">Access level</property>
907 <property name="expand">True</property>
908 <child>
909 <object class="GtkCellRendererText" id="cellrenderertext22"/>
910 <attributes>
911 <attribute name="text">3</attribute>
912 </attributes>
913 </child>
914 </object>
915 </child>
916 <child>
917 <object class="GtkTreeViewColumn" id="shares_to_others_free_bytes">
918 <property name="title">Free bytes</property>
919 <property name="expand">True</property>
920 <child>
921 <object class="GtkCellRendererText" id="cellrenderertext23"/>
922 <attributes>
923 <attribute name="text">4</attribute>
924 </attributes>
925 </child>
926 </object>
927 </child>
928 <child>
929 <object class="GtkTreeViewColumn" id="shares_to_others_path">
930 <property name="title">Path</property>
931 <property name="expand">True</property>
932 <child>
933 <object class="GtkCellRendererText" id="cellrenderertext24"/>
934 <attributes>
935 <attribute name="text">5</attribute>
936 </attributes>
937 </child>
938 </object>
939 </child>
940 </object>
941 </child>
942 </object>
943 <packing>
944 <property name="position">1</property>
945 </packing>
946 </child>
947 <child internal-child="action_area">
948 <object class="GtkHButtonBox" id="dialog-action_area5">
949 <property name="visible">True</property>
950 <property name="layout_style">end</property>
951 <child>
952 <object class="GtkButton" id="shares_to_others_close">
953 <property name="label">gtk-close</property>
954 <property name="visible">True</property>
955 <property name="can_focus">True</property>
956 <property name="receives_default">True</property>
957 <property name="use_stock">True</property>
958 <signal name="clicked" handler="on_shares_to_others_close_clicked"/>
959 <signal name="activate" handler="on_shares_to_others_close_clicked"/>
960 </object>
961 <packing>
962 <property name="expand">False</property>
963 <property name="fill">False</property>
964 <property name="position">0</property>
965 </packing>
966 </child>
967 </object>
968 <packing>
969 <property name="expand">False</property>
970 <property name="pack_type">end</property>
971 <property name="position">0</property>
972 </packing>
973 </child>
974 </object>
975 </child>
976 <action-widgets>
977 <action-widget response="0">shares_to_others_close</action-widget>
978 </action-widgets>
979 </object>
980 <object class="GtkFileChooserDialog" id="file_chooser">
981 <property name="border_width">5</property>
982 <property name="window_position">center</property>
983 <property name="type_hint">normal</property>
984 <property name="has_separator">False</property>
985 <property name="create_folders">False</property>
986 <signal name="file_activated" handler="on_file_chooser_open_clicked"/>
987 <signal name="show" handler="on_file_chooser_show"/>
988 <child internal-child="vbox">
989 <object class="GtkVBox" id="dialog-vbox7">
990 <property name="visible">True</property>
991 <property name="spacing">2</property>
992 <child>
993 <placeholder/>
994 </child>
995 <child internal-child="action_area">
996 <object class="GtkHButtonBox" id="dialog-action_area7">
997 <property name="visible">True</property>
998 <property name="layout_style">end</property>
999 <child>
1000 <object class="GtkButton" id="file_chooser_cancel">
1001 <property name="label">gtk-cancel</property>
1002 <property name="visible">True</property>
1003 <property name="can_focus">True</property>
1004 <property name="receives_default">True</property>
1005 <property name="use_stock">True</property>
1006 </object>
1007 <packing>
1008 <property name="expand">False</property>
1009 <property name="fill">False</property>
1010 <property name="position">0</property>
1011 </packing>
1012 </child>
1013 <child>
1014 <object class="GtkButton" id="file_chooser_open">
1015 <property name="label">gtk-open</property>
1016 <property name="visible">True</property>
1017 <property name="can_focus">True</property>
1018 <property name="receives_default">True</property>
1019 <property name="use_stock">True</property>
1020 <signal name="clicked" handler="on_file_chooser_open_clicked"/>
1021 <signal name="activate" handler="on_file_chooser_open_clicked"/>
1022 </object>
1023 <packing>
1024 <property name="expand">False</property>
1025 <property name="fill">False</property>
1026 <property name="position">1</property>
1027 </packing>
1028 </child>
1029 </object>
1030 <packing>
1031 <property name="expand">False</property>
1032 <property name="pack_type">end</property>
1033 <property name="position">0</property>
1034 </packing>
1035 </child>
1036 </object>
1037 </child>
1038 <action-widgets>
1039 <action-widget response="-6">file_chooser_cancel</action-widget>
1040 <action-widget response="0">file_chooser_open</action-widget>
1041 </action-widgets>
1042 </object>
1043</interface>
01044
=== removed file 'data/ui/gui.glade'
--- data/ui/gui.glade 2010-07-29 12:47:10 +0000
+++ data/ui/gui.glade 1970-01-01 00:00:00 +0000
@@ -1,1043 +0,0 @@
1<?xml version="1.0"?>
2<interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkListStore" id="contentq_store">
6 <columns>
7 <!-- column-name operation -->
8 <column type="gchararray"/>
9 <!-- column-name path -->
10 <column type="gchararray"/>
11 <!-- column-name share -->
12 <column type="gchararray"/>
13 <!-- column-name node -->
14 <column type="gchararray"/>
15 </columns>
16 </object>
17 <object class="GtkListStore" id="metaq_store">
18 <columns>
19 <!-- column-name operation -->
20 <column type="gchararray"/>
21 <!-- column-name path -->
22 <column type="gchararray"/>
23 <!-- column-name share -->
24 <column type="gchararray"/>
25 <!-- column-name node -->
26 <column type="gchararray"/>
27 </columns>
28 </object>
29 <object class="GtkListStore" id="folders_store">
30 <columns>
31 <!-- column-name path -->
32 <column type="gchararray"/>
33 <!-- column-name suggested_path -->
34 <column type="gchararray"/>
35 <!-- column-name subscribed -->
36 <column type="gboolean"/>
37 <!-- column-name node -->
38 <column type="gchararray"/>
39 <!-- column-name volume -->
40 <column type="gchararray"/>
41 </columns>
42 </object>
43 <object class="GtkListStore" id="shares_to_others_store">
44 <columns>
45 <!-- column-name name -->
46 <column type="gchararray"/>
47 <!-- column-name other_visible_name -->
48 <column type="gchararray"/>
49 <!-- column-name accepted -->
50 <column type="gboolean"/>
51 <!-- column-name access_level -->
52 <column type="gchararray"/>
53 <!-- column-name free_bytes -->
54 <column type="gchararray"/>
55 <!-- column-name path -->
56 <column type="gchararray"/>
57 <!-- column-name other_username -->
58 <column type="gchararray"/>
59 <!-- column-name node -->
60 <column type="gchararray"/>
61 <!-- column-name volume -->
62 <column type="gchararray"/>
63 </columns>
64 </object>
65 <object class="GtkListStore" id="shares_to_me_store">
66 <columns>
67 <!-- column-name name -->
68 <column type="gchararray"/>
69 <!-- column-name other_visible_name -->
70 <column type="gchararray"/>
71 <!-- column-name accepted -->
72 <column type="gboolean"/>
73 <!-- column-name access_level -->
74 <column type="gchararray"/>
75 <!-- column-name free_bytes -->
76 <column type="gchararray"/>
77 <!-- column-name path -->
78 <column type="gchararray"/>
79 <!-- column-name other_username -->
80 <column type="gchararray"/>
81 <!-- column-name node -->
82 <column type="gchararray"/>
83 <!-- column-name volume -->
84 <column type="gchararray"/>
85 </columns>
86 </object>
87 <object class="GtkWindow" id="main_window">
88 <property name="width_request">800</property>
89 <property name="height_request">600</property>
90 <property name="visible">True</property>
91 <property name="title" translatable="yes">Magicicada</property>
92 <property name="window_position">center</property>
93 <signal name="destroy" handler="on_main_window_destroy"/>
94 <child>
95 <object class="GtkVBox" id="vbox1">
96 <property name="visible">True</property>
97 <child>
98 <object class="GtkMenuBar" id="menubar">
99 <property name="visible">True</property>
100 <child>
101 <object class="GtkMenuItem" id="menuitem1">
102 <property name="visible">True</property>
103 <property name="label" translatable="yes">_File</property>
104 <property name="use_underline">True</property>
105 <child type="submenu">
106 <object class="GtkMenu" id="menu1">
107 <property name="visible">True</property>
108 <child>
109 <object class="GtkImageMenuItem" id="quit">
110 <property name="label">gtk-quit</property>
111 <property name="visible">True</property>
112 <property name="use_underline">True</property>
113 <property name="use_stock">True</property>
114 <signal name="activate" handler="on_quit_activate"/>
115 </object>
116 </child>
117 </object>
118 </child>
119 </object>
120 </child>
121 <child>
122 <object class="GtkMenuItem" id="menuitem4">
123 <property name="visible">True</property>
124 <property name="label" translatable="yes">_Help</property>
125 <property name="use_underline">True</property>
126 <child type="submenu">
127 <object class="GtkMenu" id="menu3">
128 <property name="visible">True</property>
129 <child>
130 <object class="GtkImageMenuItem" id="about">
131 <property name="label">gtk-about</property>
132 <property name="visible">True</property>
133 <property name="use_underline">True</property>
134 <property name="use_stock">True</property>
135 <signal name="activate" handler="on_about_activate"/>
136 </object>
137 </child>
138 </object>
139 </child>
140 </object>
141 </child>
142 </object>
143 <packing>
144 <property name="expand">False</property>
145 <property name="position">0</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkToolbar" id="toolbar">
150 <property name="visible">True</property>
151 <property name="toolbar_style">both</property>
152 <child>
153 <object class="GtkToolButton" id="start">
154 <property name="width_request">50</property>
155 <property name="visible">True</property>
156 <property name="label" translatable="yes">Start</property>
157 <property name="use_underline">True</property>
158 <property name="stock_id">gtk-apply</property>
159 <signal name="clicked" handler="on_start_clicked"/>
160 </object>
161 <packing>
162 <property name="expand">False</property>
163 <property name="homogeneous">True</property>
164 </packing>
165 </child>
166 <child>
167 <object class="GtkToolButton" id="stop">
168 <property name="width_request">50</property>
169 <property name="label" translatable="yes">Stop</property>
170 <property name="use_underline">True</property>
171 <property name="stock_id">gtk-stop</property>
172 <signal name="clicked" handler="on_stop_clicked"/>
173 </object>
174 <packing>
175 <property name="expand">False</property>
176 <property name="homogeneous">True</property>
177 </packing>
178 </child>
179 <child>
180 <object class="GtkToolButton" id="connect">
181 <property name="width_request">85</property>
182 <property name="visible">True</property>
183 <property name="sensitive">False</property>
184 <property name="label" translatable="yes">Connect</property>
185 <property name="use_underline">True</property>
186 <property name="stock_id">gtk-connect</property>
187 <signal name="clicked" handler="on_connect_clicked"/>
188 </object>
189 <packing>
190 <property name="expand">False</property>
191 <property name="homogeneous">True</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkToolButton" id="disconnect">
196 <property name="width_request">85</property>
197 <property name="label" translatable="yes">Disconnect</property>
198 <property name="use_underline">True</property>
199 <property name="stock_id">gtk-disconnect</property>
200 <signal name="clicked" handler="on_disconnect_clicked"/>
201 </object>
202 <packing>
203 <property name="expand">False</property>
204 <property name="homogeneous">True</property>
205 </packing>
206 </child>
207 <child>
208 <object class="GtkSeparatorToolItem" id="separator">
209 <property name="visible">True</property>
210 </object>
211 <packing>
212 <property name="expand">False</property>
213 <property name="homogeneous">True</property>
214 </packing>
215 </child>
216 <child>
217 <object class="GtkToolButton" id="folders">
218 <property name="visible">True</property>
219 <property name="sensitive">False</property>
220 <property name="label" translatable="yes">Folders</property>
221 <property name="use_underline">True</property>
222 <property name="stock_id">gtk-directory</property>
223 <signal name="clicked" handler="on_folders_clicked"/>
224 </object>
225 <packing>
226 <property name="expand">False</property>
227 <property name="homogeneous">True</property>
228 </packing>
229 </child>
230 <child>
231 <object class="GtkToolButton" id="shares_to_me">
232 <property name="visible">True</property>
233 <property name="sensitive">False</property>
234 <property name="label" translatable="yes">Shares to me</property>
235 <property name="use_underline">True</property>
236 <property name="stock_id">gtk-network</property>
237 <signal name="clicked" handler="on_shares_to_me_clicked"/>
238 </object>
239 <packing>
240 <property name="expand">False</property>
241 <property name="homogeneous">True</property>
242 </packing>
243 </child>
244 <child>
245 <object class="GtkToolButton" id="shares_to_others">
246 <property name="visible">True</property>
247 <property name="sensitive">False</property>
248 <property name="label" translatable="yes">Shares to others</property>
249 <property name="use_underline">True</property>
250 <property name="stock_id">gtk-network</property>
251 <signal name="clicked" handler="on_shares_to_others_clicked"/>
252 </object>
253 <packing>
254 <property name="expand">False</property>
255 <property name="homogeneous">True</property>
256 </packing>
257 </child>
258 <child>
259 <object class="GtkToolButton" id="raw_metadata">
260 <property name="visible">True</property>
261 <property name="sensitive">False</property>
262 <property name="label" translatable="yes">Metadata</property>
263 <property name="use_underline">True</property>
264 <property name="stock_id">gtk-find</property>
265 <signal name="clicked" handler="on_raw_metadata_clicked"/>
266 </object>
267 <packing>
268 <property name="expand">False</property>
269 <property name="homogeneous">True</property>
270 </packing>
271 </child>
272 </object>
273 <packing>
274 <property name="expand">False</property>
275 <property name="position">1</property>
276 </packing>
277 </child>
278 <child>
279 <object class="GtkHBox" id="hbox1">
280 <property name="visible">True</property>
281 <child>
282 <object class="GtkHBox" id="hbox2">
283 <property name="visible">True</property>
284 <child>
285 <object class="GtkImage" id="is_started">
286 <property name="width_request">30</property>
287 <property name="visible">True</property>
288 <property name="sensitive">False</property>
289 <property name="xpad">3</property>
290 <property name="ypad">3</property>
291 <property name="stock">gtk-yes</property>
292 </object>
293 <packing>
294 <property name="position">0</property>
295 </packing>
296 </child>
297 <child>
298 <object class="GtkImage" id="is_connected">
299 <property name="width_request">30</property>
300 <property name="visible">True</property>
301 <property name="sensitive">False</property>
302 <property name="xpad">3</property>
303 <property name="ypad">3</property>
304 <property name="stock">gtk-yes</property>
305 </object>
306 <packing>
307 <property name="position">1</property>
308 </packing>
309 </child>
310 <child>
311 <object class="GtkImage" id="is_online">
312 <property name="width_request">30</property>
313 <property name="visible">True</property>
314 <property name="sensitive">False</property>
315 <property name="xpad">3</property>
316 <property name="ypad">3</property>
317 <property name="stock">gtk-yes</property>
318 </object>
319 <packing>
320 <property name="position">2</property>
321 </packing>
322 </child>
323 </object>
324 <packing>
325 <property name="expand">False</property>
326 <property name="position">0</property>
327 </packing>
328 </child>
329 <child>
330 <object class="GtkLabel" id="status_label">
331 <property name="visible">True</property>
332 <property name="ellipsize">end</property>
333 </object>
334 <packing>
335 <property name="position">1</property>
336 </packing>
337 </child>
338 </object>
339 <packing>
340 <property name="expand">False</property>
341 <property name="padding">3</property>
342 <property name="position">2</property>
343 </packing>
344 </child>
345 <child>
346 <object class="GtkVPaned" id="vpaned1">
347 <property name="visible">True</property>
348 <property name="can_focus">True</property>
349 <child>
350 <object class="GtkHBox" id="hbox3">
351 <property name="visible">True</property>
352 <child>
353 <object class="GtkLabel" id="metaq_label">
354 <property name="visible">True</property>
355 <property name="label" translatable="yes">Metadata Queue</property>
356 <property name="angle">90</property>
357 </object>
358 <packing>
359 <property name="expand">False</property>
360 <property name="fill">False</property>
361 <property name="position">0</property>
362 </packing>
363 </child>
364 <child>
365 <object class="GtkScrolledWindow" id="scrolledwindow1">
366 <property name="visible">True</property>
367 <property name="can_focus">True</property>
368 <property name="hscrollbar_policy">automatic</property>
369 <child>
370 <object class="GtkTreeView" id="metaq_view">
371 <property name="visible">True</property>
372 <property name="sensitive">False</property>
373 <property name="can_focus">True</property>
374 <property name="model">metaq_store</property>
375 <property name="headers_clickable">False</property>
376 <property name="rules_hint">True</property>
377 <property name="search_column">0</property>
378 <property name="enable_grid_lines">both</property>
379 <property name="enable_tree_lines">True</property>
380 <child>
381 <object class="GtkTreeViewColumn" id="metaq_operation">
382 <property name="resizable">True</property>
383 <property name="title">Operation</property>
384 <property name="expand">True</property>
385 <child>
386 <object class="GtkCellRendererText" id="cellrenderertext1"/>
387 <attributes>
388 <attribute name="markup">0</attribute>
389 </attributes>
390 </child>
391 </object>
392 </child>
393 <child>
394 <object class="GtkTreeViewColumn" id="metaq_path">
395 <property name="title">Path</property>
396 <property name="expand">True</property>
397 <child>
398 <object class="GtkCellRendererText" id="cellrenderertext2"/>
399 <attributes>
400 <attribute name="markup">1</attribute>
401 </attributes>
402 </child>
403 </object>
404 </child>
405 <child>
406 <object class="GtkTreeViewColumn" id="metaq_share">
407 <property name="title">Share</property>
408 <property name="expand">True</property>
409 <child>
410 <object class="GtkCellRendererText" id="cellrenderertext4"/>
411 <attributes>
412 <attribute name="markup">2</attribute>
413 </attributes>
414 </child>
415 </object>
416 </child>
417 <child>
418 <object class="GtkTreeViewColumn" id="metaq_node">
419 <property name="title">Node</property>
420 <property name="expand">True</property>
421 <child>
422 <object class="GtkCellRendererText" id="cellrenderertext3"/>
423 <attributes>
424 <attribute name="markup">3</attribute>
425 </attributes>
426 </child>
427 </object>
428 </child>
429 </object>
430 </child>
431 </object>
432 <packing>
433 <property name="position">1</property>
434 </packing>
435 </child>
436 </object>
437 <packing>
438 <property name="resize">True</property>
439 <property name="shrink">True</property>
440 </packing>
441 </child>
442 <child>
443 <object class="GtkHBox" id="hbox4">
444 <property name="visible">True</property>
445 <child>
446 <object class="GtkLabel" id="contentq_label">
447 <property name="visible">True</property>
448 <property name="label" translatable="yes">Content Queue</property>
449 <property name="angle">90</property>
450 </object>
451 <packing>
452 <property name="expand">False</property>
453 <property name="fill">False</property>
454 <property name="position">0</property>
455 </packing>
456 </child>
457 <child>
458 <object class="GtkScrolledWindow" id="scrolledwindow2">
459 <property name="visible">True</property>
460 <property name="can_focus">True</property>
461 <property name="hscrollbar_policy">automatic</property>
462 <child>
463 <object class="GtkTreeView" id="contentq_view">
464 <property name="visible">True</property>
465 <property name="sensitive">False</property>
466 <property name="can_focus">True</property>
467 <property name="model">contentq_store</property>
468 <property name="headers_clickable">False</property>
469 <property name="rules_hint">True</property>
470 <property name="search_column">0</property>
471 <property name="enable_grid_lines">both</property>
472 <property name="enable_tree_lines">True</property>
473 <child>
474 <object class="GtkTreeViewColumn" id="contentq_operation">
475 <property name="title">Operation</property>
476 <property name="expand">True</property>
477 <child>
478 <object class="GtkCellRendererText" id="cellrenderertext5"/>
479 <attributes>
480 <attribute name="markup">0</attribute>
481 </attributes>
482 </child>
483 </object>
484 </child>
485 <child>
486 <object class="GtkTreeViewColumn" id="contentq_path">
487 <property name="title">Path</property>
488 <property name="expand">True</property>
489 <child>
490 <object class="GtkCellRendererText" id="cellrenderertext6"/>
491 <attributes>
492 <attribute name="markup">1</attribute>
493 </attributes>
494 </child>
495 </object>
496 </child>
497 <child>
498 <object class="GtkTreeViewColumn" id="contentq_share">
499 <property name="title">Share</property>
500 <property name="expand">True</property>
501 <child>
502 <object class="GtkCellRendererText" id="cellrenderertext8"/>
503 <attributes>
504 <attribute name="markup">2</attribute>
505 </attributes>
506 </child>
507 </object>
508 </child>
509 <child>
510 <object class="GtkTreeViewColumn" id="contentq_node">
511 <property name="title">Node</property>
512 <property name="expand">True</property>
513 <child>
514 <object class="GtkCellRendererText" id="cellrenderertext7"/>
515 <attributes>
516 <attribute name="markup">3</attribute>
517 </attributes>
518 </child>
519 </object>
520 </child>
521 </object>
522 </child>
523 </object>
524 <packing>
525 <property name="position">1</property>
526 </packing>
527 </child>
528 </object>
529 <packing>
530 <property name="resize">True</property>
531 <property name="shrink">True</property>
532 </packing>
533 </child>
534 </object>
535 <packing>
536 <property name="position">3</property>
537 </packing>
538 </child>
539 </object>
540 </child>
541 </object>
542 <object class="GtkStatusIcon" id="status_icon">
543 <property name="has_tooltip">True</property>
544 <property name="tooltip_text">Magicicada</property>
545 <property name="title">Magicicada</property>
546 <signal name="activate" handler="on_status_icon_activate"/>
547 </object>
548 <object class="GtkAboutDialog" id="about_dialog">
549 <property name="border_width">5</property>
550 <property name="type_hint">normal</property>
551 <property name="has_separator">False</property>
552 <property name="program_name">Magicicada</property>
553 <property name="copyright" translatable="yes">Copyright 2010 Chicharreros
554Copyright 2010 Natalia Bidart &lt;natalia.bidart@gmail.com&gt;
555Copyright 2010 Facundo Batista &lt;facundo@taniquetil.com.ar&gt;</property>
556 <property name="website">http://launchpad.net/magicicada</property>
557 <property name="license" translatable="yes">GNU General Public License
558
559This program is free software: you can redistribute it and/or modify it
560under the terms of the GNU General Public License version 3, as published
561by the Free Software Foundation.
562
563This program is distributed in the hope that it will be useful, but
564WITHOUT ANY WARRANTY; without even the implied warranties of
565MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
566PURPOSE. See the GNU General Public License for more details.
567
568You should have received a copy of the GNU General Public License along
569with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>
570 <property name="authors">Natalia Bidart &lt;natalia.bidart@gmail.com&gt;
571Facundo Batista &lt;facundo@taniquetil.com.ar&gt;</property>
572 <child internal-child="vbox">
573 <object class="GtkVBox" id="dialog-vbox1">
574 <property name="visible">True</property>
575 <property name="spacing">2</property>
576 <child>
577 <placeholder/>
578 </child>
579 <child internal-child="action_area">
580 <object class="GtkHButtonBox" id="dialog-action_area1">
581 <property name="visible">True</property>
582 <property name="layout_style">end</property>
583 </object>
584 <packing>
585 <property name="expand">False</property>
586 <property name="pack_type">end</property>
587 <property name="position">0</property>
588 </packing>
589 </child>
590 </object>
591 </child>
592 </object>
593 <object class="GtkDialog" id="folders_dialog">
594 <property name="width_request">600</property>
595 <property name="height_request">300</property>
596 <property name="border_width">5</property>
597 <property name="title" translatable="yes">Folders</property>
598 <property name="modal">True</property>
599 <property name="window_position">center</property>
600 <property name="type_hint">normal</property>
601 <property name="skip_taskbar_hint">True</property>
602 <property name="has_separator">False</property>
603 <child internal-child="vbox">
604 <object class="GtkVBox" id="dialog-vbox2">
605 <property name="visible">True</property>
606 <property name="spacing">2</property>
607 <child>
608 <object class="GtkScrolledWindow" id="scrolledwindow3">
609 <property name="visible">True</property>
610 <property name="can_focus">True</property>
611 <property name="hscrollbar_policy">automatic</property>
612 <child>
613 <object class="GtkTreeView" id="folders_view">
614 <property name="visible">True</property>
615 <property name="can_focus">True</property>
616 <property name="model">folders_store</property>
617 <property name="headers_clickable">False</property>
618 <property name="rules_hint">True</property>
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: