You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

intro-authorize.png 19 kB

Documentation Overhaul (#1161) * Add XML docs * Clean up style switcher * Squash commits on branch docs/faq-n-patches * Fix broken theme selector * Add local image embed instruction * Add a bunch of XML docs * Add a bunch of XML docs * Fix broken search + DocFX by default ships with an older version of jQuery, switching to a newer version confuses parts of the DocFX Javascript. * Minor fixes for CONTRIBUTING.md and README.md * Clean up filterConfig.yml + New config exposes Discord.Net namespace since it has several common public exceptions that may be helpful to users * Add XML docs * Read token from Environment Variable instead of hardcode * Add XMLDocs * Compress some assets & add OAuth2 URL generator * Fix sample link & add missing pictures * Add tag examples * Fix embed docs consistency * Add details regarding userbot support * Add XML Docs * Add XML Docs * Add XML Docs * Minor fixes in documentations + Fix unescaped '<' + Fix typo * Fix seealso for preconditions and add missing descriptions * Add missing exceptions * Document exposed TypeReaders * Fix letter-casing for files * Add 'last modified' plugin Source: https://github.com/Still34/DocFx.Plugin.LastModified Licensed under MIT License * XML Docs * Fix minor consistencies & redundant impl * Add properties examples to overwrite * Fix missing Username prop * Add warning for bulk-delete endpoint * Replace note block * Add BaseSocketClient docs * Add XML docs * Replace langword null to code block null instead - Because DocFX sucks at rendering langword * Replace all langword placements with code block * Add more IGuild docs * Add details to SpotifyGame * Initial proofread of the articles * Add explanation for RunMode * Add event docs - MessageReceived - ChannelUpdated/Destroyed/Created * Fix light theme link color * Fix xml docs error * Add partial documentation for audit log impl * Add documentation for some REST-based objects * Add partial documentation for audit log objects * Add more XML comments to quotation mark alias map stuff, including an example * Add reference to CommandServiceConfig from the util docs' * Add explanation that if " is removed then it wont work * Fix missing service provider in example * Add documentation for new INestedChannel * Add documentation * Add documentation for new API version & few events * Revise guide paragraphs/samples + Fix various formatting. + Provide a more detailed walkthrough for dependency injection. + Add C# note at intro. * Fix typos & formatting * Improve group module example * Small amount to see if I'm doing it right * Remove/cleanup redundant variables * Fix EnterTypingState impl for doc inheritance * Fix Test to resolve changes made in 15b58e * Improve precondition documentation + Add precondition usage sample + Add precondition group usage sample + Move precondition samples to its own sample folder * Move samples to individual folders * Clarify token source * Cleanup styling of README.md for docs * Replace InvalidPathChars for NS1.3 * InvalidPathChars does not exist in NS1.3; replaced with GetInvalidPathChars instead. * Add a missing change for 2c7cc738 * Update LastModified to v1.1.0 & add license * Rewrite installation page for Core 2.1 * Fix anchor link * Bump post-processor to v1.1.1 * Add fixes to partial file & add license * Moved theme-switcher code to scripts partial file + Add author's MIT license to featherlight javascript * Remove unused bootstrap plugin * Bump LastModified plugin * Changed the path from 'lastmodified' to 'last-modified' for consistency * Cleanup README & Contribution guide * Changes to last pr * Fix GetCategoryAsync docs * Proofread and cleanup articles * Change passive voice in "Get Started" to active * Fix improper preposition in Commands Introduction page * Fix minor grammar mistakes in "Your First Bot" (future tense -> present tense/subjunctive mood -> indicative mood/proper noun casing/incorrect noun/add missing article) * Fix minor grammar mistakes in "Installation" (missing article) * no hablo ingles * Try try try again * I'm sure you're having as much fun as I am * Cleanup TOC & fix titles * Improve styling + Change title font to Noto Sans + Add materialized design for commit message box * Add DescriptionGenerator plugin * Add nightly section for clarification * Fix typos in Nightlies & Post-execution * Bump DescriptionGenerator to v1.1.0 + This build adds the functionality of generating managed references' summary into the description tag. * Initial emoji article draft * Add 'additional information' section for emoji article * Add cosmetic changes to the master css * Alter info box color + Add transition to article content * Add clarification in the emoji article * Emphasize that normal emoji string will not translate to its Unicode representation. * Clean up or add some of the samples featured in the article. + Add emoji/emote declaration section for clarification. + Add WebSocket emote sample. - Remove inconsistent styling ('wacky memes' proves to be too out of place). * Improve readability for nightlies article * Move 'Bundled Preconditions' section * Bump LastModified to fix UTC DateTime parsing * Add langwordMapping.yml * Add XML docs * Add VSC workspace rule * The root workspace limits the ruler to 120 characters for member documentations and excludes folders such as 'samples' and 'docs'. * The docs workspace limits the ruler to 70 characters for standard conceptual article to comply with documentation's CONTRIBUTING.md rule, and excludes temprorary folders created by DocFX. * Update CONTRIBUTING.md * Add documentation style rule * Fix styling of several member documentation * Fix ' />' caused by Agent Smith oddities * Fix styling to be more specific about the mention of IDs * Fix exception summary to comply with official Microsoft Docs style * References https://docs.microsoft.com/en-us/dotnet/api/system.argumentnullexception?view=netframework-4.7.2 https://docs.microsoft.com/en-us/dotnet/api/system.platformnotsupportedexception?view=netframework-4.7.2 https://docs.microsoft.com/en-us/dotnet/api/system.badimageformatexception?view=netframework-4.7.2 * Add XML documentations * Shift color return docs * Fix minor docs * Added documentation for SocketDMChannel, SocketGuildChannel, and SocketTextChannel * Add XML docs * Corrections to SocketGuildChannel * Corrections to SocketTextChannel * Corrections to SocketDMChannel * Swapped out 'id' for 'snowflake identifier * Swapped out 'id' for 'snowflake identifier' * SocketDMChannel amendments * SocketGuildChannel amendments * SocketTextChannel amendments * Add XML docs & patch return types + Starting from this commit, all return types for tasks will use style similar to most documentations featured on docs.microsoft.com References: https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontext.-ctor?view=efcore-2.1 https://docs.microsoft.com/en-us/dotnet/api/system.io.filestream.readasync?view=netcore-2.1 https://docs.microsoft.com/en-us/dotnet/api/system.io.textwriter.writelineasync?view=netcore-2.1#System_IO_TextWriter_WriteLineAsync_System_Char___ And many more other asynchronous method documentations featured in the latest BCL. * Added documentation for many audit log data types, fixed vowel indefinite articles * Change audit log data types to start with 'Contains' (verb) instead of an article * Fix some documentation issues and document some more audit log data types * Fix English posession * Add XML doc * Documented two more types * Documented RoleCreateAuditLogData * Document remaining audit log data types * Added RestDMChannel documentation * Added RestGuildChannel documentation * Added RestTextChannel documentation * Added RestVoiceChannel documentation * Added RestUser documentation * Added RestRole documentation * Added RestMessage documentation * Slightly better wording * Contains -> Contains a piece of (describe article) * [EN] Present perf. -> past perf. * Add XML docs * Fix arrow alignment * Clarify supported nullable type * Fixed a typo in ISnowflakeEntity * Added RestUser Documentation * Added RestInvite documentation * Add XML docs & minor optimizations * Minor optimization for doc rendering * Rollback font optimization changes * Amendments to RestUser * Added SocketDMChannel documentation * Added RestDMChannel documentation * Added RestGuild documentation * Adjustment to SocketDMChannel * Added minimal descriptions from the API documentation for Integration types * Added obsolete mention to the ReadMessages flag. * Added remarks about 2FA requirement for guild permissions * Added xmldoc for GuildPermission methods * Added xml doc for ToAllowList and ToDenyList * Added specification of how the bits of the color raw value are packed * Added discord API documentation to IConnection interface * I can spell :^) * Fix whitespace in ChannelPermission * fix spacing of values in guildpermission * Made changes to get field descriptions from feedback, added returns tag to IConnection * Added property get standard for IntegrationAccount * Added property get pattern to xml docs and identical returns tag. * Change all color class references to struct ...because it isn't a class. * Add XML docs * Rewrote the returns tags in IGuildIntegration, removed the ones I was unsure about. * Rewrote the rest of the returns tags * Amendments * Cleanup doc for c1d78189 * Added types to <returns> tags where missing * Added second sample for adding reactions * Added some class summaries * Missed a period * Amendments * restored the removed line break * Removed unnecessary see tag * Use consistent quotation marks around subscribers, the name for these users are dependant on the source of where they are integrated from (youtube or twitch), so we should not use a name that is specific to one platform * Add <remarks> tag to the IGuildIntegration xmldocs * Fix grammar issue * Update DescriptionGenerator * Cleanup of https://github.com/Still34/Discord.Net/pull/8 * Cleanup previous PR * Fix for misleading behaviour in the emoji guide + Original lines stated that sending a emoji wrapped in colon will not be parsed, but that was incorrect; replaced with reactions instead of sending messages as the example * Add strings for dictionary in DotSettings * Add XML docs * Fix lots of typos in comments + Geez, I didn't know there were so many. * Add XML docs & rewrite GetMessagesAsync docs This commit rewrites the remarks section of GetMessagesAsync, as well as adding examples to several methods. * Update 'Your First Bot' + This commit reflects the new changes made to the Discord Application Developer Portal after its major update * Initial optimization for DocFX render & add missing files * Add examples in message methods * Cleanup https://github.com/RogueException/Discord.Net/pull/1128 * Fix first bot note * Cleanup FAQ structure * Add XML docs * Update docfx plugins * Fix navbar collapsing issue * Fix broken xref * Cleanup FAQ section + Add introductory paragraphs to each FAQ section. + Add 'missing dependency' entry to commands FAQ. * Split commands FAQ to 'General' and 'DI' sections. * Cleanup https://github.com/RogueException/Discord.Net/pull/1139 * Fix missing namespace * Add missing highlighting css for the light theme * Add additional clarification for installing packages * Add indentation to example for clarity * Cleanup several articles to be more human-friendly and easier to read * Remove RPC-related notes * Cleanup slow-mode-related documentation strings * Add an additional note about cross-guild emote usage * Add CreateTextChannel sample * Add XMLDocs
7 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. PNG
  2. 
  3. ��� IHDR�������7��PLTE47;rHJN&).i~N]%(,259x]_bAs~J7;߲47S47FU_VX\V]aLY`\^\4QH<ʏ;ʓXXT7;UO;47M{45O[Z^b99=X[ZBFJR[a@8;47\[W5HW38FNPTPVZ޲;Z]_ZUM7;rVRK>??r47tܭ~]YRHN[4CS?P\R[\nʊKC;VODl7;cu8@GrBDESLL`截硥yo[ҟHy7vzmS;޲r4߳w;FJuاq|p{{oǍ?KV4Srٹ47`yP؃Ѭ٪UTSR࣌N[7;𤯵ϿfĨRfKN4tXrڿxJNuPȥ`o`;HJM7M(HqЫKVxnqrϘEu;PmlMU;S;~Niz~\X;4S4S4`tFHSVdlwrېwq7;D8S47б۾{>sӭӛhfbr4`ͥvq\NxEzN]|ZbJN4hY^j8eWSӧ;7TKٽ;|aEeаW&��G*IDATx 0P*]2P ˠH�⿵
  4. owA3}~mhwô~_`֑q+}l S@2=Lez,cX2=Lez,cX2dΪ'Ȭ_*Ws1O&QbqHX#)z!g%r)^)<n&0R<C#>.;F&*QBȬ%ɚ@um=ϫөہlB S~:&Mc+-[)?Q |\vinhKk%'?̷{4|\⑱g`7\lx Ѓ
  5. Ñ~O9rJn8y7\ĉ)^A^ZzpT?]AgHвjr͐9nb 8{M[|NDmىˎK2M1bc9_!/J~Wƣ?tPe'%4i8�qE'j%NEa<;ʇ7^) ’߈^)CgVWf!9CwTu$qCjgӷϟ>4%?Nv=6zNpŽ{48R5^>) )虦)V=y;QP"z=_Qr~}_d}w8v;gm=Yߎ]Y|]osav;u2L�t'zSzXj Ʊ<ֳ* +R&@
  6. _mVnȶXz{~y}[|kzyy2mo`,민omk8?!yYݻuvZYᇫycjz],:ռ,pa5[#K!B^| ŧj+6P("?oE{J"I�V>?@sQBՂ~#[^  0` /I|/}BEZoGE>%?^Г읱n@e24U!6#
  7. Xbb"�"0vm*%lЁW@jW/㿔~lg]pWϸZisu !z zn5zNɝnl {=O1i{Y|g-rF.si~7.[nJ􍋒:+V.I"/KcldH-3@U?Z*˙l,{jo]
  8. Ɏ^/z鑣,lD?<?opKY�?%zsa+6424K )ӹ,}GBޠ`2# V2s @oݜ+{ҩM )jyWxs.뭒);߬>h{6}ʦdB*Ǎ )%ė5/E/rOyY=b^8YsZ׻hCFS
  9. M'Bs"_׵;7Y3zO Z_K1ٓ#dBm:$<!`ҪSj딾qs7P-.]�Bj}SqEG<&W߾VŢo|FA$*c9!NUj?[W )0Ͳp|-nK'#>B-qiLl"y
  10. 䆕:-UwS
  11. Lm
  12. UɀUFo]/8-BCԞ(Es2?Jm_@^o2,.=>hjaFk<UYF=A݋)aĠG6@Oi@: ]MY
  13. bRF럯׀܉t`0 iC"cD28QhM1FۯWM0XA^x�+L7V:�@/ # f
  14. P7 8zu듕-{`5 qơPDq2=\d:o. я\G>@c
  15. = tdxNSHC"0]Ç@DR.D19PA*%#G+^*û%w( :op}ua`>kX@o9p201e z[^[Ս.�j g*
  16. z
  17. 3sq2虴8b}=C1 Gqc5!-,!ὣ$`}b.>6A_vl
  18. m')?:[Nt4ϪtQo83d')w(31K>70_"̓;+_8oG?#1>pt]VēYN}@ ~%254ГY5t!Ni @<Dh~>/*//>Cp_RC:Z=#B^>aڳDiիO 8bR(=IL" o]+
  19. -ȹ܆5=d~ebЂU/"У Z,wkz*81V {9 |Q*f䎎le.BU#שO#@X
  20. B9Ӂ2z8o`!a[ ?EźM}(HH^uG {q迅^z. okuL#=%fXqX*z6[AŦ'CBH q]w;3$! !;:9ItܿMz?r!.Ud?FeGUgΒ@OO&P^sw3)+3N=W>bDz:c'cX}gr?  QX`o:w@@`vuai$@誚PډkjׄF>j L>}>2%ufճ{V/FUs` R51}>_}.ժ=Dw{>jc>2BA 0@+Mk-G=Q_>K},YgR>K},YgR>or>YNlbϭ'G}]2HQh ` ^d1Ul f &`"xΠ0Uot~7zzzzzzzzzzzzzzzzzzzzzzzzzzz
  21. O-֤tt*iW7EB$"#;Tc.]|Ơ n,vrnztVSrT$Rb]@Ƽ!7tvtJR8/XhA,m>WIϹrCl9e\%#vjy"
  22. s>Ȯ>D"V(ƽ84&W=4FUv~ .oI;O\rWS߳E} 5sG/S{O�3h#Ay<C䉐Vnj n֞/q3vttl
  23. _vXGA or1YH0B0RP\؜5x8,fwAؙ7s12IAR0C*@Nߙ0]?C%Nxbzx.9TI$n13=F"O'>!r?FaFI0wL6:1`&Bu> $TDoC>uҝ,] +ߘ#]) wjq={ )3%/yOǞEc f$[ౡte$^\1Wk}R\Xj/ZgYN5}FÕn^Cʷ3R]y`.̀$% Kj{XcpÕf"Rd0ƺ`: e=l{iG=J(4;3IF.[%yLpDdf&a£(kC14ޭgNJycdctړ kXbu8x046Zs5Zs5Zs5Zs5Zs?٧ca(퉂DGAq L%*N
  24. .cyWB(8jQ,K)y)hqhqhqhqhqhqhqh3ЉPQ`~'ܵVi?~ڧVQH#=ե(>\s@Bd$72
  25. T^
  26. f ۟KoU5ԇs)?t<N/9WIz i2tZ{0|G ][v6v+VQ, ^lFV` %<SD&`!2١8Nx /y~wG98o_,I;i$qe@kR%WLL0zk,*%Z6,|#~[SR* gr#[x>h a+vZba~_W~k~۝p_t;7 StDŸ"-fLxmuYh7MM z9 +C�܍gGC=r@{#<OބB5Soϣ {xZS؛ oP^tRϵ%_˥YrUw?W^}<.r_xeб9@;!"2=`F+% cYYbp{_PSsv͛ ڊpj\9ClQqސDŽi$ ZXWA o-zFƆQg 14F⑙<„ϭw{n&Q5o`SgA6ĕ!+~ {owo1? Nυxsh!N_fn(`(PCŏVۂ 'EwtEa_W~K$.kҟ|(D.zCV2cSn<oz]n?^rب/`2O:Zfi gՈ&EF^&"D[zhcWq QwyYg'~Hяwb6 ʀVўJc=w-; ghziĭXw
  27. % )Rc@zRVYi,T~Ql)#vEruQ]U) y}#aXb%/ 1c}TK^yL_*+U'r-yI_`gM OHp؃!!B0zUE^>[ߣ7"֚;]woW'N~0/'r_r7f?cY"/nw>2<.`#xOSYey(dJũA1[%9G٠7YJ"YW7͗jL1EOԻ9QhI|Mꟸ@O&Tc
  28. 'xQig-J񱘏;mP)7oiEZL1YTC_K*#F'ñT.{gǖۆ{]Aئ[V$su6
  29. &rxtK3T' $v:<,iuYK\jܴY;1�*s%2B}y2512x2-UZc1SuLJ֎fpP*A2>?-Ր
  30. &GCb<.ޮ5 5JܑQ1C@iT-0H!;#O�0 UAnv8W$ݧwYHbP^/J m.^,w/o+Ʌ]*do߾a0v("H�޽I*}iqSd5|-p,t'K�>y(7ayIπ2[@A|W06WhX@1%獥},P/ԋbrc5l.۞%̿-hzA;XJnD}zcթV3Yx8B)3 4YeY;Y GZʎ/a8
  31. ʕZP]SA 5IX┨\gGp5QD5 _qj
  32. ZS/x:ZuY-񑵎Sd=)PK {!Nx\w1yjb|'!#٦k[Oc7Q5!d$uS?cȢm.S߳DZ8fa]0ccZ~񷬥ĖKYkh.*:THZ![B}FzVNE/0Et~v^0kC5Hדڙ3f UTjw11V%Գ[ndD,ZR,EWE`b/A6h6LӻQk7! WcȻZߑM>|: e?6T٧wKXP,w6J|aY8>:DHD +Z6f F,#ݛU8s|쾙8/AP/ ԋbz@X^,P/ ԋow,sEtT_;:;8P/ ԋbz@X^,P/ ԋb^/M,6|~S}aum?<roOK<(eP<<$uTVoIq ?=45^ڵZWɶOv*pjקy-<O=ˮhu4<܅j*{v&Uh~tWTR V"/Cܖ庹I ?&UfיּCW7V? i4[ܨoW~Oq߄nW91cΞ=͉7V11M̃t4yi6^TP_Ey IӽbX+/ }>O2;7r6䱡_$TnNꫴWdJڂޚTPo;{8RO!.81=Mm㘷yeWTPoO]O׵\\]‡A= @=z��P^<P/ ԋ8)֩#W*:cˤ@O@����@ BY׳g]Ϻu=zY׳g]Ϻu=zVMhQλK 97hT/OF1xрRcUAjo=~J+ŋM} Ȋ)!ŏ&=wζf}uˏ 3{mYxv]Eo&K+Q
  33. gV}ޙzݛVF CkMmobksfd77Br˛ƣOqIbӀrt[e�PyxJRASjq02\XFH?T8<1t у{,ԣBoS
  34. v-E vpCd:* LYSmsLrtЏLPFf+QenB8aX[M]0oE@#u%]^"!ApGg!4|Kk 'tls2;䉢Sqʬ c-�.+!"F'4E5XCbIl+4T-H} 3P\F/GXrۄVcC~18bJ}߸2cڣ}sr pB u\F=o0bo,=__+=p2X3ɜK;LoA r'_xB&M@Jj6GzK8&^ cI;X uG-w{‚vB,K`zSX<9*K;tbdB:xl."/OM&9Kd, ~y<~bGQNf?
  35. -kN Ef"2OD*DwBД}T%u)NBxף=h@ y"[ǽeTz2^:-P]Q+
  36. =9oخCyϚxیwӔqTeGYNȷ '?^޾X
  37. =fǒoUTk!;WnG'yޙ3@{/Ss߽=X-;Ng.eYoD5sm/C f<@B-ѯ=ZgzKSs ~1WcU7DgdzzxF 7n|?AUP'M
  38. XCo,¾;w|KԈ^vi ?qM# 4VcGM~ώ~$sԹRFr_Ӎ_qd_Iy_o@w՟?�uVx<EՅ/;cF ҮdY vY@:
  39. `7v&򳸸/rϑ?C|b+$ewLп^s߾&cCJL'IIkB?ZWK:+CG_;FmNvM~B?LC=%'P?Snsy_hX ⚺mx
  40. #cZgs$I;}T`?ovBd-]Lk3wG+{yd-w62F6RWCߪ` Ǧ"tKZRb" N;FߖYT&0}p3z9{p:M,We]f)$@:\YnQ#~J2']E8>1E U"9%l; xZu}>A3;3(H=k/J,85s톆T nDMsa>xc|=7iҏXJzl`3 ,Y3zBz&۷$vHI q=$W<\$Hpi9o=ΞS"hEv]W K KZ@> >!0[</A[4؉R8< a8 }pT ا$t*pd*_[A5>UA$qV%U7<5Y&_E!8%H_`_=e{τS�;l}o%)KDñӀ�k = h?+�r
  41. zc\<#k @fTs~nэoaw5^k䢰Q0 ѐ9}1B. ȀF!B߇ (UI[(K
  42. Y@/mzⰌG% ?pe4 6fL ?y4=M-[w5g}W\X/F[v]>vY挞!>`u]4OwK=L}#]6uJ:7KICobF,PD?R< q̢釱)mNktu??uoؒu-X8փ AsgHyX:^Z 0*+,'FK-Gׄw}ޯŇׄ~ЏVjB?ZMG h5&Մ~ЏVjB m
  43. q|(mhki &h'6A
  44. fV;G\jBTh?.j)S:H먮N1N8a snNoo֮59t9/]ssB/zi餻ElG
  45. #cI9#z#Dn%3d-D,vqZŐznPm͋nJZfY(q[˼{
  46. b[ eWw?}19z,Gۑf8\W'-;FV9eU>e#2
  47. !lGy߭9j̳E'Y?IَXu&bu)٩Z! 9Hx 1tq2g :g+ALW̭ G82xȮ;�+1'>Kǁ>rF]'k6D$ʆYL)My72}왶wyK Y!ه=P-:Q<z4ęZ#౫=OrD.z%q6^|TfZ+U}c醎c|OV;R!z1s$}s0Wop:Q3I3]z
  48. f�3Kw,sBL}!vf
  49. R^%
  50. 0߂>R`߇Sw0LG`}FqeQf/5F̅rhb/QNfo'-dwM) U/ii.d7K[K9ot[,q�}3v=s#ϧ*[G!�\<Am}CϞ9™*[r3Cz=cbߜ@߿=f{u=ly:LeLYx =9JR-&?b 7Y7":ЛzJ=cbʆuutwSuB г򨣇\/qM?hbsJDBx!B
  51. ]u8)s 5 2tyͥ=+v;{3U'^5T2*f,Lme-]"? ʦ<N;En^_\AJ7)z8wbRNW\݄UWh Q'Kףi_a
  52. -x@UzNVhZo߮$0Lspıe7tnI(_,bK8ԗơ.Ր6uB/ziK+^Z)JV
  53. R襕B/ziK+^Zo$C}_/misN[EZU:_;3Ms'-|"G4 sh_'<6Eo6'(7?+gbW3 .ҁLǰ3$srmVIRN|$C}99PV̍ҝWjQ2zst-CpX@Mޫxtę1x8J*r9^a_7Cz�̬;cXXad{{ A݉q^T#l>zx̴1g7 l(]ܶzݗo~7r ?1IZ`]FGVn,viƶPG8BE+WhÇ< wdz=roZGf(z6!f)zpbd6:P3SѢ+4G2fيQ{$70#悏6Z(|?h?LU+C4{MǭԼy@x&;NG49J/E@AQ8Co4r<=yz
  54. #،Yi, ·nK0sm@}sܓɒl٨G<m[YoBύ҇?Q�{v؞ۡG=B 昧yeqfp>|[wɭ QIB8DMƪ )zKsr-Jp(Q�=H2~n=s;g|=^
  55. VjU=I}h2zc9-HF)rqQC,-ufBG=DHL'G^_Qܕ>Gϭ#|a­zVJ#xtN;[
  56. >'br99*4贞&n>uv4~Ar2v z4У!X /~GoC4lA;88D38>GϭCfNn6#COy4/FGS|i7f=}1ңum9۱d46=Q w}.[uz{Q[ſ_HG!mOև9yq*ᆒNR_ڦ"/G4m{ԥš.RRB/ziK+^Z)JV
  57. R襕B/ziK+͝Dq륍#mIFVQitNzjMe{O
  58. ~%*MLc1rDgX zysO$=}d}a6dOV&,E&&kYd ̐ ʆ2]ѭ_UĬ'=G;)l464g|kov&k%ۧOa<":$BQL!1z*č#՚d Bؕ-茙Wۍ^s53Yw77LD^[Fmk0Y `jRbXuԔѷ9 ={͂d4-B>V f/dp27K17 =5'л':�y'0YZ$e}VjFAw =R)G@q '3zo6iMz<ҍ$/d<p2GOFw<3[gIǝpQJMJuz=",ћmB45 zoC { >ГZ$qZ@OZBO&lڛh̊Fm7K3Y#ܠ߬ф@`}ix'8O7A9>Cni_Zt Kt`6=8-zv�bCg_{ڻIJɺ|
  59. OЯΙYM4PM͚m~\^Ph))rKV
  60. R襕B/ziK+^Z)JV
  61. R~RZIz%^n)JV
  62. R襕B/ziK+^Z)JV
  63. RղoPpFY%kK6e,Ҧd[- Y%[7qkI9&֋DɦZr.1�ʉ=tQ7~dFz+Fo;UC1+# uv޻pևfk횦/$2pqFG娰uƼ~;?(Mtz oZ 6YcZXi҂UA1ŏṵ%gJwN'$-Xrѳ7zVs7^ѿU'/ߚ5znt> SEXSnW10BCQh]oaχ:Fazl+jo;z}VCv/jZ",PҢJpu+S}d
  64. eSGUGC;/,3jl b29g[G8zdcgx!m,`W!B:| Vbi]i;FA涤.x( ZbEڋB 9ҋ\B ڤ,zK -1=xmJ-
  65. 
  66. S&cwI߾7ofBC>{0z|z;ZR<Eu${-%ӡq\cr9g%M"[yy|a뽟i8 N+kȽq_hUz7L;.ʹ~noOH,GlAV]ϴzATdɜ1~MDƽE@UJc.H!!%j|6?}QJ "H&7L`%#~r?mHܪ73ϵ&m:-©@o 9Im!98OOf4tBߏ|Ƃ8{Αϰy=H‘sD·2?KH _cKJCBo淽Q-J*sfzQ?S}3뱣u)&h)نc@:K*FbOI; |pzOh۾g\塚M|~7D#a{}g_(͍W7Lg\CO `_(gAN{|p/1+ЛzІ
  67. ;nUUpVΧyplEUsM 恾x G͎9pe?է<F~'.?-@%|9~ágWUsUM"%lq'wVŝeS[:Nm|KS$#Omz_n8~|S*IoFS]m>6^sƨ@� T0+aŶ/J&_r`#)N)[<C3. s$/ |Wa5R�dv^w8ߔV>ɟ੨_U (`zg藲,k![_Vzwە2k+1
  68. mRL쵂:;ǭV51cfl9EFXID �&*plo]_˴Oz-^ R*MNN0&+/#h!C]J2_Tu�nO۰~|}G]\vvrJ_X=u4XsZƫ5J۟qު˦чЍGꏨ&qx@z+6x%l<9e>CB?ۢavJLSi<++ fb6Yk?nk(mAPEg!Fe&3p>?9*/F4v=mނYC1 e
  69. 3oxRo@o^::+FB}TDc����[r)zԣG=oR~K-[oR~K-[oR~K-G4��0]pXU=zVYճgUϪU=z/YճgUz˘m pCn_&GF ANk 06x"{,ك{d!c;)Ӵ${zw=woѿY{Gfe_*"_ڋoAEo0p7_EaLVߞ:/vYq [%Lm2ҜA٠W_1|Un^pDlf-Չ=t>_V5a\N^&�=j,YFoۻ<zr'G>i~_m3sc~O¸ +8+ S8QxL#(`r(Vh#Z,^<#De"e(n ӽI-R8(Bŵi=zKf[1"y IcYY3 3t-vṿ6V߱W  Q9v[0X\4̝}~(iEۂ=6yc7?ڃu-eK70YjzwHP2QPT^GZa8㨱 \<Ћ>7ً+Q[٧v>ae;'˹b*ZԦ>6Lf�Gg;=؄׵AE IP(9q0C&̜Ee>GTFeot @U1(Q@/A'"շiTS<6I?1 LUl\3_\H%O.6iB wg 6aWZS9 kqUE n-oݵ1٦,sqz6ɳ;Fd~]|Q8pb1[ocM"krl4%]+iIӇ�}oGNաS[ }1o -z4 V'8}+#Kwlwܦ3f}/Dra t^9Q>$clﲒ%9ŕ]h 2m417tiSAkͽ-H>䤶׃~,JSSF0jO0iG2iPMt}SOf͏@M.$ %ZνF$JҌ50wk\:
  70. <"5vm@Г%z AI>HЋ?1_e5wUԩMw6N}R?'GNdQ�C.=[; ;Bo (n ƈ!!:{}5ým7c0.'o/dWE<̕~#[IJJ?N۬kWez^ez^Wp=Lez,cX2=Lez,cX2=Lw7Ma�_s =E:qx lR4UAvPiScR*naECة,~͏)C":TPl)x]\;ƀKO?_&ͥ6_
  71. #zwU1y'zW]WwRD_YH}ug!E՝WwRD_YH}ug!EGZ[_yO7
  72. y(ѯYsS{Rd>`eQ=ND6lǫW>̹+C?'~gؖUi\&|75y]zXQ' 8$u RԡӾ0ϊ '"ҿf�b+#܈E },`f g2=)(֙P  ҲZ8ܱk7اQ~1Hހ 3Ӥ)N~s=L#|AP D_9ꐾ;)5uimO>r{1ϱvs �NRr-9;"g}8 -ElSy(^.}Dvŋ*X0:?̽"4YW[J:0ۥvEB_Gzu>3'R>�մLj >xئ}CS4K�lҧ}`ia)k~DX/>k
  73. =Dp>:9.qiOgm_t_{ l3w\go~]z;bFww|Y?8Z\ä;I7.I}'Wwet`i}ѽ<+pOB^aH-4#9'J|{o_<gn2Us}Pj6om8oib`F. K_ղuES]8ҋD}\'zeטN. J9EwaX&};ѻ5p,tp~hm(
  74. [g-)Ell H6@Ҥ.6^aS%K|-]~ {|FU`mWn/{},;G#="g7C##/_:tI S'%vGbivF&"JAz^e^e^#e1iAM郳גo9؜RlD^e^e^e�ョGф����IENDB`