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-token.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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. PNG
  2. 
  3. ��� IHDR�������=?[���PLTE58>.05029r!25:47<N]#%*7:@,.3NS['*.y 58Iqu{?8>48S/縮?Ur_K;6KhI8>%.qZ;R._tk4804rHa{5B\48aT053\RC>n2
  4. qaSX6vX%Y>58|( p٬X8=fVI,8=NOUӷt?3prj\`PDv59Sj| !̖7@QV$ҭ`98=hi\84:I35hI@>򂨻-0B^mz~Mv7>KILƛZ]_hz|G1=>5fops|H9鮱kmc?K[j]OmAϋ!{q05ے!/Sf48;05'53Qל4X(Zllыꦧ025V.2OyWBn8Kr1D~rEhhr{UkqJYnnmk.0[YH;Å#qT8x[1Ϲ2gm@:åwq֫9A<7mT1睈nw*Ұ‘<r~+QWͥq*H>s鬶gK<>پč6w/|.F{ach٧{tx,Z~OcvIJܫA@F޳>|c39w$h'^o`/ݕQ5xP[slܭTxWMeҞEW芞��E3IDATx=@t̐X."S)/NERT)H-1T$Kv;}7P7A)uQDH%*? `Qsی; #��A �A �A �A �A �A �A Qy{.%Y[T:y _t�6|z#�9hr9pmi4q|O9\x'fvCaDYkh᠗J +p?+NJ |]m7 >]È8�!y6_{/NS|ףc; iD q�Bxn\^"[׬Yc
  5. |� /{ɟu:W{[#>!qb#�S@T_u[ޗ{+#NFa}zm-.ƨ?H#o_ΜA ¾)&G,ֿ ~< 6+{ 2
  6. @.@? H?[dԃ f?'g?)ҟ! [ +ۚVwżY\e,ACRk�[/1qKq~t/bO@[p<hiV\yWr& TfcJD[Q1^NXKve y<oWv 嶖VXk=k)/0nLTcqr2-qYH !g?:J3˧Vu&1"jfś.9sfhc\LcL24]iXUv\;?/qab΋Hؚ¶4>.Կ"Vj"c-M0ӿ:⥗nJ[
  7. yA`<55AJ0S nevo3~Q,X^n$THWGZ
  8. o) ?}Ѡʨ]~#Uq Ϩdi@", 12@Du&jVZX¬>˛xi]T6F3)u&$YC{7a$Z/_`>4@DW&2MZa21CS&ǝͯykʉ*N0%!>ʼn]|c] 81KR R2dR:JСhFQ!P@ dHN%tǂz9sDZc#=P& o.7 b1s_ 3菵n
  9. bc�3Ik!%8
  10. 9aj ?@^mWeb5ڈO߄=wa2o/evx?Ó;5xxZٲoZ-ŴJBNZEUr5%bfzk!oga1<^;_<CB ;{ H𲔵;d)q
  11. ͒Ui#8w>RGHlX6oOi#U?B5"Sf/z*<iO)uF1*-vUtP8 (טB&jPvnU˹>O%wد1}C1CM|\-QE_QY2kLG&iZ-WIAkYQɷBo_OwO<r;ZyI7Nʿޗt篧.?̟=Yq`a$7gc%6O$_MDН.֗UI1w\u3kv|_~_Oҷ>dd xa߿31s@\ o.7 b1s@\ o.7 wMq.dPp"hXCH]]B$%fH5Qp4fhA!n:Et`'G0#v}kÛs^ o/ b1{@ >AqjA
  12. m}1ao eA%47pvQ�<_T3Dg̕tywWofC k\T6j X0O]dC ta`k_OϭaqIxb3Gg
  13. 泖;f ˦g̢;@
  14. yXL+_>1<[?=ܩn$(&oVrvͿ�=F9$7-:$@J7_<�e@JÛ}*c7O
  15. >$@Z
  16. 頫.ro{U[??>P?[ �嗦msn_=:?Q=VZ+! ^?1g`@IUAIUY?+X?b1{@^ o/ b;&(?!䲠 't!a%%/gQ
  17. U,K@R)E-ZCBCy?t:_Nǰ._\ &_XXcXcXcXcXcXc?Je:|
  18. _a K>KX|B
  19. _X&鿑dCGnWbq8U/A3Kxa
  20. f@tޫvl l? MXtv?0mDf"[b BuSh.hh-|t6@bD%'`vO}I",GO?×>>zʳ<4n`y(8NZNjrn_ڲ_x!'Fx[T<a]-h뿷v@QSbA8P+OѷlC\7LvjvS?Md}*~):ɩ9—D7~<`quDUn;T`U {<|_ѹ 9Qė F6U+nY#=}l &_]wff6_5X!̳`h`8I%/R 6]ˬM}e;QBB| /فcܤ508kXM{ԭ,csW3�?1 *߶فS$N}ToL^_QXq[fO>?]:lkBX=Gu_u/>) ŧ
  21. ~HPzH>Fß^z4KeuVkZA&R^^|Y3_MV0 THx<. I}SA H+TK{;ПG@CqZ' أ] .e`g X_ W@N^U |3@/,;?_0?=_mg}I HR1"]: AncA2uqdttsv|  {_ٞQ'o><wzmaKvua׼l5o׼_7˧/Fze0̀Ga_jqzV0} >?ihݙV!aHCT/QF0#$<^mFLR,+;qʴUM\Yu2? ҆61(v:@°6c 3<-YF[qC-s`^{DM9m壻i"aLџZ 2z=C9
  22. GjnP�O2&v"[(u!~{;vgD;vhu[Yx_1s<EȹkhsAWP^.YB_&g ezw-,xPK
  23. - ULŘ0jѝG dt@j?1[:<~' ؠFQ ;#[k܂lKtr !QT~dD-5{uDpYћB`IG^.m]26o}3?% Q8sssY\# nƉg3,=_H$tOF>L~�"
  24. ?Rab`d;!j'1AȰ[]?IZԺZ76Gl.QGMof'N)\B³SIlZ}ݼ3ala`㏴!hU&LPU*.\G v%#lkd;٬�Vd%e׷UY+g%^=7c37\e\I(;Z} ?8Q*f]
  25. ]3x|{G_m7㣆)O? G^.Y8U9/5#3w2e2{R|˻,|3Nab?J@.q}rd#kMqQ[M~_4)JCtk'7XkS`n{,eQ ?ӏI .v̩hQݲE?'/Zϯ"?g8n" hoDCl1Jpj_7<K/qP1RR쫙t逿 ֺ-\ɳxte9A޳ܮL7+x6&F|:<rNTB_'Áj Bg[2v冨Wv! +Do=XN;.9si'#5YurL._so>{&ojNnD[(u0ݺe޿<+Y{y);w?zTLb .).$J}uO=<}}M# 8qtIYɔR\]]n,9[7J݂zJ:lZ*t^8\ =<>sry ?/EHL$ /?p<<:}%gt3ᲞƵx{?r>Eh\+aU#0G
  26. Tv�blS[p_g ϭvt{}=}7HOT/ptB-0vcSg9TKa
  27. mnm%+H/I"݉-_v�1�у[b;>0&oh_FEv+n˅_Yc?s7X%5|?_(F%I=5Exsr=OEG#$?N7 3/}{51O%o�t+N_֙j9Oa_Y秾`Ƈ;K 5Kgyw>kdoxysg{s O%_YK K !8 9P?" ntE(@aA�
  28. Q#D4Tc4!EIK@b J3Bv MAV0n(]ttRqĻIE wᅯ>߻�{`X ]a 0w(_jO`mʯ$%N _ Y:5+BЅ/f'P2(.[ _KYDWC3HuHE$fhДk"H1~t9u "b _KhedWfP30qbk2>;Tt Pi?$ K*$#�5/cQ|Tg:&X;<N:1J[ x@hKۧU#OnⰕ}sdߌo5dĞ`^DZ!Tk�p"t%K1\\0ڰq%e4
  29. ׁ7jiHW*Ğ`^GdcSj-C|1Y
  30. (i8NXMի8^
  31. 8uikeW?0*Woޖo]Z0kuo#P6W Mx60C&7GY{ z/o14KGưH ߋ8? 3q51`@RO{ v":ߐ#M
  32. 0G߻�{`X6ADPjOl0א {'3�#g ^5t#f^ݚ,)YsWD0n�l]<ͻy֫tjA`A/rF=Oϊ'<Bi:ƵIy)-?`}XG |x6r@蹙@^3Ոi 8FA)S4KR 5﫴o?G8L|fO@{\nO"?n[LHϫ—㩌 3`˺^|ƶ'qAԜH30�iP`ĵc[y�ZLi�<!xȭAtg9 \B2G6WZb#e߯`m?јZwAtyϱp k�ofh_ό}V@W5X?< 9LLtR{&cX od<ֿU[!LloA7cH,Ank |Fn8_X.B)W|K Xw> п*moY׈z؟΄]puI It{7WՓ/
  33. `ma o@X,m3m�:ŧMlkVn\g-O;aoXq xXgUI.aUI`A�Ӈ tP 34PS0%*::ح]D
  34. EјVL0m .&CDsw^ޤI7zh}K>߽<]!ğsF)⿪ğsf.B#ğ3%gӀ1x.G5*#ğ#~v`U1 .Nue6Ln|oPeğA?~/,Syg6O?H4H%)YI
  35. <G# ג4 >V#RS.䉴kWis+;g(A.i҂S!yg.w<&.?
  36. \Wa,>fa
  37. V%h>_Daٺ)ETx~ p\nb9>?jf g3nFWbUl{[?j9ChUƬBQk,
  38. O4ӶSO4Bҡmdm<GXd꿥3I}fz<I\7bPҾ>_D,2MbI4d�scяГ)o?ώQ;lYo6
  39. jS2)mP9Қo,Yr@?<_4_;C_ᇣ?s BaX!o<^Xgl|4C\>1'qw7X6խc}=y|8ד~2ץn};zmuúŊw}v
  40. l뒒_>/OO׸r!IrZK.|joJRGθ;_k.Y:oV[_x.4OĿFj4l1aȟ?:=\9M\6Su:.vEk[Ų)?U/Vl^So3II"SuK,oV|/o?U#})ү'O?,gӲ}_/)7D &ψvfp-ğ1訙m"EM~?Gɧ/1c6\
  41. gPR&+ϟ?(&Ye"u|?lJՃ?9wN}PwYks7?@B56[_`N%TCtaտS?b0gf�?0?0V^uğjPl6d
  42. w}ğjYUG]+4D`͟-2SAc7 ]S oی-ϥZ\+ZoDj p\DE=0 8"k-+D"OiP#b B8;K; ;A Kg^ƕ9]Wq,<K!Sg,$K=?K,<C?[RQ 8}/ mN0$Ġ<&cfQWe,?tcbc:6%0 Z3rsY61$~+`",p9!q2ߔYpY.GiL9~8(yL?ܮ#V%^464n􏷸GfO ?0SG^6T{J<FLf@m+8J2cؑs<7`o�!۱F47�{;{jgz3bGi\4?nɜsנ7Y15ϛ¿\�^<%|m׻L-FKx/ 3yYצ�{v-^^ݞFÓ?K\kA;I >Il @'"_%O!LCmDYLj}b[^2tz[SD" p�b]^'8>tDlco`K.@VK_/xL/"l<%kW:tZN-Iӷ?,4Ŀ%2'(?L$@ҩxKfuڮ
  43. 5w5.jdaBFpjQ[5u />bݦݒGn؍'- 5+@'b3u g-ۅސػASũOXCC弬CZ: i$/k>ZTpr˨'p]yّW n"
  44. BbT} xP:Ty]9,Z =;%o1D OV*?CljG vqL}lq壒:8om2?YWM^VuZ<ӁY+?mӒ8\ޝ<rI_r�OV*0+\Ժd%h[a\(5sziyտCk䏩?<�]^ble',䏩6͟tʿ_2�ǯ2cj_ex L_Cu9|Uk䏩T.h|7m?F/=??SOD!׿׿À[?S#`ό:\60 Lg˟RcW_3S#|!K\mK|=BZ2?1uxџ/saE,,$o#L;R^W՟M;S#ѿ ? gkC4@w}TS# ?~V9<7>f@O2{ae׿F=>dY8+dNa
  45. ZH!'
  46. /b!VAXK+S%=k [gr1<݃<X$y2oI#3+)W75>%ϩtUUl/eP{mv aZ!"//i6!,+uކ?O?֊`v9#(~ů P
  47. ~Ok׸Do?ϴ"ߜ>6
  48. ?tC~XB^)K[4SQ}J`j񏯀g/nB炃ZOX͞FbށLB'>z
  49. _mLen7&0^p{WqSyzX'gW1hs{ Ki^I) ȗSbY;2_~U&!ASX+A=n'gWt~%! -$ڞQ|?h*ƣi-= ʁ{ul֞ IϮ�γE+% )o ͱ,#>\g??gW. {ߟ3c(T&;Ԍf2?|rOrܞg>XOg`wl.g G7Xg-w)
  50. s<X(7Gy/wdt[ ^2y^"VJ}KW~5e h#SY^ȍ /vmħOvif:/6zʡYT<6ng_4H=Ռ #ozO21:ER\.Љ3%տ`>~g̀n9eF?<(Љ_2W=#?*۸,\I+r82i/30 gtk%}Z=tL YP/^ۙI?V75i{:ox0ud[x:/",SV:UO8ŭN 5iyr{ xu8p:rs#ᶶ륹էEn0L?)SR>7A/ol3Xq㰚f^A9\2Cx\BIo)Ks)BO z
  51. =tœR!ڒɬ Dzd2 _~$3GH`.$%o9ouw\ϵ _:LgeMo7Ȯ~.˚_i 5ݟ̉Og0YAA5'#ȵI}^J)IUW[:29GZV/�!i,bק6lTD;LQ_foBgf?'c;xОq }[@A
  52. 1tP}7!ߜ&#6|
  53. 4.Vّ0_I~_YhB9G}.?lj(/E 6>6y,hO u-EF]C]eR`䤁41sԧ&`?pSE.oF1a
  54. ҿ9Y1tyynPes+
  55. ?Y\[uyCZnu'4eվ)1ٻh-O J9)kV93\%/ֿk(/}2Gxݽ/?wV]-Pן g96#pGy^}8u`N*O\j/wϕ!We?NZ?KO� ̃)Ob)竬_Կr1IVFs&+>T !TМTI?*z 1PIO;Y/r(lT"l6!py5}>EYዦO}|cxyb4(/pOd짖5:KvyA?{ø6lne=e)l~MqC!|mATѯ�.0rHW/#Lgֈ1yq
  56. j_Կ.$\m'߿/w~<ݕ^_m_rخhʿ1y?/~6N!Dž̏N^^?0v.]r0D:Bq83h@q+8H.NPER''V $PA
  57. ]oQg{3}?^ߗ3׻N$˵UΟ{w῿zd:ώ/o//M
  58. vc<\ƟޮgKyeX}oXo7drKs9'./ufW{O+^Ϥqz ޙ,t{~tw�Ә<zGGƄ W~go7<坝7qa]9|s<[>ၵ5[(*ifMA6q|OlaCcmMg04sn ÕHv9~a;
  59. oZG}x85o9s-9h_^̭jt<G\M_$󇁙SЃw ?K߲8F r�':__/ћfŋs^𧗸-N
  60. CP5V @:SYlIM{) N}TNzy[Me}̟ߙ]!,# E+B4 e&bEHLz ZVŲFMT\Z 9/^*C%_A^0gTy_?"N�.:Nx#y?RUg f!+r\ 2E~8Նu@?!of�/s:I/= *HlIVc\cܚ{ D=Gh !'עcN�$'~[;@ib{-ʏ?O; O}PSidαcx-+X k۠,G0гTn.o:,~_r_N}7Ai.y�KףGwikUڭ}P#rKh?nCDW;5o3lÐ_R#sE2֥9~9'�"�E2!ێΩFdl00 G3-w{G;wXͺB`lhH#%T#*$
  61. HDQ/z`iRJւ/ Dz" B߾̾yLv:M̛٬yo~u�N;Xs�J@/3Xk(A)wgj$N^!u?$=>7!ToX~/Aj7wKm#~Rc6w? myBORgY'},?=ϫϳޑ{稼 .ze;sɝNpK'?S  0\Wa耷oxT/Bϯt^\UZ_ oy7
  62. ?<%禪5ٞ�,{&= y.(C`yS,]U~1I^Tk6Vx5߳-MނW_el ˨pOT@{W"O}ƛ##Tۏ^nO~ɟ:@,>W$i+KĿ:o;dQTxY;_
  63. {g_Ya}EoFoֽe]\> D 7;`4%Sε9l|oB _`0'a1p4Ocv6M5>O=+6^' G-k?
  64. (Wutt\?˷??.UxEːMnS_FB́p.=D"~c/m!y`tWEZMnKg�d2X9?zo{,u'\5B˅pGYcKnwtȆWa4@ p;!>}_?@e|ٿ
  65. 7d/_Xzth#o;{dhx3 '~6X97'^N�`''�Ԩp|Oׯ?ϟ|Hl_CPs}J?m^yCBQrg>ǝ,2ԫ=�@[Pt<!G~yϗ`4㥐} P>̟�_}`,suO<F�*;ƿʟNa{r)Y_a[?ӧ:�)pD s '/y2ωԏ!ZeGk~
  66. '�Hl=* ˿Xq(S(;Ļ!_d\3~ȣ{�&ß]˿ɜ?u�lj*|907Ea[H)"rouLe%-${a @o�>{oa^64 Vnɟ k 5fOf3G=f>0ej
  67. dXsmp17g٠B錑 ? fJF"?:K?? ?-v&GDOq=}|bgRyt�,}`
  68. §W?x;|+C+W 61ʆu´cLF>8#_] %A]3Eڀ<!]͜?+v�1ŸeCR_ޭ_S�W=#R%`͆+N3R�zw+ݼ.Nl֪mE
  69. cUh8~tvpk]clqe7=>?D0?fY#P1Z3srJ:[CiiS|رP0Pm@!vx*PS7{;c? k'.~ al|ɟ�~@^1qz˞d;vݛSg�eˁ>Sp7\Џdb+t!" rq-|C&v9y=}cU>lkGThf58;`{ jv7J0?90M4gC?2l砜jXPpXN>߀nV<Af?/y+Axk~?=7W/^foM? ̂SߵMi6 9n.̵zf"̟:o˵u(~`[49Z)9!͕w`'y)??|A8$!aU1za5r᏾OjR Pϟ>x?͚ڻ~<nNNy)9]|IiyYSO9390 cԶ~˿藼arKBtͫ/< }tb-/h9 I ;.rѼBvs䷊~˿V`.#d� g0Jn޾[@d?Z]:ۡ(Oɤ79N.Y7f;bǑVM--G;^TVd?< ~\Eg7 '$RfK;
  70. V778.~EB ݊/$;c;NFUpyC'Jal!= )I ǝ{5rH7r!v&3D( /VH+dnOɈ 񏦫j~ /7P+ߝid՚ G *w�o]v+݉IK$Z~d.5OC_/SX)5XQ9Zw; eoM'�.t߽ig �%:_4_yS-ϣ%Dg(_Y�ՠW@bH";mCw�̗;jGs-S� 1XKecχRȗ@waD!#L!K~-? W=S�{|�Gnb&~2O�ѯW ?�
  71. }܍ݘ^L妠Sq->KDw�`+~ 57Ǯ⿣^ڿ IS=
  72. _FDufSpfs`qGRϣ.G[w~ʤ^a=RnfFSECG.u^¨>r70g+|߮L^$T%�}rp7G˴w{$u"K>ΣhRITg ;+v/F_/"gT섧�WEOc?jAF9ު6sCi |Xso/Nx=QPXR1}}Wԍſ bV�NP[Ikۀb˜Vq6/O�ZU8O~T1jЇ[-M.'\7j7,_*P����IENDB`