Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • trisquel/package-helpers
  • aklis/package-helpers
  • leny2010/package-helpers
  • fr33domlover/package-helpers
  • Legimet/package-helpers
  • ralphtheninja/package-helpers
  • damo22/package-helpers
  • wherrfrye/package-helpers
  • habs/package-helpers
  • pehjota/package-helpers
  • kpengboy/package-helpers
  • alvaro/package-helpers
  • salman/package-helpers
  • pabloyoyoista/package-helpers
  • mixalis/package-helpers
  • jorgesumle/package-helpers
  • a_slacker_here/package-helpers
  • chaosmonk/package-helpers
  • Beformed/package-helpers
  • dknight/package-helpers
  • proninyaroslav/package-helpers
  • adfeno/package-helpers
  • snd/package-helpers
  • davidpgil/package-helpers
  • diopon/package-helpers
  • ruben/package-helpers
  • bandali/package-helpers
  • joshaspinall/package-helpers
  • GNUtoo/package-helpers
  • Ark74/package-helpers
  • dragestil/package-helpers
  • bill-auger/package-helpers
  • andi89gi/package-helpers
  • Fikar/package-helpers
  • davidl/package-helpers
  • jas/package-helpers
  • parodper/package-helpers
  • David_Hedlund/package-helpers
  • dinomug/package-helpers
  • bf/package-helpers
  • hartkemd/package-helpers
  • del111/package-helpers
  • jxself/package-helpers
  • JacobK/package-helpers
44 results
Show changes
Showing
with 1611 additions and 8 deletions
diff -Nru debian-installer-20210731+deb11u8+11.0trisquel13/build/config/amd64.cfg debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/amd64.cfg
--- debian-installer-20210731+deb11u8+11.0trisquel13/build/config/amd64.cfg 2023-05-12 13:48:56.045639664 -0600
+++ debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/amd64.cfg 2023-05-12 14:00:23.091630526 -0600
@@ -1,4 +1,4 @@
-MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media
+MEDIUM_SUPPORTED = cdrom netboot
MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.
diff -Nru debian-installer-20210731+deb11u8+11.0trisquel13/build/config/arm64.cfg debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/arm64.cfg
--- debian-installer-20210731+deb11u8+11.0trisquel13/build/config/arm64.cfg 2023-05-12 13:48:56.073639701 -0600
+++ debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/arm64.cfg 2023-05-12 14:00:45.351718688 -0600
@@ -1,4 +1,4 @@
-MEDIUM_SUPPORTED = cdrom netboot netboot-gtk device-tree u-boot
+MEDIUM_SUPPORTED = cdrom netboot device-tree u-boot
KERNELMAJOR = 2.6
# The version of the kernel to use.
diff -Nru debian-installer-20210731+deb11u8+11.0trisquel13/build/config/armhf.cfg debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/armhf.cfg
--- debian-installer-20210731+deb11u8+11.0trisquel13/build/config/armhf.cfg 2023-05-12 13:48:59.157643670 -0600
+++ debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/armhf.cfg 2023-05-12 14:01:10.243818298 -0600
@@ -1,4 +1,4 @@
-MEDIUM_SUPPORTED = hd-media netboot network-console netboot-gtk device-tree u-boot cdrom
+MEDIUM_SUPPORTED = netboot device-tree u-boot cdrom
MKLIBS = mklibs-copy --ldlib=/lib/ld-linux-armhf.so.3
diff -Nru debian-installer-20210731+deb11u8+11.0trisquel13/build/config/i386.cfg debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/i386.cfg
--- debian-installer-20210731+deb11u8+11.0trisquel13/build/config/i386.cfg 2023-01-08 16:22:52.000000000 -0600
+++ debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/i386.cfg 2023-05-12 13:59:51.799508139 -0600
@@ -1,4 +1,4 @@
-MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media
+MEDIUM_SUPPORTED = cdrom netboot
MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.
diff -Nru source/build/Makefile source_no_proposed/build/Makefile
--- source/build/Makefile 2022-10-20 08:22:18.334230755 -0500
+++ source_no_proposed/build/Makefile 2022-10-20 08:25:19.346634640 -0500
@@ -636,7 +636,7 @@
echo "deb $(MIRROR) unreleased $(UDEB_COMPONENTS)"; \
fi \
else \
- gen-sources.list.udeb "$(SYSTEM_SOURCES_LIST)" $(USE_UDEBS_FROM) $(UDEB_COMPONENTS) $(USE_PROPOSED_UPDATES); \
+ gen-sources.list.udeb "$(SYSTEM_SOURCES_LIST)" $(USE_UDEBS_FROM) $(UDEB_COMPONENTS); \
if [ "$(USE_UNRELEASED)" = 1 ]; then \
gen-sources.list.udeb "$(SYSTEM_SOURCES_LIST)" unreleased $(UDEB_COMPONENTS); \
fi \
@@ -648,10 +648,6 @@
echo "Using generated $@:"; \
sed -n "/^[^#]/ s/^/ /p" $@; \
fi
- @if [ "$(USE_PROPOSED_UPDATES)" = 1 ] && ! grep -q proposed-updates $@; then \
- echo "ERROR: no valid source for $(USE_UDEBS_FROM)-proposed-updates"; \
- exit 1; \
- fi
# Font generation.
#
diff -Nru source/build/util/gen-sources.list.udeb source_no_proposed/build/util/gen-sources.list.udeb
--- source/build/util/gen-sources.list.udeb 2022-09-06 15:55:12.000000000 -0500
+++ source_no_proposed/build/util/gen-sources.list.udeb 2022-10-20 08:26:32.538801725 -0500
@@ -8,7 +8,6 @@
SOURCES_LIST=$1
SUITE=$2
UDEB_COMPONENTS=$3
-USE_PROPOSED_UPDATES=$4 # optional
# Set to 1 or 2 to see increasing debug info about mirror tests
# Use 0 for quiet (normal) operation
@@ -84,16 +83,8 @@
else
echo "WARNING: mirror '$tmirror' appears to be invalid; skipping" >&2
fi
- if [ "$USE_PROPOSED_UPDATES" = 1 ] &&
- test_url $tmirror/dists/$SUITE-proposed-updates/Release; then
- echo "$mirror $SUITE-proposed-updates $UDEB_COMPONENTS"
- echo "INFO: using '$tmirror' for $SUITE-proposed-updates" >&2
- fi
else
echo "$mirror $SUITE $UDEB_COMPONENTS"
- if [ "$USE_PROPOSED_UPDATES" = 1 ]; then
- echo "$mirror $SUITE-proposed-updates $UDEB_COMPONENTS"
- fi
fi
done | perl -ne 'print unless $seen{$_}; $seen{$_}=1'
diff -Nru source/debian/rules source_no_proposed/debian/rules
--- source/debian/rules 2022-10-20 08:22:18.318230720 -0500
+++ source_no_proposed/debian/rules 2022-10-20 08:26:53.702850378 -0500
@@ -13,7 +13,6 @@
BOOTMENU_BEEP=n
else
USE_UDEBS_FROM=aramo
-USE_PROPOSED_UPDATES=1
TRANSSTATUS=translation-status
BOOTMENU_BEEP=y
endif
helpers/DATA/debian-installer/splash.png

8.57 KiB

