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.

nightlies-vs-step1.png 13 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
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. PNG
  2. 
  3. ��� IHDR�������ʅ��PLTE--0335nGFFFG28;115CCF�zmֲmґG !--zU0mnGFZ433}mGfҒ-UDңfWָf"""x-0ՙW׬j3Zx0ҒFFJ)*,DzfܣgE7-xD33Y--VܣҲOORfwܣfY35UD|34%%'w3|//0U-0BJSSUz33[՜Dl}՜[ܣuuv3Fhmґdddnnnң|4HHJB9Ҳ<<=05|񣣣no՛Ҋ||՝zY70r֒ҳ@@BJ՛3VwgIշG&L:c(_VrdIaBJ:]~r}]wY:jGn][]:Twӕ]oL"gF48'95L(չLm}OwM03GGG^yU]}wusVFfTyU9-r:vWwŁkPg]v0~񸹚sCrt)Pj)?RmL'Cgϴ{ϰmol`]a4ոѳQ:=pDDҲfґmm]}]jjYJKTo҂mg5R:�qԵgi0KoEꃽ٣_]AI?��0IDATxkhU;kYMmئbZY.  t?hEナ~!4_DJBZX(E/ *J'~<ޙ#ys[=Ndb�YI�K +@V{d-2^ �&b�Ym%�Ϣro\
  4. `Dz/|E}Tf=oHJɟJQ-6H\e=dE>bH!П^sP'^ou %
  5. Bb�.@k+SIɅ$j`ט 1<g�\>:Vf=j)/p�6K2<ql콤@InB]"p{TAAU`C 3 >�Uflt/|!�6P'tl\6ҷj* LS�EH;^RIJ̃ 5G$LiKrGlIށXbt
  6. T~}t_ڪkfAun t̅Hy]0(S4+
  7. ""UDh4lay{ʥr|7@jw^, MUK4L>5- s"C."晿+9t4aE D>@�}?, .!TLs�jw DLBdwTR]0"<  49F,DƂ[<-wԬhڨ,XzNB.6f矄dKtsOT'!bh4 LxG /4@`-K$K&PN,k�8,f�c1GbMf-�ġ\,6�w1Lmfi5 W�dcC'�&D `d�L"m,Kp�6@:Zcƚ6w %{@Vzy3/&SIFs"Lk+hzdZ ٰvqmΧB-oE𦻻PuNkbxՁxe&;wVo#{%$0L{?�YnULD"SB�/Rp| }5]HK@I$#�d2|)Z>ؾTtc;1�Yh 1M(j<(==DW\ fd]+,˰:Leٙ&U��a�^vv>=_J, |mGNr$;Fsf #+Y|2w.#MPK �*R0{0<A(ePk2UrzS_d= + z@KY;H= hfew'/v\ɢXT<Q!��7�~6ؘT1StGtG,'b_9Zۭ�2|L:+)D 3ډDC�D�LPK`b�JJdSDF
  8. 8=p[wDԚ>Ӡ%K1 _׭]$1#oZDvff9}*"lIr/ǀJiUp1P LtMT7&-vH S5@Ϲ0NF{ʻHfLTKk蟄?Ձ[mp1Q1ayrS"VH�ڙIT�m>�$(#IXcWH-G�=Ϝ'ǀE#$Cprr2i"�ok=XeFD(t=2}8罯#ވ`�)o۟*{�$U*`9C{aJz|�߱I50 /s|󀧯@c!�FlcI�Y `<1I�6�M mY `m1/p!�>�.,ry9"hQtd44L vd� `z�i�2Z2�W_FOR xddd(5:6N$ݸl\C@]nsN"t\M 4eZ=4l Ю SQpaIb4lXH(s;1(88H#
  9. HRq nÄh\ įٸ8 t~ք2Ch
  10. @mk &!֮)u:~EQzwq<Cl\1 Aj1 +=cQY+
  11. 紟"{"_dȦk=T8X@�w8J:�F4cF!" 6B-B:J �F4aP "{5'OEBó0mr4Un"AqFXkMTS}"l/o}P~v:4m`�Ae<.9\xᾣM l$"P*2]_y]{$]k"B<X.w{I .�BJ�鍖,QW)8 (T.M#]k"lc.! JW. ז
  12. c@:<.x5ZdΦnOm.Ѳ.4�(h~.e9kfwƾxtjʻ l8inPJpEJAv,mvoF>@Qԍӵ&)TuI!phNj `6i d�lz1 `1�6sY8d�#@�oɏ�<ujo^>W6F4Z.nGfsV<ePP?q[8_H&$9fδ3.|]NJ *Z�edG8_Ҳ`�q `=5�p29E@#d]Wr_J7ĞĢS`:aCH9n(]
  13. !W嫒2M! `'{K A9I(R>Ĵ]F%9L0l:FNOe]!W74&#0 %/GA�21v`wnū;�ʈr~՗WU
  14. M эVWU RIM*NH[q;WH>?z ꫟<⃟\b`I6ܡЗZkM.SMA=|y>/AT0jhsŸr6v?:@ 9@knJB�E huovi5gn ͭ:B*@=D3TXXqn`/ f0�/@Rt�,mOquwxsnv8J_;е'o[ <@O8^GK3t]Yy `}pq_ ڧ1СL<E9eUنMy; `�'}G׾m#[TNo&?e#6R
  15. [x{@P#�<�HyS >olF
  16. @cKF?O_?%�_wtmC?x3F\ fma̷0OB0==Btxx�eB,MBlay֌& F`A,XEYDA a-sv;=lm ?`㣸_߲b#G>hL-`zz' X?[ȭ%oS ^y|?CI[%s70:ҙK՟kyG@M 25OIn ЄNH-q۬zA^.x|+߄*Nnͮ[@B' 8u,-]?Vgv!N*JahW9pӠRmXqC@Uj[켇C@UjúLOgv!N*jF殎v!!P0>( (A@T@@"D0>
  17. A@8+-ܺm$Ev8Tqig#0Hd6TqI9C(U\ޙH8RٍC(U\ޙH8Rmv#b
  18. D@Nɏ "* `|P!A@T@@"U\Xe5Bl6_e܆WquVUc#qe [UquFKmUl^kn6DqyR[Vm{~Y2h#8^mu9+jlx'wGg9{w-Tgme5۝(sՆ=;ܔKgeP CUlwjU{I<ujF%`Uǥ6~j0h#-bW[p8o  ϟ~</BZvQ\}=,bm07@K;W CN<dSPダ
  19. E* `|PダTq
  20. W*neN7r Tq[ /n  T Sn4NQ-,Wv-l^ :<I׹+\)pkn4NP% e7^΋7-gSIݍC ڵT2hUs>[+qu9=ُvmX.G!QҨ]{mX8;ʦk+8 )÷֮}L7Қs>6kp4Q\,Pダ)qA@T@@61h *<
  21. `|Pダ{g sD%''"n?.J  )CA\"*RB0s7;.af }Wg̀S (g`{Ľ ƿx<?Q>+ },`Gx|gf'HC@P* s|pK062tl;N|nym; R!`}'|rC=r9`qבiF^nufN_̀~*| sE׶f04}UHU H]4){: -]0G枀`>77rzme[X8nЅܑ[\nvsk WCvT�(djNbP�B@ P%@@ 0~ �堊P\�TqV2uVqC@)(\*/c5" 2uVqn C x/;^Hٸ3;J*θhaώ pMUzd8 !`"U!(Gj UBmUܳ9Jq*57WqԼx3C@׀�~wbxP�B@ P%OM.k(D1XB@ P%@@ 0~ �%@iyf29tgF:#`[>ArZ΅cy [k `09-W3\M39/px  & 0c[
  22. 6 v1}_V&3  ' kV&e>׀`Npjz٭m]pH9-pmK0~T@ٵfA@ ~7J `@@(J!_A^/3̀ `@@(J!( ?f=™m
  23. =
  24. Yok..{^mz__.y5j}MriVERDT@#ϏB?vfpQEgj}绫u-_7RJ&#^oU L* /6+3vtY<yywWWƤݖv6&Lӎbs-Pq3uEݮ/yk5Yqv}NO.
  25. C
  26. H{=};u9EYK[pҚ9l痆-1%az{PsȒLgHRO+7FYs ̈4Um߄%xH^efwW/<96>0߄ ^s!`{[B\ p �%@P\�RN~bg'Ig3};,rg\@1@2.l$f=/ ;; t 4ǴgfO\7=<i޼yzoZh}|9y2Gf܃<@w.7Dqyܒ{AJRR # ﲐ_ylaA!I@³"+dB`ecw~~1c~̸gߗ{ϝ3s?sf7ov҈ cmf1c7Mv5SWOqqTSG϶9`שۜX D;,�8SGy$Pi@ZJ_u��6O@
  27. \1�;"S�п k~T�{6 @ytZ   АI@|?]%/1!=:5A �i$q~!h�BŞn!x<"dCYj%*]A̲i.F"d*]=2a~I�oR͏GOY�s#qz^9;6仁۠oV z:�dR /P0}?q:@{ TI�=/B ੔/ #,�sϑ8]:N}IuyCkh|qh߂1 d�+�faT>Qp>֐I&z϶.{/-:-CLGocX\qɭj7#`9'Njc:
  28. LmTA;Fuֱ ":�a3~A >s%IB(څ ֱq<Roo+e4�Ksq^
  29. & ސ s vKtu)xM{9eۻOuqJ]q `H.aZ_|]ȑ)zNuY^8<>qVfr vXdÿ>@FFwMiٻ _73eF @P#P#0|e*[Rz@ e��4�52�52�×h�jd�jd�/P#;-$J݌jb�!;[ `%6�Rxx @x\l5?aRn~$Ϧ@�a,= @4>ngtl7:#U
  30. oF7% A�H=ŤA~``�oBus$l7Y�^�Z1@uP#[`g(pJxե!V�.J^%(n2U+"M>�:˷x]" @P#P#0|FF``2Tu= =ߦ)�$^^|SC7#2cZJ� R"9+R�)ܫwt n3O*:U"/"g<2Wr_j735U`ъL
  31. F`LBF`LBFMpИ5jTA-IM۴"S�vipziR=�v?@+V�A<E�?|f3 5T,~ֽ�zQ^e�8` &lGG#4=6"cmïXv؄*jd2XMBV׮_R3/ i(?O@69�H^\&1ӫĐ}% vŠw5P] 6Acִ []v Kˀ랏�JV�v8О9i�.^\Qw�Eg1]p;:\㠕Mxz8�h9@tZH7[~ ='}#&e�\>%� RPˍ5cF
  32. tԒJ�CGY�d$ :Yy2OE 9U4)/K؄*,xhbm05x' >ϡ:($�\|h<5T):;>�ѕ�л䧝Ӈ`;?uH)wNLƽP6h|>}Jc:5 @Gl"⫏O]s5).+/?&� ]!G%I9yEs"PCr)*$@h>QuGd
  33. %FTUtؗ)w,�ׁRXnr�T"Cq(HU3[��Yh05T1Fz2�PhYyd֝i4d@"YwiR�W;6 5.+hDx#\ɛ�@,xѼg#Yw^WCFS0 EŨ>22�CV+M:e7Y6Um͘^ @}UZT%ke-jͥJ\ZԚK#kQעǏd�*T\ҽK #PA-
  34. H^1��VtJ=Q$wG7(Txv۩Ӓ:[Z4Z]R}~ 2_ñTtsV?n U<ߴh[=c�m]5}
  35. UX�ݒOz*kk
  36. ]V@F80� ኍTj'5V3ָY=F[s�gWxm<jIn u8%w zyr F-Iwtb��PasG[#F;vA#O9)|?%9Y I�8=Bln KH_|pZc(?�~(a²7R=s�67DӇvI @/c:pca?6?s :$u}FG[Nkcw_t:O/Trc#UƒtL! y�l>]8@h_e w{:�_BBR
  37. śا).4o c`hj[).}\&kQkpd-jͥJ\w62a?M0a)|$򵱐d1LVCI*b씄 ,Pb%Fayujy<ws_sΙR�#C
  38. `�R�!pʈrJJ`Em%EQ=R�3�؎NV*I{#%PF`;"SVT�ߊ;S t)cDpu4K":0ܿjq]�txȗɫA Ee~T?�֡jPrDDnC.V=N7^h*GVUZۼ`_t@c;fd'r*wFَ h|) 9  :JxZ3|yw']2̲r1Esܬ—hc8׀�05M]3 !bhe ϟ�+%xU3nKYl~ N"09{�ŋeY0@7@�,`.ۉMI�Ғ0J0%Xp“g@7@&F&c >6#Q�3PH{[.gF c]EkZ)D~-r ۆ>O 8\r׌09�Rڱ;6Gp_҆R�P�CU�I
  39. `W T�-0^ONP\9W?xmJǕs)p0M2y)RO^j�FD`P"�)Y+R hrX"�@J*R R)
  40. J +!>eN�00�,zMIxU�K)^ }͔@Hd�Z\R}ua5<qxA jyd `.Igc/8E _W= /<,VX7K >Zd늳珉5utoIR
  41. <u
  42. +Ξ?&8N�^ٵ9P52�F`�8KT�}�H̿@G
  43. KQ1-6ÓW=�_
  44. #G
  45. `�*>R�}�_
  46. #G
  47. `�@nI r3ڸ�f @Kގɡ#^)p'3yµ8JcW|wDߤ!bk_t+!>'v}ozt2+�*sBG;ն'\SxGt]�7 ZP8WHvp�PV" ǻ `Hvp�rMoCXm[{bu4n+s;�\~a6 qKw݆uZo]ZW7<|dٲ+%ܲe۝g?�a*L稪|'!VB(Wv&�y_�WjzշXpjG(Q$�H#zwe b]�_ CMyEqwtV�p ;2)ugGBr.PLT,�ӓPd�\s 6:q}uKRFyV:qK@�{f›nʬ6Nr}Ok i5)6"셓kc[Fj/_�x)@�p^8 �8{R'REg:URbZ{mXqjKaL#`#4Nnqˬ x±ۈNP�|j `pt �+Z #s4*K Ćɜ(�^D�)/^F\v�3S�/�>R
  48. �9@ܦ�ఱND�9Id /nO|�|rAa~\b#*~sE�1$'nBP
  49. '뚝%omK]2 Uf'�I_K (ؙ/j7 <[qJl ƅaə n}⛔v{#�ƮR)'= ܄�@<�|p=$mLY51p;!B~sҀ_Hkgḱ]@o*))7C%G~+n g&R�(�H�zH̿@~3oɦ�z(S�ѭL~9*#>�=P<zd0R rMWNP+Cު�H iPVq^@,DfߚFX~4k&Nt E){? �LhD05 �;-jЎ%�Okp�a`̞;M�R DЀ@o�.kiNcem# [o}BMt#H 5m3&~ &:̀a�&Ѯ
  50. =
  51. #mFH#0R�@)>R�/P8�N,fvҎT
  52. `�wƪ q?iKg}N#Ydv,N]% KN :s~%C@w~x&*zX
  53. D,:ʴ(_U`G]p<jO$ Hgx;='$Q@pzǓH'a&c{DL)BjZh"!4K$aRz�{1+NVˏWtM[9vW]p<nĤ7XIU[/B߀zU 0ÚnzUq~#\a &InIq=Jr]qWW$-w0cQ ȥ�9 %\
  54. :P@g@<].H]_*OKR@g@z.v95":ӥ{yC7\MekvOU%߸(mB(cWaJH)40=T֥b]kHC)9V>P5'ʷW:N0>EY\벡uC)2y\
  55. 6����IENDB`