perl-HTML-TableExtract-2.15-bp156.3.1 >  A dI%z kyf3r\.ÙnOxP<ǃM'ѡŽכs`L~. C7t>@7 D"pbwQqxr/q6|z;,g^^0$Q'^"emÚf$5-.?_H|iWGmVdgոPn1"L׏IGۖ`vbZ mJREprmܡ 1ZPb`95ӂAkHs OD8IlV~eքK^$yLnNG<4JM De" O/BXⲪ;^ØzAֈ'b{# EW<%u}e e:p )DžZW51* pӨ.3/y]v("K%fih3wvQƽXfa)6ߺ5p5 hܭXkK0 yB: eKqXZkq ZCXB\更C ZM258125c50beec0730d9fea2e9dfe6f57712fd4b24ad4ef374b73ac20f80d7d987344337ff89a1d30ec9757aef05d678a1e58f290dI%z FCHdYϰ}vv8u,#gߗ*Y5]d!b<bGݨ4{^q"T4HF-W{s:ebUZ*^;GN]/LrDpѼi"|Nkjh.JJ%ԯc&*S=ϬŅl1҆'J~|D0kxU,թ6c\f +p>?d ( v   ( , I R s         4  \      J | l3(V8` 9 :c FG H I< XHY\\t ] ^8b"cdCeHfKlMu` vwD xl yzCperl-HTML-TableExtract2.15bp156.3.1Perl module for extracting the content contained in tables within an HTM[cut]HTML::TableExtract is a subclass of HTML::Parser that serves to extract the information from tables of interest contained within an HTML document. The information from each extracted table is stored in table objects. Tables can be extracted as text, HTML, or HTML::ElementTable structures (for in-place editing or manipulation). There are currently four constraints available to specify which tables you would like to extract from a document: _Headers_, _Depth_, _Count_, and _Attributes_. _Headers_, the most flexible and adaptive of the techniques, involves specifying text in an array that you expect to appear above the data in the tables of interest. Once all headers have been located in a row of that table, all further cells beneath the columns that matched your headers are extracted. All other columns are ignored: think of it as vertical slices through a table. In addition, TableExtract automatically rearranges each row in the same order as the headers you provided. If you would like to disable this, set _automap_ to 0 during object creation, and instead rely on the column_map() method to find out the order in which the headers were found. Furthermore, TableExtract will automatically compensate for cell span issues so that columns are really the same columns as you would visually see in a browser. This behavior can be disabled by setting the _gridmap_ parameter to 0. HTML is stripped from the entire textual content of a cell before header matches are attempted -- unless the _keep_html_ parameter was enabled. _Depth_ and _Count_ are more specific ways to specify tables in relation to one another. _Depth_ represents how deeply a table resides in other tables. The depth of a top-level table in the document is 0. A table within a top-level table has a depth of 1, and so on. Each depth can be thought of as a layer; tables sharing the same depth are on the same layer. Within each of these layers, _Count_ represents the order in which a table was seen at that depth, starting with 0. Providing both a _depth_ and a _count_ will uniquely specify a table within a document. _Attributes_ match based on the attributes of the html tag, for example, border widths or background color. Each of the _Headers_, _Depth_, _Count_, and _Attributes_ specifications are cumulative in their effect on the overall extraction. For instance, if you specify only a _Depth_, then you get all tables at that depth (note that these could very well reside in separate higher- level tables throughout the document since depth extends across tables). If you specify only a _Count_, then the tables at that _Count_ from all depths are returned (i.e., the _n_th occurrence of a table at each depth). If you only specify _Headers_, then you get all tables in the document containing those column headers. If you have specified multiple constraints of _Headers_, _Depth_, _Count_, and _Attributes_, then each constraint has veto power over whether a particular table is extracted. If no _Headers_, _Depth_, _Count_, or _Attributes_ are specified, then all tables match. When extracting only text from tables, the text is decoded with HTML::Entities by default; this can be disabled by setting the _decode_ parameter to 0.dgoat41SUSE Linux Enterprise 15 SP6openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/HTML-TableExtractlinuxnoarch >G!A$AA큤A큤$ddddY&|Y&u9dTd06dfcb0762cce5c5f43e84621fe890e144c35f861062c4861aca5f88870565b5c04b139fcb76337af757ec8ce8725fe8c290d736e569b5f522ee115364f667980b977e96250cfcebf9159e35d3303c0c8717b2baace58a7203d9d91a0e88a2e83a7c129e8f284812123190929e04c9fbf2d45c39550c1e1ae0600865c3e01449a7a853361a02a40e7d6e2097b8542116c2342a832ca6d9270381dbfc784490a3b5aadb6d2256866948124f828603bae60bc71ac161239c1180cf8aea7d64d76crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-HTML-TableExtract-2.15-bp156.3.1.src.rpmperl(HTML::TableExtract)perl(HTML::TableExtract::Rasterize)perl(HTML::TableExtract::StripHTML)perl(HTML::TableExtract::Table)perl-HTML-TableExtract     perl(:MODULE_COMPAT_5.26.1)perl(HTML::ElementTable)perl(HTML::Parser)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.163.0.4-14.6.0-14.0-15.2-14.14.3^\@Ut2@U-@NxMgL8LKI@FvPedro Monreal Gonzalez Stephan Kulow coolo@suse.comcoolo@suse.comcoolo@suse.comchris@computersalat.decoolo@novell.comcoolo@novell.comjengelh@medozas.desbrabec@suse.cz- Fix build: Test 30_tree.t fails - Add patch perl-HTML-TableExtract-test-30_tree.patch- updated to 2.15 see /usr/share/doc/packages/perl-HTML-TableExtract/Changes- updated to 2.13 see /usr/share/doc/packages/perl-HTML-TableExtract/Changes 2.14 Thu May 21 12:20:46 EDT 2015 - bundled examples html page- updated to 2.12 see /usr/share/doc/packages/perl-HTML-TableExtract/Changes 2.12 Fri Jan 9 11:29:08 EST 2015 - tightened up logic pertaining to tree mode and keep_html - documentation fixes- update to 2.11 - added parsing context, override for eof() and parse() for memory clear on new docs or post-eof() - fixed some long standing test warnings- recreated by cpanspec 1.78.03 o fix deps - add HTML patch - noarch pkg- switch to perl_requires macro- remove /var/adm/perl-modules- enable parallel build- New SuSE package, version 1.13 (#242504).goat41 1690019059 2.152.15-bp156.3.1HTMLTableExtract.pmx86_64-linux-thread-multiperl-HTML-TableExtractChangesREADMEexamples.htmlperl-HTML-TableExtractLICENSEHTML::TableExtract.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/HTML//usr/share/doc/packages//usr/share/doc/packages/perl-HTML-TableExtract//usr/share/licenses//usr/share/licenses/perl-HTML-TableExtract//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP6/standard/0e7d29b6b261706f1b875b5e257b52d2-perl-HTML-TableExtractcpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII textHTML document, ASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPPPx1ʞCζnautf-89817f894069e4653b97b1dfc537c2a1cb7471b206564351f723cbc63b212b349? 7zXZ !t/w] crt:bLL QnB1O9v1Uv@%Ho%R- URf7fZ=;L[L:4nuʌqFӷWFFP<^OoV9<,[ܮT^cXnBIKX.x}D 'l8^;F4<`Cޱ!sV/8# O6V26D_ >TC9d }-gKw`ujwI^XS#7]aNUvm~'$ÞϬu|^lu]1ɄU 8y{$ZM>0Ӄ^@+R ԇ{ uRB뷤#l U`8@A/1hWϣfg]W^V( Y8nW$dބC.F.DŜ-[Zp`Ɛ ?MkKNIO[MQwiwE4&@hWIߨFBe"v~n$$|Dyg' ziZ[Rr^eXbi-Kݝ6xFqȓoz>vw2Xڍ vGi7ަG>NN{E)C:<B۰ŭ:1p5#ˀB4"ɟU!Z܎Eg:ć77r U qݫ;]<um̈UT)j!Kٙr*UBJTaƟS -zVquax\R0pO2(T92>θjbvldڝV6ywpY`vi*<5G=d^-90˳4(zV(J˔ JBAJ/7KXn) z`Ic"fTq$tS{Z.&|Pݢa b2816Gǒ-Oz\JJN5M z?A0WL"I)}F|^i[,ڗ`G2<=ɓ, XX+8fH$7)G aS9@rڧXgK.D8\Q0" Ej(Eϖ6aG#&wfwEdGw ERυqlKӁH8ORTAZ\zy"W}`|tBCW0E-+$RA:&lYNs0TQ.::?V)%A֚@(bq mD6/5JZϯiw6wvקFinkyWTg90LJa];ff˘η&QUJJ08{h#t^')#xM+uҞM0hYA7鹯cc :$i9⢖MCw\eha^>86UJD54ex,saL1f8 ,J}n,<G_P [ &41BKM WEF٧~jQJ.7UѱBm`$P<y֝Y<OBMS$ț=EXU~}5?Q |>Ds߬G c^r$`,y0VQ;޴FzE *Kwk)Wa[:mbq''`Y7@]=u nՏ5f%vR.֝(_+ 6$PAc3Ń9IwEKQ ˪_(i)6:PS˙xbigX 0AIs<gJa )U5j 4/+nZxa&Eٯl>giExuIi=ys^mUkǏ+&X&>3|X 7l$wUd]b6 D.GU;Q5Ot2)2gqakղ&&KBJj߳)bIau;>~0+z!&!UY\U dIFk fPX4.U'Rޏv +@3*GCJHuvR DslZQ -eA\% 7\.='V'jtҽ{w:^5-n!_&<)agZ8xzZB:.R0 v@?33!IY{ GMDKqTxE嘒|ָ>'hNeξ U6 ;EP+l4^^J'Ie:R܎fy ЀL*d .c==]= u,[Y)W @І wdHڶ@FwyVebmD.ړy+vך%}'^_̭ܡ [1T‹Չ[][; n{0b#{8 J˱w@8o7Ȝ$Bn(fsDYU5["p\MZC7͘#.j v1g݋ork-y8YsitJAVU#DjraΣ1M9sY!KubWT:S`ܤiZӚTNC^6b-19ș) QEy17T` Y: #!~'AӕR*\uu.em6 1ɘv97Av^M :zid7Cg; A_KqEƢ>9s(AYb97M5LLuHR\@  ڕ? ?c?ŋD._f7<"ğyџESr\rS2à*ET0 3It۠*vV/l饉%RNx2U%FFcߝWA'^)\4qȔ?&O,WCOT(XMCq"/(ua=O:mk j~킮2]FN;_m@k YFJX0ȹՔAVΡ # *h?qZpD…0jKt_5 40Ap|Ƌ j9CL݊ * UE Y!MF+bҸw u*,Q nfb_) &fEm#㴎qBpj? h5.{$ЕO.y?"rEm/f?'X0kZXOG V|5 b%Mi;:N) "նb5;yCJs gPsFȉ!ޭ!Jy"JLtX5rYw >S#L[o $nhD>EizlT 0$)irǭb0[ܦ\GrY LG̟=#$ :a=fF c0ؒJIӸ;bg3BD!Pn}gB&0f{j"vbm"l6H=R1g?h^ fu[9+e1v]N"?nI+eJq aVsQ.܈;?k:+Y1H#ʳB?/AHR-dh]spkn[g);mJzGԨBNM+ ;*FE':Erz+U!Np8g0q9E hέ߭eQyaJ7Z>`MAT0G'Vo3ޑ?@g-}lQ%oM> Z=ː367͌\OAg&ys;|ಶ/>Mz5`5AkY4ֽ,g93ݱ}A D*7%Ӫk)Oc@w=mYæ,鯘`MݜK)+{p&~AXCYӥX{ŷZ OWSF'Pf3PKH} (WŮ|L =xYߏןQ҉ Gea_W?À˺!Zt gS仡^Xp୲Pu~Z@̍8Ht ;5n. HA]0y"[*azꤻT3 zPgL+[fDGoV-n{S]Pe< ejF 5aƣ4}u\-%R)]K隦 S XuWS4]N5e7MG3tm|iFCvOv'/PiofVqgz+~J-r,~AJ.iO5%"Sǰ`֩",IKt[s?A㿲(Ad+)&e>U#1|w{Wozn4%J]}[\Ma 'Ih0}͙h1$DF1sj"?L?pZgķ(ς \ @Pjʻlif9(ZS ΃XcThtQ* ? V9(3(g P٧o+up 9Fwχ%KU{XQhs ut}\y֦ M(\ @e9A708 YGñLt/ߝ$~G|:l r#>ȃ8O <1I|Y4 AzaWׂ}4_&-kRLIjs JBLt=Pr|:_W۫Dc+04? ]bWB=kMtيYLmEXF:}QM@HT4 ~:ZuomS;<9 *OMGuƎΑ"jUeRD.3[<>m}y4V磨J4 +DbXpu"Ds(Y)TM»rksU]Ia>|ᾜ4ꖙFSn{LvhqG` ֢'tLs?Tk4q?Ę4?Pqs m[)Hi( jY+"JWi"ޘGyV݃$ <^y*,Xlõ^C5B{r3TOka@ 8I)vEa^@;|p ~ޗ6)3TkIy#u!O],v/;+X4 \S\DW<<9FcQtQ?A/:&Aӎ1}sK_d&an?TՌ+hI4c&8<(F`@焆]ͯ(mkDpΝ z%\uiZA{lY-]1A@1u$eTMdLo{$=5tƗt7p77/˽*nB8nٚ>n_ɍ0QI'9Z9m6 , M8TәB0"BY[֮FvѣStTqzEd" oT*Db2W-Cv[%_@شg[[%b'sg=ɬB{"=;Qh6:XWyNN%zE7UvKQ=Hvj$(k*$L@1z"6~_mFSǑuh ZCmEqX77~|qζ3覫NFGp=~rwf_w#@ L*M/ϿϜZa!Gp)2d~OYW5-ĭ)\ʹ"eV-rey('[ζ$x ._ǣ5D8ϫp@0Ino`J_%SཀྵcGSԫLP[|audg@BPiM2Fbß:9Jo|uns }r>"YC{t| N 4ar9h5ST@޵7 W#Z!wVÌ21&ɩeиe\Cva7 [x+޹MLsvwfS'KS6]7:R໮?f$dP@n:RarDL7H[_-XQ-4B'E %¾X09[qg(@?E%͵WwSZ #^nJ/!BFP/`2gf8mK%T|sRYTCWݺeL 5fQ?LTxDf}iפR|JeAzighBSҎ^zSe# mþuّLf(*eV,GOe3xFbl8:/ 1q%&c^gUrC 9yvj<ϜZ#5jܖiV&[{"1p1$YPƋҨ޼!+䦽+cyH$[1_UtI7R|30$v%˺Dc#6emN7ga#k4uBZ;}{5N^+y=&w2bTO#%veH+&٥5DN{jKm~1Ա?.E#YxX5h0laM[_('QI9QڧYK#w&N+م,= ӸKGt(6i CSo79䭐tT; ŵI~F r_t!>)<js(wpș2 B ;8~SSEKƩacf^RZI[ ZrM4 PB*w`S3Dr!bG_\c!,Ol<$V1r6d1IK1yD+OK.( j[`j:&$ZK+O46U|rR@jm~\sI-6Ve3ѧ1bJJx( 12{ zNIZ֌%@*Ey8Du]7ޣ+@rppHje|n=leB+:L΍,%fS9*cbJS4+jnLʢͤ)};vڋ~!/Ljsu[`ceǂlӫ:Bˮ{^6g <߂V/!=$qc;""#x5~ܺJo %Ywގ+ܝvkb`)ےÎPP^X{n#qr'q8SZY\3Z8y'vau%9Z&G;H߿* jYA JQ €֊[‘Y̢ f-H#Π*f'em睧ynIt/ם$&I# ֬.Ӧq*bױ($O~}FU#a["fe;cˡؾ%dpe]/KLb8&mG qq7F7G`X5uzV꟏6=u x BZKӃ/g:3+:^3MV(&u4G/@<}1ޱrw#Bs0T)5Gq_RhX}_^O38٦Xhjo f \ȹfכU kST i Wd`٫e_?SёZwL7`s^ZxoXx2돡,6e=/MEW[#> ޠPayϐQ4p7s\'ˏL{P?.Z%-E1O&*w`uwA0]X|6 KԮ|so$(yh"AQy|K+A)Yrۺ=;ȬYx_i'ùԟ$TVn#w^@F$pN=y?%Ma7lvG>LII)j GLif:uYIx#94 faocEbMKqGe*ʎ߼O1 2 Smp v *3ÔSpcJGYonEWH~}UmG RSd$?ɒF}EISzd\wUsw_ksVsʲHăe!f0 FCZkDu^~SpqGr-N[9s Ņ )رӑ+!`Pdo/}g,FB,}k4GU(/]2(mЀ׹`i*vm99>Z:lH$ {dӏWsnUZ.;yn؋E3)8&X 3^0X&/ĝb6hي)^=Z.EH sG׫ACte޶$`lO R +%|';=Nv1ʱq?Onh</x'ڙ2 2VG䄨{X0fe0{YSfiE!q|Gi*nXV _1tpI==똬pmNFWEmZP ƗeU&)?NHt_#?y%z su*H-ޭoX[¤3v};uZ|n}HEtZI>{ْGu2#İ8 t]aܿiJCh@:QdͶw60*b-PWX~~ +M;6DnPt4J?O00䰑ibS8RHб́iM5՟|Ҩˀ?/F'I c;YNZoQ"H1 ZdHx z^mn9l,^m#Hf!rUk\M F".W %oD#"x^jl)KF+2]mî!SRr3l~P%?53*eD6^Pư]J'}́ KJxz?澘 Lb |2X F3LY&E2HrfH^:Pi]FK4DŽU#GmI>QD.TN5qAKݠEVuH'um.s+5ݹ]UȎrx/Tvblx#~6^hQwѠ_j뗂lGtK%rjR\ zkiV߭4l4=`Uȕi &AkKd?_+0ur_UJށqC[\I[TWGA.o%׃DS-^ybLV=c|%|nVg^)9֙(Fb4&F'31_x`zlTKQ씏&op"X{^ձZJ T-Y:6VzㆄZ!Qi]#5t;qH Fg`|sBqΡ 3sLPGhRwߍ]p`?><񤖔ֶ^UluȀTslV-ꖝ"ҭ~.61SH8fD|7e8XF!ws}z218SuH@:su2ebVr?WCרDaƇ8lߡ]6KLX=pj]jzyQ^] ߇GL8Uss-7AaS esK{g"sM͖]S,hi B6Z]y늽 Wi3E WOC<IM6uw[ONCͪ):O7S8Y {2qEY\Pt ASNSaJ]< aoT} {o}BK|1VO˦խ<~Ά9to25Kqȿ|҃|yCP*3,e)^FVm8r! RpL~4pPȚݏ:rk{Lc27^BʲL.2TFEzG\9|z/6M9e4jO~,7Z<7\q! M'sg9ͯtUʱfĆؕH)G!d)fXS PU_n="@'9c}#^rj@Y)${saUeEwn1BV3l00{rƋJ!QNjdw$x7@4XX*EM;E{};}A+8b" @Amh1p'~6#8FzAbeZ`$q|϶fRfhέr: c^!Z0\$ᰶ;&xɞcӌt;3S0aRVM:t5r7iw1L>2:;%~_ʵ;a(o2 K>1u7%,/ndP.vG1 \@#U,}fKm(0f&`' Ays~ꂚ kN* Ֆs0O] D_}RdBa 7毯X@[u*lۏO^UR\oh(~ ( Um!F$m0VXHT~ZMfSa7Hԝl/T 'C?TB-vT.jiJ:ަ~JM }z?~|^pCYÙBE{UVz2+\@He!'-WwOsDJˉ_IM) Sd,.#<$%k'WZdUC:?},B|۠eXѦωBZc {⼩*- */= %15v5s-ezyG+;jTτ^gk|XA M 5wIם45{'7R07Y4΃ /LKuv{ꇔO}\^ {Qz!rɐ\zy5"β)2B(: |8٧q'HT눕om:ʱa [lZDJmp~g0U6v9ٹؠ&YH7~=ZU9!:} WGb/?YەB|Ŧ~ f>若vqnXl~zk ;g׌~[9xT .^XdƾqKI-71FQ鉕W bC3"xQsvˆ7S/sL"tg!2y ^G]tzeA]}!ũP'galc>6j=|F"QKhXd`6~z|3e%uWo"YӧO,6D=NkxuU ?8Mi=Z'jd2 [P,T28/T4PG?4K #AǢPYvLJgKl6PX=ԒIe:ĵT-tߕ8+b ЦY\aB+Vhl'ԟh7sNybRK`:lJw˶xRn?V RtbTIDүǂI{A6͏ב#2e)S<ŮV A$RSe4F‹MӜcY + (vP5䦳{ϫ?~Ai32т<@!|STNGE$\-Ipm%5&%z-::rphx k`\ P&3r|jCo4(B'֚loʫn P@f4.gKbK eŽAoIkGFÖAЄ^T`DO98+5qmNފW[`N>]VxJHor4>def-f( hhW,cnya:QZ)0MK,١tD-7O v*t‹mH`(6WcʉRI:xLkVH%.E."f *G w ZTC{FFs ufᐜɹDyh۽P]A?ѱd(EYC9=Y y(4~^'ibJnBj7Vzm#zg.9IΥHɦj9/9F'1/cqvJ.Av8Ժ}Jz=́_r吔/\\J9^sޫF"vVq)S/Sz5Aa Q/zǵGJ+4xZsn~5->،ޥޭ9s;HWhZܖF@uؙ\=sF=e Za`'P#l4Ej OCN( ;V%UF8һe-D5i1!~ \FߝZ3P ]<_u~ePpcZ5$-)xC?$L(McLTZ7E+1{ޓ`ӡAh0\EI, (\G/xd60[A *Cydݍ|5F |]~XCMt;z ^FJ2rW 6 i *w\U2:8—eMa\"KVkxG WKJʃjDЎI>Kv)I_w'G$[R029-%a[nZ@uVb)L>WyLpDWkM#ڸ(%zmۇUW><\? JDXUTdͬNt ˑʝҼ.~c3b΂Xk`e= [Kّ Q#2ǫ kߑqmIqNӈ B׷4\MPKfQPCrVUJE3c$Fic݌.u?6}jͮAdZwŔgeMпp.b)0Z! {Тc'rtnl3T@7y6}ΑwVs`ҙ\+_4~r53" #-m0G یr*2_0"$b:75tW]9ȾۤA|4j~-WILpAj{8yPG e'QBtT-F)!PDVNq naAjd%VbJs_7wGW⚩O###v0e3ukbpMPjoԜI+ a= ,$"F GT', ڏcĭ/(_d;a R;j/,ڰ?xK7Z&QhiS SLE\(Jd/GKLb {ЄxMYHk8:5L4*]8 g.>np9把#dSOSP=GϘ^(-UqOjj]OFL8ƿl·AFp] YJN N@ue{trvԫH`# {/{aƞM܄N D2K*y>puqo p^]sHQ=kllbCJ? n!JMMJB u#Z%\G'3xf^isx'C8^3@f#/ jG<X!~H(c31X XGJE̿IL~@C;W: QU!:& R0hSAx hg\b-BV2^/UʲGy1'{[?&ݍ4Ύh@,.3 &#xu̧ߎ(Y>ME&`)T^qqrsR>5ꊱ#LjO3q%8W,IǬoMvzga̋3(q`LtW7<&hKBIrsYqzՔ]dp.&b.:KsY3.dl|uqe쀆? z\3 V/)(qFse}YRgx4so?1. { 9!ONu~m;U22gĂDH<7k렴9. |.TQ7@V:Ljb2FbxS2,0ƣbJ:W!x;/y[w͌%}؛Ż&arYji@{~oy4՚ uUBتAsިOVNmӸ;5 SzcdM?A2pBxSt%N9m4Pm*Ё <:֥|cp!co2f= z7d!ʿHUy,3ª1ds]ۙ8e8=hquĔ J; ` dQ C}d`Ekaw5e޻/8rq{ad_~Xj$:4,v #Εy  k3 )ynC>T^;u_G=ߪ1'!:5A/,A͡P'!c͊ڻ5>1}l$ly-K hifH#&_A0,Y-W:jD\RmN=5'B*WD!o{_ևYkчpᩉ5OoWT%PsRn+4cIsokSQ(,AFٍ4;ңnFz5^n6\ G]b8c FQξ;PNrix#JR6D ocE".uO-mo 0^,%fbdqwKvT O%zD&hzu>rS[3)3,[Zԋ]H:ЄDG1C-)2#;-(^ *#"p5y_nF"_{xHEoV9d>orn`cgؕ|hبc[4˃4D)qf$/*@aV8-ieLiSHB2.jfE;JiQ|#ԅ67r%pD`wqAi&K $KЯwSjeʕTdhUhG¢91FOHzD0jrC}|dօg3NFKMk}>:DjK`U+ tHS5=EC¶R0Nmo*(GtN#l+bD3(ٱE 'U5R"bKx<9{2(pLJkU<#—fijN0j PŖWE>Leh)ȮbbbGu0PY dǘ*g]4DTÎdNnNzQTR Vjmc5ۮ[Ah!%Ovk&a*kJ]ڟ LպɰzߺP햂“5+ML}PvuY:(E$<.%MktK0d2)ì9^B+S7AL/~mS; uCk^j#qfy_cDS"@ v6Z &6 uG6M ph,IksQG7≇}ڞ` p6^oqX@yReջnm@urIbow^~2R&2W\EHRq#]ǵأHj:AEONC _/_ڰ)zSV(_E  ?'sw=^v@mFæ AbUS M6?cն=ӇfU=:?0»p`gx`$`+ķ:]Vu1R#_Tumh1Px)6rizϻ(F(N(:'s\8:^:kR4;AԴ AvտDB e?pKT{֏~ZM*oKҍEt:M=9 `Z=T@bXAédBK$uٲ8Uة^ &u2.-#c=|cN [ D1#ΥR]6()XW|p| i1_aE#i| gVj% t(3kklpT/t XǪ$w2Aޏt ;B. BH1)9wd;% k3U%,+]n-U1tJrf"XSD0]  )j<3ئOD@ w%t3eqr(c>O0,SC/ŘjZ2Ձ rKG09 $IGaCwkב|$hًҺ.RКzotP[k"n+\]up@_~ta;텨 梁-6^߉]QMæw1Yj <3|j^,I߾?Ms&~}Bf4x>L6XO;)|}LeLA' ٞiǂ .9^"t  M'%T~B޳\2 H}n:r5yH!F.]w m1+}FA4kNԝA1 = )8 /xk. E5< %DƴG X8˄M _zߑ )J8Ax)LPSjccMfER8K]H2O0xF9^ JB!KD98b?`ah(s(g̽Y~6o0ھD͜0aYārO!|oʌْ̍6 ny|}ηY6PY m*xQ>ѼQ4&>8(T:_7*'C$V|#őȗpC[j T{AMӬQJ=]ڠ+R,SGQo=0yL)L@4Kw}DH-)zS8X5]`TR{{Dn_K~-;QCYC#R2BWq[ lZe`aI\lDa>A~@e#&.}VRb!z4Ũ[2]/.LDszD8}LӁ{޷3 r_Eh^ V;ENEŇcz1=ou3< 3(ޝaUf_RR]SR΀2_]6bH\$Zڛ]8xeQ_?娯9sBNseLwҌG y49$1qEZYuURji P1%I$)]+0OaL9Ӝ~oYrX)|e(wyD(-ѯg?2(#ߚ$ ]_bQ.qrM:+Ƚ*4 =٨̼U%-ӭ}2 h^^XRY.,86SM@z6*[P{r@*g.q D(g ΟRt_|5zPώ-%$8k*~MY6,$!nh)"{sDx.OnVAOv(Rvmۑ@yLl M} FyiD뭥1mA@,@eZ6krkN G[#ULeT7/Ź^y"?`a}k߯tCF=a~GХkm?)4|!tt@q\u>|3ҹԈ}{(WK1Rrp[Z!0:Z0-f`yZn&hѭ26%MGD(,]"KG (U_K̉qwR mp4S*9 fQ``1(@=Cbi)H1阠SY8oEsDH:hxʝBDZ8n*U^"C{Z`BkͷlRo΍kQ79h. m{@ιHv(hf¤߸0yD.]cR)9Km n7svJCf`_Y;PNZGI,8A^PY$XB UI&ɽb&aĮVx3JFYuy܋-龨~v-n9!%T_U3G +[J#-+\bŘSk *:(qN+_bN4n>صy& >q~Z` x/&v_&n;"}ECs IۜI>*ckۺn0EG~X#L+:ay7t5!x4MV؁APZBo {9ǘq&~%D ]>mͯΌP9ErXJHju۟k6DOm5%xx+G=+HM3֗ +oR n J:-2i`I}w8@`$Ks]Fݷ3ϐD503|e^N`h_J_arxy_ԝitBuͺ+> W6r;-=&bU ȉ1F yy96=S7"Vzk({AK] lj>pb!.f{c&ExlO~%-|EN-'-Ybf;2ȍWV?obq,vI)P浪N.RITr[,u"ҷjnDƅkc3|.*wťϗ.LaŹDV{ȹZ|ts>^6(3pL/gXke&nz>ud'@sY-4m)rK9O{WgDekO>;>[Vs#v#ZbȣTxI\tDi`/cFvklb~n\}h %T"%4*:i&t|vgb珿oV>oTC1^X:͆i? {O:FGA$!`϶Pt841}=A'_ #O2ig|?HL{~qI%\sð xD=5vE\u%) s%/ެ}PF{g YqYw&`SxXd5FN'JiZ/57[YK9%KA섶 k*M4be?v&U%Bٹ2@ΉCq'<:^1mxKo[OS/MC\MTp& .<^7ʭC8YEFNX܊ϲū:48-8̅Ë|7Ndj~n)m_!I>YCt̡r>*;9m~F6žd>~k/qqE.xՇԝc^݊/GLE:)R@-bR;9mqO'  9uS#M &<i5t1hU::aBiRʬD>;xKz؟t=MS7JsjH0s&,t%1zx $c@}YS<:`su _f޴C W:Gd>q