File deleted
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
id="Layer_1"
x="0px"
y="0px"
width="640"
height="480"
viewBox="0 0 640 480"
enable-background="new 0 0 640 480"
xml:space="preserve"
sodipodi:docname="splash.svg"
inkscape:version="1.2.1 (1:1.2.1+202210291243+9c6d41e410)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><g
id="g1420"
transform="translate(-592.34003,499.62)"><rect
style="opacity:1;fill:#000000;stroke:none;stroke-width:6;stop-color:#000000"
id="rect935"
width="640"
height="480"
x="592.34003"
y="-499.62" /><g
style="display:inline"
id="g933"
transform="matrix(0.3888081,0,0,0.3888081,693.82056,-405.90985)"><g
id="layer3"
inkscape:label="sub shadow"
style="display:inline"><g
style="display:inline;opacity:1"
id="g2619"
transform="matrix(2.7470009,0,0,2.7470009,-1211.6734,-1814.5553)"><path
transform="matrix(1.1598621,0,0,1.1598621,-81.753709,-227.91435)"
d="m 537.69118,810.23014 c 0.47886,0 0.93113,-0.0532 1.3568,-0.15963 0.43629,-0.10641 0.87791,-0.23943 1.32487,-0.39905 v 3.62344 c -0.4576,0.23412 -1.02692,0.42566 -1.70797,0.57465 -0.67042,0.15962 -1.40469,0.23943 -2.2028,0.23943 -0.77684,0 -1.50046,-0.0904 -2.17087,-0.27136 -0.67042,-0.18091 -1.25039,-0.49483 -1.73989,-0.94178 -0.48952,-0.45758 -0.87794,-1.06415 -1.16525,-1.8197 -0.27669,-0.76619 -0.41503,-1.72393 -0.41502,-2.87322 v -8.60368 h -2.3305 v -2.05914 l 2.68167,-1.62816 1.40468,-3.76711 h 3.11265 v 3.79903 h 4.34175 v 3.65538 h -4.34175 v 8.60368 c 0,0.69171 0.17026,1.2025 0.5108,1.53239 0.34052,0.32989 0.78746,0.49483 1.34083,0.49483 m 15.59518,-14.62148 c 0.12769,10e-6 0.26603,0.005 0.41502,0.016 0.15962,2e-5 0.3086,0.0107 0.44695,0.0319 0.14897,0.0107 0.28199,0.0266 0.39906,0.0479 0.12768,0.0107 0.22346,0.0266 0.28732,0.0479 v 4.56522 c -0.0851,-0.0213 -0.2022,-0.0426 -0.35117,-0.0639 -0.149,-0.0213 -0.30862,-0.0372 -0.47887,-0.0479 -0.15964,-0.0213 -0.31926,-0.0319 -0.47887,-0.0319 -0.15964,-0.0106 -0.29265,-0.016 -0.39906,-0.016 -0.62786,10e-6 -1.20782,0.0798 -1.73989,0.23943 -0.52145,0.15964 -0.97371,0.42035 -1.3568,0.78215 -0.37246,0.35119 -0.6651,0.81942 -0.87793,1.40469 -0.20219,0.57465 -0.30329,1.28231 -0.30328,2.12299 v 9.08255 h -4.86851 v -17.84587 h 3.6873 l 0.7183,2.68167 h 0.23944 c 0.25539,-0.45757 0.53207,-0.87259 0.83004,-1.24506 0.29795,-0.37243 0.62784,-0.68636 0.98966,-0.94177 0.37245,-0.26602 0.78747,-0.46821 1.24506,-0.60657 0.46822,-0.14896 1.0003,-0.22346 1.59623,-0.22347 m 4.661,-4.2779 c 0,-0.45757 0.0692,-0.83534 0.20751,-1.13333 0.13834,-0.30858 0.32457,-0.55333 0.55868,-0.73427 0.24475,-0.19152 0.52675,-0.32454 0.846,-0.39905 0.32989,-0.0745 0.67574,-0.11171 1.03756,-0.11174 0.3618,3e-5 0.70233,0.0373 1.02158,0.11174 0.31924,0.0745 0.59592,0.20753 0.83004,0.39905 0.24475,0.18094 0.4363,0.42569 0.57465,0.73427 0.14897,0.29799 0.22346,0.67576 0.22347,1.13333 -10e-6,0.44696 -0.0745,0.82474 -0.22347,1.13332 -0.13835,0.30863 -0.3299,0.5587 -0.57465,0.75023 -0.23412,0.18093 -0.5108,0.31394 -0.83004,0.39906 -0.31925,0.0745 -0.65978,0.11175 -1.02158,0.11173 -0.36182,2e-5 -0.70767,-0.0372 -1.03756,-0.11173 -0.31925,-0.0851 -0.60125,-0.21813 -0.846,-0.39906 -0.23411,-0.19153 -0.42034,-0.4416 -0.55868,-0.75023 -0.13834,-0.30858 -0.20751,-0.68636 -0.20751,-1.13332 m 5.07602,22.45897 h -4.86851 v -17.84587 h 4.86851 v 17.84587 m 16.9839,-5.29948 c -1e-5,0.93646 -0.17028,1.75585 -0.51079,2.45819 -0.34055,0.70235 -0.82474,1.28763 -1.45257,1.75586 -0.62787,0.46822 -1.38874,0.8194 -2.28261,1.05351 -0.8939,0.23411 -1.89421,0.35117 -3.00092,0.35117 -0.58529,0 -1.12801,-0.0213 -1.62816,-0.0639 -0.50015,-0.0319 -0.9737,-0.0904 -1.42064,-0.17558 -0.44695,-0.0851 -0.87793,-0.19155 -1.29295,-0.31925 -0.41502,-0.1277 -0.83536,-0.28732 -1.26102,-0.47887 v -4.0225 c 0.44694,0.22347 0.91517,0.42566 1.40468,0.60656 0.50015,0.18091 0.99498,0.34054 1.4845,0.47887 0.4895,0.12771 0.96305,0.2288 1.42064,0.30329 0.46822,0.0745 0.89921,0.11174 1.29295,0.11173 0.4363,10e-6 0.80875,-0.0372 1.11736,-0.11173 0.3086,-0.0851 0.55867,-0.19687 0.75023,-0.33521 0.20218,-0.14898 0.34584,-0.31924 0.43098,-0.5108 0.0958,-0.20218 0.14366,-0.41501 0.14366,-0.63849 0,-0.22347 -0.0372,-0.42033 -0.11173,-0.5906 -0.0639,-0.1809 -0.21816,-0.36713 -0.46291,-0.55868 -0.24476,-0.20219 -0.60658,-0.42566 -1.08544,-0.67042 -0.46823,-0.25539 -1.1014,-0.564 -1.89951,-0.92582 -0.77684,-0.35116 -1.45258,-0.69701 -2.02722,-1.03755 -0.564,-0.35116 -1.03223,-0.73957 -1.40468,-1.16525 -0.36181,-0.42565 -0.63317,-0.90984 -0.81408,-1.45257 -0.18091,-0.55334 -0.27136,-1.2078 -0.27136,-1.96336 0,-0.83003 0.15962,-1.55365 0.47887,-2.17088 0.31925,-0.62783 0.77151,-1.14927 1.3568,-1.5643 0.58528,-0.41501 1.28762,-0.72361 2.10703,-0.92582 0.83003,-0.21281 1.75052,-0.31923 2.76148,-0.31924 1.06414,10e-6 2.07509,0.12239 3.03284,0.36713 0.95772,0.24477 1.94206,0.61191 2.95302,1.1014 l -1.46853,3.44786 c -0.80877,-0.38308 -1.58028,-0.69701 -2.31453,-0.94178 -0.73428,-0.24474 -1.46855,-0.36712 -2.2028,-0.36713 -0.65979,10e-6 -1.13866,0.11707 -1.43661,0.35117 -0.28733,0.23413 -0.43099,0.55337 -0.43099,0.95774 0,0.21284 0.0372,0.40439 0.11174,0.57464 0.0745,0.15964 0.22347,0.3299 0.44695,0.5108 0.22346,0.17027 0.53739,0.36182 0.94177,0.57464 0.40437,0.2022 0.93113,0.45228 1.58027,0.75023 0.75554,0.3299 1.4366,0.65979 2.04318,0.98966 0.60655,0.31926 1.12799,0.68639 1.56431,1.1014 0.43628,0.41503 0.77149,0.89922 1.00562,1.45257 0.2341,0.55337 0.35116,1.22379 0.35117,2.01126 m 10.87034,1.80374 c 0.58527,0 1.07478,-0.0958 1.46853,-0.28732 0.40437,-0.20219 0.72893,-0.50015 0.9737,-0.89389 0.24474,-0.39374 0.42565,-0.88857 0.54272,-1.4845 0.11704,-0.60656 0.18089,-1.3089 0.19155,-2.10703 v -0.5906 c -10e-6,-0.86196 -0.0532,-1.62815 -0.15963,-2.29857 -0.0958,-0.67041 -0.27137,-1.22909 -0.52675,-1.67605 -0.24477,-0.45757 -0.57466,-0.80342 -0.98967,-1.03755 -0.40438,-0.2341 -0.91518,-0.35116 -1.53238,-0.35117 -1.02159,10e-6 -1.77182,0.46292 -2.25068,1.38872 -0.47888,0.91519 -0.71831,2.2507 -0.71831,4.00654 0,1.78779 0.23943,3.1233 0.71831,4.00654 0.4895,0.88326 1.25037,1.32488 2.28261,1.32488 m -1.80374,3.81499 c -0.92583,0 -1.76651,-0.19687 -2.52205,-0.59061 -0.75555,-0.39373 -1.40469,-0.9737 -1.9474,-1.73989 -0.54272,-0.77683 -0.96307,-1.73989 -1.26103,-2.88918 -0.29796,-1.14928 -0.44694,-2.47947 -0.44694,-3.99058 0,-1.52173 0.14898,-2.85724 0.44694,-4.00654 0.30861,-1.15991 0.73959,-2.12829 1.29295,-2.90514 0.564,-0.78746 1.23442,-1.37806 2.01125,-1.77182 0.77683,-0.40436 1.63347,-0.60655 2.56994,-0.60656 0.59591,10e-6 1.13331,0.0692 1.61219,0.20751 0.47886,0.12771 0.90984,0.31394 1.29295,0.55868 0.39372,0.23413 0.73957,0.51081 1.03755,0.83004 0.29795,0.30862 0.56399,0.64915 0.79811,1.02159 h 0.1277 l 0.3831,-2.28262 h 4.11828 v 25.69933 h -4.86851 v -7.48632 c -1e-5,-0.20219 0.0106,-0.45227 0.0319,-0.75023 0.0319,-0.30861 0.0585,-0.60657 0.0798,-0.89389 0.0319,-0.34053 0.0638,-0.68638 0.0958,-1.03755 h -0.20751 c -0.21284,0.36181 -0.46292,0.70766 -0.75023,1.03755 -0.28733,0.31925 -0.62254,0.59593 -1.00563,0.83004 -0.37246,0.23411 -0.79812,0.42034 -1.27698,0.55868 -0.47888,0.13834 -1.01628,0.20751 -1.61219,0.20751 m 26.27397,-0.31925 -0.65445,-2.28261 h -0.2554 c -0.26605,0.45759 -0.5853,0.85133 -0.95774,1.18121 -0.36182,0.31925 -0.76088,0.58529 -1.19717,0.79812 -0.43632,0.21283 -0.89922,0.36713 -1.38873,0.46291 -0.48952,0.10641 -0.98967,0.15962 -1.50045,0.15962 -0.87262,0 -1.66541,-0.12238 -2.37839,-0.36713 -0.71299,-0.2554 -1.32488,-0.64914 -1.83566,-1.18121 -0.5108,-0.53208 -0.90454,-1.20782 -1.18122,-2.02722 -0.27668,-0.81939 -0.41502,-1.80374 -0.41502,-2.95303 v -11.63653 h 4.86851 v 10.4234 c -1e-5,1.28763 0.19154,2.25601 0.57464,2.90514 0.39373,0.6385 1.01626,0.95774 1.86759,0.95774 0.63849,0 1.17056,-0.1277 1.59624,-0.3831 0.42565,-0.25539 0.76085,-0.63317 1.00562,-1.13332 0.25539,-0.50015 0.43629,-1.11736 0.54272,-1.85163 0.1064,-0.73426 0.15961,-1.57494 0.15962,-2.52205 v -8.39618 h 4.86851 v 17.84587 h -3.71922 m 16.04213,-14.71725 c -0.86198,10e-6 -1.58028,0.3033 -2.15492,0.90985 -0.564,0.60658 -0.88857,1.559 -0.9737,2.85726 h 6.20934 c -0.0106,-0.54271 -0.0798,-1.04286 -0.20751,-1.50046 -0.12771,-0.45758 -0.31925,-0.85131 -0.57464,-1.18121 -0.25541,-0.34052 -0.57465,-0.60656 -0.95774,-0.79812 -0.3831,-0.19153 -0.83005,-0.28731 -1.34083,-0.28732 m 0.62253,15.0365 c -1.277,0 -2.45289,-0.18623 -3.52767,-0.55868 -1.07481,-0.37245 -2.00062,-0.93113 -2.77745,-1.67604 -0.77683,-0.75555 -1.3834,-1.70265 -1.8197,-2.8413 -0.42566,-1.14928 -0.6385,-2.49543 -0.63849,-4.03846 -10e-6,-1.5643 0.19686,-2.93174 0.5906,-4.10232 0.39374,-1.17055 0.94178,-2.14425 1.64412,-2.9211 0.71298,-0.78746 1.5643,-1.37806 2.55397,-1.77182 1.0003,-0.39372 2.10702,-0.59059 3.32016,-0.5906 1.1812,10e-6 2.24536,0.18092 3.19247,0.54272 0.95772,0.35118 1.76648,0.87262 2.42627,1.5643 0.6704,0.69172 1.18119,1.54304 1.53238,2.55397 0.3618,1.00032 0.5427,2.14961 0.54272,3.44786 v 2.36243 h -10.8863 c 0.0213,0.68106 0.12769,1.29827 0.31925,1.85162 0.20218,0.54273 0.47886,1.00563 0.83004,1.38873 0.3618,0.37245 0.79278,0.65978 1.29294,0.86196 0.51079,0.20219 1.09075,0.30329 1.7399,0.30328 0.5427,10e-6 1.0535,-0.0266 1.53238,-0.0798 0.4895,-0.0638 0.96305,-0.1543 1.42064,-0.27136 0.45758,-0.11705 0.90984,-0.26071 1.3568,-0.43098 0.44693,-0.1809 0.90452,-0.38841 1.37276,-0.62253 v 3.76711 c -0.42568,0.22347 -0.85666,0.41502 -1.29295,0.57464 -0.42567,0.14898 -0.87794,0.27668 -1.35679,0.3831 -0.47889,0.10641 -0.995,0.1809 -1.54835,0.22347 -0.55337,0.0532 -1.15994,0.0798 -1.8197,0.0798 m 16.05808,-0.31925 h -4.8685 v -24.83736 h 4.8685 v 24.83736"
style="font-style:normal;font-weight:normal;font-size:32.6908px;font-family:'Bitstream Vera Sans';display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3939)"
id="path3579" /><path
transform="matrix(1.1598621,0,0,1.1598621,-81.753709,-227.91435)"
d="m 667.92772,795.97579 v 2.64974 l -2.60186,0.81408 c 0.21282,0.36183 0.3618,0.7396 0.44694,1.13333 0.0851,0.3831 0.12769,0.79812 0.1277,1.24506 -10e-6,0.90454 -0.14367,1.73458 -0.43098,2.49012 -0.28734,0.74492 -0.713,1.38341 -1.27698,1.91548 -0.56402,0.53208 -1.27168,0.9471 -2.12299,1.24506 -0.85134,0.28732 -1.841,0.43099 -2.96899,0.43098 -0.24477,10e-6 -0.51081,-0.0106 -0.79812,-0.0319 -0.28733,-0.0319 -0.50016,-0.0638 -0.63849,-0.0958 -0.21284,0.18091 -0.3831,0.37246 -0.5108,0.57464 -0.11706,0.19156 -0.17559,0.42567 -0.17558,0.70235 -10e-6,0.22347 0.0692,0.40438 0.20751,0.54271 0.13833,0.12771 0.31924,0.23412 0.54272,0.31925 0.22346,0.0745 0.48418,0.1277 0.78215,0.15962 0.29796,0.0213 0.60656,0.0319 0.92582,0.0319 h 2.77744 c 0.86195,0 1.63346,0.1011 2.31453,0.30328 0.68105,0.19155 1.25569,0.48952 1.72393,0.89389 0.47886,0.40438 0.84599,0.9205 1.1014,1.54835 0.25538,0.61721 0.38308,1.35679 0.3831,2.21876 -2e-5,1.01094 -0.20221,1.92079 -0.60657,2.72956 -0.40439,0.81939 -1.01096,1.51109 -1.8197,2.0751 -0.79813,0.57463 -1.79312,1.01094 -2.98496,1.30891 -1.19186,0.30859 -2.56994,0.4629 -4.13424,0.4629 -1.21314,0 -2.27197,-0.11706 -3.1765,-0.35117 -0.90453,-0.22348 -1.66008,-0.55336 -2.26665,-0.98966 -0.60656,-0.42567 -1.06415,-0.94178 -1.37275,-1.54835 -0.29797,-0.60657 -0.44695,-1.29295 -0.44695,-2.05913 0,-0.64914 0.11174,-1.21314 0.33521,-1.69201 0.22347,-0.47887 0.52143,-0.88857 0.89389,-1.2291 0.37245,-0.34053 0.79279,-0.61721 1.26102,-0.83004 0.47887,-0.21283 0.96838,-0.37777 1.46854,-0.49483 -0.22348,-0.0958 -0.44695,-0.22879 -0.67042,-0.39906 -0.21284,-0.17026 -0.4097,-0.36713 -0.59061,-0.5906 -0.17027,-0.22347 -0.31393,-0.46823 -0.43098,-0.73427 -0.10642,-0.27668 -0.15963,-0.564 -0.15962,-0.86197 -1e-5,-0.34052 0.0479,-0.64913 0.14366,-0.92581 0.10641,-0.27668 0.25539,-0.53207 0.44694,-0.76619 0.19155,-0.24475 0.43098,-0.47354 0.71831,-0.68638 0.28731,-0.21283 0.61188,-0.43098 0.9737,-0.65446 -0.93646,-0.40437 -1.68137,-1.0535 -2.23473,-1.9474 -0.54272,-0.89388 -0.81408,-1.94739 -0.81407,-3.16054 -10e-6,-0.95772 0.14898,-1.81437 0.44694,-2.56993 0.29796,-0.75553 0.73426,-1.39403 1.30891,-1.91548 0.57464,-0.53206 1.28762,-0.93644 2.13895,-1.21313 0.85132,-0.27667 1.83034,-0.41501 2.93707,-0.41502 0.21282,1e-5 0.45225,0.016 0.7183,0.0479 0.26603,0.0213 0.52675,0.0532 0.78215,0.0958 0.26603,0.0319 0.51079,0.0692 0.73427,0.11173 0.22346,0.0426 0.39905,0.0798 0.52676,0.11174 h 6.06568 m -12.76986,20.33599 c 0,0.26604 0.0532,0.52143 0.15963,0.76619 0.11705,0.25539 0.30328,0.47887 0.55868,0.67042 0.25539,0.19154 0.5906,0.34052 1.00562,0.44694 0.41502,0.11706 0.92581,0.17558 1.53239,0.17559 1.66007,-1e-5 2.91045,-0.23412 3.75114,-0.70234 0.84067,-0.46823 1.26101,-1.09609 1.26102,-1.88356 -10e-6,-0.67042 -0.26073,-1.11736 -0.78215,-1.34083 -0.52145,-0.22347 -1.3302,-0.33521 -2.42627,-0.33521 h -2.25069 c -0.28733,0 -0.59593,0.0319 -0.92581,0.0958 -0.3299,0.0745 -0.63318,0.19687 -0.90985,0.36714 -0.27669,0.17026 -0.5108,0.39373 -0.70235,0.67041 -0.18091,0.28732 -0.27136,0.64382 -0.27136,1.06948 m 1.75586,-14.52571 c -10e-6,0.96839 0.1809,1.71862 0.54272,2.25069 0.3618,0.53209 0.90984,0.79812 1.64412,0.79811 0.76618,10e-6 1.31954,-0.26602 1.66008,-0.79811 0.34052,-0.53207 0.51078,-1.2823 0.51079,-2.25069 -10e-6,-0.95772 -0.17027,-1.71859 -0.51079,-2.28261 -0.3299,-0.56399 -0.88326,-0.84599 -1.66008,-0.846 -1.4579,10e-6 -2.18685,1.04288 -2.18684,3.12861 m 29.80164,12.00366 h -4.8685 v -10.42339 c -10e-6,-1.28761 -0.19688,-2.25067 -0.59061,-2.88918 -0.3831,-0.64912 -1.00031,-0.97368 -1.85163,-0.9737 -0.6385,2e-5 -1.17058,0.12771 -1.59623,0.3831 -0.42567,0.25541 -0.7662,0.63318 -1.02159,1.13332 -0.24476,0.50017 -0.42034,1.11738 -0.52675,1.85163 -0.10642,0.73428 -0.15963,1.57496 -0.15963,2.52205 v 8.39617 h -4.8685 V 795.9439 h 3.71922 l 0.65445,2.28262 h 0.27136 c 0.25539,-0.45757 0.564,-0.85131 0.92582,-1.18122 0.37244,-0.32987 0.77682,-0.60123 1.21313,-0.81407 0.4363,-0.21282 0.8992,-0.36712 1.38872,-0.46291 0.4895,-0.1064 0.98966,-0.15961 1.50046,-0.15962 0.8726,10e-6 1.66539,0.12771 2.37839,0.38309 0.71297,0.24477 1.32485,0.63319 1.83566,1.16525 0.51078,0.53209 0.90452,1.21315 1.18121,2.04318 0.27667,0.81941 0.41501,1.80375 0.41502,2.95303 v 11.63652 m 16.68062,0 -0.65446,-2.28261 h -0.2554 c -0.26605,0.45759 -0.58529,0.85133 -0.95773,1.18121 -0.36183,0.31925 -0.76089,0.58529 -1.19718,0.79812 -0.43631,0.21283 -0.89922,0.36713 -1.38872,0.46291 -0.48952,0.10641 -0.98967,0.15962 -1.50046,0.15962 -0.87261,0 -1.66541,-0.12238 -2.37838,-0.36713 -0.71299,-0.2554 -1.32488,-0.64914 -1.83567,-1.18121 -0.5108,-0.53208 -0.90453,-1.20782 -1.18121,-2.02722 -0.27668,-0.81939 -0.41502,-1.80374 -0.41502,-2.95303 V 795.9439 h 4.86851 v 10.4234 c -10e-6,1.28763 0.19154,2.25601 0.57464,2.90514 0.39373,0.6385 1.01626,0.95774 1.86759,0.95774 0.63848,0 1.17056,-0.1277 1.59623,-0.3831 0.42565,-0.25539 0.76086,-0.63317 1.00563,-1.13332 0.25538,-0.50015 0.43629,-1.11736 0.54272,-1.85163 0.1064,-0.73426 0.15961,-1.57494 0.15962,-2.52205 v -8.39618 h 4.86851 v 17.84587 h -3.71922 m 11.95578,0 h -2.90514 v -24.83736 h 2.90514 v 24.83736 m 8.49194,0 h -2.90514 v -17.52662 h 2.90514 v 17.52662 m -3.12861,-22.26743 c 0,-0.63847 0.15962,-1.10137 0.47887,-1.38872 0.32988,-0.2873 0.73426,-0.43096 1.21313,-0.43098 0.23411,2e-5 0.45226,0.0373 0.65446,0.11174 0.21282,0.0639 0.39373,0.17028 0.54272,0.31924 0.15961,0.14901 0.28199,0.34055 0.36713,0.57465 0.0958,0.22349 0.14366,0.49485 0.14366,0.81407 0,0.61723 -0.17027,1.08014 -0.51079,1.38872 -0.3299,0.29799 -0.72895,0.44697 -1.19718,0.44695 -0.47887,2e-5 -0.88325,-0.14896 -1.21313,-0.44695 -0.31925,-0.29794 -0.47887,-0.76084 -0.47887,-1.38872 m 19.66558,22.26743 v -11.28535 c -2e-5,-1.38339 -0.28202,-2.42094 -0.84601,-3.11265 -0.55337,-0.69169 -1.42597,-1.03754 -2.61781,-1.03756 -0.86198,2e-5 -1.5856,0.13836 -2.17088,0.41502 -0.58529,0.2767 -1.05884,0.6864 -1.42065,1.2291 -0.35117,0.54274 -0.60657,1.20783 -0.76619,1.99529 -0.14898,0.78749 -0.22348,1.69202 -0.22347,2.7136 v 9.08255 h -2.90514 v -17.52662 h 2.36242 l 0.41502,2.36242 h 0.15963 c 0.26603,-0.45757 0.57995,-0.8513 0.94177,-1.18121 0.37245,-0.34051 0.77683,-0.62251 1.21314,-0.846 0.43629,-0.22346 0.8992,-0.3884 1.38872,-0.49483 0.4895,-0.1064 0.98965,-0.15961 1.50046,-0.15963 1.94739,2e-5 3.4106,0.51082 4.38963,1.53239 0.98965,1.01096 1.48448,2.63379 1.4845,4.8685 v 11.44498 h -2.90514 m 19.68153,0 -0.43099,-2.34646 h -0.15962 c -0.26605,0.45759 -0.5853,0.85665 -0.95774,1.19718 -0.36182,0.32989 -0.76088,0.60657 -1.19717,0.83004 -0.43632,0.21283 -0.89922,0.37245 -1.38872,0.47887 -0.48952,0.10641 -0.98968,0.15962 -1.50046,0.15962 -0.96839,0 -1.81971,-0.12238 -2.55397,-0.36713 -0.73427,-0.24476 -1.34616,-0.62785 -1.83567,-1.14929 -0.48951,-0.52143 -0.86197,-1.18653 -1.11736,-1.99529 -0.24476,-0.80875 -0.36714,-1.77181 -0.36713,-2.88918 v -11.44498 h 2.90514 v 11.28536 c -1e-5,1.3834 0.28199,2.42095 0.846,3.11265 0.564,0.6917 1.4366,1.03755 2.61782,1.03755 0.86196,0 1.58558,-0.13834 2.17088,-0.41502 0.58527,-0.27668 1.0535,-0.68106 1.40468,-1.21314 0.3618,-0.54271 0.6172,-1.20781 0.76619,-1.99529 0.15961,-0.78746 0.23942,-1.69199 0.23944,-2.71359 v -9.09852 h 2.90514 v 17.52662 h -2.34646 m 11.66846,-8.98678 -5.6347,-8.53984 h 3.3042 l 3.99058,6.54455 3.99058,-6.54455 h 3.3042 l -5.66663,8.53984 5.95395,8.98678 h -3.3042 l -4.2779,-6.95957 -4.30983,6.95957 h -3.3042 l 5.95395,-8.98678"
style="font-style:normal;font-weight:normal;font-size:32.6908px;font-family:'Bitstream Vera Sans';display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3935)"
id="path2537" /></g></g><g
id="layer2"
inkscape:label="shadow"
style="display:inline"><path
transform="matrix(3.1861422,0,0,3.1861422,-1436.2509,-2440.6362)"
d="m 537.69118,810.23014 c 0.47886,0 0.93113,-0.0532 1.3568,-0.15963 0.43629,-0.10641 0.87791,-0.23943 1.32487,-0.39905 v 3.62344 c -0.4576,0.23412 -1.02692,0.42566 -1.70797,0.57465 -0.67042,0.15962 -1.40469,0.23943 -2.2028,0.23943 -0.77684,0 -1.50046,-0.0904 -2.17087,-0.27136 -0.67042,-0.18091 -1.25039,-0.49483 -1.73989,-0.94178 -0.48952,-0.45758 -0.87794,-1.06415 -1.16525,-1.8197 -0.27669,-0.76619 -0.41503,-1.72393 -0.41502,-2.87322 v -8.60368 h -2.3305 v -2.05914 l 2.68167,-1.62816 1.40468,-3.76711 h 3.11265 v 3.79903 h 4.34175 v 3.65538 h -4.34175 v 8.60368 c 0,0.69171 0.17026,1.2025 0.5108,1.53239 0.34052,0.32989 0.78746,0.49483 1.34083,0.49483 m 15.59518,-14.62148 c 0.12769,10e-6 0.26603,0.005 0.41502,0.016 0.15962,2e-5 0.3086,0.0107 0.44695,0.0319 0.14897,0.0107 0.28199,0.0266 0.39906,0.0479 0.12768,0.0107 0.22346,0.0266 0.28732,0.0479 v 4.56522 c -0.0851,-0.0213 -0.2022,-0.0426 -0.35117,-0.0639 -0.149,-0.0213 -0.30862,-0.0372 -0.47887,-0.0479 -0.15964,-0.0213 -0.31926,-0.0319 -0.47887,-0.0319 -0.15964,-0.0106 -0.29265,-0.016 -0.39906,-0.016 -0.62786,10e-6 -1.20782,0.0798 -1.73989,0.23943 -0.52145,0.15964 -0.97371,0.42035 -1.3568,0.78215 -0.37246,0.35119 -0.6651,0.81942 -0.87793,1.40469 -0.20219,0.57465 -0.30329,1.28231 -0.30328,2.12299 v 9.08255 h -4.86851 v -17.84587 h 3.6873 l 0.7183,2.68167 h 0.23944 c 0.25539,-0.45757 0.53207,-0.87259 0.83004,-1.24506 0.29795,-0.37243 0.62784,-0.68636 0.98966,-0.94177 0.37245,-0.26602 0.78747,-0.46821 1.24506,-0.60657 0.46822,-0.14896 1.0003,-0.22346 1.59623,-0.22347 m 4.661,-4.2779 c 0,-0.45757 0.0692,-0.83534 0.20751,-1.13333 0.13834,-0.30858 0.32457,-0.55333 0.55868,-0.73427 0.24475,-0.19152 0.52675,-0.32454 0.846,-0.39905 0.32989,-0.0745 0.67574,-0.11171 1.03756,-0.11174 0.3618,3e-5 0.70233,0.0373 1.02158,0.11174 0.31924,0.0745 0.59592,0.20753 0.83004,0.39905 0.24475,0.18094 0.4363,0.42569 0.57465,0.73427 0.14897,0.29799 0.22346,0.67576 0.22347,1.13333 -10e-6,0.44696 -0.0745,0.82474 -0.22347,1.13332 -0.13835,0.30863 -0.3299,0.5587 -0.57465,0.75023 -0.23412,0.18093 -0.5108,0.31394 -0.83004,0.39906 -0.31925,0.0745 -0.65978,0.11175 -1.02158,0.11173 -0.36182,2e-5 -0.70767,-0.0372 -1.03756,-0.11173 -0.31925,-0.0851 -0.60125,-0.21813 -0.846,-0.39906 -0.23411,-0.19153 -0.42034,-0.4416 -0.55868,-0.75023 -0.13834,-0.30858 -0.20751,-0.68636 -0.20751,-1.13332 m 5.07602,22.45897 h -4.86851 v -17.84587 h 4.86851 v 17.84587 m 16.9839,-5.29948 c -1e-5,0.93646 -0.17028,1.75585 -0.51079,2.45819 -0.34055,0.70235 -0.82474,1.28763 -1.45257,1.75586 -0.62787,0.46822 -1.38874,0.8194 -2.28261,1.05351 -0.8939,0.23411 -1.89421,0.35117 -3.00092,0.35117 -0.58529,0 -1.12801,-0.0213 -1.62816,-0.0639 -0.50015,-0.0319 -0.9737,-0.0904 -1.42064,-0.17558 -0.44695,-0.0851 -0.87793,-0.19155 -1.29295,-0.31925 -0.41502,-0.1277 -0.83536,-0.28732 -1.26102,-0.47887 v -4.0225 c 0.44694,0.22347 0.91517,0.42566 1.40468,0.60656 0.50015,0.18091 0.99498,0.34054 1.4845,0.47887 0.4895,0.12771 0.96305,0.2288 1.42064,0.30329 0.46822,0.0745 0.89921,0.11174 1.29295,0.11173 0.4363,10e-6 0.80875,-0.0372 1.11736,-0.11173 0.3086,-0.0851 0.55867,-0.19687 0.75023,-0.33521 0.20218,-0.14898 0.34584,-0.31924 0.43098,-0.5108 0.0958,-0.20218 0.14366,-0.41501 0.14366,-0.63849 0,-0.22347 -0.0372,-0.42033 -0.11173,-0.5906 -0.0639,-0.1809 -0.21816,-0.36713 -0.46291,-0.55868 -0.24476,-0.20219 -0.60658,-0.42566 -1.08544,-0.67042 -0.46823,-0.25539 -1.1014,-0.564 -1.89951,-0.92582 -0.77684,-0.35116 -1.45258,-0.69701 -2.02722,-1.03755 -0.564,-0.35116 -1.03223,-0.73957 -1.40468,-1.16525 -0.36181,-0.42565 -0.63317,-0.90984 -0.81408,-1.45257 -0.18091,-0.55334 -0.27136,-1.2078 -0.27136,-1.96336 0,-0.83003 0.15962,-1.55365 0.47887,-2.17088 0.31925,-0.62783 0.77151,-1.14927 1.3568,-1.5643 0.58528,-0.41501 1.28762,-0.72361 2.10703,-0.92582 0.83003,-0.21281 1.75052,-0.31923 2.76148,-0.31924 1.06414,10e-6 2.07509,0.12239 3.03284,0.36713 0.95772,0.24477 1.94206,0.61191 2.95302,1.1014 l -1.46853,3.44786 c -0.80877,-0.38308 -1.58028,-0.69701 -2.31453,-0.94178 -0.73428,-0.24474 -1.46855,-0.36712 -2.2028,-0.36713 -0.65979,10e-6 -1.13866,0.11707 -1.43661,0.35117 -0.28733,0.23413 -0.43099,0.55337 -0.43099,0.95774 0,0.21284 0.0372,0.40439 0.11174,0.57464 0.0745,0.15964 0.22347,0.3299 0.44695,0.5108 0.22346,0.17027 0.53739,0.36182 0.94177,0.57464 0.40437,0.2022 0.93113,0.45228 1.58027,0.75023 0.75554,0.3299 1.4366,0.65979 2.04318,0.98966 0.60655,0.31926 1.12799,0.68639 1.56431,1.1014 0.43628,0.41503 0.77149,0.89922 1.00562,1.45257 0.2341,0.55337 0.35116,1.22379 0.35117,2.01126 m 10.87034,1.80374 c 0.58527,0 1.07478,-0.0958 1.46853,-0.28732 0.40437,-0.20219 0.72893,-0.50015 0.9737,-0.89389 0.24474,-0.39374 0.42565,-0.88857 0.54272,-1.4845 0.11704,-0.60656 0.18089,-1.3089 0.19155,-2.10703 v -0.5906 c -10e-6,-0.86196 -0.0532,-1.62815 -0.15963,-2.29857 -0.0958,-0.67041 -0.27137,-1.22909 -0.52675,-1.67605 -0.24477,-0.45757 -0.57466,-0.80342 -0.98967,-1.03755 -0.40438,-0.2341 -0.91518,-0.35116 -1.53238,-0.35117 -1.02159,10e-6 -1.77182,0.46292 -2.25068,1.38872 -0.47888,0.91519 -0.71831,2.2507 -0.71831,4.00654 0,1.78779 0.23943,3.1233 0.71831,4.00654 0.4895,0.88326 1.25037,1.32488 2.28261,1.32488 m -1.80374,3.81499 c -0.92583,0 -1.76651,-0.19687 -2.52205,-0.59061 -0.75555,-0.39373 -1.40469,-0.9737 -1.9474,-1.73989 -0.54272,-0.77683 -0.96307,-1.73989 -1.26103,-2.88918 -0.29796,-1.14928 -0.44694,-2.47947 -0.44694,-3.99058 0,-1.52173 0.14898,-2.85724 0.44694,-4.00654 0.30861,-1.15991 0.73959,-2.12829 1.29295,-2.90514 0.564,-0.78746 1.23442,-1.37806 2.01125,-1.77182 0.77683,-0.40436 1.63347,-0.60655 2.56994,-0.60656 0.59591,10e-6 1.13331,0.0692 1.61219,0.20751 0.47886,0.12771 0.90984,0.31394 1.29295,0.55868 0.39372,0.23413 0.73957,0.51081 1.03755,0.83004 0.29795,0.30862 0.56399,0.64915 0.79811,1.02159 h 0.1277 l 0.3831,-2.28262 h 4.11828 v 25.69933 h -4.86851 v -7.48632 c -1e-5,-0.20219 0.0106,-0.45227 0.0319,-0.75023 0.0319,-0.30861 0.0585,-0.60657 0.0798,-0.89389 0.0319,-0.34053 0.0638,-0.68638 0.0958,-1.03755 h -0.20751 c -0.21284,0.36181 -0.46292,0.70766 -0.75023,1.03755 -0.28733,0.31925 -0.62254,0.59593 -1.00563,0.83004 -0.37246,0.23411 -0.79812,0.42034 -1.27698,0.55868 -0.47888,0.13834 -1.01628,0.20751 -1.61219,0.20751 m 26.27397,-0.31925 -0.65445,-2.28261 h -0.2554 c -0.26605,0.45759 -0.5853,0.85133 -0.95774,1.18121 -0.36182,0.31925 -0.76088,0.58529 -1.19717,0.79812 -0.43632,0.21283 -0.89922,0.36713 -1.38873,0.46291 -0.48952,0.10641 -0.98967,0.15962 -1.50045,0.15962 -0.87262,0 -1.66541,-0.12238 -2.37839,-0.36713 -0.71299,-0.2554 -1.32488,-0.64914 -1.83566,-1.18121 -0.5108,-0.53208 -0.90454,-1.20782 -1.18122,-2.02722 -0.27668,-0.81939 -0.41502,-1.80374 -0.41502,-2.95303 v -11.63653 h 4.86851 v 10.4234 c -1e-5,1.28763 0.19154,2.25601 0.57464,2.90514 0.39373,0.6385 1.01626,0.95774 1.86759,0.95774 0.63849,0 1.17056,-0.1277 1.59624,-0.3831 0.42565,-0.25539 0.76085,-0.63317 1.00562,-1.13332 0.25539,-0.50015 0.43629,-1.11736 0.54272,-1.85163 0.1064,-0.73426 0.15961,-1.57494 0.15962,-2.52205 v -8.39618 h 4.86851 v 17.84587 h -3.71922 m 16.04213,-14.71725 c -0.86198,10e-6 -1.58028,0.3033 -2.15492,0.90985 -0.564,0.60658 -0.88857,1.559 -0.9737,2.85726 h 6.20934 c -0.0106,-0.54271 -0.0798,-1.04286 -0.20751,-1.50046 -0.12771,-0.45758 -0.31925,-0.85131 -0.57464,-1.18121 -0.25541,-0.34052 -0.57465,-0.60656 -0.95774,-0.79812 -0.3831,-0.19153 -0.83005,-0.28731 -1.34083,-0.28732 m 0.62253,15.0365 c -1.277,0 -2.45289,-0.18623 -3.52767,-0.55868 -1.07481,-0.37245 -2.00062,-0.93113 -2.77745,-1.67604 -0.77683,-0.75555 -1.3834,-1.70265 -1.8197,-2.8413 -0.42566,-1.14928 -0.6385,-2.49543 -0.63849,-4.03846 -10e-6,-1.5643 0.19686,-2.93174 0.5906,-4.10232 0.39374,-1.17055 0.94178,-2.14425 1.64412,-2.9211 0.71298,-0.78746 1.5643,-1.37806 2.55397,-1.77182 1.0003,-0.39372 2.10702,-0.59059 3.32016,-0.5906 1.1812,10e-6 2.24536,0.18092 3.19247,0.54272 0.95772,0.35118 1.76648,0.87262 2.42627,1.5643 0.6704,0.69172 1.18119,1.54304 1.53238,2.55397 0.3618,1.00032 0.5427,2.14961 0.54272,3.44786 v 2.36243 h -10.8863 c 0.0213,0.68106 0.12769,1.29827 0.31925,1.85162 0.20218,0.54273 0.47886,1.00563 0.83004,1.38873 0.3618,0.37245 0.79278,0.65978 1.29294,0.86196 0.51079,0.20219 1.09075,0.30329 1.7399,0.30328 0.5427,10e-6 1.0535,-0.0266 1.53238,-0.0798 0.4895,-0.0638 0.96305,-0.1543 1.42064,-0.27136 0.45758,-0.11705 0.90984,-0.26071 1.3568,-0.43098 0.44693,-0.1809 0.90452,-0.38841 1.37276,-0.62253 v 3.76711 c -0.42568,0.22347 -0.85666,0.41502 -1.29295,0.57464 -0.42567,0.14898 -0.87794,0.27668 -1.35679,0.3831 -0.47889,0.10641 -0.995,0.1809 -1.54835,0.22347 -0.55337,0.0532 -1.15994,0.0798 -1.8197,0.0798 m 16.05808,-0.31925 h -4.8685 v -24.83736 h 4.8685 v 24.83736"
style="font-style:normal;font-weight:normal;font-size:32.6908px;font-family:'Bitstream Vera Sans';display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3490)"
id="path2708" /><path
transform="matrix(3.1861422,0,0,3.1861422,-1436.2509,-2440.6362)"
d="m 667.92772,795.97579 v 2.64974 l -2.60186,0.81408 c 0.21282,0.36183 0.3618,0.7396 0.44694,1.13333 0.0851,0.3831 0.12769,0.79812 0.1277,1.24506 -10e-6,0.90454 -0.14367,1.73458 -0.43098,2.49012 -0.28734,0.74492 -0.713,1.38341 -1.27698,1.91548 -0.56402,0.53208 -1.27168,0.9471 -2.12299,1.24506 -0.85134,0.28732 -1.841,0.43099 -2.96899,0.43098 -0.24477,10e-6 -0.51081,-0.0106 -0.79812,-0.0319 -0.28733,-0.0319 -0.50016,-0.0638 -0.63849,-0.0958 -0.21284,0.18091 -0.3831,0.37246 -0.5108,0.57464 -0.11706,0.19156 -0.17559,0.42567 -0.17558,0.70235 -10e-6,0.22347 0.0692,0.40438 0.20751,0.54271 0.13833,0.12771 0.31924,0.23412 0.54272,0.31925 0.22346,0.0745 0.48418,0.1277 0.78215,0.15962 0.29796,0.0213 0.60656,0.0319 0.92582,0.0319 h 2.77744 c 0.86195,0 1.63346,0.1011 2.31453,0.30328 0.68105,0.19155 1.25569,0.48952 1.72393,0.89389 0.47886,0.40438 0.84599,0.9205 1.1014,1.54835 0.25538,0.61721 0.38308,1.35679 0.3831,2.21876 -2e-5,1.01094 -0.20221,1.92079 -0.60657,2.72956 -0.40439,0.81939 -1.01096,1.51109 -1.8197,2.0751 -0.79813,0.57463 -1.79312,1.01094 -2.98496,1.30891 -1.19186,0.30859 -2.56994,0.4629 -4.13424,0.4629 -1.21314,0 -2.27197,-0.11706 -3.1765,-0.35117 -0.90453,-0.22348 -1.66008,-0.55336 -2.26665,-0.98966 -0.60656,-0.42567 -1.06415,-0.94178 -1.37275,-1.54835 -0.29797,-0.60657 -0.44695,-1.29295 -0.44695,-2.05913 0,-0.64914 0.11174,-1.21314 0.33521,-1.69201 0.22347,-0.47887 0.52143,-0.88857 0.89389,-1.2291 0.37245,-0.34053 0.79279,-0.61721 1.26102,-0.83004 0.47887,-0.21283 0.96838,-0.37777 1.46854,-0.49483 -0.22348,-0.0958 -0.44695,-0.22879 -0.67042,-0.39906 -0.21284,-0.17026 -0.4097,-0.36713 -0.59061,-0.5906 -0.17027,-0.22347 -0.31393,-0.46823 -0.43098,-0.73427 -0.10642,-0.27668 -0.15963,-0.564 -0.15962,-0.86197 -1e-5,-0.34052 0.0479,-0.64913 0.14366,-0.92581 0.10641,-0.27668 0.25539,-0.53207 0.44694,-0.76619 0.19155,-0.24475 0.43098,-0.47354 0.71831,-0.68638 0.28731,-0.21283 0.61188,-0.43098 0.9737,-0.65446 -0.93646,-0.40437 -1.68137,-1.0535 -2.23473,-1.9474 -0.54272,-0.89388 -0.81408,-1.94739 -0.81407,-3.16054 -10e-6,-0.95772 0.14898,-1.81437 0.44694,-2.56993 0.29796,-0.75553 0.73426,-1.39403 1.30891,-1.91548 0.57464,-0.53206 1.28762,-0.93644 2.13895,-1.21313 0.85132,-0.27667 1.83034,-0.41501 2.93707,-0.41502 0.21282,1e-5 0.45225,0.016 0.7183,0.0479 0.26603,0.0213 0.52675,0.0532 0.78215,0.0958 0.26603,0.0319 0.51079,0.0692 0.73427,0.11173 0.22346,0.0426 0.39905,0.0798 0.52676,0.11174 h 6.06568 m -12.76986,20.33599 c 0,0.26604 0.0532,0.52143 0.15963,0.76619 0.11705,0.25539 0.30328,0.47887 0.55868,0.67042 0.25539,0.19154 0.5906,0.34052 1.00562,0.44694 0.41502,0.11706 0.92581,0.17558 1.53239,0.17559 1.66007,-1e-5 2.91045,-0.23412 3.75114,-0.70234 0.84067,-0.46823 1.26101,-1.09609 1.26102,-1.88356 -10e-6,-0.67042 -0.26073,-1.11736 -0.78215,-1.34083 -0.52145,-0.22347 -1.3302,-0.33521 -2.42627,-0.33521 h -2.25069 c -0.28733,0 -0.59593,0.0319 -0.92581,0.0958 -0.3299,0.0745 -0.63318,0.19687 -0.90985,0.36714 -0.27669,0.17026 -0.5108,0.39373 -0.70235,0.67041 -0.18091,0.28732 -0.27136,0.64382 -0.27136,1.06948 m 1.75586,-14.52571 c -10e-6,0.96839 0.1809,1.71862 0.54272,2.25069 0.3618,0.53209 0.90984,0.79812 1.64412,0.79811 0.76618,10e-6 1.31954,-0.26602 1.66008,-0.79811 0.34052,-0.53207 0.51078,-1.2823 0.51079,-2.25069 -10e-6,-0.95772 -0.17027,-1.71859 -0.51079,-2.28261 -0.3299,-0.56399 -0.88326,-0.84599 -1.66008,-0.846 -1.4579,10e-6 -2.18685,1.04288 -2.18684,3.12861 m 29.80164,12.00366 h -4.8685 v -10.42339 c -10e-6,-1.28761 -0.19688,-2.25067 -0.59061,-2.88918 -0.3831,-0.64912 -1.00031,-0.97368 -1.85163,-0.9737 -0.6385,2e-5 -1.17058,0.12771 -1.59623,0.3831 -0.42567,0.25541 -0.7662,0.63318 -1.02159,1.13332 -0.24476,0.50017 -0.42034,1.11738 -0.52675,1.85163 -0.10642,0.73428 -0.15963,1.57496 -0.15963,2.52205 v 8.39617 h -4.8685 V 795.9439 h 3.71922 l 0.65445,2.28262 h 0.27136 c 0.25539,-0.45757 0.564,-0.85131 0.92582,-1.18122 0.37244,-0.32987 0.77682,-0.60123 1.21313,-0.81407 0.4363,-0.21282 0.8992,-0.36712 1.38872,-0.46291 0.4895,-0.1064 0.98966,-0.15961 1.50046,-0.15962 0.8726,10e-6 1.66539,0.12771 2.37839,0.38309 0.71297,0.24477 1.32485,0.63319 1.83566,1.16525 0.51078,0.53209 0.90452,1.21315 1.18121,2.04318 0.27667,0.81941 0.41501,1.80375 0.41502,2.95303 v 11.63652 m 16.68062,0 -0.65446,-2.28261 h -0.2554 c -0.26605,0.45759 -0.58529,0.85133 -0.95773,1.18121 -0.36183,0.31925 -0.76089,0.58529 -1.19718,0.79812 -0.43631,0.21283 -0.89922,0.36713 -1.38872,0.46291 -0.48952,0.10641 -0.98967,0.15962 -1.50046,0.15962 -0.87261,0 -1.66541,-0.12238 -2.37838,-0.36713 -0.71299,-0.2554 -1.32488,-0.64914 -1.83567,-1.18121 -0.5108,-0.53208 -0.90453,-1.20782 -1.18121,-2.02722 -0.27668,-0.81939 -0.41502,-1.80374 -0.41502,-2.95303 V 795.9439 h 4.86851 v 10.4234 c -10e-6,1.28763 0.19154,2.25601 0.57464,2.90514 0.39373,0.6385 1.01626,0.95774 1.86759,0.95774 0.63848,0 1.17056,-0.1277 1.59623,-0.3831 0.42565,-0.25539 0.76086,-0.63317 1.00563,-1.13332 0.25538,-0.50015 0.43629,-1.11736 0.54272,-1.85163 0.1064,-0.73426 0.15961,-1.57494 0.15962,-2.52205 v -8.39618 h 4.86851 v 17.84587 h -3.71922 m 11.95578,0 h -2.90514 v -24.83736 h 2.90514 v 24.83736 m 8.49194,0 h -2.90514 v -17.52662 h 2.90514 v 17.52662 m -3.12861,-22.26743 c 0,-0.63847 0.15962,-1.10137 0.47887,-1.38872 0.32988,-0.2873 0.73426,-0.43096 1.21313,-0.43098 0.23411,2e-5 0.45226,0.0373 0.65446,0.11174 0.21282,0.0639 0.39373,0.17028 0.54272,0.31924 0.15961,0.14901 0.28199,0.34055 0.36713,0.57465 0.0958,0.22349 0.14366,0.49485 0.14366,0.81407 0,0.61723 -0.17027,1.08014 -0.51079,1.38872 -0.3299,0.29799 -0.72895,0.44697 -1.19718,0.44695 -0.47887,2e-5 -0.88325,-0.14896 -1.21313,-0.44695 -0.31925,-0.29794 -0.47887,-0.76084 -0.47887,-1.38872 m 19.66558,22.26743 v -11.28535 c -2e-5,-1.38339 -0.28202,-2.42094 -0.84601,-3.11265 -0.55337,-0.69169 -1.42597,-1.03754 -2.61781,-1.03756 -0.86198,2e-5 -1.5856,0.13836 -2.17088,0.41502 -0.58529,0.2767 -1.05884,0.6864 -1.42065,1.2291 -0.35117,0.54274 -0.60657,1.20783 -0.76619,1.99529 -0.14898,0.78749 -0.22348,1.69202 -0.22347,2.7136 v 9.08255 h -2.90514 v -17.52662 h 2.36242 l 0.41502,2.36242 h 0.15963 c 0.26603,-0.45757 0.57995,-0.8513 0.94177,-1.18121 0.37245,-0.34051 0.77683,-0.62251 1.21314,-0.846 0.43629,-0.22346 0.8992,-0.3884 1.38872,-0.49483 0.4895,-0.1064 0.98965,-0.15961 1.50046,-0.15963 1.94739,2e-5 3.4106,0.51082 4.38963,1.53239 0.98965,1.01096 1.48448,2.63379 1.4845,4.8685 v 11.44498 h -2.90514 m 19.68153,0 -0.43099,-2.34646 h -0.15962 c -0.26605,0.45759 -0.5853,0.85665 -0.95774,1.19718 -0.36182,0.32989 -0.76088,0.60657 -1.19717,0.83004 -0.43632,0.21283 -0.89922,0.37245 -1.38872,0.47887 -0.48952,0.10641 -0.98968,0.15962 -1.50046,0.15962 -0.96839,0 -1.81971,-0.12238 -2.55397,-0.36713 -0.73427,-0.24476 -1.34616,-0.62785 -1.83567,-1.14929 -0.48951,-0.52143 -0.86197,-1.18653 -1.11736,-1.99529 -0.24476,-0.80875 -0.36714,-1.77181 -0.36713,-2.88918 v -11.44498 h 2.90514 v 11.28536 c -1e-5,1.3834 0.28199,2.42095 0.846,3.11265 0.564,0.6917 1.4366,1.03755 2.61782,1.03755 0.86196,0 1.58558,-0.13834 2.17088,-0.41502 0.58527,-0.27668 1.0535,-0.68106 1.40468,-1.21314 0.3618,-0.54271 0.6172,-1.20781 0.76619,-1.99529 0.15961,-0.78746 0.23942,-1.69199 0.23944,-2.71359 v -9.09852 h 2.90514 v 17.52662 h -2.34646 m 11.66846,-8.98678 -5.6347,-8.53984 h 3.3042 l 3.99058,6.54455 3.99058,-6.54455 h 3.3042 l -5.66663,8.53984 5.95395,8.98678 h -3.3042 l -4.2779,-6.95957 -4.30983,6.95957 h -3.3042 l 5.95395,-8.98678"
style="font-style:normal;font-weight:normal;font-size:32.6908px;font-family:'Bitstream Vera Sans';display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3494)"
id="path2535" /><path
transform="matrix(3.1861422,0,0,3.1861422,-1436.2509,-2440.6362)"
d="m 667.92772,795.97579 v 2.64974 l -2.60186,0.81408 c 0.21282,0.36183 0.3618,0.7396 0.44694,1.13333 0.0851,0.3831 0.12769,0.79812 0.1277,1.24506 -10e-6,0.90454 -0.14367,1.73458 -0.43098,2.49012 -0.28734,0.74492 -0.713,1.38341 -1.27698,1.91548 -0.56402,0.53208 -1.27168,0.9471 -2.12299,1.24506 -0.85134,0.28732 -1.841,0.43099 -2.96899,0.43098 -0.24477,10e-6 -0.51081,-0.0106 -0.79812,-0.0319 -0.28733,-0.0319 -0.50016,-0.0638 -0.63849,-0.0958 -0.21284,0.18091 -0.3831,0.37246 -0.5108,0.57464 -0.11706,0.19156 -0.17559,0.42567 -0.17558,0.70235 -10e-6,0.22347 0.0692,0.40438 0.20751,0.54271 0.13833,0.12771 0.31924,0.23412 0.54272,0.31925 0.22346,0.0745 0.48418,0.1277 0.78215,0.15962 0.29796,0.0213 0.60656,0.0319 0.92582,0.0319 h 2.77744 c 0.86195,0 1.63346,0.1011 2.31453,0.30328 0.68105,0.19155 1.25569,0.48952 1.72393,0.89389 0.47886,0.40438 0.84599,0.9205 1.1014,1.54835 0.25538,0.61721 0.38308,1.35679 0.3831,2.21876 -2e-5,1.01094 -0.20221,1.92079 -0.60657,2.72956 -0.40439,0.81939 -1.01096,1.51109 -1.8197,2.0751 -0.79813,0.57463 -1.79312,1.01094 -2.98496,1.30891 -1.19186,0.30859 -2.56994,0.4629 -4.13424,0.4629 -1.21314,0 -2.27197,-0.11706 -3.1765,-0.35117 -0.90453,-0.22348 -1.66008,-0.55336 -2.26665,-0.98966 -0.60656,-0.42567 -1.06415,-0.94178 -1.37275,-1.54835 -0.29797,-0.60657 -0.44695,-1.29295 -0.44695,-2.05913 0,-0.64914 0.11174,-1.21314 0.33521,-1.69201 0.22347,-0.47887 0.52143,-0.88857 0.89389,-1.2291 0.37245,-0.34053 0.79279,-0.61721 1.26102,-0.83004 0.47887,-0.21283 0.96838,-0.37777 1.46854,-0.49483 -0.22348,-0.0958 -0.44695,-0.22879 -0.67042,-0.39906 -0.21284,-0.17026 -0.4097,-0.36713 -0.59061,-0.5906 -0.17027,-0.22347 -0.31393,-0.46823 -0.43098,-0.73427 -0.10642,-0.27668 -0.15963,-0.564 -0.15962,-0.86197 -1e-5,-0.34052 0.0479,-0.64913 0.14366,-0.92581 0.10641,-0.27668 0.25539,-0.53207 0.44694,-0.76619 0.19155,-0.24475 0.43098,-0.47354 0.71831,-0.68638 0.28731,-0.21283 0.61188,-0.43098 0.9737,-0.65446 -0.93646,-0.40437 -1.68137,-1.0535 -2.23473,-1.9474 -0.54272,-0.89388 -0.81408,-1.94739 -0.81407,-3.16054 -10e-6,-0.95772 0.14898,-1.81437 0.44694,-2.56993 0.29796,-0.75553 0.73426,-1.39403 1.30891,-1.91548 0.57464,-0.53206 1.28762,-0.93644 2.13895,-1.21313 0.85132,-0.27667 1.83034,-0.41501 2.93707,-0.41502 0.21282,1e-5 0.45225,0.016 0.7183,0.0479 0.26603,0.0213 0.52675,0.0532 0.78215,0.0958 0.26603,0.0319 0.51079,0.0692 0.73427,0.11173 0.22346,0.0426 0.39905,0.0798 0.52676,0.11174 h 6.06568 m -12.76986,20.33599 c 0,0.26604 0.0532,0.52143 0.15963,0.76619 0.11705,0.25539 0.30328,0.47887 0.55868,0.67042 0.25539,0.19154 0.5906,0.34052 1.00562,0.44694 0.41502,0.11706 0.92581,0.17558 1.53239,0.17559 1.66007,-1e-5 2.91045,-0.23412 3.75114,-0.70234 0.84067,-0.46823 1.26101,-1.09609 1.26102,-1.88356 -10e-6,-0.67042 -0.26073,-1.11736 -0.78215,-1.34083 -0.52145,-0.22347 -1.3302,-0.33521 -2.42627,-0.33521 h -2.25069 c -0.28733,0 -0.59593,0.0319 -0.92581,0.0958 -0.3299,0.0745 -0.63318,0.19687 -0.90985,0.36714 -0.27669,0.17026 -0.5108,0.39373 -0.70235,0.67041 -0.18091,0.28732 -0.27136,0.64382 -0.27136,1.06948 m 1.75586,-14.52571 c -10e-6,0.96839 0.1809,1.71862 0.54272,2.25069 0.3618,0.53209 0.90984,0.79812 1.64412,0.79811 0.76618,10e-6 1.31954,-0.26602 1.66008,-0.79811 0.34052,-0.53207 0.51078,-1.2823 0.51079,-2.25069 -10e-6,-0.95772 -0.17027,-1.71859 -0.51079,-2.28261 -0.3299,-0.56399 -0.88326,-0.84599 -1.66008,-0.846 -1.4579,10e-6 -2.18685,1.04288 -2.18684,3.12861 m 29.80164,12.00366 h -4.8685 v -10.42339 c -10e-6,-1.28761 -0.19688,-2.25067 -0.59061,-2.88918 -0.3831,-0.64912 -1.00031,-0.97368 -1.85163,-0.9737 -0.6385,2e-5 -1.17058,0.12771 -1.59623,0.3831 -0.42567,0.25541 -0.7662,0.63318 -1.02159,1.13332 -0.24476,0.50017 -0.42034,1.11738 -0.52675,1.85163 -0.10642,0.73428 -0.15963,1.57496 -0.15963,2.52205 v 8.39617 h -4.8685 V 795.9439 h 3.71922 l 0.65445,2.28262 h 0.27136 c 0.25539,-0.45757 0.564,-0.85131 0.92582,-1.18122 0.37244,-0.32987 0.77682,-0.60123 1.21313,-0.81407 0.4363,-0.21282 0.8992,-0.36712 1.38872,-0.46291 0.4895,-0.1064 0.98966,-0.15961 1.50046,-0.15962 0.8726,10e-6 1.66539,0.12771 2.37839,0.38309 0.71297,0.24477 1.32485,0.63319 1.83566,1.16525 0.51078,0.53209 0.90452,1.21315 1.18121,2.04318 0.27667,0.81941 0.41501,1.80375 0.41502,2.95303 v 11.63652 m 16.68062,0 -0.65446,-2.28261 h -0.2554 c -0.26605,0.45759 -0.58529,0.85133 -0.95773,1.18121 -0.36183,0.31925 -0.76089,0.58529 -1.19718,0.79812 -0.43631,0.21283 -0.89922,0.36713 -1.38872,0.46291 -0.48952,0.10641 -0.98967,0.15962 -1.50046,0.15962 -0.87261,0 -1.66541,-0.12238 -2.37838,-0.36713 -0.71299,-0.2554 -1.32488,-0.64914 -1.83567,-1.18121 -0.5108,-0.53208 -0.90453,-1.20782 -1.18121,-2.02722 -0.27668,-0.81939 -0.41502,-1.80374 -0.41502,-2.95303 V 795.9439 h 4.86851 v 10.4234 c -10e-6,1.28763 0.19154,2.25601 0.57464,2.90514 0.39373,0.6385 1.01626,0.95774 1.86759,0.95774 0.63848,0 1.17056,-0.1277 1.59623,-0.3831 0.42565,-0.25539 0.76086,-0.63317 1.00563,-1.13332 0.25538,-0.50015 0.43629,-1.11736 0.54272,-1.85163 0.1064,-0.73426 0.15961,-1.57494 0.15962,-2.52205 v -8.39618 h 4.86851 v 17.84587 h -3.71922 m 11.95578,0 h -2.90514 v -24.83736 h 2.90514 v 24.83736 m 8.49194,0 h -2.90514 v -17.52662 h 2.90514 v 17.52662 m -3.12861,-22.26743 c 0,-0.63847 0.15962,-1.10137 0.47887,-1.38872 0.32988,-0.2873 0.73426,-0.43096 1.21313,-0.43098 0.23411,2e-5 0.45226,0.0373 0.65446,0.11174 0.21282,0.0639 0.39373,0.17028 0.54272,0.31924 0.15961,0.14901 0.28199,0.34055 0.36713,0.57465 0.0958,0.22349 0.14366,0.49485 0.14366,0.81407 0,0.61723 -0.17027,1.08014 -0.51079,1.38872 -0.3299,0.29799 -0.72895,0.44697 -1.19718,0.44695 -0.47887,2e-5 -0.88325,-0.14896 -1.21313,-0.44695 -0.31925,-0.29794 -0.47887,-0.76084 -0.47887,-1.38872 m 19.66558,22.26743 v -11.28535 c -2e-5,-1.38339 -0.28202,-2.42094 -0.84601,-3.11265 -0.55337,-0.69169 -1.42597,-1.03754 -2.61781,-1.03756 -0.86198,2e-5 -1.5856,0.13836 -2.17088,0.41502 -0.58529,0.2767 -1.05884,0.6864 -1.42065,1.2291 -0.35117,0.54274 -0.60657,1.20783 -0.76619,1.99529 -0.14898,0.78749 -0.22348,1.69202 -0.22347,2.7136 v 9.08255 h -2.90514 v -17.52662 h 2.36242 l 0.41502,2.36242 h 0.15963 c 0.26603,-0.45757 0.57995,-0.8513 0.94177,-1.18121 0.37245,-0.34051 0.77683,-0.62251 1.21314,-0.846 0.43629,-0.22346 0.8992,-0.3884 1.38872,-0.49483 0.4895,-0.1064 0.98965,-0.15961 1.50046,-0.15963 1.94739,2e-5 3.4106,0.51082 4.38963,1.53239 0.98965,1.01096 1.48448,2.63379 1.4845,4.8685 v 11.44498 h -2.90514 m 19.68153,0 -0.43099,-2.34646 h -0.15962 c -0.26605,0.45759 -0.5853,0.85665 -0.95774,1.19718 -0.36182,0.32989 -0.76088,0.60657 -1.19717,0.83004 -0.43632,0.21283 -0.89922,0.37245 -1.38872,0.47887 -0.48952,0.10641 -0.98968,0.15962 -1.50046,0.15962 -0.96839,0 -1.81971,-0.12238 -2.55397,-0.36713 -0.73427,-0.24476 -1.34616,-0.62785 -1.83567,-1.14929 -0.48951,-0.52143 -0.86197,-1.18653 -1.11736,-1.99529 -0.24476,-0.80875 -0.36714,-1.77181 -0.36713,-2.88918 v -11.44498 h 2.90514 v 11.28536 c -1e-5,1.3834 0.28199,2.42095 0.846,3.11265 0.564,0.6917 1.4366,1.03755 2.61782,1.03755 0.86196,0 1.58558,-0.13834 2.17088,-0.41502 0.58527,-0.27668 1.0535,-0.68106 1.40468,-1.21314 0.3618,-0.54271 0.6172,-1.20781 0.76619,-1.99529 0.15961,-0.78746 0.23942,-1.69199 0.23944,-2.71359 v -9.09852 h 2.90514 v 17.52662 h -2.34646 m 11.66846,-8.98678 -5.6347,-8.53984 h 3.3042 l 3.99058,6.54455 3.99058,-6.54455 h 3.3042 l -5.66663,8.53984 5.95395,8.98678 h -3.3042 l -4.2779,-6.95957 -4.30983,6.95957 h -3.3042 l 5.95395,-8.98678"
style="font-style:normal;font-weight:normal;font-size:32.6908px;font-family:'Bitstream Vera Sans';display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3494)"
id="path2710" /></g><g
id="layer1"
inkscape:label="texto"
style="display:inline"><path
transform="matrix(2.7470009,0,0,2.7470009,-1211.6734,-1814.5553)"
d="m 541.89391,711.84089 c 0.55542,0 1.07998,-0.0617 1.57371,-0.18514 0.50603,-0.12343 1.01826,-0.27771 1.53667,-0.46285 v 4.20271 c -0.53076,0.27153 -1.19109,0.4937 -1.98102,0.66651 -0.77759,0.18513 -1.62924,0.2777 -2.55493,0.2777 -0.90104,0 -1.74033,-0.10492 -2.51793,-0.31474 -0.77757,-0.20983 -1.45027,-0.57394 -2.01803,-1.09234 -0.56777,-0.53072 -1.01828,-1.23427 -1.35153,-2.11059 -0.32092,-0.88868 -0.48137,-1.99953 -0.48137,-3.33254 v -9.97908 h -2.70305 v -2.38833 l 3.11037,-1.88844 1.62923,-4.36934 h 3.61026 v 4.40637 h 5.03582 v 4.23974 h -5.03582 v 9.97908 c 0,0.80229 0.19746,1.39472 0.59244,1.77735 0.39496,0.38263 0.91335,0.57393 1.55518,0.57393 M 559.98217,694.882 c 0.1481,1e-5 0.30856,0.006 0.48136,0.0185 0.18515,3e-5 0.35794,0.0124 0.5184,0.037 0.17279,0.0124 0.32708,0.0309 0.46286,0.0556 0.1481,0.0123 0.25919,0.0309 0.33327,0.0555 v 5.29503 c -0.0988,-0.0247 -0.23454,-0.0494 -0.40732,-0.0741 -0.17282,-0.0247 -0.35796,-0.0432 -0.55543,-0.0555 -0.18515,-0.0247 -0.37029,-0.037 -0.55542,-0.037 -0.18517,-0.0123 -0.33944,-0.0185 -0.46286,-0.0185 -0.72822,10e-6 -1.4009,0.0926 -2.01802,0.27769 -0.60482,0.18518 -1.12937,0.48756 -1.57371,0.90719 -0.43199,0.40735 -0.77143,0.95041 -1.01827,1.62926 -0.23453,0.66651 -0.35178,1.48731 -0.35176,2.46237 v 10.5345 h -5.6468 V 695.2708 h 4.27675 l 0.83313,3.11037 h 0.27773 c 0.29621,-0.53073 0.61712,-1.01209 0.96273,-1.44411 0.34558,-0.43196 0.72819,-0.79609 1.14786,-1.09232 0.432,-0.30854 0.91335,-0.54306 1.4441,-0.70354 0.54306,-0.17277 1.1602,-0.25918 1.8514,-0.25919 m 5.40612,-4.96177 c 0,-0.53073 0.0802,-0.96888 0.24069,-1.31451 0.16045,-0.35792 0.37645,-0.64179 0.64798,-0.85165 0.28388,-0.22214 0.61097,-0.37642 0.98125,-0.46285 0.38262,-0.0864 0.78377,-0.12957 1.20343,-0.1296 0.41963,3e-5 0.8146,0.0432 1.18488,0.1296 0.37029,0.0864 0.69119,0.24071 0.96274,0.46285 0.28387,0.20986 0.50604,0.49373 0.66651,0.85165 0.17279,0.34563 0.25918,0.78378 0.2592,1.31451 -2e-5,0.5184 -0.0864,0.95657 -0.2592,1.31449 -0.16047,0.35797 -0.38264,0.64801 -0.66651,0.87016 -0.27155,0.20985 -0.59245,0.36413 -0.96274,0.46285 -0.37028,0.0864 -0.76525,0.12963 -1.18488,0.12959 -0.41966,4e-5 -0.82081,-0.0432 -1.20343,-0.12959 -0.37028,-0.0987 -0.69737,-0.253 -0.98125,-0.46285 -0.27153,-0.22215 -0.48753,-0.51219 -0.64798,-0.87016 -0.16046,-0.35792 -0.24069,-0.79609 -0.24069,-1.31449 m 5.88748,26.0493 h -5.64679 V 695.2708 h 5.64679 v 20.69874 m 19.69899,-6.14667 c -10e-6,1.08617 -0.19752,2.03656 -0.59245,2.85116 -0.39498,0.81463 -0.95658,1.49348 -1.68478,2.03656 -0.72823,0.54308 -1.61074,0.9504 -2.64752,1.22193 -1.03679,0.27153 -2.19701,0.40731 -3.48064,0.40731 -0.67885,0 -1.30834,-0.0247 -1.88844,-0.0741 -0.58011,-0.037 -1.12936,-0.10491 -1.64775,-0.20365 -0.51841,-0.0988 -1.01828,-0.22217 -1.49964,-0.37029 -0.48137,-0.14812 -0.96891,-0.33326 -1.46262,-0.55542 v -4.66555 c 0.51839,0.25919 1.06147,0.49371 1.62923,0.70353 0.58012,0.20983 1.15404,0.39497 1.72183,0.55542 0.56774,0.14813 1.117,0.26538 1.64774,0.35178 0.54307,0.0864 1.04296,0.1296 1.49965,0.12958 0.50605,2e-5 0.93803,-0.0432 1.29598,-0.12958 0.35793,-0.0987 0.64798,-0.22835 0.87016,-0.3888 0.2345,-0.1728 0.40114,-0.37027 0.49988,-0.59245 0.11108,-0.23452 0.16662,-0.48136 0.16662,-0.74057 0,-0.25921 -0.0432,-0.48753 -0.12959,-0.68502 -0.0741,-0.20983 -0.25302,-0.42583 -0.53691,-0.64799 -0.28389,-0.23451 -0.70354,-0.49371 -1.25896,-0.77759 -0.54308,-0.29622 -1.27747,-0.65416 -2.20317,-1.07383 -0.90103,-0.4073 -1.68479,-0.80843 -2.3513,-1.20341 -0.65415,-0.4073 -1.19723,-0.85781 -1.62923,-1.35154 -0.41966,-0.49368 -0.73438,-1.05528 -0.94421,-1.68478 -0.20984,-0.6418 -0.31475,-1.40087 -0.31475,-2.27723 0,-0.96272 0.18514,-1.80201 0.55542,-2.51792 0.37029,-0.72819 0.89484,-1.333 1.57371,-1.81437 0.67885,-0.48136 1.49345,-0.83928 2.44385,-1.07381 0.96273,-0.24684 2.03038,-0.37027 3.20294,-0.37028 1.23426,10e-6 2.40682,0.14196 3.51767,0.42582 1.11083,0.28389 2.25253,0.70973 3.4251,1.27747 l -1.70327,3.99905 c -0.93808,-0.44433 -1.83292,-0.80844 -2.68455,-1.09234 -0.85166,-0.28387 -1.70332,-0.42582 -2.55495,-0.42582 -0.76525,0 -1.32068,0.13578 -1.66626,0.4073 -0.33327,0.27157 -0.4999,0.64184 -0.4999,1.11086 0,0.24685 0.0432,0.46903 0.12961,0.6665 0.0864,0.18515 0.25919,0.38264 0.51839,0.59245 0.2592,0.1975 0.62331,0.41967 1.09234,0.6665 0.46901,0.23452 1.07998,0.52458 1.83288,0.87017 0.87633,0.38264 1.66628,0.76526 2.36981,1.14787 0.70351,0.37029 1.30831,0.79611 1.81439,1.27748 0.50602,0.48136 0.89482,1.04296 1.16638,1.68478 0.27152,0.64183 0.4073,1.41941 0.40731,2.33277 m 12.60809,2.0921 c 0.67885,0 1.24661,-0.11108 1.70331,-0.33326 0.46901,-0.23451 0.84544,-0.5801 1.12934,-1.03678 0.28386,-0.45669 0.4937,-1.03063 0.62948,-1.72183 0.13576,-0.70352 0.20982,-1.51813 0.22218,-2.44386 v -0.685 c 0,-0.99976 -0.0617,-1.88845 -0.18515,-2.66604 -0.1111,-0.77758 -0.31474,-1.42556 -0.61095,-1.94398 -0.28391,-0.53072 -0.66653,-0.93186 -1.14789,-1.20342 -0.46903,-0.27152 -1.06147,-0.40729 -1.77734,-0.40731 -1.18491,2e-5 -2.05509,0.53692 -2.61049,1.61073 -0.55544,1.0615 -0.83314,2.6105 -0.83314,4.64702 0,2.07361 0.2777,3.62261 0.83314,4.64705 0.56775,1.02446 1.45026,1.53668 2.64751,1.53668 m -2.09208,4.42486 c -1.07383,0 -2.04891,-0.22834 -2.92523,-0.68502 -0.87634,-0.45668 -1.62924,-1.12936 -2.25873,-2.01805 -0.62948,-0.90102 -1.11702,-2.01803 -1.46262,-3.35103 -0.34558,-1.33302 -0.51838,-2.87586 -0.51838,-4.62853 0,-1.765 0.1728,-3.31401 0.51838,-4.64703 0.35796,-1.34534 0.85784,-2.46853 1.49965,-3.36957 0.65417,-0.91334 1.43175,-1.59836 2.33278,-2.05507 0.90101,-0.469 1.89459,-0.70351 2.98077,-0.70352 0.69117,10e-6 1.31448,0.0802 1.86991,0.24068 0.55541,0.14813 1.0553,0.36413 1.49966,0.648 0.45665,0.27155 0.8578,0.59246 1.20341,0.96273 0.34558,0.35794 0.65416,0.75292 0.9257,1.1849 h 0.14811 l 0.44434,-2.64752 h 4.77664 v 29.80767 h -5.6468 v -8.6831 c -1e-5,-0.2345 0.0123,-0.52456 0.037,-0.87016 0.037,-0.35795 0.0679,-0.70354 0.0926,-1.03679 0.037,-0.39496 0.074,-0.79611 0.11108,-1.20341 h -0.24068 c -0.24686,0.41964 -0.53692,0.82078 -0.87017,1.20341 -0.33325,0.37029 -0.72206,0.69119 -1.16639,0.96273 -0.43201,0.27153 -0.92571,0.48754 -1.48111,0.648 -0.55545,0.16046 -1.17876,0.24068 -1.86992,0.24068 m 30.47417,-0.37029 -0.75907,-2.64751 h -0.29622 c -0.30859,0.53074 -0.67887,0.98742 -1.11085,1.37005 -0.41966,0.37028 -0.88252,0.67885 -1.38855,0.9257 -0.50608,0.24685 -1.04299,0.42582 -1.61074,0.53693 -0.56778,0.1234 -1.14787,0.18512 -1.74032,0.18512 -1.01211,0 -1.93165,-0.14194 -2.7586,-0.42582 -0.82698,-0.29623 -1.53669,-0.75293 -2.12912,-1.37005 -0.59244,-0.61714 -1.04914,-1.4009 -1.37004,-2.35128 -0.32091,-0.95039 -0.48137,-2.09211 -0.48137,-3.42512 v -13.49676 h 5.64681 v 12.0897 c -10e-6,1.49348 0.22215,2.61666 0.66649,3.36956 0.45668,0.74057 1.17873,1.11084 2.16615,1.11084 0.74056,0 1.35769,-0.1481 1.85142,-0.44434 0.4937,-0.29621 0.88249,-0.73437 1.16638,-1.31448 0.29622,-0.5801 0.50603,-1.29599 0.62948,-2.14764 0.12342,-0.85163 0.18513,-1.82672 0.18514,-2.92524 v -9.7384 h 5.6468 v 20.69874 h -4.31379 m 18.60667,-17.06997 c -0.99978,0 -1.8329,0.35178 -2.4994,1.05529 -0.65418,0.70356 -1.03063,1.80822 -1.12936,3.31403 h 7.20197 c -0.0123,-0.62947 -0.0926,-1.20957 -0.24068,-1.74032 -0.14813,-0.53074 -0.37029,-0.98741 -0.66652,-1.37004 -0.29623,-0.39496 -0.66651,-0.70354 -1.11083,-0.92571 -0.44434,-0.22215 -0.96275,-0.33325 -1.55518,-0.33325 m 0.72205,17.44026 c -1.48115,0 -2.84503,-0.216 -4.09161,-0.64799 -1.24665,-0.43199 -2.32044,-1.07999 -3.22146,-1.94398 -0.90102,-0.87634 -1.60456,-1.97483 -2.11061,-3.29551 -0.4937,-1.333 -0.74056,-2.89437 -0.74056,-4.68406 0,-1.81438 0.22834,-3.40042 0.68501,-4.75812 0.4567,-1.35768 1.09233,-2.48704 1.90696,-3.38808 0.82695,-0.91334 1.81437,-1.59836 2.96226,-2.05507 1.16021,-0.45666 2.44385,-0.685 3.85092,-0.68501 1.37004,10e-6 2.60431,0.20983 3.70282,0.62948 1.11083,0.40732 2.04887,1.01212 2.81415,1.81437 0.77757,0.80229 1.37,1.78972 1.77735,2.96225 0.41963,1.16024 0.62945,2.49324 0.62948,3.99905 v 2.74008 h -12.62661 c 0.0247,0.78995 0.1481,1.50582 0.37029,2.14764 0.23449,0.62948 0.55541,1.16639 0.96273,1.61073 0.41963,0.43199 0.91951,0.76525 1.49963,0.99975 0.59244,0.23452 1.26512,0.35177 2.01804,0.35177 0.62946,0 1.22193,-0.0309 1.77735,-0.0926 0.56776,-0.074 1.11699,-0.17895 1.64774,-0.31473 0.53074,-0.13576 1.05529,-0.30239 1.57371,-0.49987 0.51839,-0.20983 1.04912,-0.45051 1.59222,-0.72206 v 4.36933 c -0.49373,0.2592 -0.99361,0.48136 -1.49965,0.6665 -0.49372,0.17279 -1.01828,0.32091 -1.5737,0.44434 -0.55543,0.12343 -1.15406,0.20983 -1.79587,0.2592 -0.64183,0.0617 -1.34536,0.0926 -2.11059,0.0926 m 18.62515,-0.37029 h -5.64679 v -28.80791 h 5.64679 v 28.80791"
style="font-style:normal;font-weight:normal;font-size:32.6908px;font-family:'Bitstream Vera Sans';display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path3628" /><path
d="m 692.95035,695.30782 v 3.07334 l -3.0178,0.94421 c 0.24684,0.41968 0.41963,0.85784 0.51839,1.31452 0.0987,0.44433 0.1481,0.9257 0.14811,1.44409 -1e-5,1.04914 -0.16663,2.01187 -0.49988,2.88819 -0.33328,0.86401 -0.82698,1.60457 -1.48112,2.2217 -0.65418,0.61713 -1.47497,1.0985 -2.46238,1.44409 -0.98744,0.33326 -2.1353,0.49989 -3.44362,0.49988 -0.28389,10e-6 -0.59246,-0.0123 -0.9257,-0.037 -0.33327,-0.037 -0.58012,-0.0741 -0.74056,-0.11109 -0.24687,0.20983 -0.44435,0.432 -0.59246,0.6665 -0.13577,0.2222 -0.20366,0.49373 -0.20365,0.81464 -10e-6,0.25919 0.0802,0.46902 0.24068,0.62948 0.16045,0.14811 0.37028,0.27153 0.62948,0.37028 0.2592,0.0864 0.56158,0.1481 0.9072,0.18513 0.34558,0.0247 0.70352,0.037 1.0738,0.037 h 3.22146 c 0.99975,0 1.8946,0.11726 2.68454,0.35175 0.78992,0.22218 1.45642,0.56778 1.99952,1.0368 0.55542,0.46902 0.98123,1.06766 1.27747,1.79587 0.29621,0.71588 0.44432,1.57369 0.44435,2.57346 -3e-5,1.17255 -0.23454,2.22785 -0.70355,3.16591 -0.46902,0.95037 -1.17257,1.75265 -2.11058,2.40683 -0.92573,0.6665 -2.07978,1.17254 -3.46216,1.51814 -1.3824,0.35793 -2.98077,0.53691 -4.79515,0.53691 -1.40707,0 -2.63517,-0.13577 -3.68429,-0.40731 -1.04914,-0.2592 -1.92546,-0.64182 -2.62901,-1.14786 -0.70353,-0.49372 -1.23426,-1.09234 -1.5922,-1.79588 -0.3456,-0.70354 -0.51841,-1.49963 -0.51841,-2.38831 0,-0.7529 0.12961,-1.40707 0.3888,-1.9625 0.2592,-0.55543 0.60479,-1.03062 1.03681,-1.42558 0.43197,-0.39497 0.91952,-0.71588 1.46259,-0.96273 0.55543,-0.24686 1.12319,-0.43817 1.70331,-0.57394 -0.2592,-0.11108 -0.5184,-0.26535 -0.77759,-0.46285 -0.24687,-0.19748 -0.47521,-0.42582 -0.68504,-0.68501 -0.19747,-0.2592 -0.3641,-0.54308 -0.49987,-0.85164 -0.12344,-0.32094 -0.18515,-0.65418 -0.18513,-0.99979 -2e-5,-0.39495 0.0555,-0.75288 0.16663,-1.0738 0.12342,-0.32092 0.29621,-0.61713 0.51837,-0.88869 0.22219,-0.28386 0.49989,-0.54924 0.83315,-0.79609 0.33325,-0.24686 0.7097,-0.49989 1.12936,-0.75909 -1.08617,-0.46901 -1.95016,-1.22191 -2.59199,-2.25873 -0.62947,-1.03676 -0.94422,-2.25869 -0.9442,-3.66577 -2e-5,-1.11082 0.17279,-2.10442 0.51839,-2.98078 0.34559,-0.8763 0.85164,-1.61687 1.51816,-2.22168 0.6665,-0.61712 1.49346,-1.08615 2.48088,-1.40707 0.98741,-0.32089 2.12296,-0.48135 3.40659,-0.48136 0.24684,10e-6 0.52456,0.0185 0.83314,0.0555 0.30856,0.0247 0.61096,0.0618 0.90718,0.11111 0.30856,0.037 0.59244,0.0802 0.85165,0.12957 0.25918,0.0494 0.46285,0.0926 0.61098,0.12962 h 7.03535 m -14.81128,23.58694 c 0,0.30856 0.0617,0.60479 0.18515,0.88869 0.13576,0.2962 0.35177,0.55541 0.64799,0.77757 0.29623,0.22217 0.68501,0.39497 1.16638,0.5184 0.48137,0.13578 1.0738,0.20365 1.77736,0.20365 1.92545,0 3.37571,-0.27154 4.3508,-0.81461 0.97507,-0.54308 1.46262,-1.27131 1.46262,-2.18467 0,-0.77759 -0.30241,-1.29598 -0.9072,-1.55518 -0.6048,-0.25919 -1.54283,-0.38879 -2.81412,-0.38879 h -2.61048 c -0.33328,0 -0.69121,0.037 -1.07383,0.11108 -0.38265,0.0864 -0.73441,0.22834 -1.0553,0.42584 -0.32093,0.19748 -0.59245,0.45666 -0.81462,0.77758 -0.20984,0.33325 -0.31475,0.74674 -0.31475,1.24044 m 2.03655,-16.84782 c 0,1.12319 0.20983,1.99337 0.62948,2.61049 0.41965,0.61714 1.0553,0.92572 1.90695,0.9257 0.88867,2e-5 1.5305,-0.30856 1.92548,-0.9257 0.39496,-0.61712 0.59243,-1.4873 0.59244,-2.61049 -10e-6,-1.11082 -0.19748,-1.99333 -0.59244,-2.6475 -0.38265,-0.65416 -1.02447,-0.98123 -1.92548,-0.98125 -1.69095,2e-5 -2.53643,1.20959 -2.53643,3.62875 m 34.56581,13.92259 h -5.64681 v -12.0897 c 0,-1.49344 -0.22834,-2.61046 -0.68502,-3.35105 -0.44434,-0.75288 -1.16021,-1.12933 -2.14763,-1.12934 -0.74058,10e-6 -1.35771,0.14811 -1.8514,0.44434 -0.49373,0.29623 -0.88869,0.73439 -1.18491,1.31447 -0.2839,0.58015 -0.48754,1.29602 -0.61095,2.14765 -0.12345,0.85167 -0.18515,1.82674 -0.18515,2.92523 v 9.7384 h -5.6468 v -20.69874 h 4.31378 l 0.75908,2.64752 h 0.31474 c 0.29622,-0.53072 0.65415,-0.9874 1.07382,-1.37006 0.43197,-0.38259 0.90101,-0.69734 1.40707,-0.9442 0.50604,-0.24685 1.04293,-0.42581 1.61072,-0.53692 0.56775,-0.1234 1.14787,-0.18512 1.74033,-0.18513 1.0121,10e-6 1.93161,0.14813 2.7586,0.44433 0.82694,0.2839 1.53664,0.7344 2.12913,1.35152 0.59242,0.61716 1.04909,1.40709 1.37003,2.36981 0.32089,0.95041 0.48135,2.09211 0.48137,3.42511 v 13.49676 m 19.34721,0 -0.75909,-2.64751 h -0.29621 c -0.3086,0.53074 -0.67887,0.98742 -1.11085,1.37005 -0.41967,0.37028 -0.88254,0.67885 -1.38857,0.9257 -0.50605,0.24685 -1.04296,0.42582 -1.61071,0.53693 -0.56778,0.1234 -1.14788,0.18512 -1.74032,0.18512 -1.01211,0 -1.93165,-0.14194 -2.75861,-0.42582 -0.82698,-0.29623 -1.53667,-0.75293 -2.12912,-1.37005 -0.59246,-0.61714 -1.04914,-1.4009 -1.37004,-2.35128 -0.32092,-0.95039 -0.48137,-2.09211 -0.48137,-3.42512 v -13.49676 h 5.6468 v 12.0897 c -2e-5,1.49348 0.22218,2.61666 0.66651,3.36956 0.45667,0.74057 1.17871,1.11084 2.16615,1.11084 0.74054,0 1.35768,-0.1481 1.8514,-0.44434 0.4937,-0.29621 0.8825,-0.73437 1.1664,-1.31448 0.29619,-0.5801 0.50603,-1.29599 0.62947,-2.14764 0.12341,-0.85163 0.18513,-1.82672 0.18514,-2.92524 v -9.7384 h 5.64681 v 20.69874 h -4.31379 m 13.86704,0 h -3.36954 v -28.80791 h 3.36954 v 28.80791 m 9.8495,0 h -3.36957 v -20.32846 h 3.36957 v 20.32846 m -3.62877,-25.82715 c 0,-0.74053 0.18515,-1.27744 0.55543,-1.61072 0.38262,-0.33323 0.85164,-0.49985 1.40707,-0.49988 0.27152,3e-5 0.52455,0.0432 0.75907,0.12962 0.24685,0.0741 0.45668,0.19748 0.62949,0.37026 0.18513,0.17283 0.32707,0.395 0.42581,0.66651 0.11108,0.25922 0.16664,0.57396 0.16664,0.94421 0,0.7159 -0.19749,1.25282 -0.59245,1.61072 -0.38264,0.34563 -0.84548,0.51843 -1.38856,0.51841 -0.55543,2e-5 -1.02445,-0.17278 -1.40707,-0.51841 -0.37028,-0.34556 -0.55543,-0.88246 -0.55543,-1.61072 m 22.80936,25.82715 v -13.08945 c -2e-5,-1.60454 -0.32709,-2.80797 -0.98124,-3.61024 -0.64183,-0.80227 -1.65394,-1.20341 -3.0363,-1.20343 -0.99978,2e-5 -1.83909,0.16048 -2.51793,0.48136 -0.67885,0.32094 -1.2281,0.79614 -1.64775,1.42559 -0.40731,0.62951 -0.70355,1.40092 -0.88868,2.31426 -0.17279,0.91338 -0.2592,1.96251 -0.25919,3.14741 v 10.5345 h -3.36957 v -20.32846 h 2.74008 l 0.48137,2.74009 h 0.18515 c 0.30855,-0.53073 0.67266,-0.98739 1.09233,-1.37004 0.43198,-0.39496 0.90101,-0.72203 1.40707,-0.98126 0.50604,-0.25918 1.04294,-0.45048 1.61072,-0.57393 0.56776,-0.1234 1.14787,-0.18512 1.74034,-0.18514 2.25869,2e-5 3.95583,0.59247 5.09137,1.77736 1.14784,1.17256 1.72178,3.05483 1.7218,5.64679 v 13.27459 h -3.36957 m 22.82786,0 -0.49988,-2.72157 h -0.18513 c -0.30858,0.53074 -0.67887,0.99359 -1.11085,1.38857 -0.41967,0.38263 -0.88252,0.70354 -1.38856,0.96274 -0.50606,0.24684 -1.04297,0.43198 -1.61072,0.55543 -0.56777,0.1234 -1.14789,0.18512 -1.74033,0.18512 -1.12319,0 -2.1106,-0.14194 -2.96224,-0.42582 -0.85166,-0.28389 -1.56136,-0.72823 -2.12913,-1.33303 -0.56777,-0.60477 -0.99977,-1.3762 -1.29598,-2.31425 -0.2839,-0.93805 -0.42583,-2.05506 -0.42582,-3.35104 v -13.27461 h 3.36956 v 13.08947 c -1e-5,1.60455 0.32707,2.80797 0.98125,3.61023 0.65416,0.80228 1.66624,1.20342 3.0363,1.20342 0.99975,0 1.83906,-0.16045 2.51792,-0.48137 0.67883,-0.32091 1.22192,-0.78992 1.62923,-1.40707 0.41964,-0.62946 0.71588,-1.40089 0.88869,-2.31426 0.18513,-0.91334 0.27768,-1.96247 0.27772,-3.1474 v -10.55302 h 3.36955 v 20.32846 h -2.72158 m 13.53382,-10.42342 -6.53547,-9.90504 h 3.83241 l 4.62852,7.59078 4.62851,-7.59078 h 3.83244 l -6.57252,9.90504 6.90578,10.42342 h -3.83245 l -4.96176,-8.07214 -4.99881,8.07214 h -3.83243 l 6.90578,-10.42342"
style="font-style:normal;font-weight:normal;font-size:32.6908px;font-family:'Bitstream Vera Sans';display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path3606"
transform="matrix(2.7470009,0,0,2.7470009,-1211.6734,-1814.5553)" /></g><g
style="opacity:1"
inkscape:label="Layer 1"
id="g2712"
transform="matrix(4.1773635,0,0,4.1773635,28.367356,21.049322)"><path
id="path12028"
d="M 27.865252,43.710325 C 26.7523,43.559574 25.528128,43.260721 24.984834,43.007141 23.729072,42.421025 22.527464,41.588657 22.099265,41.008269 21.987069,40.856188 21.708587,40.584686 21.48041,40.40493 20.573319,39.6903 20.043433,38.937914 18.962163,36.829248 c -0.122848,-0.239579 -0.506672,-2.179445 -0.647948,-3.274782 -0.111637,-0.865575 -0.102664,-2.594916 0.01758,-3.386468 0.149209,-0.98217 0.453987,-2.273875 0.601636,-2.549743 0.124252,-0.232181 0.432997,-1.232238 0.528963,-1.713436 0.03626,-0.181798 0.117594,-0.394288 0.180747,-0.472201 0.06314,-0.07791 0.193466,-0.417897 0.289601,-0.75552 0.09614,-0.337624 0.320229,-0.908117 0.497998,-1.267764 0.39813,-0.805485 0.585236,-1.405639 0.586576,-1.881444 5.72e-4,-0.199774 0.07085,-0.603415 0.156193,-0.896979 0.208969,-0.718813 0.128414,-2.742869 -0.139637,-3.509021 -0.203585,-0.581868 -0.70075,-1.559055 -1.223132,-2.404076 -1.082337,-1.750835 -4.176002,-3.904982 -6.017066,-4.189741 -0.705743,-0.109157 -3.041579,0.01163 -4.0456496,0.209202 -0.8596218,0.169148 -1.6693288,0.545347 -2.0844308,0.968451 -1.064728,1.085229 -1.686977,1.818373 -1.932139,2.276456 -0.353639,0.660795 -0.572934,1.674412 -0.633109,2.926421 -0.068369,1.422819 -0.00892,1.720251 0.622093,3.111916 0.532527,1.174452 1.964614,2.360996 3.5401098,2.933118 0.735408,0.267055 1.0154246,0.316591 2.0776806,0.367548 1.464913,0.07027 2.089269,-0.03592 2.745892,-0.467019 0.255787,-0.167938 0.656323,-0.417662 0.890054,-0.554942 1.066912,-0.626613 1.624162,-1.808353 1.619623,-3.43469 -0.0028,-1.008064 -0.362054,-1.918894 -0.970856,-2.461533 -0.37857,-0.337431 -1.714223,-1.14108 -2.102339,-1.264958 -0.676183,-0.215821 -1.548497,-0.07892 -2.479336,0.389098 -0.453142,0.227836 -0.904412,0.524499 -1.002835,0.659251 -0.098411,0.134753 -0.3213076,0.62348 -0.4953056,1.086061 -0.17401,0.462582 -0.351272,0.841058 -0.393916,0.841058 -0.1691988,0 -0.1258128,-0.733634 0.076692,-1.297072 0.289692,-0.805976 0.580633,-1.225328 1.1544376,-1.663906 0.646855,-0.494424 1.281057,-0.738891 2.13839,-0.824292 1.114694,-0.111037 1.289276,-0.0798 2.253447,0.403159 1.121717,0.561869 1.460725,0.893284 2.014489,1.969346 0.661031,1.284493 0.742002,1.637979 0.595446,2.599448 -0.166559,1.092661 -0.541045,2.196775 -0.976968,2.880396 -0.397467,0.623316 -1.138468,1.191123 -2.469803,1.892539 -0.954847,0.503057 -1.280875,0.590881 -2.54989,0.686862 -1.3887396,0.105038 -2.1983176,0.01486 -3.2581804,-0.362922 -0.467474,-0.166631 -1.048888,-0.359869 -1.292021,-0.429414 -0.324078,-0.09271 -0.743342,-0.380392 -1.5711,-1.078071 -1.420669,-1.197412 -1.648937,-1.58457 -1.925052,-3.265031 -0.102416,-0.623305 -0.199605,-1.438669 -0.215978,-1.81192 -0.016374,-0.373251 -0.056261,-0.721519 -0.088657,-0.77393 -0.067758,-0.109626 0.089476,-2.008475 0.247269,-2.986115 0.130078,-0.805955 0.189578,-0.928503 1.119207,-2.305166 0.551709,-0.816991 0.914464,-1.240149 1.430032,-1.668144 1.667053,-1.3838699 2.756153,-1.9576709 4.6493404,-2.4495299 1.312647,-0.341033 1.316094,-0.341384 2.92764,-0.298571 1.704327,0.045279 2.611509,0.151723 3.224147,0.378307 4.142982,1.532264 5.77721,2.8737519 7.899863,6.4847629 0.678784,1.154732 1.32681,1.980197 2.498103,3.182101 0.861936,0.884467 1.137778,1.106289 1.688252,1.357648 0.887192,0.405115 1.925051,0.552633 3.916456,0.556667 1.896492,0.0038 2.614135,-0.139766 3.440892,-0.688564 0.262941,-0.174537 0.690033,-0.411069 0.949098,-0.525627 0.259065,-0.114558 0.556547,-0.285163 0.661083,-0.379121 0.104524,-0.09396 0.42379,-0.29356 0.709476,-0.443556 0.656025,-0.344449 1.42167,-1.111788 1.70127,-1.705038 0.336733,-0.714501 0.851858,-1.5632 1.137401,-1.873931 0.19465,-0.211812 0.284347,-0.441122 0.355382,-0.908554 0.05227,-0.343878 0.184168,-0.799976 0.293126,-1.013551 0.273812,-0.536709 0.366423,-1.670696 0.167807,-2.0547719 -0.08092,-0.156472 -0.208033,-0.607085 -0.282475,-1.001359 -0.26428,-1.399635 -1.648911,-3.032054 -3.237932,-3.817395 -0.576328,-0.284837 -0.820749,-0.345481 -1.721103,-0.427039 -1.871158,-0.169496 -3.240937,0.119258 -4.319905,0.910652 -1.019652,0.747887 -1.459893,1.116824 -1.459893,1.223432 0,0.111678 -0.469815,0.660474 -0.619492,0.723625 -0.207343,0.087491 -0.60823,0.753695 -0.60823,1.010791 0,0.152688 -0.08309,0.46544 -0.184636,0.695004 -0.387219,0.875382 -0.319331,1.5844019 0.292423,3.0536849 0.348021,0.835859 0.454625,1.030992 0.799707,1.463822 0.462636,0.580263 0.949006,0.849182 1.810527,1.001052 1.002484,0.176716 1.504409,0.163963 2.138936,-0.05435 1.254578,-0.431636 2.127986,-1.167898 2.579476,-2.174427 0.203116,-0.452821 0.228125,-0.622633 0.19504,-1.324403 -0.03327,-0.705395 -0.07787,-0.874807 -0.36061,-1.3693809 -0.17747,-0.310419 -0.487606,-0.743524 -0.689214,-0.962456 -0.201607,-0.218932 -0.351792,-0.442358 -0.333741,-0.496504 0.05236,-0.157084 1.002173,0.535564 1.302022,0.9495 0.459866,0.634827 0.607619,1.2723869 0.540226,2.3312079 -0.07399,1.162432 -0.391277,1.84193 -1.288705,2.759812 -0.6924,0.708178 -1.388012,1.04873 -2.548705,1.247767 -0.944703,0.161997 -2.14423,-0.05862 -2.901643,-0.533675 -0.918197,-0.575899 -1.49026,-1.166179 -2.011953,-2.076003 -0.428575,-0.747453 -0.50913,-0.978697 -0.70733,-2.030505 -0.236123,-1.2530869 -0.235655,-2.2758099 0.0012,-2.5562829 0.06579,-0.077913 0.16964,-0.386449 0.230778,-0.685635 0.06114,-0.299187 0.206576,-0.66042 0.323207,-0.802741 0.116631,-0.142321 0.348424,-0.545355 0.515112,-0.895632 0.245201,-0.515299 0.374669,-0.673404 0.678237,-0.82827 0.206342,-0.105273 0.375176,-0.233726 0.375176,-0.285453 0,-0.051727 0.145438,-0.163399 0.323181,-0.248163 0.177756,-0.084764 0.343924,-0.23342 0.369271,-0.33035 0.02719,-0.104005 0.272122,-0.275367 0.597605,-0.418114 0.303348,-0.133034 0.782825,-0.350242 1.065534,-0.482682 0.282695,-0.132442 1.068915,-0.378033 1.747139,-0.54576 1.172477,-0.289958 1.288887,-0.301648 2.366412,-0.237649 1.082076,0.064269 1.158417,0.082714 1.689357,0.408196 0.305831,0.187487 0.709567,0.39059 0.897181,0.451342 0.187613,0.060751 0.673373,0.348973 1.079475,0.640493 0.406102,0.291518 0.880443,0.615966 1.05409,0.720994 0.173646,0.105026 0.596005,0.478229 0.938589,0.829339 0.710972,0.728694 1.456979,2.087381 1.702441,3.100622 0.08009,0.330595 0.230414,0.89857 0.334053,1.262165 0.161226,0.5656749 0.180214,0.8314469 0.131496,1.8415809 -0.151706,3.146102 -1.22161,5.567566 -3.293556,7.45422 -0.259702,0.236482 -0.780771,0.736675 -1.157923,1.111537 -0.763188,0.758554 -1.673803,1.385104 -2.808551,1.932441 -0.415544,0.200429 -0.991651,0.488337 -1.280264,0.639797 -0.882082,0.462918 -2.231143,0.667017 -4.408861,0.667017 -2.130041,0 -2.366541,0.03229 -4.811777,0.656928 -0.874734,0.223454 -1.162007,0.344996 -1.666858,0.705255 -0.853783,0.609246 -1.838853,1.878368 -2.607841,3.359822 -0.121326,0.233738 -0.296559,0.509976 -0.389404,0.61386 -0.307743,0.344362 -0.545622,1.050579 -0.562113,1.668854 -0.04061,1.522775 0.02199,4.223809 0.105798,4.564192 0.129961,0.52783 0.372041,1.083044 0.617659,1.416601 0.318498,0.432516 0.85083,1.405096 0.975004,1.781347 0.06667,0.201978 0.290615,0.486616 0.560969,0.712969 0.247503,0.207223 0.571854,0.552596 0.720777,0.767493 0.323675,0.467057 1.494097,1.101649 2.195288,1.190266 0.245591,0.03104 0.533229,0.11023 0.639196,0.17598 0.105967,0.06575 0.424699,0.167593 0.708305,0.226311 0.614915,0.127318 2.007063,-0.04731 2.810307,-0.352512 0.493809,-0.187634 1.658821,-0.868541 2.279159,-1.332082 0.464938,-0.347422 1.098398,-1.246947 1.284607,-1.824145 0.08794,-0.272617 0.211856,-0.580662 0.275347,-0.684547 0.327083,-0.535104 0.403918,-1.623506 0.247673,-3.508243 -0.05986,-0.72207 -0.137141,-1.071344 -0.31344,-1.416601 -0.128687,-0.252032 -0.332311,-0.663088 -0.452492,-0.913457 -0.367893,-0.766429 -2.139157,-2.048525 -2.850402,-2.063216 -0.118387,-0.0024 -0.50026,-0.06373 -0.848619,-0.136195 -0.668913,-0.139143 -1.645348,-0.06897 -2.049434,0.147286 -0.496788,0.265876 -1.131276,0.741153 -1.537547,1.151733 -0.361013,0.364849 -0.487359,0.588679 -0.684441,1.212552 -0.226239,0.71615 -0.236279,0.827567 -0.156934,1.741309 0.09698,1.116812 0.287338,1.633487 0.818447,2.22136 0.423607,0.468885 0.784451,0.665839 1.740481,0.94999 0.694273,0.206351 1.350648,0.21983 1.959762,0.04024 0.357697,-0.10546 0.235955,0.108997 -0.164347,0.289507 -0.565443,0.25498 -1.90107,0.157481 -2.782593,-0.203122 -0.881743,-0.360696 -1.649691,-1.072512 -2.058433,-1.90798 -0.294309,-0.601567 -0.306872,-0.673645 -0.306872,-1.760529 0,-1.080888 0.01347,-1.159477 0.291474,-1.699921 0.160303,-0.311653 0.389494,-0.757768 0.509299,-0.991369 0.119804,-0.2336 0.4675,-0.665268 0.772642,-0.959261 0.450424,-0.43394 0.692257,-0.582077 1.285063,-0.787168 1.631861,-0.564563 3.617985,-0.418169 4.838386,0.356626 1.11602,0.708525 2.094406,1.532797 2.466616,2.078083 0.683739,1.001676 1.178017,2.185864 1.249949,2.994632 0.03466,0.389566 0.101532,1.08124 0.148624,1.537054 0.08071,0.781387 0.06696,0.902835 -0.240727,2.124902 -0.480506,1.90851 -0.743342,2.415861 -1.67669,3.236431 -0.421995,0.371016 -0.925455,0.755835 -1.118791,0.855156 -0.193349,0.09932 -0.490831,0.300449 -0.661083,0.446952 -0.461622,0.397213 -1.337604,0.865753 -1.618609,0.865753 -0.13597,0 -0.513279,0.101392 -0.838475,0.225315 -0.642382,0.244807 -1.834756,0.537131 -2.115787,0.518715 -0.09646,-0.0063 -0.55786,-0.0633 -1.025334,-0.12662 z"
style="display:inline;overflow:visible;visibility:visible;opacity:0.50211;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#002568;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" /><path
id="path2243"
d="M 27.865254,43.710325 C 26.752302,43.559574 25.52813,43.260721 24.984836,43.007141 23.729074,42.421025 22.527466,41.588657 22.099267,41.008269 21.987071,40.856188 21.708589,40.584686 21.480412,40.40493 20.573321,39.6903 20.043435,38.937914 18.962165,36.829248 18.839317,36.589669 18.455493,34.649803 18.314217,33.554466 18.20258,32.688891 18.211553,30.95955 18.3318,30.167998 c 0.149209,-0.98217 0.453987,-2.273875 0.601636,-2.549743 0.124252,-0.232181 0.432997,-1.232238 0.528963,-1.713436 0.03626,-0.181798 0.117594,-0.394288 0.180747,-0.472201 0.06314,-0.07791 0.193466,-0.417897 0.289601,-0.75552 0.09614,-0.337624 0.320229,-0.908117 0.497998,-1.267764 0.39813,-0.805485 0.585236,-1.405639 0.586576,-1.881444 5.72e-4,-0.199774 0.07085,-0.603415 0.156193,-0.896979 0.208969,-0.718813 0.128414,-2.742869 -0.139637,-3.509021 -0.203585,-0.581868 -0.70075,-1.559055 -1.223132,-2.404076 -1.082337,-1.750836 -4.176002,-3.904983 -6.017066,-4.189742 -0.705743,-0.109157 -3.041579,0.01163 -4.0456496,0.209202 -0.8596218,0.169148 -1.6693288,0.545347 -2.0844308,0.968451 -1.064728,1.085229 -1.686977,1.818373 -1.932139,2.276457 -0.353639,0.660795 -0.572934,1.674412 -0.633109,2.926421 -0.068369,1.422819 -0.00892,1.720251 0.622093,3.111916 0.532527,1.174452 1.964614,2.360996 3.5401098,2.933118 0.735408,0.267055 1.0154246,0.316591 2.0776806,0.367548 1.464913,0.07027 2.089269,-0.03592 2.745892,-0.467019 0.255787,-0.167938 0.656323,-0.417662 0.890054,-0.554942 1.066912,-0.626613 1.624162,-1.808353 1.619623,-3.43469 -0.0028,-1.008064 -0.362054,-1.918894 -0.970856,-2.461533 -0.37857,-0.337431 -1.714223,-1.14108 -2.102339,-1.264958 -0.676183,-0.215821 -1.548497,-0.07892 -2.479336,0.389098 -0.453142,0.227836 -0.904412,0.524499 -1.002835,0.659251 -0.098411,0.134753 -0.3213076,0.62348 -0.4953056,1.086061 -0.17401,0.462582 -0.351272,0.841058 -0.393916,0.841058 -0.1691988,0 -0.1258128,-0.733634 0.076692,-1.297072 0.289692,-0.805976 0.580633,-1.225328 1.1544376,-1.663906 0.646855,-0.494424 1.281057,-0.738891 2.13839,-0.824292 1.114694,-0.111037 1.289276,-0.0798 2.253447,0.403159 1.121717,0.561869 1.460725,0.893284 2.014489,1.969346 0.661031,1.284493 0.742002,1.637979 0.595446,2.599448 -0.166559,1.092661 -0.541045,2.196775 -0.976968,2.880396 -0.397467,0.623316 -1.138468,1.191123 -2.469803,1.892539 -0.954847,0.503057 -1.280875,0.590881 -2.54989,0.686862 -1.3887396,0.105038 -2.1983176,0.01486 -3.2581804,-0.362922 -0.467474,-0.166631 -1.048888,-0.359869 -1.292021,-0.429414 -0.324078,-0.09271 -0.743342,-0.380392 -1.5711,-1.078071 -1.420669,-1.197412 -1.648937,-1.58457 -1.925052,-3.265031 -0.102416,-0.623305 -0.199605,-1.438669 -0.215978,-1.81192 -0.016374,-0.373251 -0.056261,-0.721519 -0.088657,-0.77393 -0.067758,-0.109626 0.089476,-2.008475 0.247269,-2.986115 0.130078,-0.805956 0.189578,-0.928504 1.119207,-2.305167 0.551709,-0.816991 0.914464,-1.240149 1.430032,-1.668144 1.667053,-1.3838699 2.756153,-1.9576709 4.6493404,-2.4495299 1.312647,-0.341033 1.316094,-0.341384 2.92764,-0.298571 1.704327,0.045279 2.611509,0.151723 3.224147,0.378307 4.142982,1.532264 5.77721,2.8737519 7.899863,6.4847639 0.678784,1.154732 1.32681,1.980197 2.498103,3.182101 0.861936,0.884467 1.137778,1.106289 1.688252,1.357648 0.887192,0.405115 1.925051,0.552633 3.916456,0.556667 1.896492,0.0038 2.614135,-0.139766 3.440892,-0.688564 0.262941,-0.174537 0.690033,-0.411069 0.949098,-0.525627 0.259065,-0.114558 0.556548,-0.285163 0.661078,-0.379121 0.10453,-0.09396 0.42379,-0.29356 0.70948,-0.443556 0.65603,-0.344449 1.42167,-1.111788 1.70127,-1.705038 0.33673,-0.714501 0.85186,-1.5632 1.1374,-1.873932 0.19465,-0.211812 0.28435,-0.441122 0.35538,-0.908554 0.05227,-0.343878 0.18417,-0.799976 0.29313,-1.013551 0.27381,-0.536709 0.36642,-1.670696 0.16781,-2.0547719 -0.08092,-0.156472 -0.20804,-0.607085 -0.28248,-1.001359 -0.26428,-1.399635 -1.64891,-3.032054 -3.23793,-3.817395 -0.57633,-0.284837 -0.82075,-0.345481 -1.721103,-0.427039 -1.871158,-0.169496 -3.240937,0.119258 -4.319905,0.910652 -1.019652,0.747887 -1.459893,1.116824 -1.459893,1.223432 0,0.111678 -0.469815,0.660474 -0.619492,0.723625 -0.207343,0.087491 -0.60823,0.753695 -0.60823,1.010791 0,0.152688 -0.08309,0.46544 -0.184636,0.695004 -0.387219,0.875382 -0.319331,1.5844019 0.292423,3.0536849 0.348021,0.835859 0.454625,1.030992 0.799707,1.463822 0.462636,0.580264 0.949006,0.849183 1.810527,1.001053 1.002484,0.176716 1.504409,0.163963 2.138936,-0.05435 1.254578,-0.431636 2.127986,-1.167899 2.579476,-2.174428 0.203116,-0.452821 0.228125,-0.622633 0.19504,-1.324403 -0.03327,-0.705395 -0.07787,-0.874807 -0.36061,-1.3693809 -0.17747,-0.310419 -0.487606,-0.743524 -0.689214,-0.962456 -0.201607,-0.218932 -0.351792,-0.442358 -0.333741,-0.496504 0.05236,-0.157084 1.002173,0.535564 1.302022,0.9495 0.459863,0.634827 0.607623,1.2723869 0.540223,2.3312079 -0.07398,1.162432 -0.391274,1.84193 -1.288702,2.759813 -0.6924,0.708178 -1.388012,1.04873 -2.548705,1.247767 -0.944703,0.161997 -2.14423,-0.05862 -2.901643,-0.533675 -0.918197,-0.575899 -1.49026,-1.16618 -2.011953,-2.076004 -0.428575,-0.747453 -0.50913,-0.978697 -0.70733,-2.030505 -0.236123,-1.2530869 -0.235655,-2.2758099 0.0012,-2.5562829 0.06579,-0.077913 0.16964,-0.386449 0.230778,-0.685635 0.06114,-0.299187 0.206576,-0.66042 0.323207,-0.802741 0.116631,-0.142321 0.348424,-0.545355 0.515112,-0.895632 0.245201,-0.515299 0.374669,-0.673404 0.678237,-0.82827 0.206342,-0.105273 0.375176,-0.233726 0.375176,-0.285453 0,-0.051727 0.145438,-0.163399 0.323181,-0.248163 0.177756,-0.084764 0.343924,-0.23342 0.369271,-0.33035 0.02719,-0.104005 0.272122,-0.275367 0.597605,-0.418114 0.303348,-0.133034 0.782825,-0.350241 1.065534,-0.482682 0.282695,-0.132441 1.068915,-0.378033 1.747139,-0.54576 1.172477,-0.289958 1.288887,-0.301647 2.366412,-0.237648 1.082077,0.064268 1.158417,0.082714 1.689357,0.408195 0.30583,0.187488 0.70957,0.390591 0.89718,0.451342 0.18761,0.060752 0.67337,0.348973 1.07948,0.640493 0.4061,0.291518 0.88044,0.615966 1.05409,0.720994 0.17364,0.105026 0.596,0.478229 0.93858,0.829339 0.71098,0.728694 1.45698,2.087381 1.70245,3.100622 0.08008,0.330595 0.23041,0.89857 0.33405,1.262165 0.16122,0.5656749 0.18021,0.8314469 0.13149,1.8415809 -0.1517,3.146103 -1.22161,5.567567 -3.29355,7.454221 -0.2597,0.236482 -0.78077,0.736675 -1.15792,1.111537 -0.76319,0.758554 -1.67381,1.385104 -2.80856,1.932441 -0.415539,0.200429 -0.991646,0.488337 -1.280259,0.639797 -0.882082,0.462918 -2.231143,0.667017 -4.408861,0.667017 -2.130041,0 -2.366541,0.03229 -4.811777,0.656928 -0.874734,0.223454 -1.162007,0.344996 -1.666858,0.705255 -0.853783,0.609246 -1.838853,1.878368 -2.607841,3.359822 -0.121326,0.233738 -0.296559,0.509976 -0.389404,0.61386 -0.307743,0.344362 -0.545622,1.050579 -0.562113,1.668854 -0.04061,1.522775 0.02199,4.223809 0.105798,4.564192 0.129961,0.52783 0.372041,1.083044 0.617659,1.416601 0.318498,0.432516 0.85083,1.405096 0.975004,1.781347 0.06667,0.201978 0.290615,0.486616 0.560969,0.712969 0.247503,0.207223 0.571854,0.552596 0.720777,0.767493 0.323675,0.467057 1.494097,1.101649 2.195288,1.190266 0.245591,0.03104 0.533229,0.11023 0.639196,0.17598 0.105967,0.06575 0.424699,0.167593 0.708305,0.226311 0.614915,0.127318 2.007063,-0.04731 2.810307,-0.352512 0.493809,-0.187634 1.658821,-0.868541 2.279159,-1.332082 0.464938,-0.347422 1.098398,-1.246947 1.284607,-1.824145 0.08794,-0.272617 0.211856,-0.580662 0.275347,-0.684547 0.327083,-0.535104 0.403918,-1.623506 0.247673,-3.508243 -0.05986,-0.72207 -0.137141,-1.071344 -0.31344,-1.416601 -0.128687,-0.252032 -0.332311,-0.663088 -0.452492,-0.913457 -0.367893,-0.766429 -2.139157,-2.048525 -2.850402,-2.063216 -0.118387,-0.0024 -0.50026,-0.06373 -0.848619,-0.136195 -0.668913,-0.139143 -1.645348,-0.06897 -2.049434,0.147286 -0.496788,0.265876 -1.131276,0.741153 -1.537547,1.151733 -0.361013,0.364849 -0.487359,0.588679 -0.684441,1.212552 -0.226239,0.71615 -0.236279,0.827567 -0.156934,1.741309 0.09698,1.116812 0.287338,1.633487 0.818447,2.22136 0.423607,0.468885 0.784451,0.665839 1.740481,0.94999 0.694273,0.206351 1.350648,0.21983 1.959762,0.04024 0.357697,-0.10546 0.235955,0.108997 -0.164347,0.289507 -0.565443,0.25498 -1.90107,0.157481 -2.782593,-0.203122 -0.881743,-0.360696 -1.649691,-1.072512 -2.058433,-1.90798 -0.294309,-0.601567 -0.306872,-0.673645 -0.306872,-1.760529 0,-1.080888 0.01347,-1.159477 0.291474,-1.699921 0.160303,-0.311653 0.389494,-0.757768 0.509299,-0.991369 0.119804,-0.2336 0.4675,-0.665268 0.772642,-0.959261 0.450424,-0.43394 0.692257,-0.582077 1.285063,-0.787168 1.631861,-0.564563 3.617985,-0.418169 4.838386,0.356626 1.11602,0.708525 2.094406,1.532797 2.466616,2.078083 0.683739,1.001676 1.178017,2.185864 1.249949,2.994632 0.03466,0.389566 0.101532,1.08124 0.148624,1.537054 0.08071,0.781387 0.06696,0.902835 -0.240727,2.124902 -0.480506,1.90851 -0.743342,2.415861 -1.67669,3.236431 -0.421995,0.371016 -0.925455,0.755835 -1.118791,0.855156 -0.193349,0.09932 -0.490831,0.300449 -0.661083,0.446952 -0.461622,0.397213 -1.337604,0.865753 -1.618609,0.865753 -0.13597,0 -0.513279,0.101392 -0.838475,0.225315 -0.642382,0.244807 -1.834756,0.537131 -2.115787,0.518715 -0.09646,-0.0063 -0.55786,-0.0633 -1.025334,-0.12662 z"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#004db1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" /><path
id="path7116"
d="m 20.15625,24.125 21.3125,-4.84375 c 0.02465,-0.02278 0.07241,-0.07432 0.09375,-0.09375 2.07194,-1.886654 3.12955,-4.291397 3.28125,-7.4375 0.04872,-1.010134 0.03622,-1.278075 -0.125,-1.84375 C 44.61511,9.542655 44.455081,8.9555947 44.375,8.625 44.12953,7.611759 43.398481,6.2599439 42.6875,5.53125 42.34492,5.18014 41.923641,4.8237759 41.75,4.71875 41.57635,4.613722 41.093599,4.2602679 40.6875,3.96875 40.28139,3.67723 39.812609,3.4045021 39.625,3.34375 39.43739,3.282999 39.024581,3.0937379 38.71875,2.90625 38.18781,2.580769 38.113329,2.5330179 37.03125,2.46875 c -1.077525,-0.063999 -1.202524,-0.039958 -2.375,0.25 -0.678224,0.167727 -1.467306,0.430059 -1.75,0.5625 C 32.623541,3.413691 32.147098,3.616966 31.84375,3.75 31.518267,3.892747 31.277193,4.0522448 31.25,4.15625 31.224653,4.25318 31.052757,4.4152359 30.875,4.5 c -0.177743,0.084764 -0.312499,0.1982732 -0.3125,0.25 0,0.051727 -0.168658,0.1759768 -0.375,0.28125 C 29.883932,5.186116 29.7452,5.3597009 29.5,5.875 29.333312,6.225277 29.11663,6.6076791 29,6.75 28.883369,6.892321 28.717388,7.263313 28.65625,7.5625 28.595112,7.861686 28.503293,8.172087 28.4375,8.25 c -0.236839,0.280473 -0.236123,1.309413 0,2.5625 0.1982,1.051808 0.258925,1.283797 0.6875,2.03125 0.521693,0.909824 1.113052,1.486601 2.03125,2.0625 0.757413,0.475051 1.961547,0.693247 2.90625,0.53125 1.160693,-0.199037 1.838849,-0.541822 2.53125,-1.25 0.897428,-0.917883 1.238521,-1.587568 1.3125,-2.75 0.0674,-1.058821 -0.102637,-1.7089234 -0.5625,-2.34375 -0.299849,-0.413936 -1.228891,-1.0945843 -1.28125,-0.9375 -0.01805,0.054146 0.110893,0.2810678 0.3125,0.5 0.201608,0.218932 0.510031,0.6583311 0.6875,0.96875 0.282735,0.494574 0.341733,0.638355 0.375,1.34375 0.03308,0.70177 0.01561,0.890929 -0.1875,1.34375 -0.45149,1.006529 -1.33917,1.724614 -2.59375,2.15625 -0.634527,0.21831 -1.122515,0.239216 -2.125,0.0625 -0.861521,-0.15187 -1.349864,-0.419736 -1.8125,-1 C 30.373668,13.09842 30.254271,12.898359 29.90625,12.0625 29.294496,10.593217 29.237781,9.9066318 29.625,9.03125 29.726545,8.801686 29.812499,8.4651882 29.8125,8.3125 c 0,-0.257096 0.386407,-0.9125089 0.59375,-1 0.149677,-0.063151 0.625001,-0.6070722 0.625,-0.71875 0,-0.106608 0.4491,-0.4708632 1.46875,-1.21875 1.078968,-0.791394 2.44134,-1.106996 4.3125,-0.9375 0.900353,0.081558 1.142422,0.1526628 1.71875,0.4375 1.58902,0.785341 2.985721,2.4128646 3.25,3.8125 0.07444,0.394274 0.200329,0.8435276 0.28125,1 0.19861,0.384076 0.08631,1.525791 -0.1875,2.0625 -0.10896,0.213575 -0.22898,0.687372 -0.28125,1.03125 -0.07103,0.467432 -0.180349,0.694438 -0.375,0.90625 -0.28554,0.310732 -0.788271,1.160499 -1.125,1.875 -0.2796,0.59325 -1.03147,1.34305 -1.6875,1.6875 -0.28569,0.149996 -0.614219,0.343541 -0.71875,0.4375 -0.10453,0.09396 -0.397187,0.260443 -0.65625,0.375 -0.259065,0.114558 -0.705808,0.356714 -0.96875,0.53125 -0.826757,0.548798 -1.541008,0.691343 -3.4375,0.6875 -1.991405,-0.004 -3.019058,-0.157384 -3.90625,-0.5625 -0.550474,-0.251359 -0.825564,-0.459283 -1.6875,-1.34375 -1.171293,-1.201904 -1.821215,-2.032768 -2.5,-3.1875 C 22.408597,10.576488 20.767982,9.251014 16.625,7.71875 16.012362,7.492166 15.110577,7.3890288 13.40625,7.34375 11.794704,7.300937 11.781397,7.2839672 10.46875,7.625 8.5755626,8.116859 7.5108031,8.7098801 5.84375,10.09375 5.328182,10.521745 4.9579588,10.933009 4.40625,11.75 c -0.929629,1.376663 -0.994922,1.506544 -1.125,2.3125 -0.157793,0.97764 -0.3177581,2.859123 -0.25,2.96875 0.032396,0.05241 0.077376,0.407998 0.09375,0.78125 0.016373,0.373251 0.1163341,1.189194 0.21875,1.8125 0.276115,1.680461 0.4855812,2.052588 1.90625,3.25 0.827758,0.697679 1.2696719,1.001043 1.59375,1.09375 0.243133,0.06955 0.8137761,0.270868 1.28125,0.4375 1.0598628,0.377782 1.8612603,0.448788 3.25,0.34375 1.269015,-0.09598 1.607653,-0.184444 2.5625,-0.6875 1.331335,-0.701416 2.071283,-1.251684 2.46875,-1.875 0.435923,-0.683621 0.802192,-1.782339 0.96875,-2.875 0.146556,-0.961469 0.06728,-1.340508 -0.59375,-2.625 -0.553764,-1.076062 -0.878283,-1.406881 -2,-1.96875 -0.964171,-0.482962 -1.135306,-0.486037 -2.25,-0.375 -0.857333,0.0854 -1.509395,0.318076 -2.15625,0.8125 -0.5738046,0.438578 -0.8665579,0.850274 -1.15625,1.65625 -0.2025048,0.563438 -0.2316991,1.312501 -0.0625,1.3125 0.042644,0 0.2009896,-0.381168 0.375,-0.84375 0.173998,-0.462581 0.4015895,-0.958997 0.5,-1.09375 0.09842,-0.134752 0.546858,-0.428414 1,-0.65625 0.930839,-0.46802 1.823817,-0.622071 2.5,-0.40625 0.388116,0.123878 1.71518,0.943818 2.09375,1.28125 0.608802,0.542639 0.965941,1.460686 0.96875,2.46875 0.0045,1.626337 -0.558088,2.810886 -1.625,3.4375 -0.233731,0.13728 -0.619213,0.363312 -0.875,0.53125 -0.656623,0.431101 -1.285087,0.539024 -2.75,0.46875 C 10.281494,23.261543 9.985408,23.235806 9.25,22.96875 7.6745042,22.396628 6.2512769,21.205702 5.71875,20.03125 c -0.631015,-1.391665 -0.6933689,-1.702182 -0.625,-3.125 0.060175,-1.252009 0.271361,-2.276705 0.625,-2.9375 0.245162,-0.458084 0.8727721,-1.164771 1.9375,-2.25 C 8.071352,11.295646 8.8903779,10.919148 9.75,10.75 c 1.004071,-0.197573 3.325507,-0.327907 4.03125,-0.21875 1.841064,0.284759 4.948913,2.436664 6.03125,4.1875 0.522382,0.845021 1.015166,1.824383 1.21875,2.40625 0.268051,0.766152 0.36522,2.781187 0.15625,3.5 -0.08534,0.293564 -0.155678,0.706477 -0.15625,0.90625 -0.0013,0.475805 -0.195619,1.069515 -0.59375,1.875 -0.09976,0.201826 -0.183113,0.462541 -0.28125,0.71875 z"
style="display:inline;overflow:visible;visibility:visible;opacity:0.797468;fill:url(#linearGradient8118);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" /><path
id="path8099"
d="m 20.15625,24.125 c -0.07674,0.200347 -0.176564,0.414343 -0.21875,0.5625 -0.09614,0.337623 -0.21811,0.672089 -0.28125,0.75 -0.06315,0.07791 -0.151241,0.286952 -0.1875,0.46875 -0.09597,0.481198 -0.406997,1.486568 -0.53125,1.71875 -0.147649,0.275868 -0.444541,1.549081 -0.59375,2.53125 -0.120247,0.791552 -0.142887,2.540675 -0.03125,3.40625 0.141276,1.095337 0.533401,3.041672 0.65625,3.28125 1.08127,2.108666 1.592909,2.84787 2.5,3.5625 0.228177,0.179756 0.512805,0.441668 0.625,0.59375 0.428199,0.580388 1.650487,1.413884 2.90625,2 0.543294,0.25358 1.762049,0.568001 2.875,0.71875 0.467474,0.06332 0.903539,0.11868 1,0.125 0.281031,0.01842 1.482619,-0.286443 2.125,-0.53125 0.325196,-0.123923 0.707779,-0.21875 0.84375,-0.21875 0.281005,0 1.163378,-0.477786 1.625,-0.875 0.170252,-0.146503 0.462901,-0.338178 0.65625,-0.4375 0.193336,-0.09932 0.703006,-0.472733 1.125,-0.84375 0.933348,-0.82057 1.175742,-1.341489 1.65625,-3.25 0.307691,-1.222067 0.33071,-1.343613 0.25,-2.125 C 37.109158,35.106686 37.034658,34.420814 37,34.03125 c -0.07193,-0.808768 -0.566261,-1.998325 -1.25,-3 -0.37221,-0.545286 -1.352732,-1.353976 -2.46875,-2.0625 -1.220401,-0.774795 -3.180638,-0.939563 -4.8125,-0.375 -0.592806,0.205091 -0.830826,0.347309 -1.28125,0.78125 -0.305142,0.293993 -0.661445,0.735149 -0.78125,0.96875 -0.119805,0.233601 -0.370947,0.688348 -0.53125,1 -0.278001,0.540444 -0.281251,0.606611 -0.28125,1.6875 0,1.086884 0.01819,1.148433 0.3125,1.75 0.408742,0.835468 1.180756,1.576806 2.0625,1.9375 0.881523,0.360603 2.215807,0.442479 2.78125,0.1875 0.400302,-0.18051 0.513947,-0.386709 0.15625,-0.28125 -0.609114,0.179588 -1.274477,0.143851 -1.96875,-0.0625 -0.95603,-0.284151 -1.295143,-0.468616 -1.71875,-0.9375 -0.531109,-0.587873 -0.71552,-1.10194 -0.8125,-2.21875 -0.07935,-0.913742 -0.06999,-1.03385 0.15625,-1.75 0.197082,-0.623873 0.295237,-0.8539 0.65625,-1.21875 0.406271,-0.41058 1.065713,-0.859123 1.5625,-1.125 0.404086,-0.216257 1.362337,-0.295393 2.03125,-0.15625 0.348359,0.07246 0.725362,0.122554 0.84375,0.125 0.711245,0.01469 2.507106,1.296071 2.875,2.0625 0.120181,0.250369 0.308812,0.654219 0.4375,0.90625 0.176299,0.345257 0.252636,0.715429 0.3125,1.4375 0.156245,1.884737 0.07708,2.964894 -0.25,3.5 -0.06349,0.103885 -0.19331,0.414885 -0.28125,0.6875 -0.186209,0.577198 -0.816314,1.465079 -1.28125,1.8125 -0.620338,0.463541 -1.78744,1.156118 -2.28125,1.34375 -0.803244,0.305204 -2.197585,0.471069 -2.8125,0.34375 -0.283606,-0.05872 -0.581532,-0.152998 -0.6875,-0.21875 -0.105967,-0.06575 -0.41066,-0.156461 -0.65625,-0.1875 -0.701191,-0.08862 -1.863824,-0.720443 -2.1875,-1.1875 -0.148923,-0.214897 -0.471248,-0.542775 -0.71875,-0.75 -0.270354,-0.226353 -0.495834,-0.516773 -0.5625,-0.71875 -0.124174,-0.376251 -0.650251,-1.348732 -0.96875,-1.78125 -0.245618,-0.333557 -0.495039,-0.87842 -0.625,-1.40625 -0.08381,-0.340383 -0.134366,-3.039725 -0.09375,-4.5625 0.01649,-0.618275 0.254756,-1.343139 0.5625,-1.6875 0.09285,-0.103884 0.253673,-0.360011 0.375,-0.59375 0.768988,-1.481454 1.771218,-2.765754 2.625,-3.375 0.504851,-0.360259 0.781516,-0.495296 1.65625,-0.71875 2.445236,-0.624641 2.682459,-0.656251 4.8125,-0.65625 2.177718,0 3.524169,-0.193333 4.40625,-0.65625 0.288613,-0.15146 0.865709,-0.424571 1.28125,-0.625 1.13475,-0.547337 2.049309,-1.178946 2.8125,-1.9375 0.346157,-0.344057 0.787225,-0.776833 1.0625,-1.03125 z"
style="display:inline;overflow:visible;visibility:visible;opacity:0.362869;fill:url(#linearGradient8126);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" /></g></g></g><metadata
id="metadata131"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs129"><filter
inkscape:collect="always"
id="filter3494"
x="-0.026300722"
width="1.0526014"
y="-0.10462523"
height="1.2092505"><feGaussianBlur
inkscape:collect="always"
stdDeviation="1.4251155"
id="feGaussianBlur3496" /></filter><filter
inkscape:collect="always"
id="filter3490"
x="-0.028638334"
width="1.0572767"
y="-0.104625"
height="1.20925"><feGaussianBlur
inkscape:collect="always"
stdDeviation="1.4251155"
id="feGaussianBlur3492" /></filter><linearGradient
id="linearGradient3328"><stop
id="stop3330"
offset="0"
style="stop-color:#19377f;stop-opacity:1;" /><stop
style="stop-color:#3365a2;stop-opacity:1;"
offset="0.5"
id="stop3332" /><stop
id="stop3334"
offset="1"
style="stop-color:#5d9dcb;stop-opacity:1;" /></linearGradient><linearGradient
id="linearGradient3397"><stop
style="stop-color:#215c21;stop-opacity:1;"
offset="0"
id="stop3399" /><stop
style="stop-color:#215c21;stop-opacity:0;"
offset="1"
id="stop3401" /></linearGradient><linearGradient
id="linearGradient3349"><stop
style="stop-color:#136b06;stop-opacity:1;"
offset="0"
id="stop3351" /><stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3353" /></linearGradient><linearGradient
id="linearGradient3317"><stop
style="stop-color:#daff00;stop-opacity:0.60392159;"
offset="0"
id="stop3319" /><stop
style="stop-color:#fff300;stop-opacity:0;"
offset="1"
id="stop3321" /></linearGradient><linearGradient
id="linearGradient3307"><stop
style="stop-color:#0095ff;stop-opacity:1;"
offset="0"
id="stop3309" /><stop
style="stop-color:#133e58;stop-opacity:0;"
offset="1"
id="stop3311" /></linearGradient><linearGradient
id="linearGradient3297"><stop
id="stop3299"
offset="0"
style="stop-color:#000000;stop-opacity:0.43150684;" /><stop
id="stop3301"
offset="1"
style="stop-color:#fff300;stop-opacity:0;" /></linearGradient><linearGradient
inkscape:collect="always"
id="linearGradient3263"><stop
style="stop-color:#fff300;stop-opacity:1;"
offset="0"
id="stop3265" /><stop
style="stop-color:#fff300;stop-opacity:0;"
offset="1"
id="stop3267" /></linearGradient><linearGradient
id="linearGradient3175"><stop
style="stop-color:#004500;stop-opacity:1;"
offset="0"
id="stop3177" /><stop
id="stop3433"
offset="0.5"
style="stop-color:#387f00;stop-opacity:1;" /><stop
style="stop-color:#9bc700;stop-opacity:1;"
offset="1"
id="stop3179" /></linearGradient><inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective10" /><radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3263"
id="radialGradient3271"
cx="184.9425"
cy="407.18372"
fx="184.9425"
fy="407.18372"
r="124.72867"
gradientTransform="matrix(1,0,0,3.8045976,0,-1141.9865)"
gradientUnits="userSpaceOnUse" /><radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3297"
id="radialGradient3295"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,3.8045976,0,-1141.9865)"
cx="184.9425"
cy="407.18372"
fx="184.9425"
fy="407.18372"
r="124.72867" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3317"
id="linearGradient3325"
x1="666.64209"
y1="414.10834"
x2="757.67969"
y2="414.10834"
gradientUnits="userSpaceOnUse"
spreadMethod="reflect" /><radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3397"
id="radialGradient3403"
cx="855.17987"
cy="564.88666"
fx="855.17987"
fy="564.88666"
r="194.26131"
gradientTransform="matrix(1,0,0,0.6199262,0,214.69862)"
gradientUnits="userSpaceOnUse" /><inkscape:perspective
id="perspective2420"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><inkscape:perspective
id="perspective2482"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><inkscape:perspective
id="perspective2535"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><inkscape:perspective
id="perspective3266"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><inkscape:perspective
id="perspective3317"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><inkscape:perspective
id="perspective2492"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><inkscape:perspective
id="perspective3203"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3328"
id="linearGradient3234"
gradientUnits="userSpaceOnUse"
x1="-9.0727692"
y1="-863.40924"
x2="1178.7058"
y2="-863.40924" /><inkscape:perspective
id="perspective2494"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><inkscape:perspective
id="perspective2466"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" /><linearGradient
gradientUnits="userSpaceOnUse"
y2="15.465387"
x2="21.795116"
y1="50.395214"
x1="29.854376"
id="linearGradient8126"
xlink:href="#linearGradient2782"
inkscape:collect="always" /><linearGradient
gradientUnits="userSpaceOnUse"
y2="2.4395995"
x2="25.368185"
y1="43.542542"
x1="33.111675"
id="linearGradient8118"
xlink:href="#linearGradient2782"
inkscape:collect="always" /><linearGradient
gradientTransform="matrix(1,0,0,0.1481438,0,40.8891)"
y2="40"
x2="21.875"
y1="48.000977"
x1="21.875"
gradientUnits="userSpaceOnUse"
id="linearGradient19872"
xlink:href="#linearGradient2804"
inkscape:collect="always" /><radialGradient
r="5"
fy="44"
fx="1"
cy="44"
cx="1"
gradientTransform="matrix(2,0,0,0.8,21.227482,10.529141)"
gradientUnits="userSpaceOnUse"
id="radialGradient19870"
xlink:href="#linearGradient2781"
inkscape:collect="always" /><radialGradient
r="5"
fy="44"
fx="1"
cy="44"
cx="1"
gradientTransform="matrix(2,0,0,0.8,-25.240086,-80.929141)"
gradientUnits="userSpaceOnUse"
id="radialGradient19868"
xlink:href="#linearGradient2781"
inkscape:collect="always" /><radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.9887118,-0.4220719,11.235137)"
r="20.928947"
fy="23.145077"
fx="73.570084"
cy="23.145077"
cx="73.570084"
id="radialGradient19858"
xlink:href="#linearGradient2781"
inkscape:collect="always" /><linearGradient
gradientTransform="translate(-0.8601477,-1.863416)"
gradientUnits="userSpaceOnUse"
y2="52.45615"
x2="77.480881"
y1="16.647184"
x1="77.297218"
id="linearGradient15953"
xlink:href="#linearGradient2782"
inkscape:collect="always" /><linearGradient
y2="15.676654"
x2="8.1771841"
y1="5.7791729"
x1="8.1771841"
gradientTransform="matrix(3.3087682,0,0,3.3582938,-5.969971,-6.3358833)"
gradientUnits="userSpaceOnUse"
id="linearGradient8141"
xlink:href="#linearGradient5106"
inkscape:collect="always" /><linearGradient
y2="40"
x2="21.875"
y1="48.000977"
x1="21.875"
gradientUnits="userSpaceOnUse"
id="linearGradient2831"
xlink:href="#linearGradient2804"
inkscape:collect="always" /><radialGradient
r="5"
fy="44"
fx="1"
cy="44"
cx="1"
gradientTransform="matrix(2,0,0,0.8,36,8.8)"
gradientUnits="userSpaceOnUse"
id="radialGradient2829"
xlink:href="#linearGradient2781"
inkscape:collect="always" /><radialGradient
r="5"
fy="44"
fx="1"
cy="44"
cx="1"
gradientTransform="matrix(2,0,0,0.8,-13,-79.2)"
gradientUnits="userSpaceOnUse"
id="radialGradient2827"
xlink:href="#linearGradient2781"
inkscape:collect="always" /><linearGradient
gradientUnits="userSpaceOnUse"
y2="55.265625"
x2="29.03125"
y1="23.265625"
x1="26.0625"
id="linearGradient2788"
xlink:href="#linearGradient2782"
inkscape:collect="always" /><linearGradient
y2="15.676654"
x2="8.1771841"
y1="5.7791729"
x1="8.1771841"
gradientTransform="matrix(3.137165,0,0,3.184122,-1.606682,-4.861064)"
gradientUnits="userSpaceOnUse"
id="linearGradient2780"
xlink:href="#linearGradient5106"
inkscape:collect="always" /><linearGradient
id="linearGradient5106"><stop
id="stop5108"
offset="0"
style="stop-color:#729fcf;stop-opacity:1;" /><stop
id="stop5110"
offset="1"
style="stop-color:#386ea6;stop-opacity:1;" /></linearGradient><linearGradient
id="linearGradient2782"
inkscape:collect="always"><stop
id="stop2784"
offset="0"
style="stop-color:white;stop-opacity:1;" /><stop
id="stop2786"
offset="1"
style="stop-color:white;stop-opacity:0;" /></linearGradient><linearGradient
id="linearGradient2781"
inkscape:collect="always"><stop
id="stop2783"
offset="0"
style="stop-color:black;stop-opacity:1;" /><stop
id="stop2785"
offset="1"
style="stop-color:black;stop-opacity:0;" /></linearGradient><linearGradient
id="linearGradient2804"><stop
id="stop2806"
offset="0"
style="stop-color:black;stop-opacity:0;" /><stop
style="stop-color:black;stop-opacity:1;"
offset="0.5"
id="stop2812" /><stop
id="stop2808"
offset="1"
style="stop-color:black;stop-opacity:0;" /></linearGradient><linearGradient
id="linearGradient7100"><stop
id="stop7102"
offset="0"
style="stop-color:#000000;stop-opacity:1;" /><stop
id="stop7104"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" /></linearGradient><inkscape:perspective
id="perspective2671"
inkscape:persp3d-origin="24 : 16 : 1"
inkscape:vp_z="48 : 24 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 24 : 1"
sodipodi:type="inkscape:persp3d" /><filter
inkscape:collect="always"
id="filter3935"
x="-0.15220326"
width="1.3044065"
y="-0.60547008"
height="2.2109402"><feGaussianBlur
inkscape:collect="always"
stdDeviation="8.2471965"
id="feGaussianBlur3937" /></filter><filter
inkscape:collect="always"
id="filter3939"
x="-0.16573111"
width="1.3314622"
y="-0.60546878"
height="2.2109376"><feGaussianBlur
inkscape:collect="always"
stdDeviation="8.2471965"
id="feGaussianBlur3941" /></filter></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1918"
inkscape:window-height="1008"
id="namedview127"
showgrid="false"
inkscape:zoom="0.69532165"
inkscape:cx="261.74936"
inkscape:cy="90.605549"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<linearGradient
id="SVGID_1_"
gradientUnits="userSpaceOnUse"
x1="-407.78271"
y1="455.90329"
x2="982.91412"
y2="455.90329"
gradientTransform="matrix(0.6148,0,0,0.3906,142.7051,152.4243)">
<stop
offset="0"
style="stop-color:#010027;stop-opacity:0"
id="stop8" />
<stop
offset="0.8533"
style="stop-color:#010027;stop-opacity:0.8533"
id="stop10" />
<stop
offset="1"
style="stop-color:#010027"
id="stop12" />
</linearGradient>
<linearGradient
id="SVGID_2_"
gradientUnits="userSpaceOnUse"
x1="1257.7998"
y1="-733.29199"
x2="1636.7852"
y2="-733.29199"
gradientTransform="matrix(-0.6148,0,0,-0.3906,936.2949,-227.4243)">
<stop
offset="0"
style="stop-color:#010027;stop-opacity:0"
id="stop103" />
<stop
offset="0.8533"
style="stop-color:#010027;stop-opacity:0.8533"
id="stop105" />
<stop
offset="1"
style="stop-color:#010027"
id="stop107" />
</linearGradient>
<image
display="none"
overflow="visible"
opacity="0.3"
width="639.98401"
height="479.98801"
xlink:href="data:image/jpeg;base64,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 qL32pr32pr32pr32pL3upL3upL3uor3uor3mor3moo3moo3uor3upI3upL32po32pr32qI3+qL3+ qL3+qr3+qruGqruGrI6hqy7hqy7jq67jq67jq67jq67jrC7lrC7lrC7lrC7lrK7lrK7lrK7nrKju 7i7sVTDWfLqwvW2N8dVnlV3rU5ikvrkQ3uruso4dSlkmv5pY1LrV1E2K9nchezvuLyaSJ82szQxX WpNtZreV00P+T9h+eqKi1ny6n1c6XqDfsM1zI77SHk/Y3Bsv2NkjG/b3tU/3GW5Z+ih6B+ytc+f7 W+4ZJ9lMzH/Y2ut4vsbYpIft80LP2l0v2d0v2dymfb7uR8n2y9icftt2I/1t1k/X3K/XXKH2O/cP 017lH2e8L3faLppd9ouWr9VcL9XcL9ZcL9bcr9dcr9fcr9hcr9jcr9ldL9ndL9pdL9rdL9rdL9td L9vdL9xdr9zdr9zdr91dr93dr93dr95dr95dr97eL97eL99eL99eJ+pyaqMdZ8wte+bYzwMbc3LW wvumy6nb3MMLjftK1CZkztKuoIA25tujNqLOi+7Y9jb+ARuv6zXLmun91DG43Eb4bi+DI7ORsd1b XENu1t7GTG+EW0t8zpXMjZJYZ7QSe5gltpZowrjpPT52xkT275JJozAUUUUUUUUdko7vS/hY6z5h a983fjAIIYBBBBDEooooooooo7J3ml/CwotZ8wte+bvghgMAghgEEEMCiiiiiiiiijsnd6X8LHWf MLXvm7gbYQxGIQQQQxKKKKKKKKKPoNL+FjrPmFr3zd+EMAhgEMAhgMCiiiiiiiiijv8ATPh0x1nz C175u/CGA2ggghiUUUUUUUUUUd9pnw8dZ8wte+buRuBgEMRiMBgUUUUUUUUUUd9pnw8dZ8wtf+b6 AIYDZCCCCGJRRRRRRRRRR26bWmfDVFRaz5ha/wDN3Q3AwCGIxGAwKKKKKKKKKI3NFRUVMNM+HjrP mFr/AM30IQwGyEMBsFFFFFFFFEIhEbmioqLTfh0x1nzC1/5voxgEMAhgEEEMSiiijgURgRhTc0Wm /DoqKi1rzC1/5voghgNkYjAYlFHAo4EKiIwoqbFMaLTfiKiota8wtf8Am7wbgYBDZGA2SEQjgRiQ iFRUVFTb034ioqLWvMrX/m+jGyMRgENohFEYEYUVFRUVFRUVNnTviY615la/87ejcDAbI3JCIRGF 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 6T5xxn/8G//Z"
id="image124"
x="2.8003032"
y="3.0580952">
</image>
</svg>
trisquel
\ No newline at end of file
trisquel
\ No newline at end of file
trisquel
\ No newline at end of file
trisquel
\ No newline at end of file
case $ARCH in
amd64|i386)
default_mirror http://archive.trisquel.info/trisquel
;;
*)
default_mirror http://ports.trisquel.info/trisquel
;;
esac
default_mirror http://archive.trisquel.org/trisquel
mirror_style release
download_style apt
finddebs_style from-indices
......
default_mirror http://archive.trisquel.org/trisquel
mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd fakechroot minbase
keyring /usr/share/keyrings/trisquel-archive-keyring.gpg
if doing_variant fakechroot; then
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"
fi
case $ARCH in
alpha|ia64) LIBC="libc6.1" ;;
*) LIBC="libc6" ;;
esac
work_out_debs () {
required="$(get_debs Priority: required)"
if doing_variant -; then
#required="$required $(get_debs Priority: important)"
# ^^ should be getting debconf here somehow maybe
base="$(get_debs Priority: important)"
elif doing_variant buildd; then
base="$(get_debs Build-Essential: yes)"
elif doing_variant fakechroot || doing_variant minbase; then
base="apt"
fi
case $MIRRORS in
https://*)
base="$base apt-transport-https ca-certificates"
;;
esac
}
first_stage_install () {
extract $required
mkdir -p "$TARGET/var/lib/dpkg"
: >"$TARGET/var/lib/dpkg/status"
: >"$TARGET/var/lib/dpkg/available"
setup_etc
if [ ! -e "$TARGET/etc/fstab" ]; then
echo '# UNCONFIGURED FSTAB FOR BASE SYSTEM' > "$TARGET/etc/fstab"
chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
fi
setup_devices
x_feign_install () {
local pkg="$1"
local deb="$(debfor $pkg)"
local ver="$(extract_deb_field "$TARGET/$deb" Version)"
mkdir -p "$TARGET/var/lib/dpkg/info"
echo \
"Package: $pkg
Version: $ver
Status: install ok installed" >> "$TARGET/var/lib/dpkg/status"
touch "$TARGET/var/lib/dpkg/info/${pkg}.list"
}
x_feign_install dpkg
}
second_stage_install () {
x_core_install () {
smallyes '' | in_target dpkg --force-depends --install $(debfor "$@")
}
p () {
baseprog="$(($baseprog + ${1:-1}))"
}
if doing_variant fakechroot; then
setup_proc_fakechroot
else
setup_proc
in_target /sbin/ldconfig
fi
DEBIAN_FRONTEND=noninteractive
DEBCONF_NONINTERACTIVE_SEEN=true
export DEBIAN_FRONTEND DEBCONF_NONINTERACTIVE_SEEN
baseprog=0
bases=7
p; progress $baseprog $bases INSTCORE "Installing core packages" #1
info INSTCORE "Installing core packages..."
p; progress $baseprog $bases INSTCORE "Installing core packages" #2
ln -sf mawk "$TARGET/usr/bin/awk"
x_core_install base-passwd
x_core_install base-files
p; progress $baseprog $bases INSTCORE "Installing core packages" #3
x_core_install dpkg
if [ ! -e "$TARGET/etc/localtime" ]; then
ln -sf /usr/share/zoneinfo/Etc/UTC "$TARGET/etc/localtime"
fi
if doing_variant fakechroot; then
install_fakechroot_tools
fi
p; progress $baseprog $bases INSTCORE "Installing core packages" #4
x_core_install $LIBC
p; progress $baseprog $bases INSTCORE "Installing core packages" #5
x_core_install perl-base
p; progress $baseprog $bases INSTCORE "Installing core packages" #6
rm "$TARGET/usr/bin/awk"
x_core_install mawk
p; progress $baseprog $bases INSTCORE "Installing core packages" #7
if doing_variant -; then
x_core_install debconf
fi
baseprog=0
bases=$(set -- $required; echo $#)
info UNPACKREQ "Unpacking required packages..."
smallyes '' |
(repeatn 5 in_target_failmsg UNPACK_REQ_FAIL_FIVE "Failure while unpacking required packages. This will be attempted up to five times." "" \
dpkg --status-fd 8 --force-depends --unpack $(debfor $required) 8>&1 1>&7 |
dpkg_progress $baseprog $bases UNPACKREQ "Unpacking required packages" UNPACKING) 7>&1
info CONFREQ "Configuring required packages..."
if doing_variant fakechroot; then
# fix initscripts postinst (no mounting possible, and wrong if condition)
sed -i '/dpkg.*--compare-versions/ s/\<lt\>/lt-nl/' "$TARGET/var/lib/dpkg/info/initscripts.postinst"
fi
echo \
"#!/bin/sh
exit 101" > "$TARGET/usr/sbin/policy-rc.d"
chmod 755 "$TARGET/usr/sbin/policy-rc.d"
mv "$TARGET/sbin/start-stop-daemon" "$TARGET/sbin/start-stop-daemon.REAL"
echo \
"#!/bin/sh
echo
echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/start-stop-daemon"
chmod 755 "$TARGET/sbin/start-stop-daemon"
if [ -x "$TARGET/sbin/initctl" ]; then
mv "$TARGET/sbin/initctl" "$TARGET/sbin/initctl.REAL"
echo \
"#!/bin/sh
if [ \"\$1\" = version ]; then exec /sbin/initctl.REAL \"\$@\"; fi
echo
echo \"Warning: Fake initctl called, doing nothing\"" > "$TARGET/sbin/initctl"
chmod 755 "$TARGET/sbin/initctl"
fi
setup_dselect_method apt
smallyes '' |
(in_target_failmsg CONF_REQ_FAIL "Failure while configuring required packages." "" \
dpkg --status-fd 8 --configure --pending --force-configure-any --force-depends 8>&1 1>&7 |
dpkg_progress $baseprog $bases CONFREQ "Configuring required packages" CONFIGURING) 7>&1
baseprog=0
bases="$(set -- $base; echo $#)"
info UNPACKBASE "Unpacking the base system..."
setup_available $required $base
done_predeps=
while predep=$(get_next_predep); do
# We have to resolve dependencies of pre-dependencies manually because
# dpkg --predep-package doesn't handle this.
predep=$(without "$(without "$(resolve_deps $predep)" "$required")" "$done_predeps")
# XXX: progress is tricky due to how dpkg_progress works
# -- cjwatson 2009-07-29
p; smallyes '' |
in_target dpkg --force-overwrite --force-confold --skip-same-version --install $(debfor $predep)
base=$(without "$base" "$predep")
done_predeps="$done_predeps $predep"
done
smallyes '' |
(repeatn 5 in_target_failmsg INST_BASE_FAIL_FIVE "Failure while installing base packages. This will be re-attempted up to five times." "" \
dpkg --status-fd 8 --force-overwrite --force-confold --skip-same-version --unpack $(debfor $base) 8>&1 1>&7 |
dpkg_progress $baseprog $bases UNPACKBASE "Unpacking base system" UNPACKING) 7>&1
info CONFBASE "Configuring the base system..."
smallyes '' |
(repeatn 5 in_target_failmsg CONF_BASE_FAIL_FIVE "Failure while configuring base packages. This will be re-attempted up to five times." "" \
dpkg --status-fd 8 --force-confold --skip-same-version --configure -a 8>&1 1>&7 |
dpkg_progress $baseprog $bases CONFBASE "Configuring base system" CONFIGURING) 7>&1
if [ -x "$TARGET/sbin/initctl.REAL" ]; then
mv "$TARGET/sbin/initctl.REAL" "$TARGET/sbin/initctl"
fi
mv "$TARGET/sbin/start-stop-daemon.REAL" "$TARGET/sbin/start-stop-daemon"
rm -f "$TARGET/usr/sbin/policy-rc.d"
progress $bases $bases CONFBASE "Configuring base system"
info BASESUCCESS "Base system installed successfully."
}
From ef8fb0e94ce79d5fde2943e433ad0422eb7f70ec Mon Sep 17 00:00:00 2001
From: Marvin W <git@larma.de>
Date: Thu, 23 Mar 2023 10:13:30 -0600
Subject: [PATCH] Check sender of bookmark:1 updates
---
xmpp-vala/src/module/xep/0402_bookmarks2.vala | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/xmpp-vala/src/module/xep/0402_bookmarks2.vala b/xmpp-vala/src/module/xep/0402_bookmarks2.vala
index 406f37f43..d1e53e6e3 100644
--- a/xmpp-vala/src/module/xep/0402_bookmarks2.vala
+++ b/xmpp-vala/src/module/xep/0402_bookmarks2.vala
@@ -68,6 +68,11 @@ public class Module : BookmarksProvider, XmppStreamModule {
}
private void on_pupsub_item(XmppStream stream, Jid jid, string id, StanzaNode? node) {
+ if (!jid.equals(stream.get_flag(Bind.Flag.IDENTITY).my_jid.bare_jid)) {
+ warning("Received alleged bookmarks:1 item from %s, ignoring", jid.to_string());
+ return;
+ }
+
Conference conference = parse_item_node(node, id);
Flag? flag = stream.get_flag(Flag.IDENTITY);
if (flag != null) {
@@ -77,6 +82,11 @@ public class Module : BookmarksProvider, XmppStreamModule {
}
private void on_pupsub_retract(XmppStream stream, Jid jid, string id) {
+ if (!jid.equals(stream.get_flag(Bind.Flag.IDENTITY).my_jid.bare_jid)) {
+ warning("Received alleged bookmarks:1 retract from %s, ignoring", jid.to_string());
+ return;
+ }
+
try {
Jid jid_parsed = new Jid(id);
Flag? flag = stream.get_flag(Flag.IDENTITY);
--- a/debian/README.Debian 2019-10-17 15:10:30.000000000 -0500
+++ b/debian/README.Debian 2021-11-26 13:26:20.362971709 -0600
@@ -2,7 +2,7 @@
===========
The distro-info package provides centralized lists of code-names and release
-history for the supported distributions (Currently: Debian and Ubuntu).
+history for the supported distributions (Currently: Debian and Trisquel).
The distro-info data (in the distro-info-data package) can be updated once,
and all the packages using it will have the latest data. This avoids having to
hard-code current development release names (and other such volatile data)
@@ -17,8 +17,8 @@
On Debian, this is:
deb http://ftp.debian.org/debian stable-updates main
-On Ubuntu, it is:
-deb http://archive.ubuntu.com/ubuntu $RELEASE-updates main
+On Trisquel, it is:
+deb http://archive.trisquel.org/trisquel $RELEASE-updates main
where $RELEASE is the name of your release.
If there isn't an update available yet, you should be able to install the
--- a/lib/tools.py 2021-10-15 08:01:00.000000000 -0500
+++ a/lib/tools.py 2022-04-06 12:27:07.672427372 -0500
@@ -37,7 +37,7 @@
def main(validation_function):
"""Main function with command line parameter parsing."""
script_name = os.path.basename(sys.argv[0])
- usage = "%s [-h] -d|-u csv-file" % (script_name)
+ usage = "%s [-h] -d|-u|-t csv-file" % (script_name)
parser = argparse.ArgumentParser(usage=usage)
parser.add_argument(
@@ -56,15 +56,24 @@
default=False,
help="validate an Ubuntu CSV file",
)
+ parser.add_argument(
+ "-t",
+ "--trisquel",
+ dest="trisquel",
+ action="store_true",
+ default=False,
+ help="validate a Trisquel CSV file")
parser.add_argument("csv_file", metavar="csv-file", help="CSV file to validate")
args = parser.parse_args()
- if len([x for x in [args.debian, args.ubuntu] if x]) != 1:
- parser.error("You have to select exactly one of --debian, --ubuntu.")
+ if len([x for x in [args.trisquel, args.debian, args.ubuntu] if x]) != 1:
+ parser.error("You have to select exactly one of --trisquel, --debian, --ubuntu.")
if args.debian:
distro = "debian"
- else:
+ elif args.ubuntu:
distro = "ubuntu"
+ else:
+ distro = "trisquel"
return int(not validation_function(args.csv_file, distro))
--- a/validate-csv-data 2021-10-15 08:01:00.000000000 -0500
+++ b/validate-csv-data 2022-04-06 12:27:29.004706669 -0500
@@ -27,6 +27,13 @@
_COLUMNS = {
+ "trisquel": (
+ "version",
+ "codename",
+ "series",
+ "created",
+ "release",
+ "eol"),
"debian": (
"version",
"codename",
@@ -58,6 +65,7 @@
("eol-lts", "eol-elts"),
)
_STRINGS = {
+ "trisquel": ("version", "codename", "series"),
"debian": ("codename", "series"),
"ubuntu": ("version", "codename", "series"),
}
version,codename,series,created,release,eol,upstream
2.0 LTS,Robur,robur,2007-10-18,2008-07-24,2011-05-12,hardy
3.0,Dwyn,dwyn,2008-10-30,2009-09-08,2010-10-23,jaunty
3.5,Awen,awen,2009-04-23,2010-03-22,2011-04-30,karmik
4.0 LTS,Taranis,taranis,2009-10-29,2010-09-17,2013-05-09,lucid
4.5,Slaine,slaine,2010-04-29,2011-03-24,2012-04-10,maverick
5.0,Dagda,dagda,2010-10-10,2011-09-17,2012-10-28,natty
5.5,Brigantia,brigantia,2011-04-28,2012-04-16,2013-05-09,oneiric
6.0 LTS,Toutanis,toutanis,2011-10-13,2013-03-11,2017-04-28,precise
7.0 LTS,Belenos,belenos,2013-10-17,2014-11-03,2019-04-25,trusty
8.0 LTS,Flidas,flidas,2015-10-22,2018-04-18,2021-04-21,xenial
9.0 LTS,Etiona,etiona,2017-10-19,2020-10-16,2023-05-31,bionic
10.0 LTS,Nabia,nabia,2019-10-17,2021-12-16,2025-05-29,focal
11.0 LTS,Aramo,aramo,2021-10-14,2023-03-19,2027-06-01,jammy
12.0 LTS,Ecne,ecne,2023-10-12,2029-05-31,2029-05-31,noble
--- source/distro-info-util.c 2021-11-04 15:27:37.000000000 -0600
+++ source/distro-info-util.c_fix 2022-04-06 10:00:23.394992023 -0500
@@ -423,10 +423,6 @@
free(list->distro->milestones[MILESTONE_EOL_LTS]);
free(list->distro->milestones[MILESTONE_EOL_ELTS]);
#endif
-#ifdef UBUNTU
- free(list->distro->milestones[MILESTONE_EOL_SERVER]);
- free(list->distro->milestones[MILESTONE_EOL_ESM]);
-#endif
free(list->distro);
free(list);
list = next;
@@ -581,7 +577,7 @@
" -t --testing current testing version\n"
#endif
" -s --stable latest stable version\n"
-#ifdef UBUNTU
+#ifdef TRISQUEL
" --lts latest long term support (LTS) version\n"
#endif
#ifdef DEBIAN
@@ -592,9 +588,6 @@
" -l --lts list of all LTS supported versions\n"
" -e --elts list of all Extended LTS supported versions\n"
#endif
-#ifdef UBUNTU
- " --supported-esm list of all Ubuntu Advantage supported stable versions\n"
-#endif
" --unsupported list of all unsupported stable versions\n"
" -c --codename print the codename (default)\n"
" -f --fullname print the full name\n"
@@ -612,7 +605,7 @@
#ifdef DEBIAN
"--elts, "
#endif
-#ifdef UBUNTU
+#ifdef TRISQUEL
"--latest, "
#endif
"--lts, "
@@ -620,9 +613,6 @@
"--oldstable, "
#endif
"--stable, --supported, "
-#ifdef UBUNTU
- "--supported-esm, "
-#endif
"--series, "
#ifdef DEBIAN
"--testing, "
@@ -651,7 +641,7 @@
#ifdef DEBIAN
char *alias_codename = NULL;
#endif
-#ifdef UBUNTU
+#ifdef TRISQUEL
bool filter_latest = false;
#endif
@@ -664,9 +654,6 @@
{"devel", no_argument, NULL, 'd' },
{"stable", no_argument, NULL, 's' },
{"supported", no_argument, NULL, 'S' },
-#ifdef UBUNTU
- {"supported-esm", no_argument, NULL, 'e' },
-#endif
{"unsupported", no_argument, NULL, 'U' },
{"codename", no_argument, NULL, 'c' },
{"fullname", no_argument, NULL, 'f' },
@@ -678,14 +665,14 @@
{"oldstable", no_argument, NULL, 'o' },
{"testing", no_argument, NULL, 't' },
#endif
-#ifdef UBUNTU
+#ifdef TRISQUEL
{"latest", no_argument, NULL, 'l' },
{"lts", no_argument, NULL, 'L' },
#endif
{NULL, 0, NULL, '\0' }
};
-#ifdef UBUNTU
+#ifdef TRISQUEL
const char *short_options = "hadscrfly::";
#endif
#ifdef DEBIAN
@@ -731,7 +718,7 @@
case 'd':
selected_filters++;
filter_cb = filter_devel;
-#ifdef UBUNTU
+#ifdef TRISQUEL
select_cb = select_latest_created;
#endif
#ifdef DEBIAN
@@ -782,7 +769,7 @@
free(date);
return EXIT_SUCCESS;
-#ifdef UBUNTU
+#ifdef TRISQUEL
case 'l':
selected_filters++;
filter_latest = true;
@@ -836,15 +823,6 @@
select_cb = NULL;
break;
-#ifdef UBUNTU
- case 'e':
- // Only long option --supported-esm is used
- selected_filters++;
- filter_cb = filter_esm_supported;
- select_cb = NULL;
- break;
-
-#endif
#ifdef DEBIAN
case 't':
selected_filters++;
@@ -976,7 +954,7 @@
selected = select_series(distro_list, series_name);
} else {
selected = get_distro(distro_list, date, filter_cb, select_cb);
-#ifdef UBUNTU
+#ifdef TRISQUEL
if(selected == NULL && filter_latest) {
selected = get_distro(distro_list, date, filter_stable, select_latest_release);
}
--- source/python/distro_info.py 2021-11-04 15:27:37.000000000 -0600
+++ source/python/distro_info.py_fix 2022-04-06 10:20:39.217365952 -0500
@@ -1,3 +1,4 @@
+# Copyright (C) 2021, Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info>
# Copyright (C) 2009-2012, Benjamin Drung <bdrung@debian.org>
#
# Permission to use, copy, modify, and/or distribute this software for any
@@ -12,7 +13,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-"""provides information about Ubuntu's and Debian's distributions"""
+"""provides information about Trisquel's and Debian's distributions"""
import csv
import datetime
@@ -100,7 +101,7 @@
class DistroInfo:
"""Base class for distribution information.
- Use DebianDistroInfo or UbuntuDistroInfo instead of using this directly.
+ Use DebianDistroInfo or TrisquelDistroInfo instead of using this directly.
"""
def __init__(self, distro):
@@ -311,14 +312,14 @@
]
-class UbuntuDistroInfo(DistroInfo):
- """provides information about Ubuntu's distributions"""
+class TrisquelDistroInfo(DistroInfo):
+ """provides information about Trisquel's distributions"""
def __init__(self):
- super().__init__("Ubuntu")
+ super().__init__("Trisquel")
def lts(self, date=None, result="codename"):
- """Get latest long term support (LTS) Ubuntu distribution based on the
+ """Get latest long term support (LTS) Trisquel distribution based on the
given date."""
if date is None:
date = self._date
@@ -337,7 +338,7 @@
return "LTS" in distros[0].version
def supported(self, date=None, result="codename"):
- """Get list of all supported Ubuntu distributions based on the given
+ """Get list of all supported Trisquel distributions based on the given
date."""
if date is None:
date = self._date
@@ -347,15 +348,3 @@
if date <= x.eol or (x.eol_server is not None and date <= x.eol_server)
]
return distros
-
- def supported_esm(self, date=None, result="codename"):
- """Get list of all ESM supported Ubuntu distributions based on the
- given date."""
- if date is None:
- date = self._date
- distros = [
- self._format(result, x)
- for x in self._avail(date)
- if x.eol_esm is not None and date <= x.eol_esm
- ]
- return distros
#!/bin/sh
# Copyright (C) 2021, Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info>
# Copyright (C) 2012-2014, Benjamin Drung <bdrung@debian.org>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
COMMAND="${0%/*}/trisquel-distro-info"
. "${0%/*}/shunit2-helper-functions.sh"
testAll() {
local result="toutanis
belenos
flidas
etiona"
local pattern=$(echo $result | sed "s/ /\\\\|/g")
success "--date 2019-07-07 --all | grep -w \"$pattern\"" "$result"
success "-a | grep -w \"$pattern\"" "$result"
}
testDevel() {
success "--date 2019-01-10 --devel" "etiona"
success "--date 2017-05-10 -d --codename" "flidas"
}
testLatest() {
success "--date 2014-01-10 --latest" "belenos"
success "--date 2015-05-10 -l --codename" "belenos"
}
testLTS() {
success "--lts --date=2013-05-10" "toutanis"
}
testStable() {
success "--date=2014-01-10 -c --stable" "toutanis"
success "--date=2019-01-10 -s" "flidas"
}
testSupported() {
local result="belenos
flidas
etiona"
success "--date=2018-05-10 --supported" "$result"
}
testUnsupported() {
local result="dwyn"
success "--date=2011-01-10 --unsupported" "$result"
}
testFullname() {
success "--date=2013-08-10 --fullname --lts" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis"'
success "--date=2013-08-10 --fullname --lts -y" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis" -152'
success "--date=2013-08-10 --fullname --lts --days" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis" -152'
success "--date=2013-08-10 --fullname --lts -ycreated" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis" -667'
success "--date=2013-08-10 --fullname --lts --days=created" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis" -667'
success "--date=2013-08-10 --fullname --lts -yrelease" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis" -152'
success "--date=2013-08-10 --fullname --lts --days=release" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis" -152'
success "--date=2013-08-10 --fullname --lts -yeol" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis" 1357'
success "--date=2013-08-10 --fullname --lts --days=eol" \
'Trisquel GNU/Linux 6.0 LTS "Toutanis" 1357'
}
testRelease() {
success "--date=2013-08-10 --lts --release" "6.0 LTS"
success "--date=2013-08-10 --lts --release -ycreated" \
"6.0 LTS -667"
success "--date=2013-08-10 --lts --release --days=created" \
"6.0 LTS -667"
success "--date=2013-08-10 --lts --release --days" \
"6.0 LTS -152"
success "--date=2013-08-10 --lts --release -y" \
"6.0 LTS -152"
success "--date=2013-08-10 --lts --release --days=release" \
"6.0 LTS -152"
success "--date=2013-08-10 --lts --release -yrelease" \
"6.0 LTS -152"
success "--date=2013-08-10 --lts --release --days=eol" \
"6.0 LTS 1357"
success "--date=2013-08-10 --lts --release -yeol" \
"6.0 LTS 1357"
success "--date=2013-11-10 -r --stable" "6.0 LTS"
}
testSeries() {
success "-r --series etiona" "9.0 LTS"
}
testCombinedShortform() {
success "-fs --date=2013-08-10" 'Trisquel GNU/Linux 6.0 LTS "Toutanis"'
}
testReleaseDate() {
success "--date 2013-08-10 -s" "toutanis"
success "--date 2016-11-03 -d" "flidas"
success "--date 2018-04-18 -s" "flidas"
success "--date 2020-10-16 -d" "nabia"
}
testHelp() {
local help='Usage: trisquel-distro-info [options]
Options:
-h --help show this help message and exit
--date=DATE date for calculating the version (default: today)
--series=SERIES series to calculate the version for
-y[MILESTONE] additionally, display days until milestone
--days=[MILESTONE] (created, release, eol)
-a --all list all known versions
-d --devel latest development version
-s --stable latest stable version
--lts latest long term support (LTS) version
--supported list of all supported versions (including development)
--unsupported list of all unsupported stable versions
-c --codename print the codename (default)
-f --fullname print the full name
-r --release print the release version
See trisquel-distro-info(1) for more info.'
success "--help" "$help"
success "-h" "$help"
}
testExactlyOne() {
local result='trisquel-distro-info: You have to select exactly one of --all, --devel, --latest, --lts, --stable, --supported, --series, --unsupported.'
failure "" "$result"
failure "--date=2013-08-10 -sad" "$result"
}
testUnrecognizedOption() {
failure "--bar" "trisquel-distro-info: unrecognized option \`--bar'"
failure "-z" "trisquel-distro-info: unrecognized option \`-z'"
failure "--testing" "trisquel-distro-info: unrecognized option \`--testing'"
failure "--oldstable" "trisquel-distro-info: unrecognized option \`--oldstable'"
}
testUnrecognizedArguments() {
failure "foo" "trisquel-distro-info: unrecognized arguments: foo"
failure "foo --all bar" "trisquel-distro-info: unrecognized arguments: foo bar"
}
testMissingArgumentDate() {
failure "--date" "trisquel-distro-info: option \`--date' requires an argument DATE"
}
testMissingArgumentSeries() {
failure "--series" "trisquel-distro-info: option \`--series' requires an argument SERIES"
}
testDistributionDataOutdated() {
local future_year=$(expr $(date +"%Y" --date=now) + 7)
local outdated_e="Distribution data outdated.
Please check for an update for distro-info-data. See /usr/share/doc/distro-info-data/README.Debian for details."
failure "--date 1970-10-03 --lts" "trisquel-distro-info: $outdated_e"
failure "--date ${future_year}-10-03 -s" "trisquel-distro-info: $outdated_e"
failure "--date ${future_year}-10-03 -d" "trisquel-distro-info: $outdated_e"
failure "--date ${future_year}-10-03 -l" "trisquel-distro-info: $outdated_e"
}
testInvalidDate() {
failure "--date fail -s" "trisquel-distro-info: invalid date \`fail'"
failure "--date=2010-02-30 -d" "trisquel-distro-info: invalid date \`2010-02-30'"
}
testInvalidSeries() {
failure "--series wr0ng" "trisquel-distro-info: invalid distribution series \`wr0ng'"
}
testMultipleDates() {
failure "--date 2007-06-05 -s --date 2004-03-02" "trisquel-distro-info: Date specified multiple times."
}
testMultipleSeries() {
failure "--series flidas --series etiona" "trisquel-distro-info: series requested multiple times."
}
testUnknownSeries() {
failure "--series foobar" "trisquel-distro-info: unknown distribution series \`foobar'"
}
testDays() {
# day after belenos released
date=2014-11-04
success "--date=$date --lts" "belenos"
success "--date=$date --lts --days=created" "-383"
success "--date=$date --lts --days=created -c" "belenos -383"
success "--date=$date --lts --days=created -f" "Trisquel GNU/Linux 7.0 LTS \"Belenos\" -383"
success "--date=$date --lts --days=created -r" "7.0 LTS -383"
success "--date=$date --lts --days=release" "-1"
success "--date=$date --lts --days=release -c" "belenos -1"
success "--date=$date --lts --days=release -f" "Trisquel GNU/Linux 7.0 LTS \"Belenos\" -1"
success "--date=$date --lts --days=release -r" "7.0 LTS -1"
success "--date=$date --lts --days" "-1"
success "--date=$date --lts --days -c" "belenos -1"
success "--date=$date --lts --days -f" "Trisquel GNU/Linux 7.0 LTS \"Belenos\" -1"
success "--date=$date --lts --days -r" "7.0 LTS -1"
success "--date=$date --lts --days=eol" "1633"
success "--date=$date --lts --days=eol -c" "belenos 1633"
success "--date=$date --lts --days=eol -f" "Trisquel GNU/Linux 7.0 LTS \"Belenos\" 1633"
success "--date=$date --lts --days=eol -r" "7.0 LTS 1633"
# date flidas released
date=2018-04-18
success "--date=$date --lts" "flidas"
success "--date=$date --lts --days=created" "-909"
success "--date=$date --lts --days=created -c" "flidas -909"
success "--date=$date --lts --days=created -f" "Trisquel GNU/Linux 8.0 LTS \"Flidas\" -909"
success "--date=$date --lts --days=created -r" "8.0 LTS -909"
success "--date=$date --lts --days=release" "0"
success "--date=$date --lts --days=release -c" "flidas 0"
success "--date=$date --lts --days=release -f" "Trisquel GNU/Linux 8.0 LTS \"Flidas\" 0"
success "--date=$date --lts --days=release -r" "8.0 LTS 0"
success "--date=$date --lts --days" "0"
success "--date=$date --lts --days -c" "flidas 0"
success "--date=$date --lts --days -f" "Trisquel GNU/Linux 8.0 LTS \"Flidas\" 0"
success "--date=$date --lts --days -r" "8.0 LTS 0"
success "--date=$date --lts --days=eol" "1099"
success "--date=$date --lts --days=eol -c" "flidas 1099"
success "--date=$date --lts --days=eol -f" "Trisquel GNU/Linux 8.0 LTS \"Flidas\" 1099"
success "--date=$date --lts --days=eol -r" "8.0 LTS 1099"
# day before etiona was released
date=2020-10-15
success "--devel --date=$date" "nabia"
success "--devel --date=$date --days=created" "-364"
success "--devel --date=$date --days=created -c" "nabia -364"
success "--devel --date=$date --days=created -r" "10.0 LTS -364"
success "--devel --date=$date --days=created -f" "Trisquel GNU/Linux 10.0 LTS \"Nabia\" -364"
success "--devel --date=$date --days" "427"
success "--devel --date=$date --days -c" "nabia 427"
success "--devel --date=$date --days -r" "10.0 LTS 427"
success "--devel --date=$date --days -f" "Trisquel GNU/Linux 10.0 LTS \"Nabia\" 427"
success "--devel --date=$date --days=release" "427"
success "--devel --date=$date --days=release -c" "nabia 427"
success "--devel --date=$date --days=release -r" "10.0 LTS 427"
success "--devel --date=$date --days=release -f" "Trisquel GNU/Linux 10.0 LTS \"Nabia\" 427"
success "--devel --date=$date --days=eol" "1687"
success "--devel --date=$date --days=eol -c" "nabia 1687"
success "--devel --date=$date --days=eol -r" "10.0 LTS 1687"
success "--devel --date=$date --days=eol -f" "Trisquel GNU/Linux 10.0 LTS \"Nabia\" 1687"
}
. shunit2
#!/usr/bin/perl
# Copyright (C) 2011-2012, Stefano Rivera <stefanor@debian.org>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
use strict;
use warnings;
use Test::Simple tests => 28;
use lib '.';
use Debian::DistroInfo;
sub unique {
my ($needles, $haystack) = @_;
my $unique = 0;
my %hash = ();
@hash{@$haystack}=();
for my $needle (@$needles) {
$unique++ if not exists($hash{$needle});
}
return $unique;
}
sub symmetric_difference {
my ($a, $b) = @_;
return unique($a, $b) + unique($b, $a);
}
my @all = ();
my @returned = ();
# Test our helpers:
@all = ('a', 'b', 'c');
@returned = ('a', 'b', 'c');
ok(unique(\@all, \@returned) == 0, 'unique: Matching lists');
ok(symmetric_difference(\@all, \@returned) == 0,
'symmetric_difference: Matching lists');
@returned = ('a', 'b');
ok(unique(\@all, \@returned) == 1, 'unique: 1 Unique Item');
ok(unique(\@returned, \@all) == 0, 'unique: 1 Unique Item in the haystack');
ok(symmetric_difference(\@all, \@returned) == 1,
'symmetric_difference: 1 Unique Item');
# Test DistroInfo:
my @expected = ();
my $date = Debian::DistroInfo::convert_date('2011-01-10');
my $deb = DebianDistroInfo->new();
@all = ('buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 'woody', 'sarge',
'etch', 'lenny', 'squeeze', 'sid', 'experimental');
@returned = $deb->all($date);
ok(unique(\@all, \@returned) == 0, 'Debian all');
ok($deb->devel($date) eq 'sid', 'Debian devel');
ok($deb->old($date) eq 'etch', 'Debian oldstable');
ok($deb->stable($date) eq 'lenny', 'Debian stable');
ok($deb->testing($date) eq 'squeeze', 'Debian testing');
ok($deb->valid('sid'), 'Debian valid');
ok($deb->valid('stable'), 'Debian valid');
ok(!$deb->valid('foobar'), 'Debian invalid');
@expected = ('lenny', 'squeeze', 'sid', 'experimental');
@returned = $deb->supported($date);
ok(symmetric_difference(\@expected, \@returned) == 0,
'Debian supported');
@expected = ('buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 'woody', 'sarge',
'etch');
@returned = $deb->unsupported($date);
ok(symmetric_difference(\@expected, \@returned) == 0,
'Debian unsupported');
ok(!defined($deb->codename('foo')), 'Debian codename, invalid');
ok($deb->codename('testing', $date) eq $deb->testing($date),
'Debian codename');
my $tris = TrisquelDistroInfo->new();
@all = ('robur',
'dwyn',
'awen',
'taranis',
'slaine',
'dagda');
@returned = $tris->all($date);
ok(unique(\@all, \@returned) == 0, 'Trisquel GNU/Linux all');
ok($tris->devel($date) eq 'dagda', 'Trisquel GNU/Linux devel');
ok($tris->lts($date) eq 'taranis', 'Trisquel GNU/Linux LTS');
ok($tris->stable($date) eq 'taranis', 'Trisquel GNU/Linux stable');
ok($tris->valid('taranis'), 'Trisquel GNU/Linux valid');
ok(!$tris->valid(42), 'Trisquel GNU/Linux invalid');
ok($tris->is_lts('taranis'), 'Trisquel GNU/Linux is_lts');
ok(!$tris->is_lts(42), 'Trisquel GNU/Linux !is_lts');
ok(!$tris->is_lts('awen'), 'Trisquel GNU/Linux !is_lts');
#@expected = ('robur', 'awen', 'taranis');
@expected = ('robur', 'awen', 'taranis', 'slaine', 'dagda');
@returned = $tris->supported($date);
ok(symmetric_difference(\@expected, \@returned) == 0,
'Trisquel GNU/Linux supported');
@expected = ('dwyn');
@returned = $tris->unsupported($date);
ok(symmetric_difference(\@expected, \@returned) == 0,
'Trisquel GNU/Linux unsupported');
# vi: set et sta sw=4 ts=4: