From bafacf916d4f35b8f93e3ed0d7cd4d7c7b951f42 Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 28 Jun 2024 19:28:05 +0000 Subject: [PATCH] Update documentation --- .buildinfo | 4 + .doctrees/authentication.doctree | Bin 0 -> 3423 bytes .../check_program_requirements.doctree | Bin 0 -> 7485 bytes .doctrees/commands/configure_instance.doctree | Bin 0 -> 12047 bytes .doctrees/commands/configure_tiers.doctree | Bin 0 -> 21375 bytes .doctrees/commands/create_courseware.doctree | Bin 0 -> 19688 bytes .../commands/create_courseware_page.doctree | Bin 0 -> 5026 bytes .doctrees/commands/create_product.doctree | Bin 0 -> 5832 bytes .doctrees/commands/create_user.doctree | Bin 0 -> 6300 bytes .../commands/generate_discount_code.doctree | Bin 0 -> 14154 bytes .doctrees/commands/import_courserun.doctree | Bin 0 -> 16534 bytes .doctrees/commands/index.doctree | Bin 0 -> 4348 bytes .../commands/refund_fulfilled_order.doctree | Bin 0 -> 6772 bytes .../regenerate_edx_auth_tokens.doctree | Bin 0 -> 5543 bytes .../commands/resolve_pending_order.doctree | Bin 0 -> 5354 bytes .doctrees/configuration/ecommerce.doctree | Bin 0 -> 26358 bytes .doctrees/configuration/hubspot.doctree | Bin 0 -> 3942 bytes .doctrees/configuration/index.doctree | Bin 0 -> 2908 bytes .doctrees/configuration/open_edx.doctree | Bin 0 -> 56239 bytes .doctrees/configuration/quickstart.doctree | Bin 0 -> 27710 bytes .doctrees/configuration/tutor.doctree | Bin 0 -> 72408 bytes .doctrees/configuration/uwsgi_tuning.doctree | Bin 0 -> 14422 bytes .doctrees/ecommerce/flexible_pricing.doctree | Bin 0 -> 17261 bytes .doctrees/ecommerce/index.doctree | Bin 0 -> 2858 bytes .doctrees/ecommerce/overview.doctree | Bin 0 -> 7978 bytes .doctrees/ecommerce/subsystems/basket.doctree | Bin 0 -> 5697 bytes .../ecommerce/subsystems/discount.doctree | Bin 0 -> 13076 bytes .doctrees/ecommerce/subsystems/index.doctree | Bin 0 -> 3006 bytes .doctrees/ecommerce/subsystems/order.doctree | Bin 0 -> 4909 bytes .../ecommerce/subsystems/payment.doctree | Bin 0 -> 3441 bytes .../ecommerce/subsystems/product.doctree | Bin 0 -> 6117 bytes .../ecommerce/subsystems/reporting.doctree | Bin 0 -> 5761 bytes .doctrees/environment.pickle | Bin 0 -> 539979 bytes .doctrees/index.doctree | Bin 0 -> 4817 bytes .nojekyll | 0 _sources/authentication.rst.txt | 4 + .../check_program_requirements.rst.txt | 22 + _sources/commands/configure_instance.rst.txt | 23 + _sources/commands/configure_tiers.rst.txt | 86 ++ _sources/commands/create_courseware.rst.txt | 60 + .../commands/create_courseware_page.rst.txt | 17 + _sources/commands/create_product.rst.txt | 19 + _sources/commands/create_user.rst.txt | 20 + .../commands/generate_discount_code.rst.txt | 51 + _sources/commands/import_courserun.rst.txt | 56 + _sources/commands/index.rst.txt | 22 + .../commands/refund_fulfilled_order.rst.txt | 21 + .../regenerate_edx_auth_tokens.rst.txt | 16 + .../commands/resolve_pending_order.rst.txt | 17 + _sources/configuration/ecommerce.rst.txt | 77 ++ _sources/configuration/hubspot.rst.txt | 9 + _sources/configuration/index.rst.txt | 10 + _sources/configuration/open_edx.rst.txt | 213 +++ _sources/configuration/quickstart.rst.txt | 81 ++ _sources/configuration/tutor.rst.txt | 219 +++ _sources/configuration/uwsgi_tuning.rst.txt | 68 + _sources/ecommerce/flexible_pricing.rst.txt | 52 + _sources/ecommerce/index.rst.txt | 9 + _sources/ecommerce/overview.rst.txt | 31 + _sources/ecommerce/subsystems/basket.rst.txt | 30 + .../ecommerce/subsystems/discount.rst.txt | 101 ++ _sources/ecommerce/subsystems/index.rst.txt | 12 + _sources/ecommerce/subsystems/order.rst.txt | 30 + _sources/ecommerce/subsystems/payment.rst.txt | 4 + _sources/ecommerce/subsystems/product.rst.txt | 28 + .../ecommerce/subsystems/reporting.rst.txt | 17 + _sources/index.rst.txt | 22 + _static/basic.css | 925 +++++++++++++ _static/doctools.js | 156 +++ _static/documentation_options.js | 13 + _static/file.png | Bin 0 -> 286 bytes _static/insipid-sidebar-readthedocs.css | 66 + _static/insipid-sidebar.js | 308 +++++ _static/insipid.css | 1223 +++++++++++++++++ _static/insipid.js | 149 ++ _static/language_data.js | 199 +++ _static/minus.png | Bin 0 -> 90 bytes _static/plus.png | Bin 0 -> 90 bytes _static/pygments.css | 75 + _static/searchtools.js | 619 +++++++++ _static/sphinx_highlight.js | 154 +++ authentication.html | 217 +++ commands/check_program_requirements.html | 217 +++ commands/configure_instance.html | 218 +++ commands/configure_tiers.html | 313 +++++ commands/create_courseware.html | 251 ++++ commands/create_courseware_page.html | 212 +++ commands/create_product.html | 214 +++ commands/create_user.html | 216 +++ commands/generate_discount_code.html | 242 ++++ commands/import_courserun.html | 218 +++ commands/index.html | 260 ++++ commands/refund_fulfilled_order.html | 154 +++ commands/regenerate_edx_auth_tokens.html | 148 ++ commands/resolve_pending_order.html | 149 ++ configuration/ecommerce.html | 264 ++++ configuration/hubspot.html | 142 ++ configuration/index.html | 227 +++ configuration/open_edx.html | 416 ++++++ configuration/quickstart.html | 280 ++++ configuration/tutor.html | 412 ++++++ configuration/uwsgi_tuning.html | 200 +++ ecommerce/flexible_pricing.html | 238 ++++ ecommerce/index.html | 217 +++ ecommerce/overview.html | 233 ++++ ecommerce/subsystems/basket.html | 219 +++ ecommerce/subsystems/discount.html | 284 ++++ ecommerce/subsystems/index.html | 223 +++ ecommerce/subsystems/order.html | 220 +++ ecommerce/subsystems/payment.html | 194 +++ ecommerce/subsystems/product.html | 216 +++ ecommerce/subsystems/reporting.html | 205 +++ genindex.html | 140 ++ index.html | 201 +++ objects.inv | Bin 0 -> 828 bytes search.html | 163 +++ searchindex.js | 1 + 117 files changed, 13062 insertions(+) create mode 100644 .buildinfo create mode 100644 .doctrees/authentication.doctree create mode 100644 .doctrees/commands/check_program_requirements.doctree create mode 100644 .doctrees/commands/configure_instance.doctree create mode 100644 .doctrees/commands/configure_tiers.doctree create mode 100644 .doctrees/commands/create_courseware.doctree create mode 100644 .doctrees/commands/create_courseware_page.doctree create mode 100644 .doctrees/commands/create_product.doctree create mode 100644 .doctrees/commands/create_user.doctree create mode 100644 .doctrees/commands/generate_discount_code.doctree create mode 100644 .doctrees/commands/import_courserun.doctree create mode 100644 .doctrees/commands/index.doctree create mode 100644 .doctrees/commands/refund_fulfilled_order.doctree create mode 100644 .doctrees/commands/regenerate_edx_auth_tokens.doctree create mode 100644 .doctrees/commands/resolve_pending_order.doctree create mode 100644 .doctrees/configuration/ecommerce.doctree create mode 100644 .doctrees/configuration/hubspot.doctree create mode 100644 .doctrees/configuration/index.doctree create mode 100644 .doctrees/configuration/open_edx.doctree create mode 100644 .doctrees/configuration/quickstart.doctree create mode 100644 .doctrees/configuration/tutor.doctree create mode 100644 .doctrees/configuration/uwsgi_tuning.doctree create mode 100644 .doctrees/ecommerce/flexible_pricing.doctree create mode 100644 .doctrees/ecommerce/index.doctree create mode 100644 .doctrees/ecommerce/overview.doctree create mode 100644 .doctrees/ecommerce/subsystems/basket.doctree create mode 100644 .doctrees/ecommerce/subsystems/discount.doctree create mode 100644 .doctrees/ecommerce/subsystems/index.doctree create mode 100644 .doctrees/ecommerce/subsystems/order.doctree create mode 100644 .doctrees/ecommerce/subsystems/payment.doctree create mode 100644 .doctrees/ecommerce/subsystems/product.doctree create mode 100644 .doctrees/ecommerce/subsystems/reporting.doctree create mode 100644 .doctrees/environment.pickle create mode 100644 .doctrees/index.doctree create mode 100644 .nojekyll create mode 100644 _sources/authentication.rst.txt create mode 100644 _sources/commands/check_program_requirements.rst.txt create mode 100644 _sources/commands/configure_instance.rst.txt create mode 100644 _sources/commands/configure_tiers.rst.txt create mode 100644 _sources/commands/create_courseware.rst.txt create mode 100644 _sources/commands/create_courseware_page.rst.txt create mode 100644 _sources/commands/create_product.rst.txt create mode 100644 _sources/commands/create_user.rst.txt create mode 100644 _sources/commands/generate_discount_code.rst.txt create mode 100644 _sources/commands/import_courserun.rst.txt create mode 100644 _sources/commands/index.rst.txt create mode 100644 _sources/commands/refund_fulfilled_order.rst.txt create mode 100644 _sources/commands/regenerate_edx_auth_tokens.rst.txt create mode 100644 _sources/commands/resolve_pending_order.rst.txt create mode 100644 _sources/configuration/ecommerce.rst.txt create mode 100644 _sources/configuration/hubspot.rst.txt create mode 100644 _sources/configuration/index.rst.txt create mode 100644 _sources/configuration/open_edx.rst.txt create mode 100644 _sources/configuration/quickstart.rst.txt create mode 100644 _sources/configuration/tutor.rst.txt create mode 100644 _sources/configuration/uwsgi_tuning.rst.txt create mode 100644 _sources/ecommerce/flexible_pricing.rst.txt create mode 100644 _sources/ecommerce/index.rst.txt create mode 100644 _sources/ecommerce/overview.rst.txt create mode 100644 _sources/ecommerce/subsystems/basket.rst.txt create mode 100644 _sources/ecommerce/subsystems/discount.rst.txt create mode 100644 _sources/ecommerce/subsystems/index.rst.txt create mode 100644 _sources/ecommerce/subsystems/order.rst.txt create mode 100644 _sources/ecommerce/subsystems/payment.rst.txt create mode 100644 _sources/ecommerce/subsystems/product.rst.txt create mode 100644 _sources/ecommerce/subsystems/reporting.rst.txt create mode 100644 _sources/index.rst.txt create mode 100644 _static/basic.css create mode 100644 _static/doctools.js create mode 100644 _static/documentation_options.js create mode 100644 _static/file.png create mode 100644 _static/insipid-sidebar-readthedocs.css create mode 100644 _static/insipid-sidebar.js create mode 100644 _static/insipid.css create mode 100644 _static/insipid.js create mode 100644 _static/language_data.js create mode 100644 _static/minus.png create mode 100644 _static/plus.png create mode 100644 _static/pygments.css create mode 100644 _static/searchtools.js create mode 100644 _static/sphinx_highlight.js create mode 100644 authentication.html create mode 100644 commands/check_program_requirements.html create mode 100644 commands/configure_instance.html create mode 100644 commands/configure_tiers.html create mode 100644 commands/create_courseware.html create mode 100644 commands/create_courseware_page.html create mode 100644 commands/create_product.html create mode 100644 commands/create_user.html create mode 100644 commands/generate_discount_code.html create mode 100644 commands/import_courserun.html create mode 100644 commands/index.html create mode 100644 commands/refund_fulfilled_order.html create mode 100644 commands/regenerate_edx_auth_tokens.html create mode 100644 commands/resolve_pending_order.html create mode 100644 configuration/ecommerce.html create mode 100644 configuration/hubspot.html create mode 100644 configuration/index.html create mode 100644 configuration/open_edx.html create mode 100644 configuration/quickstart.html create mode 100644 configuration/tutor.html create mode 100644 configuration/uwsgi_tuning.html create mode 100644 ecommerce/flexible_pricing.html create mode 100644 ecommerce/index.html create mode 100644 ecommerce/overview.html create mode 100644 ecommerce/subsystems/basket.html create mode 100644 ecommerce/subsystems/discount.html create mode 100644 ecommerce/subsystems/index.html create mode 100644 ecommerce/subsystems/order.html create mode 100644 ecommerce/subsystems/payment.html create mode 100644 ecommerce/subsystems/product.html create mode 100644 ecommerce/subsystems/reporting.html create mode 100644 genindex.html create mode 100644 index.html create mode 100644 objects.inv create mode 100644 search.html create mode 100644 searchindex.js diff --git a/.buildinfo b/.buildinfo new file mode 100644 index 0000000000..707e374c11 --- /dev/null +++ b/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 0bd13fe87530f01595e010e46b7ef608 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.doctrees/authentication.doctree b/.doctrees/authentication.doctree new file mode 100644 index 0000000000000000000000000000000000000000..e82e51441020281c2e289e27bc3c5dd05104f52a GIT binary patch literal 3423 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 literal 0 HcmV?d00001 diff --git a/.doctrees/commands/configure_instance.doctree b/.doctrees/commands/configure_instance.doctree new file mode 100644 index 0000000000000000000000000000000000000000..dd70eb2cc040c5da9f02c826c02c2426598ceac8 GIT binary patch literal 12047 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 I|I>E!zX)CFQ~&?~ literal 0 HcmV?d00001 diff --git a/.doctrees/commands/configure_tiers.doctree b/.doctrees/commands/configure_tiers.doctree new file mode 100644 index 0000000000000000000000000000000000000000..da4d1b51969a2471862deee79db0f5fece25f8b3 GIT binary patch literal 21375 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 Yux?}#%GRjECoS@hi6f!GKPngh2dAT#K>z>% literal 0 HcmV?d00001 diff --git a/.doctrees/commands/create_courseware.doctree b/.doctrees/commands/create_courseware.doctree new file mode 100644 index 0000000000000000000000000000000000000000..9d7ec6e22fd9e02c18c4ec9a910843ef619603b6 GIT binary patch literal 19688 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 KP%4l%*8UsY#PP)d literal 0 HcmV?d00001 diff --git a/.doctrees/commands/create_courseware_page.doctree b/.doctrees/commands/create_courseware_page.doctree new file mode 100644 index 0000000000000000000000000000000000000000..d35adc6b4aa0c0ee406690d128768ae7c0e5d957 GIT binary patch literal 5026 zcmeHLZHpYo5kBd(ySMj#lBI;mg0Y<_ilW^WBw)pafGsdFhb|#DCMJlv-kIL*_RUO> zx_eH09|8)-#s~e)6HFip!H{1Pf+0W0;4cP)pYEQwJL%+e$j2NUY*%+zS3OnrboD&x z{rS@?OYYBXshsg_F(z@GiI}R=ti&QJQkv=Vlkz8jD*ssCGDAroD^bXZmSzbnBF2+g z(yV+~noYZ0^F)oS{R2fK%|+I1XFb+ugNNlUHZ(oWbwWE+<_G)xk)%Y^Fv1CnJ|>ce zIhoV_{nGBjra{6rl_cqGV^^xVOYhKywbWdDwwCh4()-ZQp%_lF@0nrPxX6}Gzw&I) zTuOLG%e`Vs%qr1Z@@b)gh(%zT$I5y;h!Ua{g!tXdNa}yB#6{i?rX)I$bY|BSW}wO3 zPL=E`3)l{HvmZhsy9v*3;r}-N@8Exo#q2KI!lHHd5?f|3o3|!9%_lj@v>GXr#Z$2u zz4_i7kNCX_>{k9r zU`iB^g4d^_(18s_z_UOz8r*;Ib}$pt{hsqfngwml0x^9bfgk&zUH{+etbzz|Ui0AW zu~%%Io{Qx@_A+}Fo?ogl1p>eD8O?gXzk6Y6=^gk)S}z~-Bnd>890iOVQs*TDva zoB_8%@!~rH*IqYClsgke+vL|O$^A;Kl^i%6-B<~VrcD2VBd6p6m$ zW^7ztoNLP!{EuzaNf1ji(}B{c&^osN$L_zuuFc_JfA<{jcXD{G&f%I?w`+mvzkQTx zvZ!mY9=1oncmAU-6}{`1yD}Pf%g6leEZPo!*-2s^|0?*yXq12}9@cz*t+tkN$Klt_ z8O(L2rkc}X;KBL*vHUwfFK4XP&KFbKkPNO04=<^yyCdn4_$oG6B;FwRoS+SUliT}J z)lqB4ZP<>_@1_mgN1d>3I^JKK7D+;Nm~h+%^}XJ`n1^;I#66pKrp@b!a&s#OJl@|A zMuBC`j@0wMWx zK;XK$`<*Rs;s30AV4Dwh7IZK0`qJ6P!GHg@Z2N02zt!boe!9Q!OUI%9 z0N~o&$6h=N%+0g8=WJVCPr>}}(=e~L%4&T3UV8`F|8)I){^e?c{oDcj5`g^{<60y? z@1AfzBzJJqzs`%KU0fk~wszC^)lixXw_VruX(tY@c1~3NKvebFmVHO`oVrKpwMNtp z>Zr}?k*$)l)p}M7OS%bW$z|E2=*R_q-Pw_9np^g&c|l8(sf1Xr33Dmt$Rpp}_O#IG zu6LKrYQ2WW7#6l8yto$&=?H7U)SHvu%39bmy~ zH7sO;(S{aLXq#_43sZWqSss<<@(gM+ffq(Q`LWrs-BDJg;Q}<3mLHou;Jj)>^&;3a>yqX|f@J9-1)LYnDkDiV?3o?9;6M?rRH5oc zJ=2Tnw3y?#O+0-vpokS{$5Tj#2uDP%)z&_q0ke>1k%+OXG{ZvAM)yXFBE>fFN+jNl&MZ@k+mnD%7 z54qw#Ww*kZD>6;2BbAkdx>Qhh>u^S)I9%O9=|;6IobklJ9Z)Do48Y0|*FVCe5snqeM?bpzbKtotXVEG3R?@1!S*u6!5}UFI zRE{~-Gj|3EVZwBp;IN@4Q&dr`S-HDnZXhSquqn>Qfl%c(Lypb1Z?{6m=PbcL^7m3A zZ0fJ8l%UWa6{u9H@BVvLy;tOiwN2smcoO2t zW_j0Hy;D8VkgLhebK0?4rrDwW24Pk_o1lD=i9Cz()M^A2c8zSfT%Yi+#<$Vjr+4>`V4VVTN`_ALTIBez5rZ zn0;`}zC142O*{Mw9qtpn558a@6=tIwM5lHm;z$K+7mo50TdVatZ+}I+|h6cWK7*bvGI@meExv0UR>loYYeow*I;YHT^Lq6gmuj=up| CzjW6C literal 0 HcmV?d00001 diff --git a/.doctrees/commands/create_product.doctree b/.doctrees/commands/create_product.doctree new file mode 100644 index 0000000000000000000000000000000000000000..5862d5c196f5027c0f8ca38c8f335cc6d289febd GIT binary patch literal 5832 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

hCrk!ShU839JRXI@8 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 LmubV5HpBk_9cVc3 literal 0 HcmV?d00001 diff --git a/.doctrees/commands/resolve_pending_order.doctree b/.doctrees/commands/resolve_pending_order.doctree new file mode 100644 index 0000000000000000000000000000000000000000..19958c0dfd4c9ad241d6faa894c05d4c7732afad GIT binary patch literal 5354 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 literal 0 HcmV?d00001 diff --git a/.doctrees/configuration/open_edx.doctree b/.doctrees/configuration/open_edx.doctree new file mode 100644 index 0000000000000000000000000000000000000000..34b43fce8b59461484d89414e374348470c11697 GIT binary patch literal 56239 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 VV1edh+y@57)${R)-p#r6{|970oEiWC literal 0 HcmV?d00001 diff --git a/.doctrees/configuration/quickstart.doctree b/.doctrees/configuration/quickstart.doctree new file mode 100644 index 0000000000000000000000000000000000000000..1ed8c26170262f080212c4e7c42c06449db4ae2c GIT binary patch literal 27710 zcmdsAdyE~|S@&a~Uhl4-Yqz$Oag%h{n|(O%*bRBvPGXEViR~m#X}EXx-nlz-J$L4M z9^Q3SQ2Iw&yBSrWUPP;wh7|G#6{td#79>Oj|9}XnY668yywnFTDWV7g0xHDsJ7>F@BN+go$s7^Y4B(7vNy5+qDjALTF%;nUadNA)$m)jCa8H}+5STO{;+RU0?T!h z*Udq5$Q*v5HDiuOgMk&;hVm%dclPv!HSI~qwj4uyI8)(DmE z4PS0?EQgvpaKei_qtQ}Agt;{uig90x2B??TQn;)~+w>sttmQBO%|zo?tLhUy!xdZi zecZ(FK}T=!UnAA9DKD1w$|cXJQJXLt4)hgz)G{Z{1Lk(~pt;pN6g|2aG@6S|-3k18 zUw5j@?%Mog&p&$Ex_=R<`HLK-#ft0Htd-EyiDQeGiF}`^U+{boa?_bD;WBtI3d-~q zPj8wk=iYqY4Yi8yXrXUtfoW*vvH)k4EC+C$icv0W4c*aK43el;aT~a*YJsaY4X@^U z4Nccruk);1&8^`^%`<#cQ{^I{Eoc`^%a>sEO9rmMcK)L62K0k)S#~Yk@S3(B7@B9G z3(sKP`bMCIO$}H}n5To|OxiQ%RJ0>aR4W!Qc)Q4XyJX%334$%dwiOtjZmUe0>dXYL zO;gdXEQgd1j;S5!=FQLx^DwmV7W}&n|EBTp2xM;FZr(@u0E?;U_5T|T?!rbRm&$qb zkU0l691xn#_&&BA+O`ptYzs;%oP=uSqx7T%;WU)T(UB9L0d?@9VSWhpgW7tUUa7bt zG;_wPX;-1otFV|OTv`j<`vCBVnJ<{?1%f2^BgKU($Q=T?7vUswdGl<{8)|%>`T%d9 z6DUU&K`a@=laGXfd8ei~o3>S9rVg8^xL#F*32H|5VjKB$u#T$cHpwOEwtZDwwE~kY z##jSeEoVi8hxLpsn=Z#}dQbY64EB3x@GyAh7G*Fs&NBEF!C+_;dj*;r9GpzW4y(j7T|0T|m`R7PMY&Ystr2u(gS z12UAX2)Rfsgf8wp(yV?pX7vU^mrQ!CcP5R3?w>EpBx;;x((HL7@F_snEC=D+(rpc+ z5tu#2a&jP^+w?4WQTu9|6JL!v(F+Jk?r-)^?lw^Hm7?TQ<1D%NJyNYwJb>JrHXB5M zz-kE7g>9v@0=K$q!5_!8_YF@n;_JOLVhpssS(FjfILinnHrj^nIZ9-t5J9%#U-c1C zx241$%}BG#f0MsB)x!&tDSz8LQ?`T7Zx>|>HIA9meLxZo@o`5h+C0m~U{5O%n2oy; zfs;W)wEc9TRb4n2$BoCA7_7D5ObD!R*}Q2}?=(&TZPD>L5&FesM~($1&V`QFun>1B zr28oe*7s81G})Po(k&%|`}#s~hk2mB8*dhs1GV1~_tZ9=nLFV&V4>u9Sh$6UvYfz( zN#YSygvE@C-rmE@LQ8vkN3v<5FE;H2*|R;ciP}pxb=TPXCIGE(CdimF2z3RM6RnZz z`t)f>!zA1y6`3Q0$E1peGP-7B*ij2@HnY^u_Ys3KMcn$G8B`C&vjhe1M?o%WfFNV+R_^k$>zMF=>i> zBw^Ar%|)+R#wvJ5ZWWWk0Mp`yv_<|nk;E?Tmo<58eAq5Wxx`T?J~UfB(LB7z9pN3zSukk zwl#ZTGqvx?=6fm4(a&XX?Fz%=w}l1%C+XophH&LR_N1hcb5xYscwsLdx#f!aVBN%Di8Ut)d%A@6~@b1vfvxgA536JeJ?1ox zMne``8&H7O|CEU0@i{l4TmM!r^)t}`LpR#$2UTSL@pm3Z(=t-Y-uj;rm;?2<@xQzP z8x4VY0ub#NcAL)Yx3HE%Z5q1ewCdjlz-SmZf~!p|t!!oQj^Wx^qfDU{w63wo7|%KQ zNv~pYV8sYp(M|bofaXW_ZxGr%f%`sHna?K5T-ZfmK-kSm0NrB}jr&Db88S#B(U|aPVz#(L z+=%u+#aCu{(lWCmHkH#rV)(u-Jur|KuIf|C8!Y30ux&1V4;$klvWg{o7ZEJlq=v?WW^7!^}h4RDV$xcU8y zH4tilUyM0$k=(siFbM-Kp1>6=KRH}B2vQE0SK^+`L-A6e93SlN(2wBuWC{a?>rM({ zKGno^!l66Y(-;=x`eDGWFu3{s3$9c9j$A+em}}b@k&;>?X^15ZWK-#a2jdg*qB9nz z5VmRk=>Zo%N=9`J!^gImznygu|J(+Z2c|x>crLEQUD)@LH*B_ z*Xo~*k$@5I%F?3r{<&1|?QET?e+N*D2LGP}tU|%R{(XX~hWXd=YVj~%|2KMnL`WnZ z$v*(06IYq?O{AnH?LN);Vj4)mqjd_fvuMn}FlXUL zE|y&RGAkxtv_{BgKWHML5Jcq6uNd^|vaLIpsJ?+_Z8bf#0gy0>J3Nw^dw=8q9f{1; z*o2HoQ|#zXsDwHkQ^MNeb%iY4?;$ZJmXlRQ8I<1MPW9GqwW+Z=3xR|mvxgC(Q3|*m z>~)Wkg7T5Fj@ zn7xKI`WbCrU~%{!GQZ4RNrUf6hDaA5MfmRI6cO53_8e)lMl)bpGsGg~#b~V;YZ<>*#5prINHr2>jhZEL}_*3lhETuNm*6kd6m5v_8tQJ@%hi-M~K?Gc`BM&4$QkfFsS z-!S;pnM#s66fGgPR)H{bhlr@FriC&Y%7&r?N2A36J6u^2>3=b_OiG(f1X_yKEc;lq z&`wx4TZ>^+O5u8s@R`?)5@>EH^Jn+0z9!zFkaBSk#F@kMAHLxDTHU)ZI_4s!@D!US zUUeBBtn0ylD)nx@ebdZKNG96TQE#NHNu$->4X9a~+Z6i_m*qRr{&7qbXZKK77wNy5SYGz$69;ITKxKKDrw&Y}lhR+#3#-nlJz*Ll6OIly+iH(%+`9ksr zLt#esVbQ}F06LU_%5`K0`5Cf)sy}8c)0k$$hZ&x%=cOzOgQV!omy@nD^Y}+KStN#fxGM?oRGDH;V zeKW;n#YgvoLk;ved~JPs9b>q<9^M2Yj-PaW&f{fN2l4!+;$z(u+3+u$w5X zrNS&440u#fgw;`X%`m%PAzmv~G<0%+Yba7cAKhTASez@2mlV!ULaFGQMUuRp2eZfV zW?pJZ&A3qej>4H24nrjON~`(`tv+*?LHQ39ZIMJ!PLoM&e=z1J&HghMKa-+NvG~1e zfJizNwy{%A`QvAbGB2i}<|`*fe!_!U{cf`QG(}PpX?%;B$pU(~mGzL1i7*pt-%%1~ zMiPN#c*tfE)+q5}Lg-M8&UXTJslH(#*z!62I;x6t}`D`Nr5)MpΠ6Wr1aB-7L)!W&^yb}%O^ufpW1hn{zrxMnXfF# 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 literal 0 HcmV?d00001 diff --git a/.doctrees/configuration/tutor.doctree b/.doctrees/configuration/tutor.doctree new file mode 100644 index 0000000000000000000000000000000000000000..f16d23f2872ab07bc45499208802450ef2ea6a1e GIT binary patch literal 72408 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 literal 0 HcmV?d00001 diff --git a/.doctrees/configuration/uwsgi_tuning.doctree b/.doctrees/configuration/uwsgi_tuning.doctree new file mode 100644 index 0000000000000000000000000000000000000000..085cc6eea480f5e7023dbb566d4ad60e7c200526 GIT binary patch literal 14422 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 K3RMK?w+>gWDOSxBrJ{9RdwprsdK*b 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 CzD*VY literal 0 HcmV?d00001 diff --git a/.doctrees/ecommerce/subsystems/discount.doctree b/.doctrees/ecommerce/subsystems/discount.doctree new file mode 100644 index 0000000000000000000000000000000000000000..c8a1115069c35331b6da4b3019a89def49779b50 GIT binary patch literal 13076 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 PUW$pZx#E`_S-1TU)fx({tB^dTtP8SP3~BTXbt zy!#MnA5vn_Lm|^&(m&WwGqbZ79K+(#(b2hn-;w@o{QKYjR`KTtHswOi&S@Mg9W$Hz zR;;5eVanwn^2dMWZ}UgKZRnNNnTc5Lx1bSmA!EZ-{xbLdpzegU=hgW=%OWSVs*m#q zZ}PpD`6J%;4JVvrD_g$vYc{rX>sVs*parGf-`Fg8U)y_^m$5Wc3ePU*hrUhfQ2CB; zRuPW;t`v&pqijrlhdO7(ICID>WU?b-8=~HeB()Yod^Z$L%CA5OB_L7wfH+$12W~MN3dZU3@*a%6N zCO#4cofn7w+0Y|>tDL<$hdUj=KnxaH>wRz$E*%E5O4iL?16TY*=5>8gF-;h>72(~(~ zwNt{jhzW>Wk7w0+O(y=t-*JX2D`}_^0UV}=*^*2RryZ4LAu64sE?Mw*%lD(q1gesn znB9e>B&cs$=0eXfbq?z>GBH{?1`hbXSu&M%>8~D0)gL4D0Hf2W+YZU^nnDjhh2oy2u+;l{%8U-N;|f) z`QG=!cmoK?Y@$t)zxRC$5~ZY|IOYHh9+wg(SpcmiSHf|!7&!1(9jGSI$ahQd63N~$ zlylp6IF)X(Z1_Vq6R4u2F0)H%BWB}l3U~c0Y80vn4Z~;xNgFMTSV$?vClqQ%n2K~9 z_~F}`o18s8vjX2I>zjlbqYdF0WfFh{43Hbx?+0b&SFAJ&E4e@2*x4|_|MC6O=rVxC z(UbL!jg$T$Bmm%9j`~O>l>45fYMRk0L%CzDw?R^W+h8J?n1IoM4cvs0HuB9#s|j*M zIYhib18@31&73Ank>3`;S})F$l+<`cRSSUt6pf-X7#tLmf(@bdOHpcB7Hcv~0-6rk zEY+5g)sqE8B1hf`D@wc$2&Nt#%aBMF<=%oP;9M8USTLg?9gOxWHL@6J{*&+pCzfIA zftXAMYccx0k1DhP!nLF8VW~YN?<^5sEH(CS87@^F+5Z*b3g`HN(}nW5dmkoOt1aj2wInfB~(a) z$5|ML0EqCh`+MF9RzNkBEq*hkFG7hkN>ZD*ZSUS zuZq*XNTB1vJuH@zK*@z(8Rn{_)I;#-Z8FxfZhxVAXG2(Px7RGT7ha1)M{D*mT8+!W zmAjj^svTVQ7#PJXC5*-WNK1*rA_v?Tdq0HN3*;Y={JZ=YfFEyE&$$Ne d-mk?)%l5111|TvG-Ri_)v{h3eT;AFE{C{dcvzq__ literal 0 HcmV?d00001 diff --git a/.doctrees/ecommerce/subsystems/order.doctree b/.doctrees/ecommerce/subsystems/order.doctree new file mode 100644 index 0000000000000000000000000000000000000000..992727ebba8b1f7556c76f29d677b7962bdbf3fa GIT binary patch literal 4909 zcmeHLQEwc#5tb#Nq&rC`$&P~pvC@r;G!i1+1wji01_U&XW3*K)8@3a)4*|j3!8{WQk%${cUZBj@^h% zkDB!xn#D%QqFc^;e4TH6TOabi?HOS*wlrmTpQ?nZ=tVWrb8T2&J63Sse#vG|h5u&w zp$=NDmlQgfn(x~_>6GSccD>Q{+}_Sa!RqsBLhXPWqr{{#u+iDHCKB!R--t7+HHi4` z6*LcDn@LqJ1``@zC^mIGmEABjbyGFpMoPn!_s>?V39RqKHkvA0@+DvWb>-H|ig%Ze z6e|_eFh8PEN$2joqN!AomN|t8kI^WRcsFR(Q#xr*jtK@UW+V?%)Asa&9Zqk zVG$ExQPDFcv2U&;2>SwOjz!O_LXV=)3y|DV2_5BBU9cpgI;x6kl}#ZGLs1ALyf`?( zZCETZF4$xdvn8z|4o)dEW>~VcOH7MsN=4@MfOc?yRV3gD@$v3kUpQYhsem{fhd4av z@4IN{zeb4j50FT|!T&@2Kf?bA;mbefC;WgPBhqfS;fsjd3Yor0)xDNr2al+s(G!3} z*7*J!X`#X&e!dDWb4~-hS7pNo{Z1wfQ#2!!OvV?>f&cH-l@*_-kq`gFmjZceXkN0! zD|Ym75aIXW!GkVJV_6uAh%8dXB{CzY4wQV3AY*`KoN6}03cnJla@>Cr_R}`tqx=)<^@JN+n`O zN-C0th(|0IInCOQ2EoLyfLU*{Fmj*C@jI zcQZMikwm1z=+jR>3FP3U#3f57_Af7ds?@b=u4J7zC2O;- z8`Xq$HO>xP(w%tZu4!BG0yW?{s7v*4(AK?1D2mULuw9QICtZ8CBr!}y%TqVRt}WFx zG;;sH4tG5&Keq390L*-SLYYAO#dPRVd%kqkXDfEl@~{NM%K7A$9mbV%9Wd$o-R+hV z`d+))R;JqScYXR)p)|50f!DvGS%rqTYxLJ;Wy;Fb=Y03v_5=PJscH=1<4|%j*iup& zsLG~dR@+fD#K{U$e6eu+RfsI(Sy!vUfVlUh$*CDOOrp^9d~~y zs+`PR)vkZELygA0B))S-dkul_1q#cU>w7hMjnRDut}9-yWwl9Tq6Mv#b^#nAIA|hXOh!T6z~~gMJy9= z)wW-m>B(m&THyQs^-02%l8SIN$Qe^O0jFwgaLWmvUy{=EQfhl}W9Ehk{x3TWLKh0O zOYdKwxUtgiIRiAj#Ni)T;%d9orX<{*V7!V;p1rGZZBYqHSc$N~HUcqoZr9ObO<^P4 zA(A#4__`g^%1E*x*;Rp9+exatBwakhtDYbbimE_0hnQVY@saM1enBcVs}e~7C*ay+ zvr=kCmRI@^i4D0FXh?j#?xH+vI>{IeX|&vE^8`7!4P!KVHlK75y3?=`TxG%y@Ll(X zO*B)kam2wmX$j7I3%B8Jcy`O~yJSPy6e*%G6S*+;lf94Zuw*4ciZG-ox(95s?I;tp zoy6sZ{S`N+)DOpFko714;7F2%L=dIi8qa4W{~7#znY=qDe3@;mr*sHX7^@s6?( z|Jzo)Lq`{{7r0~!W~P1*puw1%Ji}&vLnla~#PIrT(;grobJAsIX8;L6er5Oc9G&%y zbUnk`-2Z)@BO4S7`|r8OLN*N?-HprxmcYY)(SLmwP`NH%!cyU^V#s}hC5y(##I zf(8Sw5Ir(>ZF~m`cN|IpiEpr>olbEUl7>ul_y3C;A(Ky7g7lq31J0Pi9`|B!T@aSz zj!E$P;Xv1Gz2CfFAXc+!0JJN+#)?b#j$k(flpuEziMVD9kd!xC;|G0BZluouDImi@wBpiN5!2TYP##4y5iqm zRr~|@E%6YM^3%%hET5d0wG#`Rzf%VC1H~n1%NLYhrUX8if|JfCGV6lDv%YhK*m3u- zN$j_~`bBrH$p_FXQzLWk-IUeLpxyyKV%MTOklczT-WU8u0@Y&!uM(dA6TI+4{T!)) u#}XtJu7nz=A2#ez)YG literal 0 HcmV?d00001 diff --git a/.doctrees/ecommerce/subsystems/payment.doctree b/.doctrees/ecommerce/subsystems/payment.doctree new file mode 100644 index 0000000000000000000000000000000000000000..5513f2e1f13b946a99907c698c99f1e5fda2fbfd GIT binary patch literal 3441 zcmeHKOOG5i5Z+`nyF2^LCIlfR8ycYy5W6!RI3O;O5-FF66(SLj18TXu-EC{#cE^wG z%pnpSkci|P<{$7w`RwlLeF%O45-YXVE|;sy_4umhm&u>?-dg(e2c~0OE@q^vq^hV1 zeydWYYpJy1kMP;A;cfWTPc=C=%IT5@zXpzyaZzb1!_UF*M|R7FnGN?h4J|EKa=gwa zY=dq796n`JKe5~jdg;g?eoK~7TlUfwW@#*KLu3Z;tygprjrb>)-$HNMMn_yB@L&pAby)zt9jup-WlJu&MOn&uvrRX42W1yBx(EAR^_^jO+m^t zP3y?x{H7&MJPPc9-DkV(0b6HB{`uUt-Mk~xniE50Rj9?u^Pir+=3mWWnwj?|&1tFH zmcp5HvwE_@t>lH7Hh9d#7dKr24@~ho(rD7LOCJ02uN!M?uNcjSE7>R|v*e7L%*on` znhQazOzDbhb3B|_+;WEM%rdQ9!$uLXs1r0s?Kp$sSpBZq|UQk9%Hp-r5 zKhTVEW0mG*;!ZbJluol+X=*4Xg}~Zbr<3OF*|MPeWlE*v41oYIH<@9|i7G2-W~^4S zf#wQca5NI=1r}gN=tk0QbbxSIEMYyKv)xwlPbuH+E7hG_=oMo?)%9Lu^ zc~VS-QBgZIbV?eYjK*yum)SWjm{MnE9^V*~Ao_zu!!IJxX;o5VaHCBTunKOT^?CgM z|M7yS{uA*UKm`>&?<@M0J&d@)J_J~>j{r&^<9mefF}}|L1nhHm!j9N6D)!b22wXwO z3;u8@(vz`B16fHK4=*YhhnGZeL*#mINm2n&_;*`I#AC<)J*$Z{g2aN(k(><@yGOi< zRhEeGV$E-_cxZ*Ki%+@X_e-ZEp5`NZ?ye|3iux@>t>v;oqc|LqA0;X+l~wQ?-xJ{g zpJVITP|kMFhEsNM>Zc8rR1+XZz@{R=VN2Q$n;or`g{idWi{Nj}gWu^*$f5TP4BNxj zX@T9IRb?KFF`mMd32fHO;P2EBBbB9>4uAK1u_H;><_n-w8-DlufEnK935NmJ5O}|* zP(foaGWj{TEMIj6=o>B!ZQ|7LYT7Anb3xxwxbvppW<-qJi9ZD1z>AhxXI4xTKdETp z8mQYpCtAXb;Lwz`piB{tlEx=R`?!S9aw3%xL4b@jp3gKIba?F5kU5`%vP9u)kZAhL0! zp>TJF{Y{Jw{;mcf=qj&hhqQqjj+{C58>Nyp-UxT_YLyLa!|xMkRenM8H#u@`uX1gd zkNF6%CIUw)YP7E?@E}oArpM4qklf|}dKV+<-I6&-}`4Qx3&aX(MIA6HO<2Am3$$|$Wuymv5PAx{1F#SMQL ziw$Wb8)Tv2Ew|yD+mHQzN4p#)LQ$gVH&C)0DFuP;u`c`v%-YU;J)eVYX5G>22i*Y zQ35c1jg7Z4cZDK-CB|v;EFfjtf>tQsB`jc+TIje}g6k}&E#V@^JRLzdS$#N6#K=`q z_ki}!uT%LZPNjaUhZ58-GLg%Qqc&`AiEb#M2@~mI>>aQQQ#RndiZke2K;0E;Kc|8W zY4y0-hM6U`p&SA@c#+hHGc1MtkUhhk|W|#JtX#& zSduHg-ptFCo)5+&wr!!r82-fi-ZkRLJ-s4vy3(31-MJzk(5h`ft=zjVYdArN17Ki? zjBtQ4ypW#pbht{s$iaTlfyik5L9Q9J2N%}Viq>o*<{VKSS%Y6k_XeO>8_b7sk^IP zRjri*hUCFukqU;m^PXQ20!avlBtImWV8~C%AIMi#-90_hO3|Ys5zKDasZ-~iI(6>9 z==}B{w`bg+SyegX* zCC$nYOS59pHBVH(IzOjqq`AnN@N$Dk<%?aetC0jS$uo0YHF|(Dt+vaM*Gg@vJLt++)){+kkjeFXA zUE#5^cbJP3q7;Dm?qnqOU-NO1PZmQG?MphcIE9(hWNf!ew#x3ZC3cTpVfW3Gfll*5 zPBN`}ie&Ln9QL04><1t5cLoqm4ZKJL8i_QeQ073@S5|}EYoRX{F7w*6%f%2H=;C%{ zEJ@DV8vFMSqd|oqG$aD90!dXaGR21p4Msu+T0&@^jRTS-^@*OO3DGnTVxmbuc#c

s6yPil9>WY24PF$P!ePlHOP*)omJ<8wRt(1$9Eb{d znikp-x9q%7kY15}8i-NAxY7bd93K)zg@kC3!;`gF5HhAx^}S8pGXIlzuZ$g*Ht?3V z&0e$i%)SXDX0O9pzJ=c#_`QkW77UbqhxOQf_5hZ2wKh;#)S~z2i9@c{0JHc*`#v8a z1SG0f_7rR)#Jd+4!g|LekM4w-b7sAqa7`si!eJt!{g!F}^w*bWX5N+b08b8E>PtF? zfl#?g52K`r>7&h!NMsrgAHqE8#)Du(4EGRjLLS>iB&jv+P-J#hX2s6WN2eV^b_kh%xxPl#+j_7~p4eYf1n=Ef8B=R$GK59m|q zW=!Q1PLp`kW7qWkDI7T^=6O2Zs!ZYk5A(Hq81IkpujlHVNMO2$Y4T9z#HQ|fXVmfl zpB=S{N17pTn-#{#EWuBQM2>B$v;k$i3Mk#$r{T-}CVo8HK`akm zawHmC4e+1SU^m_aZGnVS`SY&zi0ZpeHa-nGGuvdh%(c^G%1Pv*?Z|`txaz8j5NR1+ znBhKk#lkw~+G+N6Tw6OSSc`>dvp7G(rceZh5^kA0XJ70L;pv59_l=3FCkM=;O{G0= zkR_>OzXw+V1mIRGSOA%-Mroq(IjP|4d(WRXIlwO_xA@J)^<#toXRY9Wd&*#bWvdu) z3N#}+cqxh`4u&rGr$lm;9T}xDiil=MWGG4mY8(PY)HTx<6g<^73|k9F@fv%ouI4}# zmq&Ilb`+Qt#h3+^36MDD*~8i}zE(0#bpE@G>%7kTcWT|cgu6H_l7#9oK{jpq$fPXq z+MN(tIc;s5_jY&R|Itn`AUPi#yj7Q|YOuQ-^uCXW(1pxw=F7>LXRfBSWNckmSCU?_ zO_X4Nsr!Jrssw1WyK^SH`h9M`Qk<6e{{7;b`YSZ_h4bFc3*Tn)Bww@{O? zPjVLw|NP&owm()u)*}DG@_>YYYJ%+d&d|`?r=CQiET2^LC!gV;{u%z(5Wag3;ad5( zU#a}J2QBsgtF4vugQr#hS5E!+rqzE!@`=j7Y7@Vh%I|^6mlsvJMXpqSHgz-WU8yve zdM+#ezV%=(*cHRcX>%2>qgpY#UY`@35hYs$)+`G0#C>ND_(0Z?xU$Z z`%#*XnLRK!(7|O2Z6b>B5E6_LRei_Y(L$4?d^TeiY8)D4S=b8Ul376qXZ!K6>Ash0 zi0{J9yrNpeI5B8gZzcyL>5AMKHONm$QlR~=6SG(;eFyo1kSZv9Q&> ztKqR<O5TN=N(*LYvgWz2cp$WB<6BWMXnuYaL0sN{1)tF)1EJ>OR ziHMBa2)en;vjt5t`voS7O6Qw2v$K^LPrir|9iGZBpItKR*56<`*%*eH@RaNFgS9u! zN>1}hy=*VDWFbQW*{y4sZ!oQM^>8o%SoM8J&=+zHkGg3wodCcLQ7hniv}-G9-h1P% z??Rs|aul5)Zy^)%->%8q(#)FdK9zk=^~mu+Ko~HcCScaZ)CgV_YgRs+H}_$aY1lYt zQ}BnrvpF_v>IlvHVc2voCFXv@n*NePJ*mTw3V5}GqOQBOUxt`JkV>`pF$RM?czEw` z(6Un@PVW~vIwd>k^! z;}>gC9%6mC#`E`TLp&aC3u8!!B5CZ!q24$FY_Pji6uUK7cj(#_eS~AFOE}lfleDTG zWJN@nNE9}HAO%GNWw#rKBgf2P66D~YLz$nHFW@a0@51jeiBd2S&#(zJQ{cr0?A~~h XXKo$_n;P5aU5ITgtipz`8vFkNop~oQGy=yGvb&Q*4n}|gN$dnM6s;3SPMm|$;B>Qx#CA8^ zeC*B~3^)e|UVt}u4ESQe7X$u7`2qO{`3L!m{g~NRA}FUEq6HQh7TLwBVtrq+`03i; z&hM?nzp!s>sjArt&$3Eq!Zu+u)2S~-<(e;=M}KKPX=;TKkWlZqy+U_~lbkr`1n zA2nf*mOEA0lkWQsD^jO)HGD4D-j}!JgYcWNE9-I1 zD`$@_ud<1r9sl~zzx-IeHHK+++?q5NsV+-_fR1hNv>ls15+}yOo!1`U^b@{ zggs%uu#B^*R~emfZD5S53vt9Q1iL_#$iNA-OrQ!sTU(f}pl#mT=_GedS(fUeKxV;VV=m-Gl8@K2?m9G)T<@W(>`8p`%2l#&j|8L^| z5kM<{B#-3-c?4{&_MipEwp*TC5Y<612%`_IU~h9GhDb{HmL&@Ve*WSH5L^7LT^Yt-9q`rQp%RD&B>?sY zVPUziBHu@pSr8&Yh|sG6JHwv5`*hZ=J!;A2Li-}C{_*Ko*npN?D1;as;EVvevKIL& z&jqo1F$Z2#Q9G6cg$uT;y{R>}2a!lcur-1a^T1@A>Kbf^(ig|Tg8&3%C5*DYg2E! zd_~T2W^0jBsZBv0NKsMICn)*=49eW1bRD;<7hhB5!hHz1inW|{aFv~~rbjZz>k zuqqaKQPF0WS;zA{dSNZD8qc_fyO2|&-b{Yvy(^R6=!&5i+G1mB1}P&v9nuq+VP@!yb`whH6p{% z(>3r$*y}hq8M?%sUeb1pVbcmn{R5if!=cN~jjo)ivL>wm5e*VzH?+y?xPa8&HK%g_ zG>oPK2w1gNd7G1xX*JD4g!&`r28Zo+nJLV|tIuwbhjdQ)Ju>vWn>=Sj0L zWepX;%$smKhZ%Vg)XE zB_typM=HoAvQJfrSt6=bQ;XPyk$3s=TgPDkCfvU|nFwRFN!sdTZ~|m%>YA|MMt(`l zTGY~n2iInVMd)r*{L&*E8HSlyG_618gvst}L+G$ngmvlsVZv z-V6_rkYzF;b8sNBHD$aIxJ_c(~5EguH!#HV=5 zgM5R8?eB;3JNd2rMt&`g)bcC&r4J*Tb@LkL(lfz#m-3rSX)fhgmtMY3l5g>t_cdB{ zjlSkf>3!H;KF_$rZmN(KWFmHLB?Q}kUF*uSq+N%nMVx;*(Z!G=ap^19gv0956^)~Q z*Z9%xEBZmd#x=mx-Rru#8B{@#N^BAk{;=IWr@;r*l#REkd4T*2#N@N)eEaj$`j~5bWJ9c< z-P==L^{VRCd#_%-_p0i_1+O^!th3Lee~p!HC6_Oq9I;C$^3`&wXqRfUjpeu3^M&kg zU((BGH#~3lf!U$P{B)%friNhI3Ud zv(R(j&(+s%x%RqER1lc!;J4I7v4(M4R48ZC z1v>@&aUc7|Zx_8<2W-`=c1m?FHIXmarF0PuU-O)5xmiw1J41f9++)dlXk6! z*HpStC{Lv(>i69@ovKySCAW~SF&<|c7x;ds(9g-L?YgN=hJ3G@DET-L>T}@#O zXB!LhrL29D291X@<<=)A@+U!QjdMn-E|DTi*Q)hQ4Nc8b)w6D6napgLGUY7ebD&K7Z2b>9jM7`NE=nLd@ zA<7g}6To<>T(eVEd%{MY85;za26fLg7IQ&COoYLumFY=hRFGh8n%lfG2O2669qHkm zZS>2If!w^$<%$?5V0dZGE>T2&1XUWqm3oUZM%}1N>@w3 zJGEtnTd!1jgmog|tmGEUlvHiH!Xv*1nB(yV*%yn1T=W&AO%-FXQ+6d^C{L1fp6EtRz^kaBy^ZY+`M z6J^Mb8Vk&R%okBPh`y92_DGS`Nr8ta(U{T3GPEFMx z+(d{7m5;i1sxeqAxG4yk{KPbVEuvo;kYTmv(!kVR0yasr1WLLXfZDxvP%Sfp?`JA4 zJ3as2UFgzk|0l_xE~95ai5M17^PDuv+wnT4AILc%9WxF_58{A%-$uU$1*br}xwM;i z!RH0EFIN^Nz%6#AK2AMgF?r{03wfeDt1-ywU}chU=g<$(sh5`WamF%E&S%lh{6yY{ z1n;kxj+e?)XviY|=4Kd9?!}FT{JV~c0zX6@nKEjh-5`HW;+u_MOF1J*o&_y;SJYD} z6Iny}a@x{dtyoB9ATo85Xr&TsI(Z2Lgq)G&H($1mQZT=rYUm6u<`v8m`x~M{@LUSK z1BL)itY#=6CXtky%4dm|&ywwBMh4pu$>!y}CYlIRND1i;xyV4WwwtNuS-=o7M53Hd z>orV-NL;}=r>c3PWD=zqj6qD2`TH>KrVI3g`Y(s6Kac6T0^By1dC6K@t@Ne&Mo&Oc zqH%yTL6Vd~v5Wb~MEXP?&BE^`{M+&2dO4@KHB4t2U6H69LZzD4Y3B;Kn9EZ2N)}QS zlLk+@0;Y>WA5VjXA%8?xOdaTSxs)yd2H_rGRxuDE!3df840DpGuR;n4c=|Xo*J{q` zC8f9rjd>q?1VT@=xl+j2Z~h=HMD8T-iz* zZ;(;RwbRv1jx-HXFVUkaF)GviP)22WuGdp=PBqqvYH3mwFaf1VA{|YVUE*)7pdw8S z9?=u20l=QXNx5FD)M@Hf%D@6v2Eg15A5#scQOt`Fo`gs-7(#H9WRx05W8R3RAj;M# z$pktP<0R94q$a9RtLhh%8Y|Ur zXh`K0&mAavzE1V{u9mJMmBs8@^%;6;O{=h^teMY_! zvXn{7#V@R@FuW`PplYlaiNtf_tq2VjEMKS>OX%`>BC%Gk6zmgrf%FhU4(Y<9jn(2~ zSgMG0pG2QmDucUy$t0Md9I%oplCi>IRg?H_jY#qdGCdcq5T96sky-%GGLl$^|*dI$6s5CtisQk9p&`~qTN#165U*9h zh*&`6t3VV>-lbl7Qmje6JI_n1+V|E;+05B#)^PYVP)FCS_3+ZsI(r##6;N_`;<{(Cjm<&{t z?!2w~5!QnI`NR^gUJ~ny{C##7&AH46$F7vC8it!nyI2O4k7EH0%>tw>mNTpx%rwrY zgkt(QW&%NqwBp2D8PXga3NFZ(Cdw(3$d{{RgUD23h<;b7FFp!hsFqFOP4&4{hC*IT z=L;Z)I%;31K4hw8s8xD>Md&A(HPz-!jwb9z|HfN~pL^-mV_22)*OEO2tYBhpoKr7h zxzbq0$+Q&I(+JNj3YOHljhSWeB(xeRf3+G-Z_6^Nd^UykDGUvD(w;$nD@osghz}$$ z&!mLnaonB;F=Z()mi|x-p!QR1`K>&G)`8ieK=qUKEYPBQfRwy^iDp!+c`!L)l>iNP ziPUarL0-l5zPOgFg3eQH8US-%oWV#oUt6rrR4PK%2ruPU@V8*^R#R$J|1O~qt?FA& znJ`7xC(+9CacH+#gL!F85M+)*@{p50krsMrOR(p`w2-g(R#4;V%yF19+#CR1QkjPJ zrj#NXTrb@V$xUm4EU#we;(w-bxy;n61DDEta(X1*0dGNJv#Zbt)dG1H_@iLw>_P?8 zSSbs=3KJXzx|f`_Ptbal*OLqE(r_IVu+IA|OR2?A>X$jS2+2*=i-8`NzZO-M%U^v_G zRYA*LTF=V7D|BA<0VXI9FpxAgK2L^z6nu^&ts7$rIW*{$z9F~KxnHDTof}eFHhHhZ-s{My`flYeQLmeG zTh!~dx$D&H^)rorss2$dH_WIHH|B1VuZ@LdH)YGFPRre#dy>kzEqAMW-JW~0dc7^T zL%r_Q&DnKIrR~;lcj&h}b5Bv9_vm&!Rln^WRS4LZ+pjW?<_@UWgSn@v42N~rBf9uq zxu>g~&(MiSb9bvU&(y8FN54Hwx9wQ&*{bxVqq!lVDwP}KziFL&e1;P;xh(&+a})e` zQrDK-d$t0S&pGPV)c|TbXI-bA&`p@qZzuKFY5jJe{`#EU{R;F0x#z0ahZJmSK%v!| zu!|3pd0$%hxxp{e=B3;WI(jNM!+%fbewF?zlT*G1vtI6UP7>xLp>xgVuH-afr_syJ z+$EeU?M3x*tXy-nt`wOii)g<=ZX@N+HF7WJzrQB`z9jcz)t{GcP;bAk-(Hq`xk{YP zy+Xb^b#RSy0uKiDs@$tpp4aT1uU=oPvG+QUwqCDLmV3kAvsBLC%suSuh|gTa(BC8* z`eym}w{mac^ta|7QFQjU+@tFC?YVczS7jh#q&Ci{5s?lT%Tg-i2RVP>H{v`vdj*!Bgt( z5B1ys&V5KFzELOs(Tqy_uul7ke*0+dW9swAA>pJ5{9|4DC-mDVb(v4;w@>T0&*VO< z3V$y5dG-1Q{r!u%FR8>YYmi^beN`p?pWF~L$DimDU-O#tr@4n!zOQSJ{4?FJKhJ$b zeg2EwH`VL6a^F_3f0_H9di^U^Ip(!ATR*NaG3#H8@I`t64^D(y#_ zs{bzcV@1G!pZf>({U3AxBwrhg<-(Z#c~Gn|eRB%tZ?OC_@l{bGYwNk2Fm>l^C(CR< z9l<$RPb%q<$@?UrW@lrSxl=`n8;Xtx&&K;$`pI3~&{_Uc|4f>2(3Wo{LxRn6n0N z&RRS;{XD#E;J5SfrkA>$vK}d-%mwPLF+fXIVS&X;3S%?qjSUtBETc>t_GgE%f0U-`8vD{W@R5_4Iy&FJU|0 zm0WP1OdoFZeceItxBC)y()%u7!fw3l@^|2e=-{3D?J52Ydnj4;^r`+Id;Qt=`MxyH z^%fv=)<6bXIK!p< z5UR-Vtb%mdSI{})|8W<7%&2Tn_kC&j)|@WviNeGHU05^@9&f!QW%~dW8U1aU_pK(T zGq#ha_ia=G{;X0?*O$G9cLlj#A8#xXi%-~u;iHBb^laE|%4F}CDZ;o# zYu`RtvJulTJDR(!u~f$JXsOqKP=?s3D4yJk+__j zOhjqC1SYffu!}+TXWh-B0pu}NL!rFexFhr2v}<`K4q# zFVwj=`|5*fB~z|bEZ8#dI~#IfhR`r&!ntPkIW)UcM$yZ3Mq$0jXima#0Rt8~3@Z~4 zcd$zmrdO82FG?_z!6ap8Po`+;1Vaz(&={K4UJWo|lFT*RS-Bk13nD*O($j=+cyY|pB9|^9cD4~yPR%$fRLg66M&Qe9 z7^_vYFKsMm`yED!Od&iwJ^%(>X=0w^yPQvw)-%9Z5eZ+RgsZ&Hv)?C*azyrzvex8f zmwe^1w#fEg%636SHs*1W=Y5pNsKkOPwW`vC9-^qviM|= zN5$g%ADgvB6N||DIm&vW?qZPgMW#QhoS#9?Is}vyOeCY&F989?vdH-wGB_lJoIj-p$rtDA^dJ%9 z{24t+P&j{14-y8>H|RmU?)(Kkh^3ux(u0`S`4&BhH=S?OgBZ~H4n2tBobS?u_{sT8 zdJwBP-=hbyg7bZP5XCz`pa+q*^H=mBDt7*w9z?Cq-_V0-()n9@5cxSjqz93h^CNl? z899GP52709$MhfyasHkjLFKToUGTcok%w6k@Ru2%*S05gbXnN|`*xGElZL zk3!*=aO@r&p=lBPd=5FYDDD}No^VN1NH7e>KB9B8A<26pAI{g^;ZJPBAQq*nQ5h0gByu(P|u1zoi z@Y!ZsRS_gAXFyt-FBzd*xmz1cQGgedsgvaVBBW770fd*CxtHU8 zIBpJ!p@54u?ES-N!p#k0LWmf-3n|QDl|LR;tZT_q$CiNH{M??I#u8Q+6a=QP6FBZQ@oSg1o|0eN^M9S&@cYRX)BC&G1-`;Z` z*Fd7>bpKQD7QaZmobJE1Bz}>IIom$)~y8k2Z5x+?MobJEznd|u*iJ;T{uRSe(kr+DNf8Tq= zFA_zk`&WNR{33C5y8k_26u(F$o$k+kTl^xibh>}{&&4kiO{e<@@40|$An|m%zix|P zB%)6DuPTaPB&JUHU;cpjMWX6-{|{!wFB0;n`wzZ`f7NLp04?F*F{KFp#v;Tk6+|ox z{gSct2+*owJBtWW2BYHBe3D@=pM4>=s)#9s7MmARa7E4CY^uD&6WBE|QY_BClw~hv z+~`eOvWQL?rZ`JP2=LwqE(MyC`xvsb&Smo?Xl-mO=`2wZmM8_Ix3p)Jc$~xYP3Ou6Pp_9#5Mu7^L@mw%dfY~jgY*zJH*VgH zjZmATwn1%1E8Wckrvc&-`peS*X74=Av==w}rKeqwhlyF|5VDe5a|C}O+nz4|92I|_ zDgHc*|1{3wHRsVg@k>Pw?8>KUu|8`!E6fiNcb@Ma}VJoNP)O3KiBZY29dVj6z1j}!01l}`L@qEOf&wO>NafHsvO?)n8Y%RGI6NW|cOXIpVv)-lF>4aZxwPAip&7)eX6l4%BVd6YCJ$xDr66~eBILBwN7+{BiDd%& zRk42)8gbv#(*?xqYC+iO6Y*1UERYl)Z45}mNtt5j2WYnj_!N6lv4@ExcBFot8^oR_ zu@R9qN^E$NKgGteCA6uJ#65k*l!yqt8UIlAz4CD zkoHrp7bzuSou_7qt_&OxMli=bSo;?8r{p?efs4C^Ei$2N9P|6RZllc;8? z+KC5v6t4~(kfM$aD%e+c%2^E{P`xiOweggVXzgkW%QOTc!l>FujUm_5G8vo}-f?kZ z;7b66^Ew*9r2=la^abXJK;g!69h?ay(3Y=R=K^Z@C5=^xG=_13w&8&sqyjgZTZ3+T zYbR(N3z6L!pf)VY){BVywB=e07~+IH=!pUeX=s*l3X>}>M7*R5_HJa$Da7+47dD$> z`xaRny^=i4*l}_q@8)UO6JQ}4T7)VJn-G%v)wUeLJB!hH+T15ry%>2~H?q7bDvmBX6ou$;@Wz^quX%WY(ArP|O;|WCu>BCoS zxgP4|DlW2uimap}1DMFvX0U~{B3kZFV~5tsl-^5-VEnLL(F-Y% z8hdUqd5i4{V$TS|ajP7<>zs>RSYm;b*)=Zt!&yVg&LF{AM32S%dkLPWoVEN;K56J{ zh_hop09j%Pu=3|v^OSFU2eze-1D~+T(ZUbPI|u!*G*X2I2Xz?GCiIU!{2=8I>HU-_ z-klmX=w3YB#sDRYklhDn`NNFMN)~=m4%YYF#u6S>@w^ z&K3R?kq-(da9GPT!@VDx<-;1@Hv5w&JDtnUm&r;LaeX> z+0G^CUZZ~}&Eoj^av+HpA4{PEfC;c4+U1>XXfZbJVplkEj*+}bC-c}XQrogIfzzsC zFiV^)nZTQ*>f^!=cQdLNOOJr6`{bApL(VSqOXH%kv3O_H*x0PG#^{#;+InK)YMq|| zrpotJyu+Rx>!kpKcsU~G-hZW%yb|~k-mnJYIiFS_9Zb7&()=mGVr}A|@YWRwZ;A5v zfrd5qx3@&mR{eMknClj?cpCu0(DI^^Gf~?(wv#aFQn(APK3oeFWTmYWh$AMw%kvvr zw4xoccBq^dHUr0JwDJ>HzP445E{|G|>oNv@@j1y2{2*ZERyhL%QmBlA49qbE&+y86 z88*RSp$L@+J3O#*G7%nJhYwJe6pRi`E?dvasz8646qpcc65>=E_Pj8N(1UX}M*}GF2{J zRkPqon6&B@u0u2p2_qX6@eK*4AMbq!%?b6MIC6D` zdnT^-IZfx(ClC*_^O0_c?0XNsI)2a$j*mrQCtM^sBgF9oQG62SjH5G9>~Eh&&?_Is zvq|v76atkj9tsOIt7IoAwZvp7VxvZ^!xcM&(@Kz>&7a6;u~E;<3b88y(8}5x8yg;$ zngy6)i1$>(&}Gp+S%96e==2ynyTO9eA&Mbndm8b$C$!{tEe(m1$Hqo1wi(uPX)x4; zHC?V-u58eF8Fj*p2*K~7k}`G=VIv3qoCXy1Xxzp`QN&(2JG(VlI4xTs6d(aIpHV#n z5US55*5u}qT?&9pz!cb4wSYP-nz_kiWw8$wG6wq_iOs171}9N7qL@K3b?*npWUJ@I zu~mqvmlz|e+AUaTK##Qv{a50k&xvWN&5CJnofB!9t!*C{gWh19i0BhEV8VSx&#~~E zk1=Pk1Z=_^CO&$F=SO;u=Mlx)+~L;DZ3zF^ZYLr97sUww_E+nDhuP*7pl6wAbmU_R z;@Mjke>ecux9D0Lp2Zsbf;xt=V!cNTBx@V_YWb8e$X;HbLA2+y+mBhuL^ONMXNm}D zGR{}2QU0aYQ%rTG`$|og_>(~AlQC9&8Bn`Y{zJOOazS3^7)5wb`h?+fHt03+(haYM zP-T?2q=|-46wp2?_aBfa?-@gpw&G z2#(Dg8>fGITC zE9nFtg5 zcoRL|Ob-!G;QSWeDSE(p3ts$T1I}CNi}MIS-^R~J`T2H!zJs6d~yQY%`o?hCk2LrOSLs6lOh}3$s2?g&pGNy7O64-{-}jFX9hc_GR(stK!d}h(CWS z{`{Hv^9}p~ivNQCU_%D}IN!!YxU8M;;T3RxApZO{{){?*BYymle`swAa}#gb5qrL{RhWwrQgd?=mMiOkH*b#!5kxdBN zw5_cOQQ11?FZDFqs%sslxQT5eBYG>b2uJm{iESU_<%TG~kIvxt!XS^(rd|H*2fPbG zO=aGq8HUSS%eIecWk(ujcP7w7lYBl97$v>rcW%T;(ykG)$N3}zSj^>Nk z2F*QeM1eaWr#AVSV67i*zVR@-^2xZa#HckmK#Y5Zcz*2UY4qbcjM1O9ougBB1(6@gFKJKlsMmFo0ifQRbzdxRc;^Z*ULTI?-g>NN2gPZ}RVNx!FUG+Che=!7LqCnN%I zxUnpWC6Ay|+{_nmdJ#h;YR(}b)_}-A`gM2_Ntg=>i*QgWQC+`75w3D;Y>YR3jo8`3 z^hmx8+Y~v$?mDzj1RRm&2wN8{gqhZ8Mi{Z+*M?{BD$Ef$M1an4z?6c6L-4<~KScFeL!`9O8`;=^m8&V2c&0=avbQmGL?OHIO7gxBVQ&M} zlEv_)Z&Ykc=N9@}Cy_>NpgV0&&_)x1K^b5cocgY4YnV+EUD+4I;2{IkiV%HhA@o$5 z2bUPsW7cwhTrDy4PLt`y@r(u3b|sz1+ap%EgSsYHvrFwGZdriNO|&iY@qk&wrk*41 zUB6H)XJV&){9o1vubN|WaSPryTe7|9<1~H-M2RtR#UeL}iAzQhh9<7|-A3(uK<`d) zY`k^b(*sa_isL|d25x*jYK3cUQxoZS@^5CbZD-gn;d-aS{lmN1<;h9nD3xJ^q~W9< z?EJfb_%MIO;WT11+;FCl$Hp0JoBXRBrd|f@xPb#)XAnPyS9KB*u-F=FZOd0g0#C>H z4Np zB+kM#O-I+%PeKFI?q2Ox)h^qxM;11EJ~bD9Uh*7h?{Pf+O%c}P=x=4X@g~hJHT!1L z+5K??+6DeSlk+qWp`f#CKxdty(rh8YiX=HF=sdh$I1f7;1C6Voi}0l$(nUvBh5?%` zeOX*fV{qBM7x32@zcFAVr{5+{0EVoI9rz?< zjciT5V?;^|Q)r%&09(qMpA)-!R>!bel4Z|baGsHh=mne0jEH6@p+Vos%P0*U;vrQtg6sSqyQtW zD9TL-cV)&_-c8z%%ol@-jm9`sjJF8`NY!qlynckZCQi6r+8SG$f!V!wQFG*)4EqVH zI&sDJV@y**X8Z+&Um{~EJ#y`iCbG|IJVkXaM%3U|>UAV8li=3XLU#NSW405q7sss< zU`uZOZhd>C zV}g6X(~NsN9oNS_2UE{`#=$bk{`-vGE(Rzx-%5ZjId~s&u=3Y2r+R7}&2M@hBnE}+ z5Y|6Bu~CMQ&>ZW<>BMX3gA1Fm1N;O2CYWSD=zTKDdl`XDd~#Y0sLJZH9ppV1WEk?F z07o`A3HdL#f-L05CqX?DU`y)RtA|boUqxZ8gaZXxE7Rm7;*TiE3q(~Cfn4##vzbsA zCri5xi@82-Ji0)iCmpZh5fIXGTO|3kiwuK!2yD-YXRS~khPmlo^gbkdB)}l?bVBIP zBs{224iBlJ$X!VxYqjZ!jqq6eHXoTTYu|^c@MC$RYZIR}9KFFV(e*EK6Tz?&oT1%F zULNm`tfqc*+HT+s?5U$mha`|HLjN-{Ga5?m}WL{<7~vvPt-i)8kjjHS{1o zj?vF&lEl!vkSN;>XPM#8zFkOMm^q0HbCd}cc8Gf)+g(V+TbS?p+L;7)A+7SqXz~45 zO=6y2N+=NXnwT+`Y3Y#?_v0Cpz{@B*D?F$0mel^EUjwYJ{D(UsJjBfLtAU0!Ztr^k zk?+bd-arBQ7WC#d_UvTy3&P29rY~-k!2TaP3Q+7g!g*7;Sdfi2>WU?G(4~mRB#lFE zUiUN(HjN|**BH0A2GBE?Ko)sW$6E-be}{=V1QAHPn~$=i@OL_(o5S1@#9pN9C$`G) zAo990@<`K9DiwS_$aT|A# zY_hgZ!{@ynwm_V8i0kdK*MJR$;s|z&K8|eEiyYdP)mUg3af~2n*xdN#{4w>?FClL3 zwnB65^yvh#_ep|vfP}%v@Yaop=>vU>B0O5Ry9QkY^74UQYG zsklO)M8=uIS^$rbgG-*vCyyZ%hqmV3z`4PXQ5y`=^3w#zGep^oV+MnFXO<1J)KR12 z_@KVpWVKwcn53)o$h&^}akCQnL}GGva1u7I94Z&4@>#mVZM|HCEgDd)z7TKV$Hn*) z73bPzJxk6|J$-TYurOW#l22#jFvwZvSIbi|8N@*Fkqa@Sxd>bDeMoDZvy(2RHN?C~ zGN|%Ng!_cFzYtX}6I6L4k7^etfR}1r@LE9_H^dP}sPjkYbYQddoMd$V;2G%r{xjeC zz8yur2-@hrN;D8Kc?J-WO$q@)t4JH$Qnyh5Scw?!wiQ=v5K=fvW*#qRr(=2b8Wi&J zqEDQ*O~LE8$+-|)W`-xy!=yuBGc0sKldzlSG=}?S)R$f{yNnonNwp-h%k zun2W@wSx9!vY>*;F*jbh+qrS~89>GDXC4*vN3IRc zjYu)5;8|y&>vt#B^~W(cUf(u1>YTtcU z<7=BaX0roR2OV;W%HoN7;Et*B;{7Bb>8_ zo$S^SIh?R5P~7KY;c6G`DZxFExpLOsK$c=rNVri1*l`>#(MLk?zt&i#6Jcv-=C~Nbd(;xF; zC~23+>X0kqVjv=U*UF+ZR8QEoBKxx`2BS$BecJP&?CB+iT_h;%4j#NNIMQ3d?-b+T zwi)M~wmc|fXQ1=P&V1*Uv&0b1D$$THQ)d7HwWJWx#kA;oP;TqC6`lu0^6aS?o*hbp zX;;&AGR++((OHaPeYlsyY6+%(eYXhpnEEvgqJ#Bk7ALsj;_nDgiT{g%iVvItRJ`xZ zqhkI|A=@ma7+wG38R+`wlIr@LnERF7ip2R(J3b6SYVe=VVqpFsdWrc<1pocr+%f;R z0&Q(is*C(wX5hs5VxVHd;vQFJKTI@Lv~^I&VA!sCdH}M}_mwpye;<0Qvnh z(C_yr)$atDuL}^K14OJWI{^{z0J)$`y|6n6$ZhhtUECd?E=^*$hq#P_Hb6_0FFYBz z2X!-?8NS5f^!Rv{?xoNhW#kP*Yog(qiq#L|Xe;DrSmLYGx95zl`*GK`|2PhM7X~cP zuRv{9euae!Bi(k3PiK_))u=SRCpewa%wX2_Up?<+@Yv7TLF@t7E&M z@K)Ax>6-Ff=p&urkPLV+Iw@$V2Ez$rF4XOfG2MRbJsJZcPs4T|?4&&>>*DI^rKe%w zNDh1Ya^*tSltI39g9e`6OBxs!G;mM1yyTfDkBSj$+dQ&xSKfsOzf?1^;3XSKsGk8O zRFgtN7c$y2z2DVsD?HP?WR{+q-sfE&SW!}fF=TJ(<&bR_bo<(Fk>%0ts~AN4%bIoD zgf`Y!huVbhkNMMI|=`2AWh@w-J3;aBI5 z-!BQ|v@JYC)TJ%!hVdajn}MVsp8+KOFexNGZiw)PEm1@$Qw{tsUYeZ#8`9#g5kxqE zI=a$^JxSQdAm$(mwRyQY5$bFPk}f*~NV1Yb(&L5*Z;F(JGS$HE&R*j8T0w-j%^knD zGKe`4p|-I$CqkXgK+-eM0Fs`O6p|7k!Y)8~b~vGCb^=1#;pWM8mlue9OPA9_cXqhv zVIhxmDKhC2&Rem{C+uo9pUvVb)bVLLv*tve4`NPRI}bk{Cj=F62RW_$)h`Q+w|XIK z<cc3N17 z1<}@50w3;pCkD;Nz{z4^t6RaTm9ve7e1=c;gsskPe+A(AW99eW6oZpR<}nXP--!#9 z#Z|}h)beSzL*XbUM6wt8dbUk;RJc{FJ~x8Ni$iIh&;G* zy+#aK!O843J~-5Ou8cnE3#Yl`FeI^8UD#t)6@WCRWM;E`Sm#wWEW1RAi) zAF@I0O|0@CpmzFq8Z6)vrj-AK1Uutd<=+peU9Cex3!7Wo#K+e#d8&OoLU`1wkc(vq z89IE5HU+79Ld?uQ(>-KnCWl*Q;EE#&sYQ@Czl&`(*-e&PX30uAgPWePA>#C=A#vE9 z+{Wac4JgD@5trHu1wh{XkW1r=%=lvmrR*?guV2zW8qD?i1nDtEOt;1mQ~MXjwtv&} zw-W4#cS7bj0#LoJc6)D&*k$t@E%p{|9Sj{aN|!%NFQ~OmpVy{taW?&$uM_Zi5+Is|>*!q_^Y;~f_%B7m;o2M}dA6wnV0Zk#Myj?J*N!by!?8H%t5VSl8GqWq)&ZzfArCiTL(>q_b-bv^o7XtsgdM4rzQ)UyCZ_;x&UkTYgt^s=0r$@ ztz-ykcQhddO%uK=#?5ow+q!z(T(KJKHxj_@&m{ViaYIGZsm7!@k|5^2x#a2qRNq{( zCxZW$AC$7bT%jAlg9mPgKO0@x7N|_i>@J8WBtrIzkvBVpF0_Ap`c_}ilR542O(v@A zIJOijB`K6p@PtyRqp^a=OFIXs%R>JSUuC|&Nrk4?w>D-zHktECg822M{L=sxc;wix zi*XA@Q#=^sO(i3veS+-R&6KfUjQ4(ST^9r-FPhND6zr7%pK3H39S`1EeAqW?GKkEQ zo?xl_FuCmDNIj9F2!@siV$DIO4!sr`8Pua4u=6wyC107UD@>2Lepl03T+dW#Ne?aZ zoAh~~f!d_boIk-7AlkDT^w|mG&Gr$bp3&>5pw}w5HVJx_0E6_}32((+j1ppskW>xQ z>9U>TB#r2KA@tP{6K{w^dly&=O$!G*oEAdtUM8l9(wmseWw-U5AWfT7Y^an6jig~s zpz}#?;YlO%1P^)5WV+Tw6qL?vLlmQj#l-pX4N-*zH?E0BoXK<_NO1JMN$b7LW}+E4 z@zqH*0#?L0u}Ly=q|9~_#7N-~(&&>oq~$YlwROQ0(O4PuXs*qUb|P8iS~0|qhXgym zn}?^1zJz9N3Gkf;zB)5Iww8jjl6ItEv51?hW2K<^)sTXJZ}ebplVb?&N9HO8Zy=uc zEtfOy3HFC>XDN7u9WP|u$(Mw4l$}uVYVldio2bPsU!v;@$(N{XCOI#lstzU-a_(`` zJU~@S@p{OYSPU3rOr;{*k_2l#U5xR6CB|A3;C~u~nKWz3N`kBvL`cJT!J4^Z_kCz` z^IDT7JJz|O+Pu4ynCRWmwQF7mdAU;4JJ)ElgMZw8tL(1tTw@*WxuEMO?p&M0ookH6 zUx+)`UUBwW@EYUaj5CcFI#ut382wS_5Ai%U>wJhw!TGTG^HK5V`iXF#d%urDV~NboyaTOGrfp#nTF-Ho@o&G+8Clme{IM6}e@Jd@zF0u5{I>huD( z;Gv8oRTq0ZVy|Gcc5(rV1}WK7a-p zX(q}*gn{Mp(T{^;H*UPc^9W-n-6nX2>6}T~dGb1szALS2XAp@pGAIg)HDq)- z@eP46B7jCIpa}Ot_)QjJXb7Q!&629{VtbU^Ziq^eGaET6Bcf^W!!7{xd4#p0%`!#@ zxp*DB0Rca9uUonRXSmRIxiYnmDnSv<*XS}mQG`9@Z2dwLMAC?L2VCE1;U=ndDv!`4 zhDNOr9(Z1{$!5#OBIL#wFyvC>R6|{>fLr@aY{4(z3}M_V>OF4!E92@vzRQlfGxoaoqC9voejRV+al`-k4tPiGROPcQi5g@CH`(+zD?n%Odf5hhJ>sPchIDuPsCAB z$RxKa0y8G5E(>7JtmzAJHFY7VJY|jAuY~mRGdNIY-_9HszteLpj*yzu0l^tu9gB!0 zxLV$u8RF{pg9X|TJNu6W@$9V&ejb48cp_^_gvy)2%p2kBu(k=Me!J;mrvR~9!QM`R zQ3a@-$LPhi3lqZ>IiKa9Lb)6!QFD)YClPmyzu{%LUM*Pn9J*^Xb=RSNB2}rl_Z&QQ z;Lbxk_Ir72=}GGzDufrADgx0(RZ6L3*pQkT*&qrgx3-Zm69H~E1e)=)iVYwX%RbC; z=P};`rRo)g&t+|Y=B!7uMsVu5nFzA(C=$a4l)mZLa^yqW?Ju~J_B zBsDq^e>-z_=D2Il+I=$7kmDN@#JeZ{t_nc)b!26P`1@~g+Yw&uiYt(D1RCT>QAC$} z+r%>5sjY(>X-O@9&=lrkw+XhHjE$+_+f+UaT@Dd_wRFDZ;)7seq(P+{89QC%!UM2H91X-SX!r# z+aL%Pn zJ@3*vL`7z$?RRF8kCn|)>X(FRLeBQQJD+bNQ7Cl6V@DX#q)b8j<5Q}b$ZLOCKx0ZA znWNGtl1;cLdOj%kkx=Bo6)lmxapi$-~6ovC_+m5s)Z+hJ9a7hchBc2+7PHnnTZHVpcv!DL%sxdcEkBEcoLHykZ3<{$?RTa#b+UhD43ZM-$^s_5 zZifcv_(oBzILB9iF`=K=!#)LNS~va?c{$cMnTWf<|**pBrQe{s?aT826S@ z7B9yU_J<{%T0YS_S=~7);ub8rD{?DV-+WGlP}Q&>oyx$5NhV0laB6XiBv((v!2km1 z1{#z&nc`dDal=d|)ayHZGe>%BPe%GCKvmM^Foi}YjU!`D>@7CH@!TC~n|8Tg1K~4&7Z~#~b?RF@nX=Z|tDM1|<-Xo>79l8tDOUXcv7A zQGx{6k`kV-*JSq(PcYx#L4GHmE|lRiIKK=XhMoA*oxI$;6h>o2Y{6kqlSaR4634PdPY_9?xQzxSGvGPh^i#OmQ>}?K>A&VOj$6n`wT~XE{=9JBJ`tTXYx3| zjx5}8CrI@rQ?FLxiG&A$t=rnTFMuOVQ4>jk(i-_Q)&|vt@Se4m;Wntug0hyHXfg@= zOL4T(#ZY>L{W%|DKLdo_i%~KAK{fV_#^wD&pGu6zCBPt!ccR$EZS4vv|E5g=>T8gQ zCl88~4-l}6=vZ=wv1Ilcimo-DWXlY{}~5)PTWB4Rm+BJzzwAJc7QfRmdEzJ6WTGiFnSboMU)jP zf?}@P$zI2n1Y@GS?NUaESFMU+>@J2R6el1rMG3J;`-V2`64VC;SleVUj@&wkVO9(P zPc1kD{tKb>2&ZkWta&2Hl+KmZ?KmA~ZA_&mzE?#w%w(ji6U412{D%Nlk^5DW+*{(o z7;}QqGhr@ogt?qs*#!}W6c!2a5~I;TK+wqYEZ;;;R+4SfR3fNlCyXsM1QGa*Camtt zh*aJ&pq(6^9wTAI6VhI4RvaOT{q9^d2cP+xWYQAtcaO+slG8y014-@s+0O$dRGHgB zPIE<+L1_fMXOwoe5T|>%14&St1lW?&5HK)IP@+YmhH2_#_|<@h+n5=siwVJ#?w z<6;j`j7eTZs(7Og^_qgGl?L5p{Z%2P#*rN2l|yYaX>D2HyGdmAxDo3D!Jf>j@)!vs zyH3iiPEcjGk)TCVRY*ZuZps9o>xC^>i~Ve8*72gaIugUfvfy|doDw3mYj1pjfWSUtBsU`7TCDWI|x+tZUWr$2n}Q$w=jM9+hei{=)?PH(#Jb{ zLLZOvhzLF*D;KGI4+*d(ecVFyp>`NV(T8vMZQIl_e|0PB z@M;WEhx%kv$3g;`c>MYTKvfH$;V^YH>$^c41Shg}NzjJ8RPJnUYZ9~}0k))#ZA2R# z*pB41LTjET7FedZE}<%73ENaV4e1++8?i1B?9DbCee|?N(o<8rksoCy!4s&Sk(9h5 z?#jeSN&*a$R43%$+B_)UI11Oz3ojX{Fh4l2<*!hLrf^e%|RBV5tTBnVgD{Pi1*wl3NfB3ucu zCE>DqMI=Idg*&zRX<7@);Lj1d<0yBoro1mFIF_F5{Q{$2Q0xXtu|hFwX7w~_m|#TG za1tbPqmXT%;dUlLA`)Or64^p?re`k-uFpuenZ~VHviK*$PaIivZ?pPY9NN3Ul1C6f zVMGgpundBTu;-a{Kt+2-2l7I^f8geI(Zi6akN{iK0pAAT-^H&ffwuqqJ(NTe@{UK& zA8*1r_uM8F!67PUg_^WjO+ko?|Fby==M(6}7wc;QRV~()iq^XOhL%nsA{&;3l(<<) ziB;UpB&b6IY)KtAl9ccc4rqrqkUO3-wi1?_$_jsFCSAb3?R_+<;>mHy?*dnztk}lr z7P8_>DJz;#1$W$_2?EeFnvl2W-OP>bqMsp&Apy3eiGzYBB98!RN+5Pgm1$FsqzHd; z)N*0dW|*XN9+8f!yoq$l#tm2(`1R;0%|j&UNcj_^=*Vkg06zv%5wxBW)m9;Bj&X~- z=yZsvB*2zL#a09l0X|OekffT5pBE7B;s|PefS^2K6ZFL5nwrR_nnGzNZlJort4B-^ z@z4lj((z*vGqu-1MNDD&M6h~BO7b?#=W~0z=yHgZB*2!W^h_E@^ROY4hSC$ba@m^7 z<#7|Hw33o;<6#Vu4dTLUI&co>VN}Wp*BZyI*jlOtmqw2gCgTWebyR~iDAswF2U~2C z(r?ENR2O*lNa-CsG=h}w@Xv2^K#(D-sDhr+*ES)l9^p=Ofrk)%Nq|B6>O_BQZD^LJ zr=YzxSjk+^fp2mg5%vy;YLkaJ%lltwX&l;p9dXWc)3e~|v}ga=`*tsPeHJ_ir#=@O zq@Oqoehz2BGZud#&VrxA5%Aw3(eq7uTu%F4FQLaL={k;y93CN|BIZw?wMvp9RY_0! z4d**sfJR`8h zS@C;CU@HaDoUn1Zw>U9<$9TD3vk3om0S!gd?A(7?hiy*c__2~yXxO?bHdlH|3u_vQ zLN;c5D}brF9O5ATlou07{|WTwXn@iKirCRD@;th1TgeG+Ih<=YQ7_Ow zLu>#m;N*DT0!C-?s|X@GPYtRca#wL2Fr9#y@UFZv$ zR#kAfccKxW3y%tLcAN+Q4n%_E=;AEhN13f>YIJ0=*#9WcEY6jS*wi)&|I_Wb_uZaI zpKR0q z0lQC5up^#C-4=lAcw9aZ=IF+CadVKh&Bs@`v|XR6>szh|C#M5cw|{cl96dS3!Zv5E zrv`({N@I;)?Y6FCiWaZfhm`94V%`)xDYeYkOLOC$QInSpy z#+e#cgz7cz3`>0V2aid4QK0k55c3NF6{us~L&dH68qop?#+VbRNF6b_o^AiQ9gkF( z3s!lMo7=rPAq4ONqtU=ba3|Q+WF4ZTW0^+0qcOzY1$1sJ&*79Ko+uunTH=VJvlB7i zX*4(~P5e>Dt003*U~6j8Ph;GvY|qAhg&6m@aQl)NcL^{!?w!zRoEa%ZT&BE=5bVBN z15L^9`_SYxy(Xd^@-Wz?hFt0S%t$!aell!JidzvjH7L=#&`$+E+1#~3i4ppQL1{i# z+;cD}F&2N>4NBi4^7{ro^7NRX$JglbRXjX15@nm=EHnJsXF%e@%u!sJl`<;q5EnnT zW+UP)OiiCk$ZUiV52;oo&XpFeO*Ha_Yk>j3M!wW6YAW1=l$*^&XW=cW$*B*px>C43 z&2fI9VT~Q#nTaIAT9}9K@ytWAK)e-b&o1ms#9=}>Q)^0I6vf7nsdDwW%ZG9JoM8Tw zlvri!X-&o~e^CH~b5TF#Lg+#Q={FylqXdc%DA$em1#Kt_y;r(K+uSf;bA>}oNO<5`7kQdSL1 z5zJClaEgv83hB3l7cj#gh-+Nb!z(tlv@+*h$m~d2B10~oktl^ zjs&H#GH$@>jq8aj)qF-=NaUmO`-kbmACKn6H9)w?k}u0V)l^jxeO)j8T?lda(JIHB_n> z$L%UE(Zxw78`RN~O3#WN{tj7% z49*j`5@1U%yPb$uX@mjWwc;K1IlwqVi)?ae)YJS+eLvvDFiOEkx5X>DnTj#ofxG^fI&*>q^)t5ZjT(LI$^4X5&E;w zpxuq7yNL!JW$BhiD%$r>_N`E~WYCD!)Ur*cEdQwcRNk&F+l;^`EZcLmY%>;r*)7{Q zk07MSU|tnwRm4!p zG8LS!3;VWjBO)sYJ*&l-#7_p$HkWn2G$&0FNWUT592yXK`zD_Dt(P+icEqEqhXPO? zuXFwANMPaANEsYQ#*8Z6Kx^4WT>OCO&8l1D--Wb%$>!ZkAwA8BOhMJ@Oc~dXW$e_1q}yRigx3a8G#3i;)@`o@)UG5#hzJLSCTWgjgibam zo2E(PuxXlf(mug!>!mT8I@RFaKS&Vs9?Ab+0IIJmi$U`3hm~DBHl`SWS6p`~ZcqYH z2~U{)#C#JUGW2si+~CYvGk@b*zI)K7*GNb zIk|SSN-+;6^5}4>;DgU{BfDRFhX8)cXf*mCj2S~rEXzM8g54|$5j2j7F<3c8$ax2Z z@Xu6R93c$onoKHK!1bFX@UKR*lTu{77w;e&4yz<~Z@62W=`n7B5(4p5aG zxClhx>nQGrHoIyJJQa*=P7?etZ4;}xaY+ok1lV%muNoUu`cA~S)29~0ehZ-`j^`o# zJ?Q4BFH|4QLBA~y%UvMFQ&?_gyb8|0Fk;Ys{WQj$%Jpo_r4!;w+_o;dC+)4C%$ERL zj`{G|m`}Bh7q+1bO2>&Nvq1ug+?c(v6wk z?65%sRJ3O#AT8w2=H_+L!w?BbfGtVjCU$9;YGOsBNkFc05E_JKj&%5HPnC7o;drmq z3kgk4h{3mh^4U6A8(ZZ2W)j2cINW!EDvuam#Ml=J|Tm$ z&2W|({_JxAabe~iF3g5OD(n!yKDG`Z;w`KkKbMdL2q$7p+Hg-`-+T)CCu<-$93$K8 zM2tn}0~2B@6qCxDXb|SywuDOYLV7;llCq`@09IEVu~$k1xkVuTUK$fqpu(VY<23IVpqo~OwHBLzU2GF5 z(2)^YI(7mFf7EbF8H{@N$x0!g$HL;KFP+Y;=E$D6kXpgJB+ zMr{rFLYy=sA6b@m1&F^RBO}MG;o)?VJ+j-xUpjDsBe@_8UBp=8kJu&vQq98_?N3rn zJ6xNt*!UnNr$s+Sp>oL{uH}pNF>=(EOBs8(VpmzQ;uIFN?71t|L;*p#w10sJxT!1e zAYsKXfIp-7!j$2^fW0>7j6;FppNmlQ)!Nb{4*Oius&8UFy&A{1tFk_!-et{%ukwwNly5pp^HTvl{8}QDDdG*WNr`{)Sfvp&t z&9bd7BA?kwgOr{d81%WYc!)ox|G^}zFex1^Lz~`Fz;?wFG>sE>VR{pdjgPppP)WqT z3({Q#3DlW_XgtaK!vY;vDmqyUzl9XXZ!y**@bpUJaJ}(oB2uE8_gDt&&^OXrpxt0K zTwG2YiZTU}`5S<{Zeil0yAPCYOc=zd6WSD}8j*!HjoO*E?z(HwF4&4tT2X1e0*wv4 zl$JV{IF!o(BV(K3y@$$%_NvKjTfL6xl(Df9YqZRV@Z+m!G4q!-#q5$V!R!E%DuF-i zrA)1k!N8$l<92Pz#z}BgK=zi9Oh2iSn=H4?qs8bb*=Qkb#&91a2dY8qt8^`d?1?p% zF5x&aiZ8HFrXdShE6t|e9QL$U(pU${VX|sdWsDjs5F1vnyUEJr@I3=6amn0RuuGFQ zlq$C7`Uq6T#o)N;*r{*tJ;0Kc|2G!BU+)Gc!$KXcA(#4%K8y8>SXC+XId zJpGcMO~|uxkh`$Dd9yLK7c9w(odwK3X04s|NAX>-KO)_P{MMfLXJ3-+Z#KR&v?%cu zM2ko_A^(2Q(Q>hO{$Ql|GTYNxPdg!i&-T2h50KcIv-p)WXvYG$TRg4|OKy{JmYRay ztmm7(#_G`}I25zVRKkkM|E$TxP^n@WCTQ<(e><$VZgM3VYbb=ZnlcVx4OVxqfR? zpq$a=>k}M_P?ygWUEadu(#6n9SFb0`B*0;#(ZFFaK6PLxEtbf*7mKAmK`i;o7#P}X zR5mw1NC-pc3k=Vz##5A5sYy`79sXFC)tQ;^@<}j z9b$GQGf5c-)T`-KDDP~(^H%I)Qfjk|F+?x#PiIx3F=UUAusws^Wzyt+42L^AXE`a!#OA0zv5BtO;)8x*S zM+sSR^uveDd3BnUgG1)jCzED=I}ZO{pv$9~cQD2U&1?qEbkuu;J_u6J=wpMRk4Lz* zU354^9}-|o`Zyry!xu8zDUs0PTy2~mi8nWnCR>prs_;sERYXN9x1fV%fgo9v4*w)> zoVyqnj}E`=qr+P|qeBD1W?Knr&uDU^pvliCMw1d?kS05sxm(*|<;p%}pbF?#jrC+# z!W^bH2KZt(1Ln4-ISmoyc?;Px#%TvMZMKn9Cu^w?{>tNt zgGN;ls5;A+!sEO!K{#@89QFp>KXpt`_nzITd{apAS_gMt1LnaoJ0LL z*=favG3?aE_<5|q1W=VSe0R@qZ}x=h?3rK~5tKN<{ptcWp~*@D>@ynOS=4-M!5}LM z@lQ}NTuOqW=}w@4d}ybDAtr7x`Z+h-SV&B4=}=4zh2#Xzf|ntgYR`xk8J;X4=Hbxw zR!3z$g*qFjDe_!xY)=W=G%!~i-%T>#pCBeZhJ7laDu$)|_Q)~Or02%iQrVs{-nC+E z@8I?&!FUqjPNUHgX7IyA5;A;Jh2v?WP+^q_2dY$XWe=IHF;%b$d&ECk7{ST$cIzUw zCXQm*4-;yMDcRwN3FI)TrfPI|Zv5v_O_@hU%q`m`)pUy*gQN&>&q(SzK~l%L@kx-B z1Q;Z#WR*Ngw?SDRtfVo=6AhY#{=sbc=wW&|M2M60_;-5zD?Q#yF1I(+4p9wUqv9rTtvV;9@aT3BdbrOQcGEPCz2RiXF**G@9#l9{Cli1m#P-18_EQHdf zJ&lE9E#?NwnBjjAz(N8MJKrae{__+}OoMWR>z=<1F8=L2v^Y8+L2l;DNMwLCNyQV2 zKf83X?~V5_YO{g3BrH8?4cQ};BM5o8=E${MuDy=#45ICHw5zW?Sxp!9clmqx#5G&@ z?>Tbv>Rr2c9Yk)N;vje5(RGmY&Ozv+YOgss!xC#Yp>xu3VPQhs@vs*LhdpF@2OY*z zkDm-Te`fDGY;xaE;)XXAkbv996{a-rGqLrFWE1Xx#KG-CkMs0cYOPxRtce~kvl;Do zZyjCz#RDH0XtT4cqcWLwF21N20?ps`14$E~!SS&;3o4cEM@xAeFOTAA$?+-00O;Y2KvSf@)qn|iyA!F00tHA#1^Z-v|n*fs` zp1L$C*-Q#5oGb#_MP8r7`C=ZStaM%lxrGA#H6*d*OkmXO>DZV%UCQ`ZH`pGS%j1A9 z?kLA@SMA9cK6N4Y}9#X zYHQp%XE!5nDnqx$Fsr$=FxLqcGoq8B zV-p$eqaOR*gA8EeeX04`tmm0MNBV)J+0mE_V)2xOzPq^1xnMo!f>DS$ExJ586_Whk zhGmv9G&T^}6Sy>sMUXcSq_TDmw<)>Sj)Qx!2rd-14sNs#*V25rOcuvIXGu!gE>d^v zqn|A|GQ$xZQD`IM!8FUdAv#NDxRR!tNye4jS`|8AxjJ01vm20aCr|Dq_pQ4Q?X!l2 z?nSpXb0f#b4jkM)x_j5r6xx=$eaGS5DP+SGktvrZ@{@JBP0+P#bP$a`>0AoXAOBB6 zmC0?@IBp9GRIF&DacuJT>ZnX+o%hAnIVZ77JyBwHZQQsUoEqErBsf)`MBQrH)VS_$ zXfVa}wANzMS*MPRIWYS}4@ytqTqJs*z6z8tSy#{hVzqfgn-DNF_+c2Rcv*r&5?Vo? z8zZ#Z-`3dvd6{ocup^%B_Td0j$6Fq+i?AHW%DQU**cD`(&9K6SJ6fR zW4wMh(4a)ksB&|<+3ARGx?w{;oyw^@$uSkez^~5Y6sA!4)%iuF7O-1D9Nx(){&1$~ zVkVdrY2vba6u<(%>EWFpC5-s}1m&Q;yvJ=bW!%RT93anN`C&lq$_)|XNx4zHIEINYoP3MsRF{lk+R)p9N(X{~B{T4%VEgaU85E;@h9A z^k#cQ8tGJnH~KD4&bIH(R`UZ;eOVmvO2b|@4c_iPy+CuF!^oa=}vPuRl%lgZhc z<78Wf1rA0Y7sg5(8of={7&`v}W*mxFVphYcm0EEO_~)GSr~`3fQR|yDN<(B%(%P80 z$Yg_y0@#|%RO+$8dO%g$=nXm&RvIYTr`QTtW-AF^q+2_rr!O&(Y+__Uqu+$SB@X(W zG;%);tny&Mo+im?WvXapu*5%&9!? z^fpTz?Q4SS$1kQu%X)+8A%~H74pxi-WHr{t5T%w5!Kj-wQMzB7#wA;dLbbAF%8-n~ z97zS3M;&S8j-3(BmYS5!Ile#>5Y=5$R<>QpQ^%w_d*#~LB)GW&r=JvUD z!K8=h6Zoh=tmqj_OE%qJZW3lJ`Nf1j69>HuaqrFA)Mhnn?@Lm|nvIV|O%juz+=%^L z?n)Qf2u*$x;By3S0#jb&5YbF;1X?g|%XyRr-7l4TQMsX@zk_OwBH}I(8(O@|jm?iF zHc}Fx7^zNZDQ-)VrvXVKIN5DmPoSV7jwL`Ljyq|q46J-c5TKOrN4jm{p%{Rp-2x0T zl5AlsEwWLUnx1Kd&`U09m7qlgxyn^23x$qoea+Q+BRo0mKiBg&ox>#V(V)_0D2LUl zJT^OOxf`4(z6}KEc_N@F2+aa53bs{4V<`^pA(Y1yiQlJ65@Iw@o`09ePMFDQEAkQ2 zgoRP3BlMYVC8&{Yjh@-`g4e`J+*<5sanQREInkI{#{|HR;s6O4vM;uqU2tni_Q_5A z-{b-6qGuuIk^oyW*B)XnGC4Cp?Wb52S|7>P41K`nV0j1`om&YmgV&JrOcY=g#P10N z5h6@P4`+~J&b68_4B}o@{TcxCNS{bHN$q?Bl{j0h1yrTx(3v%J!h%6F1Ua(3Nzjbk zRKJQ_p9IZFfGug}TQp|E`KG-SOg=ksIyeHEh$zHoEbA$vC(|U1luvFH0Y;!CH%E7| zpnOEQN{YN7wAAPL9?;?hd*6pR3J4zZH0)};-1ZT$3Qo!)p3w_tMS!n3K(c06f}vUQ zf`2Owrdl8b1wZdj4B^BiY3xo6IoerA{fX@&f^uB%?llcV9Utot zxHhY_)0ten9JrV0Elv)sis+?D)7aN;V8JBj6Fnhjmq%O3fY(6=JbsaGFak9@Qlccm z2=Y{wGNUF5MvwqoGQ!7*L=do5!;PMF8Cb1|fYub9LW8@@FgVJR?R}&$f4WL=lJ2j? z7qy(5!E&nBcK>aRY2J`|IN9y9;vkCj3|VnEfrk5cFhX zh1%aUt{)cD-)v%BF98O*z7q-6+T0`^Zl)(Y;v9lGo_f&4=}(^W4xIkG#jS@XSM;k? zL&$$FZn(Q(0?+CH=>Sxp(|-%P5?G@iT?Y5r5lA{R0A$EjD9lKZq*GWqur47yf%@`S zxk85dMC{c-WLv$09Zrxz9SkhXG@$auZR+f(q9 zw!-3!>jE}A!0yibH;~HvOSpL~l~pa&M6pX$u50v0t8%@N6=GbdL)d@|xlV;~U<=Ma z%WX#^Q${O19Jn@ik8$UG!ZJu!(oOvViyJ&(Q8 zSSF8DrsZVr?YptG%~NR##$H@}Rz^udOh_R65B{*SvKz7EAn%OpJE$qJ3U+=-Nbq|k z#(Uo!bMpAR1c$+!QvU`}lL<7uUd%r&NAl(aRbpnTdy!=Dwx+?-kxf^#LbT9Yf<=?K zH`ip_M)zP0;{LA$u^J-o8{0$)PBH8SHHpO-ZVcJdgs_)h5+Lkn_qHh}Q7@<36E}M< z2GnGT`sU~n4C+9Qet8*k=vE-#hbGqoHBnD6r-y2jC!=@)*r95}XQwp150Xw$@ehMf zr|9}1CUz-47coB+`|}|F?mf$S9{;IJ&)!Y=wcX$wh#VS1cJKC%Bt z@yeed!Td3L4AF-xh^6)MOH^QnGtY3w8P4Q8c!_~AS1~XSEoNZ6&>&zAO;nHVaZAK? zP<1}s?6{?&4%Q~CeY!RF(XqAAH5V$;S&SL+ZbA-=hZYI%A9YUAck4@D|v z?UR9%kT?u(A=U(ya=ny|i|o1)eAMW#l{2-fZO3IggiIu;j^OXH*=Dh*Vn(1rgVZn8 zs(D<>du(=Sv~ihSoVc4gJUS)KPbqmz7umwx*@tFF8|%G{a?_%nqK%N`=HU$MA~MwS zc2yKV-}@TeD$k`aj{nZC2+p)NmV!!&JL`-nL1r^j>Y@gO~(PmdSS;~{#SqQ_}G?8d@k`XuS?x!Jw*8vU6x z-zPWQz`Pj5$Q5XE%TpBrmgJ6$W{^zq zO9!tRd!Z?GAgosI!EU(>whoYWwnoeKfT)VfU)CO6 zWm~KE#8$eW8T$h5|Igl=0LFDycjJj;JKkc)*&ISb#!iA|#WS*Mlmg{zDbT_{El|2pTIlk%U;F)k z=iK|2bKkqOJiT#3iUV&(^WHo6Z1>!A&pr3td!{@?Y(!|B|3xk8spV%@dCm`|ON)D7 zY;uni3)Z-8Ngw-521Tv-)Z=^uEj3Q7)^baY({W9MkfnSRHJy8-QjX7~C9CE~zTa34 z*tzn|5|4t7wfxt7woqDfz5!s3)A0iz8{9aJkZ7#O)h%$3o=Uf|RlKxx!g-Kz_Bo*Y z=mYpw^ijP<^)nq~ssZXbp5N&;z)!^ms8=0B06z|Zen*4mnfaJ!DE+GDvz3`SyLSDY z;8?UPc+b?X;60VLqFR!=_3r}9*3LqF-TIe~8Qes-R&48Bw^nQVZJKqS>I47WF`hQf z(g1%J7hp)UG(c0c%;{xQ=Vulj%9+DOV||LHgGnLpJ z-CX1wfq5!F%&r|h>`HVgD}{9Y6Y;l1~QM_yVd@38SiN1_ROi>Ix__||$PigZV`QS-y&! z#2P~#&U~Y(H>SddQ`smUD3^~^v2d5lraabTk04l2i*g))=hDC^qL#0roGj-yjd89<}mgMl4@EUuH=w3reU4PLi$b(<-H_VkVr$l&x& z%Cn;>K>?{O>2w`s-YPgknUanJ*(@ZIBAmGrB;*#=b05V@s#m7TU!ILjdSMaUQ@nnY z$O(2X2RJ==-z(jgx{8#L)w8-OD_t)38E7L`_tn0WFMJK~UV(IkSN2CyO{wG{C8n2C+ZgUPu9}4!r?d#a4ZH0NhYR`K zwkEkt_daw;d9z+N4bM@^)+P2lc;D+7@`LxiKFA{c>@o>=jEcIyB?P*>VIyQQPFGWc zrNp#Q12na;6UUZQavGmFt3Fa4%_?gClX6n& zIMUmJGIkeW2%vl$RS*oZja)Ub0fjoz#Qe!*ys9PE z7VGh7GR)@TjgFUTomGh?qNO-qmC(@ohpT=@hTf&;VBmq$4H} zH&HG=TRB#j0n`e|85PpQ@#o=GbhlRL&8t&W`YpTG?4-t(ISgyf`ar`{RZiCkN&VO@ zC|RE8?AyK!GhFEhooybbpWTc|4oLh6Qlxr>HtntTSSRUT#SE2D2W(Jd=twlxW&tfL z9Z9J9IZDlYnd>n~2&uUS*iy|OOWNiR;jHP0+^|SM*X^o2LvpaG@`s8 zCaw&|f0Lw!4os)L0Bf2D@K83UEr8v0EsMg~K`jXQBC&HanW4X4%Q|g&Ygx?2NBUaU zYsd(_iY`ARMf^Luyqx}g2`>Js7CpAek1X=-z}gnS%sq-<=1B;>>`*U$Xji$YZ^8Ha z{0d-`z$({cXcFrs#N~7MOyaEdxyf4jNWN5UGClnQaU(cAy}%Aej#XcxH`zJ=6uu?p ze0>hEVof{;P6Ik4ba?v*-x#>f^cULPOzM4(oyNCpTlVlNnl^$=VmY4B9b zJN^-|L%rmJ+8a2}s9L3X!%iFuR?Opk3wFD48UjxL8qD3(zfkB0NH{Afb_+wVvJxnq zM}beQhhThW?tAm)s(bY2)zP%CBZ6GHqw zlft_IRKafeLS=HkfNlAu*pr?&^v@e~nkE_`F2|iNm=N;74N!nDfpqf3Aj8 zTq-G?k%}|-=v6vo4^eLr#5+HMQbCcZ`y^ud9$lf%hlo3t9=M;X%4bzX(V+=hWbyI= zt_l_w*W7-m4S+sKhWco=Kxh16X`zxo3hR(Fd*Wk4Ea%X)%XF#e|6x<~P>0&&QKh6M zd((Q|o9LcwVa27=wt8K5SzU?ncDvGEaDq)+=ZYgyZJ!yJwWV>AMO$0ysKn-+t}_mc z`AFc$nrxT51P4DPaqY8ud4~M4U1#E5uJ(1OZwsq#~pg|Fx;FkVMCH&{Q3S`7Nam)U*c07Tgr#tgKR zv5+Hx8p|!#QDvWZ>!Y|E5m;E(0T)v3upZ;LPqJ%Y3B8pUAs6pg(Vy;4kn_G8mJFx? zQZ|AV+h&YVuKe{=Q?3redr2GN^r3w_*{dQIW!E7OzXa6~ayj_xf%A6_r_6aSVP}g$ zZU{E%X+5udtZ{LX%DZR~n~d^4A5h)leUBua2a{IB3n>$@;Ox#rF$t@Ars^EeW`tw7 zG&&aTYr6*cn*!<1IyOgq2wmpr@XF(T-Yof`>3j$uEcmpCr@7x`%~s)kPvVCLVvSonj!QsfIDVFKArStw($^fz;2_-iLQ=+if4aI2uC~k^f9B#-H6SZo+SVQI_0w{>v zpvDa96Z?nGdkbRM`E}>T0~*Ib$c0x(f6cL68ypiZ*?$^}?YU$zJSaV1`40ja3{T3= z1G8j!!i_2?0@L>S)Uk2}`%VyK^R$lkoTzQy$I6sgOR;a12;~G{k>ICd^CjIUs3aUB zfD}@MZj!1V)P06>UIND$uupxgZ45Ys*8vXfCEKwO!dQD*a^^223>{Sn38Vc9UHegm z3lb#6H^N&CsE)5`QBj2(ErS;4ffkFL1*+^*IG63NCd+QUghp^=!%pf5kWUW{}Y%_(jBt82cx=>Wh}7`YhZp^hko08R*`LAP0( zfe-evnI@?Nu1`3lhdtj#oIVaWOQyi5dh(gsObX=!QQk#YccH>P>D^OPJM7ByY{J*3 zJdYvevEwQ=>H_;fa z+1hJtt;Nt%f1n7mX9e^@^fW7hN%XYMDt31t%O?g6p`NAznmw%(Ty3$tPw8s0!)#-;60Pq-*s@A8gZuttz`#}Y7W|m6zLqtj!UF3X>Jo1_-J)?s9 zhP=VoPgtUj^;{!ES5-iy0lSSW!7BBseCcSRQZDgEWv)|?Cn(59Yla-M@DrST7mR}v zzhbxx-C6P2ju`A%&8#w@9n&m;E8u_X#?2J4(cf+RqSO?vlp z`J;#t%^ab+3Al+=%<24W0cm0MShbEV=ClIKB~0ol7^#FPPDWz!-Hp}}{W+QK3lW^z zO%dp5Qb+{tPtPwIL+3fPAf(~WPxwN9%Ddte9erALromw4flBw zqL&6oovFcRPq1Z}Mk$xVVX9S7MkxrQ?~S*w|vDrW%DGjrL>EMQZs3n)^CBLMM!4_6n!=^S*Z2bCY0p-TE{ z>ogAgph_Zitl*AJZ*S^myg5yesyIFh84xnnIX+c`GdbNHM=JA!KEiF02}V|QEj5Tj zs}*F80{NS$G6JPC4Bv6w?1x@qBtNgV@iWG>?+1{8nmLk` z+yK&3yQ!a&7`t*9`Du;b_7z(S@UiXn2Z`5Ef=u?~13@N-;saJzbTa3bdG5Yh)q!Ve zcq0b!A& zXN}vi6yQq2M#3!EV8-YJzIX^zw+~#}7V%=Nv=W+x0MAg}G$cS<3SKw_jzdV`w~ZW_ zJlKEdZG*$(lehGb58ly#=j6bhHw})CjT{;s7@X`M7#JKIo7_KmXCRinexZ3s48${9dX7K1mHP~yewP^Ku~PEA=v8NAo7DE&sIDBmMUTHZ|9@38NT%lVKf^-9HC;{ptc zQUh!$%02D$%CW(LL!(3Eced!4Uuq)E;5`;*rggszHY>&X)vk#158`q^Bu*W@{z6=U zA#rMeEyamM=QjDOZ0*7E{$ZHiL!$?#rq8Jsx^wPB)((<6_`gf|3i^2IXZGHy(UBQ=5jv-C2i z(ftR9Qb+Q~d1Ee|ztq$qO`cWIuV2qp5tTqQ*9X1s=ou*XmlO~b)Zxf`80q4TQ%Ft7rBWX?@oUhYi2g=_) zR={3i_`5WPR*@@0is$ieYaW9&qq$8X;ht7XCb&5FVl4PTYr=$E;pmqu5f-;Pc-2{mEmdJYlJEe%|Z4X&q!rqnFng zLi-Z}PkQFTeNyaB@Oa}qmMBuDY&*W<2p>0*0>}NFDyU`|fB%u(=cS(7yP7dTH`<>L zUq`AG)qOkBeJwBFyVh#S0$QyNmYDEbN$F(lvqda)A*)s+UgP_B!Ya?Bb}ffZX`Gsx z8XOq8?Y2Rh&+Z$%x&P3CadXa#*aj^7)KnnY$yq_XMISKSdh9eh;GnE5|v);y4bc)(d2^4?nZfAUbnhM7uYQq(>Vtf<;sXpPgk-PpqQ6Em4D0;q?%SrTneN2wo^G(o=OTeCV zeIXq@YRy~K#-VGpA{`pc=p}N4=_U8%HSZn|mk={Wko6a9EV_BL^eHF27g{Z2lK2s;- z?YZeH@9}>O)k5LkV5o+-iWkF}hvwvuRvw{LKPX)LYvJpMd_|D`NZb)5y+1*c{66$v z18SfTJq9E_TE^0mvZgwHI9`9*figS{s++~Sxlg$b{keJkR-m=s!`T^s3Tbvu=W~Qd z(4e#lPq63<1~G|BJ*A}n8MF~=cSR@?qXB+eAPt_I;q%(fIQz^u1>VUnQ_2pfMzFYb zw2(hmRkJQyO3&SsDd&orVi`v&?A?70j&$$Kk|g?+m71jWFn&e<;Qrl5@r;G+Y!gBK zxi2W~=54XyC;gD`2{HpAb>|%137i|%xT8yi$&PlW$vuhggEn+KF(B^zJlvLZ8Q?ei zX->W@d4*@^#Ahf`kHOS^NhpWML1S`$rc$f4t47t3AETe(g;-WR(`oT1*zx zD*WwE!ZmSvj;9n=SOBY*neJHo`$K$xX{)jTf5sf{L=QAMAq$`ZwzL2{hRZco)Vp_I zp}J7S^pOHTy&U%J9m@4$x|=WJ=ns2LzNcLfu8ei(UhBOl`^PywmN~rhWg|^yqr};T zue_5DL3(5h7us5g!TB$Fi6ewJx(92}D(0VTwSBr)65}N`D~56sTBhqXtZ_vz8@7^> zL_gT3`oWpZ${5lJ^#cvi><69T>f8=b#kqqn6S%-pxs$#>85iCAE}*|TfZ4?7Nkweu zSYIfm;b@nrGD^s>;bw|%!ab*(BEYB`p3_HROLtLB#K_ZX-+9~!=MigP_oPPnByOpK z=1pN8?@CY|eHZe{2GoEHc^L?6--WzXxsWkE$OS?p=s~szPB5rqkdmkaxm{^r32h|f zKx%+T1k&KR=|CPogcHRpdfJZUP1aXzxkPErd9~9XQ9U@A`X?NHMKfi+vv8)GqM0dW zPtk7t!u$eG>!Qgom&L*jr;Zd)T4JL5w3wa-0PXN})0m4pFEEAm8%g2F`}I4-Qs}^< zU}wNljbZ6RQ^y{q1J6rL2Q1Ko;{s&N{+p6v?)-?H9B3h*y|?B zEn&V(nD4N`jG>giGenp+bB5ZdU2o=+Hqh1qU-qnrYj#Ws&SI-f-wD74d}!Z)$V4<^zTsOcpZ3}%vR^S8uOLGr=KE>zPgE1C0m>QAvh3-Qn}N)VN6e(h*q@~0AH`5 zwner!7u`>hZM~^{7$A(7;QPq%l4Dd#KKVo8zD!siyDFX8fJ?^fi;u)%&0(*D%aDhr<4D@csjQt59rIVqvAp{SSvqP-7B!1z%Vh-gah54I|BTUcKx!Xa z+KGKLV5t5^CqVPkEI*(Ud2)w#macB{NJhU8w2Mfh|wGZJy zoCJo$PgBQnjC91NHgl-_FR})1_?Jhj9c`-R1s{Iji^$uW{P*Q-?@$_9nNh>MdQ;qkA}XZOIWk*Uh99>bcXqeUjmHUmDPwu!q(DPDLb`Mtq zgzmh&o4S)xy7S`1bVmbhsXLc?cFi+kYDQC4{c#ZW2<(!4yD7=`zzM#-vzvVFQ+$1E zVtmyATk`d_YCc9C@@7Opv4I2@4fXy|$c7TwxSY*Sd~uClCPmHx?-7B^KZ^-<3DNuM zdacF>;GuFvxr}*ZmV23!5W(g?r|wm#_fr;|ss({=sq6tif__Y!Rp3zgM`eZlg-@H( zd^i&!bm)O@>d-EwL!V4chcv*JI z663fAXmY%h*+eI++D(>WwEUSq%*m_63U-w*^A;1Rk5)Y;X)x63#(WANY zH>vNVx0kU9NTaSk885IDouY6Vb$w+kN@_a6ajue{XJ~-BRWdp3DiG-Mf^=4e-#_Lb@1(>!n%5TxT)FzRn+u=1zb%&dSPeCmzWHSCT zB}KI+*8S>oh8I5*=8foqKksG_yh8OrsmKut85@z15y+wspHkS{PYO9_OmFhx41GQ5OKThbh!F4Q-sFO) zeuBtG18N{aCIzKSA+C+|ZY(s= zUgTa19Sv~Lpfx46{68}7&@7uW2lOZ~w2!uD`zAP5!LtE(F@@P-v4B8FPk|0~z}o&a zMyBJb-Lz2+&uxdxNhe2;ndg;5g%?$AL|t=4F%MP>*fOoHKaOq1ug7V8L+>RV@OZhD zzL&-_y-$vJXker%@;S?MNJhBy+H0@HAta^L=s@2XSTJ3_Cs^ANN7C-gS7#~(HEIPD zV6a)bs3yK}rQHH=-XXVXUTT>sX0djJ{q9U49ixi!mWb-`LJ*aC3owUrJ%dRRL&(^G zFRwBqc*+b1+v=4~eBsv;uEQhwm6xz<+H{`E4a@4aa%tfPVI=}NPoV|5jk3GDIO%NO zpec|o4BA>)Rssv*4V%V`k!MGk9*INyRIcy!ZI&c)t#?DhzN6dpO=QuH$KBO0zrhjpsZJu#=w9!vZ6rm;bAqdii*zm!C*XFEv0@FFP8pXIH^W&*7qzPD6#* zv^fe5MePTc&K%dNiUYJZ3ni6W5WX!$^1TE_;s=zzV?YfAlx_;U9uu43Igi7Day^GY zp%kv9hR8($wRjLtP=`(Gy6JG3)uC&;e7c%GqI5bsE_yG;D{6C*8p0bE|E#y zT0VxlIu$W2XOEU)H>mJA6?8zn0e=N+xT%`!I)_v-8@Ze%6ovCEva9A1pO{9qcLXIA z6bdgaWUExposeKVf`vY{7Dw?BAf)&1AT*9-k^DW`c@(#(dUcR_>NK&rO$PDcfzX30 zE&oVokx=BH8Y-7)@Nb{8EmEyJav0CMy->~WObO(=Cd3 zo6$xxywd<%^6tXhve;o&8GxnQn|fT}-<9}h`9D|8eoTf z+`a2@f&cBY^0B`;9|JG|Z??H*XYISew zimR{LbIqPTS6+1mc(ChnR%T9^%xnXe(99=ylcP^m9KAg;j%t7{Ir?a9>6xLuE_+i~ z?GmHQ)z&44#s&75JpOYyr`dyoxp#Myx%(A!=M!VD252(3bKkyMk!3x;g}er1te^ND z?Ef08FHmh?EJDEtTqvk2#wps+L@Qk6JRYu7zL?&ab^9=)Z#i!PjS@rfCLG>;KAkJf zqL5?{(l%55^Mm*7z(KUBD^UoIe^tL|kJepr!8t-y98hVb46QVJpcfv78B2525%Zr zse5GTkY!t-*LjIEo8wd$BEzH|FHuw?KTjF`^nhEw6Izg^I~1WfhAe2#$e|ThYKtZ< zX-Wy?+j?q|tsVicjFzrqm%~=GSwMv>fGEXJc)~%u%ko9N^-M$a&-|i0ysggQCO+W3`N)4gm zKa>hS)C3DU6g4=53q+k_pN7oE#eRJnGSV)Wa~d*p@sWNS^6!#~c@JG)hyrxZ3+S?k zE`4-aPf?CFbh(2zSC7->|I&^BLzmO&#wm1pI{|nLUEV;K-^Rs1Ntv2hWblg&`UHbr zWRQyt?gWEcWH5^iB5>L=BgcJ}k>iTUjNA^wfsx}PSd1JO;bP=|L3bHB&irKL*zyo^ z4q3g2_M~R&_Xrz(240DC4Ky{7MeWr??I2TgGm>QVNzJ#`r^gn`Mnpa0z8Gr$jJU#q zq;KNe@>bvckova`sEx8MpbdAt)~ptq$baRHLFzlimRq#>pJ36~%HA9&uvf&uy*5SmON| z!Q#Suggbf?&-^2gXs{Azj`8g$-28}I=R=83Q%Fcn2RiFzY`pQIDI9JEy~Ejqw;sA_ z?BK}wB+kj1JUBXZJB}cn93R;~IDEtPJO`q3;`$^as50%Wrb!gO()>zy2KNw>8zW#2 z?E~1sn};TDxSsTJvQWZQ4y#c&a(;W6>-(kA#yS^~gF^=g4-5^{F?l!azV@2kS6_YY zo^`<26R1%D!CAKx)5Jj9W&LpvDtS~ zwVH$+RR0lIlki9r_moD1AZr{StJv--gLnkEr}wWo1xuXx=e!OBxbu3tyn!yiLl^$- zjr8qJba^vf-a?lPahcodycHkAbLR~^Z==6^oHcZBEnVJDcbs?d^__fu7hm7a*Z1)C zy?lKiu1X@0Y(LexlzQk^T&m8OLGv?~_?N}1Gp_!kTMpUas`C}~%h%M$*YR=JlJgDq z@h$c7ZT0b|>f<}=F3*6e7+rE6#8<$%5g(0>YF&PE9xDMz zcawvm@4T5Kz|_HVwOXKRhlLUn^RZ%%IH}%0o8kdBvu>O=wyL0)ss)8TXNXxM^jOIi zN_13CEq_l9@w=HUrSo%|KeneKf>sIaZRVkHx*N?Q9)eT=uR-BLK9OXQkQF5psEpn% zfZCZAZLBKN_=z*N8Y?O8yVO`YG<@?2K8Tr1`&Ttqt8?I&xa;U7mqEgw{RuggBR=7q zyweGjzgDX7V|)xdKT&`Dl>hLE$N2xbgdBU+a8iyv9}(z{$Sh*xo{+{7Pa1iAOUj|2 zGoUtZh~v=Xr5!sjTro$IXs{MnF9Bl8jgsOogr8day~-0BieQgTa(r*Yohem zZ+L%f$Aj7Q2yi?eT7QGN_z3qmUPs#Z8eBYogMRV-4Z7t}-{`Wx(PFHjt^wQm#|e!! zXAO8kB)7Pv9B`r@5Tni)i7z}1K7emYjXIw*pf;WmXVh^`yfN^YZrZy=h=vP|Ak7kC zCB1OVaUPdFyrPQ3cCm3hm91lbj=awq9yQbs(qNzo6L|ME6=!m5r@2Ox7m3{h{N(gu z9d@K2Q1{SY)uY&OstRhlP~-w<<5vlBp)}t%#Onp0VuXeC-1$!kWN<)~Duh1Mey;MC zF+R-MuUeb3}Fx>r;Z%A0_7TlbTnvO2GMKy2Sx|lM132Bu(?q?CG}WpF8GreOfxo8!p;Mf8 zcZ`~p(uN>q5{dt`A<>Bzx@R-VcGS5{7rWIwEqru+y0dBJf@dPc7s$^%b!l5`k$6-~ zC%GZBi z`uSy4uy1OrFJGHMh30CliqmkBRu4N&wUyoO?{Zda`bv69lKEJ$Cvpr79YDKLw&sFX zq3m@&A`*Va2EP+U)ok>mm4r3e#ezFKif&=YtTe_DrEkYBF(?bzu?-P+?1R{XM!7(g zNyXbN)b2%OQXv@%`=cNk%4A{@V(^vB7D7d;7$WP~G)D(#mU75DF5C-K$eBm{{yKgi z#=}1W52x5up|gq!7cKz8G&-lLSS}yI-bkdS5v;x54hgM2yMh#`eGtuQkeYC_!7tx# z8Ug!8JWU(6!C#i95!SAz?de<$aapi=ipGwh{A7PSL)?|EOm&?Rr)y=B?RHzhm9Eou z5!OoW{h>{2V;Gf?AGlGC57NXy4PUiU#GM)!?cQ^BW*7e3ol^g#T8LGz7SAe+soH%Z zI9)~XP>#pV20G_$z|46&F4|V#kFSXJ_(R_2Xp&5BHOLaCF{-6`R7`>cT?XL|JL#k)! za6NAl(|i@Qi9VCK+t=qy57tpXp@fiU5p?}T;csZba&S&wrUExy7 zx=N}e6z)#SRPIonb|`g{G)1V> zS(t%TYH1Qi+7*VWJn9*h+~z+cX6vf=x{E1IRE0R%zWv%fRzuwoyQW0k7mAVs!z1U$ z%d$)t8Bha?l8I21wX7&rP$JbN@Ow~6GAB<-bU9^7PlS?eCghvz2tOhv71x@8hasPG z3$pT2u$0`v=3}jT&^yi6b8easxSunEaRG@^M6(lx<=}0#JcA544$(`QZ&tzG;C-R6 zPcl?18Ot_oKn;-hxQ@ts?2sx>i6Dd`Ax*0goacwJ2LUYXn>ujYm`k$`JFIcvlJl== z11pc#P~d8dr8&199Y%^kNw(1{7@Fr0WNYV>vWd`LaJ6uO+9ZmK?^xZlLj>b zsYcZDuJ7ZxY8sp!y(ZLqz(7Elq=S(^HfeUk=}?@91$J3!MO^n zA169ert@88;+nlG+5e_G&fSq6$o`m6uTL3@u$-RbtJlX3r~&ob2V&c=;r9}^U=k;T zM;ZOd#UZRumvhCw2u;Q69jz{NEoGXCP7~)C_yX2AsUkm?x7FYJDN=?C_TbUxVvohf zD!TK>MDX=2d_Cx#AuyNYz&8!{cuWs10N$Jo$sXQny(5Az62b4-5bVUBx{HHnM>VI` z2-6YaA-n9{V2QtCNQ{I&nJb37I#mjfKQdm~h(z762DXR9{KQ{P{2M~qvYM#LVIf_& z95oeP+^TIcM*q;@sOu;E5euRd?a(~X1z7zkuLk%Pp@ERGQF6U8HBerlY6|&iUod^? z?SrFZLnFf(%r7&u_rf=%4N4fqu(aha<)bP(uacy3aC(hS-@;QlWChG10rI$~6J}pu z(`WYewH_|A8?B=!qtb&y9_IE)4>L@JhZO6`B@sQ#d`Dum*@jUJ(fJ-I(FqYTPUlDP znbW8xBJH#0OjAUX2fT>y%1^d&N!N*87f=_`=d9!<(dTqssnyK&7=jD+ISsH?pPSft z>M5rnUCix1J2{R!HO29T;(RsDQEo~jz`#oT3^5zy@+JH`x>^e_(o|jSAY0d)8ZTp$ zI~Q3&&s9eh00G)CruHN1Qliuz_TtmBHg71vvu=&O>H54X{^}0#y8I}Px+!2^0uq22 zGn7`*v&)EXH8sU`O-h~@oSn@UN?!4vo>11&{7Ge$+b6X1u{qSZ>=}c$o)I!kXNAS< zwx#;}Mk#&S&TY1KVrZ>zZU}qV+-$KZo5Z7idasC~rII0i9csD6bh3*aOTzZ(T5SDF z1U5%LG+Mv@SE3h(I`Qis&S<-8r~CZONx)U=>b*8y4Ox-P+On`NLCUafrGC`ZCQEFd zZNp|+wuWeQZOu7RLx4oW%914do~|}`lu?R7RcPGT0IMAXbY`P#Ci`x@2CeKw4B|t$ zYQtmtD4l?AjkTV9$nZr(gy?)XLPRl`G{<1l97(W+irg1en!F0yxG!`VGur3Ij7-uS z+gz+7{FgM2dxMK+;^(~+71g6yvU*3%Wo2}$No=2@!0j(x>=^Q5`?SnL84a{;G+RR8 zg~R+EhWEc{vj-vTbive=twm{)&WnCbnt(sDwHu?y`aTa){o<5r+J#L!lY99)6minrdnLe$!lit`dNlV0C3j6OSuCyKY zzrx_5XTU;X|05@nFENI=y*5HRQ89OUz&5C=6@n4_3PCJI2(KZKRG`7;8p3GuI_PoQ zSY@zrz+7msKPUV%f34w(M4Dx-L6e>ET7y-^V>lt9G5RUWsQ0nJI#D&-T7w3-Q>Zg^ z!CY&2x)rxDL48<=rz@36$VOuk?CBZe8_WI;Q zw#H^fro4b=4Up&4LNp~cOWO1EY-QT%XJv5d}WXNR~u%_vP49$ zYl+%ejj^&Pi9R{0`sCj-N-?Mkc?cTdPdWzJdR;?A_uoPsn zsG%OwD?e(pNYgztO?IhtwvFQ|zwlPDVic8tQWc=03qVP`6c>mHmOf#3H-e=%7*GSj z(rK74bI}BA1E~NXys8;`3TxgK1PmKZc`?Np7AX{P$te>j$pHcFIv^8|!!q$K3VCxi zl5B1sG1@YPWA{w*R#5~(`m#7vOV<$V)2U-P*OkuHQn_A%`PH0EI zWb^mM)N9xGgYq?P|;>DexeBC-oC!;2lq`(-a0ZiKHPuX;Ej8CUxS0}`Usgm zw>oVfQjc-qT{*3A1Ul>1rBc1A-rlFoXJCNXRQdEpU7Z#xOII6J&)bL{_SDrbNuVfGr%2#jz6%|?;r!$~%JS|T8 z(v?-F^Ls&|D$$?`5|tX-p+~+R)plD@T%H^#lMU_%JqjsUzS>#R*x>R`+CRhP8u893B}Tq|WJc2aS8WjxlK- zXVsB_xth?_)b6YIWOiRmbxMG$>gof<0$NK^&1355+jvmP;U{c;+{VVBAHBO=Dcq|n z6wcz5xWMD`CY{u$UK%@syd$y;-kSuSkA=?X0Cog)RaECxrR1`e=|ZhS#j5FqH=H$B z#TkIaL-3LhiJM2iFQ$;3nn{gO(IsNcj6xo#SQD#I7P|t0kx`(X^_3=}j=7U%Pu8YbMjvj2=(2`T{c`*Pl)3T99zK&`aOXoO zGxm`@a4v7ybd76xw*vfwWIboUDYG`;=1^1av&!b5ArO%k^Cexe?k@~j_Z54M@|JWn zGMy$g#NDv0sfJ|2wYvXwK53B*d!r5eWetalVM&Zqb83`&zLG%uqtxkGC3`qc%a&p8 zmOGlbiWBbCCmt>w@=^TZ8d-jDa|lKES#1o&%vX7Z1bD8HkV}wg1p*diCRcJth6U#OdKV_k17e8>8 zp;A~69U8$@+@FF+ajS0VY^qSn!eWs9G2|IqWYF^bu#%^dlr=G`hJZ)18y#C?Qz`vw z$1b$1tl`n*dob0HRA&2BM-5PtYWG=pfC}D~#%|Rfi=mHUbo~M9R6uoO5wA^XfTD<0 z!ckYr3PQTQF)!0uxK>J|xBW=3#BYlYzZjzO!$v_-ow`@HXyr%@%NYv(l$9y|ujr9* zA+}wKX;q|t#G!-)DorEIUJ3yTZ0CbEg^3~G&>-;}N?{HprZ5_yQkYJR zR%=gMyB8|Es}s<+t?)Ws?5Xfq{2tlagrYUpx{**mxncAgKSav=2zG|z$f}7{53{x7j8A~)D)j6a6LsOtH|)CglMFW=Mc?C9Jrb(l>2n4?<(Cx2`nz_j;vB- z5|<7aW|1R~??}L;(~C;@-j^@+Q37VQhNN)y1m}+S)fTe!|4B;H#$aB{Ptpbu{)v;t zGjp~1;w3mnu0VCdvqhaku1-V(0o8OicQjj?$>&gsWQUjGuO}!*R!elGJZ!1bxO_m zY(^0c~Q*(tJc0DjLCQ_3(^$+YH9QIyH>&<>#6Khg$cgjrTv5Q60)?AOCkT?_a#>9>PV>HpGhf)jM)xnN5P(N&nI-p$o3A^?+ z*S!{+7uGuy6{&TxbgsvFn$)evkN!uPICs432}PurR~Y1DNjOS+?DXgOA68xlkD7xp z;maRzdsgB{K-38kts(SvWa?(Da^!=DLP5yXjq?}Hqk)jwJ5!xFM zIv5RFjRh@6f@b4D(^0@21DcHho!Eb&Z@*?A`Fb6(FPP}`Z&22_iB8_ZdMnAnUTSf4 z^nI##{E~Y|40CzZ>~0#M>TWUm?;R#U-GAQ~7sF8tz<0$37z!?H4Brlb{)mSeypi?X zxHjMhRS>7b;mMeiVc=aT%pAc%IcjrpFm{El%h}Rw-hOu7)+^DbZHWN`t2eXs+7sQh zai;lz910#w;1gd_x&%<&6{XACqhHMF>HSEoVyIhaPXA)nAueVdV|0j+c4&aDv}3|S zy^RB9R7EC^-&O)fy0 zkMq=2R|!G%_GkgoQx%IvJ&v8>z1Qjj&O0rNNdd$nMLl`8hJkWwRAOu2E?Rk?ViP)qguHBkuiTpnGU zVEMrsE=Mq3z9(Phsvy0o!BTd*i24LnuY?!;P&@%uQBZ({v>}I*2<2J-W+gw1!lj5~ zBUnv@&8u6-OEW11YAO^b0`IvN1Ww+{@?F(JYHVyIg{lQ8`A|5l>$U*LF~o~*QegyU z8uX8%f&K%NVDQA`$nXJ#b0!g6=^wjs?=`!2U!k>%i@s2ChkW0*ogUPIfx)q{ z$?*|{OH81Mz6_2I8*r(Tj09UNBZ?9Pd2ncQbYx^ah+ivE+Zdl`r~(%jVnm?~UA==t zbd)EEnm4-24CyN=4aqE+vx7V|62!f^snYk+Gdz+XAXd1#hZk zU7+3=56Z=(q<8*lZ+WcQ+~bEERW*~q7Ky#w2jlHE2vQQizzZw$$k>D`t)h}wZTsv< z4t~jw;HZikBwm0lyjSL5|7RLu*Duh^S~o493(}Ri)i!8{R=fri8N*z9Q~)7j{pp|$ zp-u+i1-$<8g!$-8Wf|M8$IqAYcn`g;|jCZoO`CmYvA9y<@o%C znJL0AdSOPR&LO6?o=?%PT9_Gf2hh=*RRinD8S&_6^c$s2G zgPGBZDba!s%^x(tMa5lnPB}3SH=!GDv6cC6^O>*5icJO%QuW?p<92AT%o^9H_uA&( zxsn`x3G;VtFk>*>-x))gy7SWA(enzf)E_;wkQmyjHtiZM4j5AsN&iN9TekC=1Uca^ z4k%6}VH;kqy2D$TwK1d<>JA#9r90fwrKy}J5z`cXpZFg%MP0){n6ST0Q0yTS_6jAl z?*Uyl95pp|Wgea)T-*X<_f0)GwR&1e_FuXw z*;gvb{u4{qS_-x&6uCTIhbTP4%xs}$ERN{nk7poMGaG1o$!)XKA~OrF^Q2##IT zO^&@yNoU@r)*c??+izcU;w1{_I6~4m(2SIuLdMs+Azw z1KyvYW`-QT*D1An535z^NaVjDc_uH-gk>31lFyJLd4$udMp`B9Pea8;gdXqL@>*|4m)fmOAq2CdhaYIXbt+g0!>)-%ZdC_#@Px zsh-bxoEccVkEnS1lw`{bHgAqxs2Q_U=tRycWH2Zbh3*-mbESLsr=QbMi6=d^F5p z_eD+7aNkpY#-pqVOJzUnDofXnp_{&K*$AlaV!%kknH3U$YAMn*CDB>mp*rh2MNRu_ zb1!~abpcN?%t5S=c;^mcJPu5D8F4AQ-8R{UhLy}iQXBIc8-B~`8$@+7GsAZ&^-MFs z7&wK-5)H7I0fu6>J)IiTP_2gTZ9;H0)?FesUXxmMyG=?VElRGc_|t4{#*l(B3B-C}vi)l)U( zTAvcJ&Jzi$PRP4_uaf(76O+3JsCe0la9Yb72i8 ziVJYa6GI6OC87e(leq|h^Hly&JexbB^rOjnrgTi_K?t=1P7$`x#b=l#@trW~D4H>1<8E9Lp%v7fRRB?D4)xsNB<_?-?n}oR@waiO*S_wppT#XZLhb z&P&gwwnHtn>fz>g><~aEJkBS?CI?EF4je72GwVag6;WclPWJONk~8I8F~g^Qs#J5% zyYIs>r-h@a7ULZ;imd{ap>GuG3msmlo{=@uTGx=%pu_dPf(IB9=#x<^s!5P|1A@Pv zn5EjwTS9%mZYWx!C*6KXDf3r&#IP!@=?hML5IXx%>uB>+Z{uiaYyG4rI@V5lskv@G z>GSow^U(P`8@sdME*TnS*q!wOm!+lwONwF&lMgFK#=dQmb-|WjdXtNKuG+tkV}$<$5g> z*nV6rP)$Yby{9-wHIEbMYh09o3f5Mn8}VM7!o-koD7yMdr7-VIOkp%Yr7)cgW3A(q z+PzSYcPF52(N*oqf1f@1PPo|`R}EUlAdL0g6*@6QHh6YhZb7&ueZHR9|QT_53v{T;p!q^}RZ;ppvQaT*@;!XWygH(n=z2mv* zQ3u`b-F?ljUAyq$u{i{Nbs=XU?$#*59qKS@hn$KV<0lT)6)8|yDc5J`Qu|O(G+${F zwAy5FNDdyMyCQV;{cd*0Ppj_u9qx|S&{cSDnX!s1QobI&rmOvrM4UVF@<_UpAWMVv zPc{yO=46kus+@-bH*&6f*q2aD+3LUBTJ5CcYD?gc*hGsv`P>}p2NDA--7)%i$PhoE zB>xYLPYjYmBew?lw~9c+Of;^tDooSwSl;OJ_t4hTmW)&ZM_hWZE6K7v~BbKPx3%|XtIdPwTyep{O{)W`1?M2Xug zB92pRpU}(Nau+1kTXp!(?qEn3+|_j!Y?S_tY`%SFYzR6+lIAt8ha_Q_yH46FcF1I_ z?Nfx@YJX8{YD&_y&c7w$Kdb9hZL#>25)Uh#N!aqwDqH?|?nyB^W5||kfXbG4f??~~ zj`lT_+u8|e+ssV+!RBnI6VR=()>A5(^bk%~YwYv$Ufi6Pbgi7$86ocJFjVx<&j?9V zfxuvzOehP+hnjLTT*!TJ^GrAqW=~|E33UsdG!r`~hSE9O&xtwH&xt`9FoZH>M-AT= zGp0`^*j)#_T$PU-Py@LtUjT9K=c;^I=Bn(Zf_HqLP#*KlYQ9#(u^8114t1czBt{O6 zV=6l|c>w20sQD}+KG{?ec_*luK2xmc=nxH>OdqZz>Qk>E1XKo`>rsNSR-P#rZ^YR~ z*VD*EMPqJ!%HHcKtLVnN`jBG+z5--HOx~$z-OVWe=bHDOfQ_n^^Z9HE*K)3K__*8P z(QL7<&)%Sw(*=Z*s2U_4_JO02j#j-wpP7Z@3U!4rk=f3I7o(@q0X4b$3{{-e2x&fX z?NO||gNUgqI%UK^@gr3)q53DY=1BfHZbx&Jv%sD>HZqLBS|xitRX*&d^B@TbWiE+Y zKrhsqOz&TV>Ajni^6(O;+i$cFxW$5~9A>_0Xu6jy6LJf|)#eK8wy)g73!6PGarko^ z4lzb1-%TXSTsN_YI!Zg8Ng~!hb1v_o7fL>DZ?pGG%>J(HEZbxl3)#MvGo6g0dVmgv zE54+>lRr`dY}?p28V@I9=1JL%W~{l^jArcW6mKbubp)`j$Ok4oZCGy)bB=&)ZTW`8 zX0r{OWp!qv(e2C|s5866i)_4oR-nVSJuXRxY;W^DiP#hK>lU)K!9XpVV(f+6?a$wi7V^h3O(rKBf{jXbmbb(ldNDyg4mopQRm$=_ z)sJn?T!?*79OE_OB-s@*@k5EV;j-Euet(0F#~}+0>l8_~+lDg4XGc6EO~Bi2Eyn1v zzC9*7TzhHNjTVt*5xs3Qh z!;NWMV~89tP6nZPS-x0an5Qf&j+pUL7zi(TbBgPuPOx#KaIP+EV{u6vfThO$jZM)* zw&by$VWdopcSeex2#L?nZTQ4cSl`kRmEnMSoJ|#ftU8e?VpESAXL`Zew31aQuI@iU z=jBkWI_|zv3M024BOmr-$QWrQj|@pf+;Ljk;llw2Q@)sr zFk?vKW3u!KLD;sb4xZ}E&dlViRduot0^r#kvM>23jFC9)C&Q=Ns3gZ~nv%WW9N&_Lfh5uL6dbTDag zO9I+w>80)HiR5R>&El{rmc-?Tt~2w(rg|)FiMytOx@84k{h`iVcBUix_;fxtOk8FGKc#8IdvLKi?GGqvZ$QaP76;(_ z3(y4LHedyoog)XVxWg<)15+6qXN74G4fOsq9{$aT`UiH(aV{_-t>{e1jn&n1y)u(u zQXrm*L60U+_u+H@DbBO_qpqV9SK}||*|-cl&*AH8`r-Mw=z0{3{3{Kd!_Eu&`XatI zaGhJ{yqN!Z3144|tMf9tyd0Mk&MWx(N?eDXCBELz*H_`Xe}!{CeXMd`tv-H>Z@q@E zuf_F*a}KU^H#onI59f7sc|Bd;K$qX~etRQ*dlOyWOqaLNF!_M32 z?;d9j-CIkSx6>Wx9ejN!U*E;ock}f;_vd`@29^%K$l11a>DsNT=$>q zd=MYEow?mP6Q9G*MqHgubomfnK1`RhaT#_t)7P`;^82{#Uo$tf=zN6!{3u;6!sUc> z0eyWmT|S1(qH``^KaT4O=RE$t4p(PAT{iIFXW)9m*}~tCW3oJqVdWF}YuNcDu6Hdt zpT-ADus)zZKC3=HuRgxWA3aWqtjZC(?9bqGD_zb_<8l^VUQd_T(&Z26@6%M<9bcQ-Cq)8&CaTt0;0)Gab)i%iubQ?$s`EHWjFOvR$}EI?Xxp3PT6?*yZ^$Y`Bllop-m z;O+@VW|0wDWF!{r&bUT^xy%(|n9C1R$7e2YAZ9X`FQISD`%*vnAH)iGM=*D@(%3sj89%ApKJ@)RWZ^T}Q zEAQM-rv<;1F0*vvN0u(kYR*q$R`cwLSnbf@QFp$g6zps27)181|!Dkz*iWG@h+J938&x4i63AvJ~BER)hrMR$u#TwqMSV@iFZDME&to{=<_JE=SUOR ze)wlga6bQ}IvwCXMhCjfshssGF=_gHPb5Fax8<2I@+*}w`KbZ5aZ_JyexYw6TdGyl zRm7Zd1a^5Qp;4TpzcY4zaQ>%Xf*ih zo#i^G17c3W0gtIE7gBzbt$1lBkC2EzRYBq<$G&LEVj*8SjO4{sHpLC5xkX9_%%%?G zsNy*hK5?N@1P95H9+>QrJpRg7^6JH6xkg_o_%dBC6!R5Ik))H4(L@EuYol2T=+qZ5 z145JrO#;JAYN)o?6`~FYpJ|dNN1*>S810Qfq1f+v(L8aRQ?Xuup5w7iws+cf5HaiY z^3~;+p1Kef5GxPNZ~N7dlITQMDVUQ@IW3N=G3e+upZ_4ivcj*7>QdmAEvgybvAJV_ zBbik55GmjJikf-P%#`a`vFIrrro*~Z$Iv%-c-mkrcQ`4My9x{{F?9e_uxeX^3KU}1 zYQ?I@ppDKPC~eqvkjCe|2KZ=!GMl?*ype@iV*0<8_M1_a??; z4X`DTukO#~$gzNiFBIAN)oHv{T6~0G%|5Ve2HVj0SDFlu-Gbo${oUmLdd2;hC&qmZ zuqF2cURW`ot(0g*Mf-Iw>#N7Bwfwx7Bp8}I_4wwiIS8+du$$igYeEd~?WPzuC^5V< zF)?U>rWiW$>TPRuAs2s{i(^u z(RvA$+2Jpd|LbR>nDdW6Co+Qb5A#Jq^!K_+^qGq2KTAx@G{A2Qq$4I7I|s@Lb?0fg za)SqjQZ27}r{)c=-)Qgemv;a~cKMFp6!Q3IL0ZDogUw1FKTAv=8lWkUWP809dZ_Cd zir;t=@^6qmRB-pdBCd+vs+5&9hxr9EZ8^-8tsc=c3ryv=V@;0Ih(v7bFlxPF-jb_& z0VZWS#yW?O^2jY(5W?SZeR3hA(A@CsWm};9IHv5r$KIn{l~i^b>3rIYr->X*>?7Ss z3LWn7_>HX3N}jTU!G0Qn5r(WGFVtUrGUV%AOxy_?wv&X95Yg6dis)P=qKnW*GC>&) z@B)E!guR?1$y#Lwdl}GT$ZerMjji=_`J9T#V4ds;ga`|(_Fe?03wl;>7wT1}P`i(c zkmogmH3{3>^OQWVOiZ2{U`u&kMWOI{?9-=EB^kGD&Z(mo0(DJq(xDFUfPqx=>YTql zCgk}(E*3mFCdPyzq&3n_X>C!`+Mk%TG(b~Y$&QY?i?ch4Zi%F9LN)C{z!JYTpspPDNlL%E04v2x`|HN(X)=F8BfT)vhq z6sstN0%a>8=9fnj9OhaG=<(xp2F%n{Iz5*!E?}7nb{|0I^^48v|@M_fcnG9CD zRQ|QM?By?3-8khT4*+#a*Jcknlj_+=_6SQ)`RYQRVjA!URS17OFs)bJ5*;q>=qJ6s zSjNiNdV7iRO5}1@D(x`^UFm2c2M;3tF!WSh-=hZ}d&WqgyZKor%*p zk?P6n%+&mMXT!JT>)TS*D^;~mPmi9nqn0FN+F4t2*U3lGEExjGrOwVXp!FfHfM zSlxa;%lQXY28LQgvnI6I9}~oWJ3*2887<#5pavBE!iZqqj`6a{Cb15@#&o=c_XN=o z8t8d>Ae|Tvn}i>uv{teJL_ZoSi&3de;S7WeDa=QHI@MsLfE8uqXb;6cjrtcNN||Nt zT&!{7$X@zyHtItT1~w6U2*}=ly8c~4{%;%P7<~0z3BuQPCD!_U5E8Z0ltiCRDT)4q z@rXf6C{aQK{JCHkNHh~AE_DS6k6kT%x(O-mD8yrKXj36l^k7t)Qb-}rjzB~z#wG(% zsUX{JEydufuONhfD+RIAn1q6CRSI$;;}L_Dkb-D{Efoa&s*6R;!pK-);R>k{SVp8j zl-D=l)k}0YzFtoomL^dd15+m9Rd`ZdFU^#53yDmamGfLqPp>)~g5 zqoY24YPNA!m}-gGxD7FjIs?X0T(n>9IJ}k2JuR{ped{Xrsa+sq5Wpoi|QR?WAJS@UN$)+#g|v5nI40 znVl(D=>ZggDwOK?&{xDYrlv~e5(aO?A%;}mV6I%+j))0`z9D2n z8B`p%z#}dcf`~=uqu9hzOHCKEr6X!%bS{55TQ342VWJz{VPDev<|B?)*EYB@6(Ue} z`R78T+8g1vw$uW*HDzrs3J0qKIwP@Y*s!n|o@Ub{fAk~T+^)OERZ-b+`{Zv3>b9hG zjjQw$_8YoR)JoE9*=YL&t@S#mq-GU&Sqb$6T_OPRwnHOktXEZ?5o#_Nu=XTmTc?Vr4aKYa2JL&tAanY?_K!5WlM;XEp z;mQ<79Al<1aTAu8qDD_RNxXWDrIPuD8n2wdtHBx#<=-J`pjyQWl1c!esY@-7RZ26t zj*<%OKy(scp+xBgyz=AaQiis0WK#WV5j0=I+BG6glmJrA=T%^l_8Ua(NPw4?1HxE8 zf^T+gt}rvl8>oP8i7I0+6zj9I?((-g)$;Z&%)wkcoz z(-WF}C$lFhbtA+ZHQ8U56LKM-YA0mk9Oyw4VLkK`S1CE&mpKn6zSO1VA&y1LAtd+q zN6S4nm`TaDaZaSl3X^IjtP?Y33$9)kWtk$%l$@`(DI!Ro&ZYx96+^{J0#Cvk@sm`- z3j0HwmQ9fXd|?|Y!rgv2|Mby(6|*-#nUhynyk7-t4<#ty0j!=WW{w(A1Ht;9u$gZ> z0n@7zEj~20^?5SI6pErfrkrqx$P~;RDt7mnn)+1PVDA5nl}Veq4hF^w1ET>ZzBCDEOAj z6{^|kA_hb%lLSa6X2(eyf;6C^hgpIpUwNo{(eO}Zg%T5gE@ z<+hfVrALInt4CMIF2UgJ=?)gXTtE8<3Tv6SCX>m94cHz041o5)G~`J)3N)$s(aNR*I7_9T}xG-(iem5EU{V8emJMnF}dR zt&p!^34{1S^;bz>BKBvy=dVR3iZck#cErGrodGCcV%N9R9`6~7Ci=FDo{E~ShV+fb zZLbGtVx+chGVV)V+hA)chFE-EBm7-mJD50cg`!$nm4u@9DMdY%$%(;{kfLgUEfw|Y zuA=f#H>viUP)UJF+B5F!Yc@5VtrlhiJ5jt4kWk|uuc!=dI3X>MRArjIG;un2lCrdP zIx{wv3Muaet`{99Q0nk`$~QJ2ldAkUTe~p?=c_VNjf)5ge z7s|95P;Cjz<>$SZDNV`Ud`p`&^p25foD6ZS$>idhq%AFV_&%FXg>;yFRC8Q0&$`|m zdO~XO3v8{$kfE=^M1!lrNbh=R#2}R4%GD&4e~(iBr!&Q|rdb~8F z2h~X^v9iJRBfAJ%<(0CN&*17V^jH_8^X%SwET09^e4TfYezertciFTkq_gmIL&$oK zbL@DNabN1|2W&0HV7srcgukn=yQs%^#5)=mtL`#MJ0 zyE>MMw25}U2@SKdAqfq;Qfb)N8QB>0hBQnAY^h<6)G&V>_hw4&C_?jlbz5)QchxK~ zymQo$7H_D0!hE(uySuS3v{*QrZ!$pt9};{^HT+MTdW6(4*?G~5Cjh&sU_uNr`D#hj zxN5oISIgxyS?H{lXG!Snb`|sDpc5a#REdw3;v|&qDy3{G z#x4edAp@xan#$G*uAO8>HCZm-33eO)Ut{Yy*zG!yX1xWnuHJgM(vmiw7lz?rg1Qsh zt$2-+l_VKNu2?IaTx5|cqwkz<(c?VMawpUWRu6E@K$=7MN1@I4 zcT=0MQ;PD6xR&Q-P)!BmrApV@X2AMURJfp2ht$wM$pvvou;RTZffesM`K&k{gLG;< zJ1g1X{VG`S`IEqc&zyV~tU6dhSWPlO|0c-)?nxm3&ypg)li^m|x?P^_Zp6jnau0+y z|0gUqsmDpcj-9g)F-$~!RQ<(NlvRsNrSaZQiV9l13&zkkbjL9f<5qAVDcAo@RWKKRSR$hAT zwbx3uP(KOcZ#@ab4<<$YvMk?!s9u(UaoRMvXD~HRnA2!v-o&Wc_5?bf zxm?0F?R=)3D`xnhS1T`9-sJI8hon!}AZ3VlH9Z%#mf@VUUBu=Z?c>6-YyG$o;~6$Q zI*IIZ)suRqu+-R2?5mac2GlN^f7)1_4Puq7i6P;QV9mmb8boLcHK+itV1S*Fp#g@J zM+0oBJdfX3sA41N@zgL5Wli`f+n!>V09*2F_h6}lYE)Ewx4M@%2h!7rA>#7~#X`cwG+1VFw*O&itb6E%iRLJJ*h0rB(61G=1l z1qEe}7AoZu`5#aZF1Vt$KEftpBYE*S4vgmFm`G}y$yW2oV6UOoYz+s#Ex__~c^MRQ zxx1dPD;rJ6(_pcZ&Z4e(R#@4XwaCZTUqZ{Z;*xt+dZSvk53P8n5-(Wc2TdqIUmk zgBnBZzL!b3y5sFilGQRuX}hf5ngL79BQa8TDx1)rrnO75>0ewMTScX`ua2qd67LHV zWUB9_1oh)gvu8;J>}sEAo!|`78H|CntP{MeL(asn6TA~Gb+%gHq)zZ&08743@RO8* z56X3utP^aM+^~w(^q8cZxqSUNt|y%H z`1?9so%M9tz<-~C>j`HIe?NXI+QG2>3H&wed=ghA+RFAD>qrU*wM- zXJ!EKrsy(4B{>ez!#eSAlKd>0>J{`ctP6zBW+ zaQ+gPXJGIdU2-18SHSse_3>kT3_CwjfBcmHIEbr5y^h$m0^hH}4}pDse#&$EQ?kAT z?@1}5tH__n;-H`L$N zaIk1VZQRgTn_uW#Kz;LSx(dps%lD*jzVoKL3)l4FxPfY)vOV4rZalB+s}UbESlU=} zo&?bQPm7p1{0I{+Ox$R{Wu?x3I?9LTt231XW@(s8)TkmI>f8i5Nt{(YK8(_%DLkC5 zVaqaH`~y^^onv(-%<5dZUd&<6SDB?!NI1t5S4>RcS&xj-5qK5M8woIGBsf@DJ&m%U zsG8zF$`4_-QaYNiFk0Mt*4s3iMx_c&Fms-q2|nZL%^=hy^M44t4AO+0RGuP<#6noVRU6i*Lt8kE8D*3`X$2V|EzFNA7eN zk@eG9B0e&CcOAZqM5ghF5xqd`Af3X<6WXlS`F;7LG%-^hV7M?lSA!-8lnyiEWBFn+ zlNzIw5f2|vQJFXHifL?b#x^YKYjiMU`LKTrKjRF962(QD)qq5Ipc(t2(F0YiUSj%- zI=^MAImQ8)`OG@|+Rv9CAtbuSTL%N4+D)?Lgz6KdZBeE^6i3)(h}^|lnVuGbU}sKa3ZVLly!k zO?rgu((4x-=i}$;INI4d0+3vO-1Q;IOd4AOJ9$wIqAT}VEI^F@spsB4*&CupGLYSV zdfE2=)Zsdv#7koq`E5a`%^#tBZ)m+yQ)3I!7mVe!4Nh-{Y$q`+bg*`eFUV&e)8}*mi&kp6(LpEpMI?QoS=3Pj@E9Qw^{s zPkYA3M%<3794(qq&{7m!_ki}=IXh@_wtbL-zqfRgznc|*2NL722H29nhXXux`K^ z&r-5|a$>U809(p7%T{PR9Zfh>tW)|+f4w$0oVxAi!GH+8QsBsUJe)m>i3@BM%^`xC zk;RLcp}Fh9)#I3;U^3ykt;RUfnCf=ZUd!yXPIGfu@9Q3|(qF1~Q(?|l3Uha23Zns< z3e$;iXG{MIjgld!toNuH(Pq@98~2hlwf zCtF1Qz1(s4HkvNfGO6q5YPE&x-oCzBoC{E&&H%AKCP!UwoSJk+5|xp3(j<7DLWXG@6NtvA;Wea#RtoF1^jo2lRt6?b zwWQOvGC!0p7Sn~pX{08l*-E8rX-%SgJD*Dz=y;&p(dDs-G{GN@JJC`Td#GB9We?4h zh`jAG&UeVvI8P(fvz>OrT!jl3y#i*alhIW}3QfDtR{-S@6drUYo`dDZJJo?|e8Mfv zzS=j3BsoYSrYeoee04$ffB6DqK_f;8u?%s_DtEpaO z3G}K7h93IznG^`&Gv3MzloSS~IPMW+(hzh}Yvpokx=ts|Woz(xDN7M6R)rY~zL)ZZ z3ET=ga#Ep4r*QzuA#RG24RNmT%#prA718p(d~GJfHAl+;2wkMX7(8|A^9vX-@r~;4 zy5!?e*{Y?+^0oTH&eTCVZD#~0+lr8-IWcokQww((c8^8Jk?fRqk;&(f0$wO%MwBaKmuV@Lc8zovb06eo z=$~~(b7UFkX0kY!v|69mcV@_IQphZnVSsU_KxVr}a$*#gEJ!0FOkS0k| ztPC@4VzVx3^X;}ObDLqpV(=!kDy9L-eh!|QvAK_o!%@o57I0tyTy5^d)SV7v3uze@ z?-BW%g3U}16bmy)uyF$$@rp%wd0uFM(up!P&KxQuC_&}`y}OSO@WjKFT4t^`|Npc1 zCV+8W)!n#*?ZkExCvlvGY&=ZBvauv5PDr9GM3Lk~@gid>iINbck>*L7@n}Yw#j>EG z(DH{EhO#;Av{1rY*0L5_C|_9$6biIZ3Us68qx-)fg?{bVe*gY|=bU@rd-uNgW_k0* zPK*tCnwj_Bxyw2CZ1>!A3UC#$Z^4ThQnCM8XJ$nd%sywBf)%hQ#|s~Q(J>PNO*Mmv zqr*4`lJ#83YIQuh=_pKGPR5aC=-B@4DGlFTGUrFksoBHnxE{7c9NNH)Y)(u=phtW> ztsydOD$-Pfu545Bs|Y4~jZ1ddvEXKK)83{F z>D5e0$(ieu&Zo)TABkh`A@Os67wKG&O|-Zz%@>q8h_}QIB8h}*rF9WlyP62Bs6`!? zT7-cJsr8IxJj0twOLT2f@tG=~6Yfqh8evksib;henSRINfp8I6{SK#92pAkI`mci`ec!ka&Gi){N|w!VN2KZ&EFsUO1;Rb93}p*E2`p&=LCYR`*C| zajAf`U}Y;Eb_(!hlBEBCiaDyxv_n(A2Pgm8UL56Fa2EFEKZj2bX_oc~roeEKsd~jt z$?dJOBa=4jG|Did=acBH+UJ$XAKp{xRI)C?IFdg2GL zimzz7MA2LWMb>Re(E!9Y-BK zAVU!WLs`c?g40CsjB`m)$Tr&6)nH*$x<|mIVY3o!r)S2U%_ziSca`i`=G`O>JPELb z{ZJUI+ibQxlFDdI*80>qG=-RTIwvrC`p-*iG7>CLzkbVelJ>%{-=daF zSL?Sl&Ch9QXic9sko~T1BKuY$+eed5vrqYNV-T&EP>8N)W6V?ZBgW)>rkj&9D3kN) zv?iycmGG-FzbVx7xJ=Y0oqSdmuXwurYVx4Qj~bZx^KN27WuE_j=a~4eOk>LoI+T&p zpwQ4=V@iJ3%_$iY;`~WkQ<4I4CII2rcMvw+4hUV};R#AZ^6NW{B%Bmo-@!CE17{6G z!3Mu8srXb_sBc`*)?S9Zp9mkwVgrpL5oVDm5LOJOD}W&aj}!Yo7xfQ|wBx4pbvR>q zq`aJ~z#*Ei!Lm`lCj7d{?=5ByVF#~%<(Mh0+oT{iEKYx+tLP+ zAsuZj;@k~~LlYSi&44y@ssJ4klis>!^1}<&QWn`!mkPCtbJb2~#m$r}cF@WlX${r1 zo_EHfF|@hp1@R=ABUAKs2Ff7A>*M<0j;Z0tdJF)ZVtM}g2AU&no8QwdY#XDB#Y#Io zT#X}Sk*SRC_TsWZ*Eh3IwHFMqwuHkLQVFT$Lii|K@G&}?ulSx7fy(jF%w~Vt}}7( z$30{WCvP?EMQOIP7~;rgpD0D<;4qv^*BIMsUXHaMJITT1MueE$4sl8haUNW789ZRZxr#lcq6=4N`4FObrV(~V=gHMC6y!sWOWFK3-*bM!nJ>Fb&h63; z3Ri5{?jRn6e9qy}A?=8!Smi!xq)*4_po@OGC5|~n6e7r-vxH4gj~y78|j@XN0 zP_3I5l0QF!9LyG964zn^diPziG!D(~H)vWLu#zRWKG>T(B3pAxZb-ZU%!zwL7bnh^ zBS`|B4+yV$o?s#_NsY~5>aTjtF7VL$e&u7WtD4Z%vOk!9|4b76XdDTKxW%Onn5^!# zaEyy$n6cUNZ^yOV5!aycXs&TVB=0wS(fat;X`x{bb`41q6Xw^uKC;vKAdi(bI(8^& zu!4ia3O>Zsn*c+hluQcX``ZTCJdcF}Eo>{n;6r^?eDH{YS5TRqK57iQFC|iCePeo> z4x#q*xhtq4eDVt32|oP<9V)7_As)jMtaz~s-Uts#Lkm-a!ns8Vr&EViKNpPqiUGr;~>@G9Geq||Qoo79$} z;}^!;g9k>ZZW|mQnL>730}eUbuz43L6ky+Gy<}Qp zJ90P;OlU6EoaOJ2qv()U*Sc17cO1+FEW&5=)KksoceYEKCQptXbQ(xh?<#}}E&d~fxUYZPiETIdx6H{q(iQC10@&?c)ehS*dq;30V*pz~ z?IY)|0w=^jq??g5g>kO6Nx|`h-01{V9nu>Wz@p58tu0>XlSW&7F_tV|PqP$97SMe( z?#oPz^p9 z*Iqkg_4hSCOoNm&tp2`+jJyR(Zc4!S3IV^Cr?QAXSOJV7VAm(9E{bOlXSNaa z2ZWnAaz_DTP06u+^B^sL62A!Ospv&u%Yw@rszm1a zpBNjNZ;t%0<62KZaM2^bBwklDyAnGQX)LDuWHEh(QIcS6p~a*C#w@1WV+l5y4r(h6 z_1)<-pou1&J@U#{8qlu`jXN=G&Kt6c@AacGgr5LCKIyFmRIP$;2}qt8E#K@Cy&Sm~ z(;&h7g#=II4kj35hy)ctA;ETf*xc!+bRAKU+W{RXdz8lA%+9TEy^W9P6Si>dGO#^K z=kH6farp>;KoPd($hCw*Ek{@soMVABQGQ(<%0tE#bS|}16xSEgxuPC2+q@;N%>-28 zQ$CF(T#qlwPSFEGsk<0pfPRRL^@{nz6Jyt9}?C3tmZixCzJRB-)@74ZKDDKn zOrm*qibNCgYduFWKFJu*+lP8{?apP)@(^lehB6=Q5$j8#wXU=TvtBsyx38$UyN0#<4|tOE!~2z9CEN>1G|0E2l|yF zIS@mLK2fYn*w2W(pkv?!RBCRAL-8n5mJ2_WD)er!AeX9|>?bPaB6O8Q$mT+2kG$BC zzHOY!l#6DwgA^Xmik!gK=db;E)L?uG9&*bR;=+Nfh+5_Rs%1{KDu*nQ1biRGw`M5K zDWCMCp&?@uox&a+=J!xkyUcMqNY9$1v)RZ)x>QC$j6+FH@gu#0v@?NxGGWhSPphcZ z3rTqw*Xj36p7Kj^JS8Oj(mCe$(zx~#2pM1S(I~Xaw_YFf8)$K)3D#nWd(O(@e!ld> z=AQSo&kb8zQ5wafe0QytAZPq_j4*A^=o*uErWyD)*#q`%xUNfgd4U<6vq>8tbf_syrvQ<%KXDcWdKzuC@6*Qe=hW3id7w?0bb zo3~b}Imok(yJjo*bbX8)9g}4kGAVYD?dSzc_=gPrMNtJz2^E$}^*2pOJRXZ5_Vlp8 zP^BH2e@p2{s-}wakG!ba4aVnfkxCh%XvAPiCKOBMMHFS=(w$b>M|hN6xXF8@-~;h) z_@8iCmg?ioAOq#BNS1&z%RWH;YiaaUmRVbUl~vqAZw=&@QlzaAa!WDDZTT!-{TCyS zb*Vhl!C2+MF}z{p?49X>wGZU^am*Tkbsn$5F2!KSJ<|+8ITtR82WYZ`7sa70BzfRs z3=c7|)5p7Oo5GKn?bYMj>qrvOD6}Lx7j+VXCnhaVW9)#_U_fP|(HBT}Y)|9$%G203 zPfaz^2u(GFWU|RNgywG>#2q*>lz=0Kgyvyck)K2x z=^Thq0GqAIItmh(mc%HfC=uRcR9R9hxD${YXTpUOI2V=wrcZH7n4J}bWr~wOikrNU z_(Fx+2AyExb*}w@+1B^s+Dd>Z--x0Sg#A-V!a|k>*MGeHFl_xIQ?(n zVpzmZ8EM)%;Q{+XloBlnjp!K`vr@KLdV)W5WIH z3+pF2j@0D+%F9T;vPwTljjCkzRgYBR|MGJAs%I!UFcP$L`EW(9mC`KA;PjHf?Ijf# z;+Z0r6!2b(a>^8;Jn$0@sQ2#f^iflQVwmf_R!kDU0_cu(2#2_3Uwc!i+ZP3Od+W1r z_U~zN{Y${jd=5*a*2cjVjgf73Cw96LP<3d<|AH)&OQdtQsjxkY;G(I`n)^0h403{7 z(2umuf#(N@m|)IA0!htTQ%>-<5%P4Cf-Pi>P}PdZ2t?ZS7Zxj&OhDYIyt%+O0g{`k zCBJ)QaN@3mBjW?K&>d%d&**`vk$r=sd#COm+&elvI59f5f554hYwm^(WOZ?ie zLOh_!yqi6GPF#;VTKqIlz4$kpXf~UVosa~C8(Qoyl$CH$I%6;Pt(t0x)Edy4Im0c# z6RN08DhfD2`e}^n2Fyw4UF9)xn_G=^G~OdK~PI zD3N-sDe;OX+`%vqV~3gsWxhCwyaWJ4JX(=@Gafy;3LDBEZ;D_sdQX-ZHS{&T+pG2@ zi`jl;CT;ebxz_`ptbwYt&pi`h+Q^Z)2>%RxF1%rkEm*x@ti$|JuTb)A;^~4E-UvKB zgY2i2sFlS>F*m505)HJNIuDu|7o#=#)}G`({va0^llrw1IG-TpFWIi>tRjfW&VQ zSOk;cjO?En9b#$aLF}WFS;cHmJ5aazP$B%L_Kw{?cGm<_3yetRO{gT}2T#yX;H;(2DntxwI)W>aG`ON|`S=XNxn8}ntekH6pb z$$?W{a#JEch;mFi$Az(*qm0Ew0-+kxA73I;`n^IBEhog7ybsR$#IK^cYBCw-EV1F$H_OT(uB|kX;GD@9Lx=#iXdoaO&NqA9hzXQeYR?yc9@q~|I?O|<6~S{yHv z#qnRfI1=e0;mfC zT$U7IhyWD87y>xPAG6?@mWQF&D;gR~E*tOvlpg zJ=zH8V1~}jaI^2!O5|o!8Vd2tWkueU+KN;FWkt5r!{*646u19bQt=V0m#zScver&t zRorZd9VzYaFQetrhr+HEQnb==tPq^z=~g+{9*Vh!!?z6${74){C(sE(O2#XMqN}nt zTUQm4l`{oQc=KRuh%cit>wGPiidet8{kFY^Sf}V~uj?j*d1Z>|@OO(}E(qZ6ogd*0 zH2XkLca6!tN=V`;_b364h1R(O_+lBNt#?jzb1jC{hVd@6rim*o_HXK>H4RoI=JiP# zmPt7ukE5Ifi1w-XHwCp!y%(9(>$#oHe$X3Tqu^Hy1%H5hm0(~Y3RVDxg4+>&&Be4@ z9KwLx0Uak*6-O7T+77_xeN_Tm{DJL&j_a#(FgDw@tKTQdx{yc(RoJJeRYVGQIC6`b zdDoBh zIfwQN&J1+lYn#EJp@wBb{@-zs6VSE4V5z^pk6+EA*>LMaxx&}@meTM;S6yW3PN zvXYr|t1IzKaT}3>u@o>x> zS1pZ1uiE>XV}Wh!BzQ0=KX&@kp!`RK^0)H963k7A@)f|Qls|qD3A<2eG48AY-RjMf z>?k3q05XTa$caj4nGd;?@VAPC{}f(<@PbM_{T?K0FzELjt9g@pCgP~48O6$wsH+Vq zRzGC6d4F7+39#Z*ER94{>=|k<&30QK>*<07b7W8G&6@BQyFQL5IZepGSU$1iOJn)G zR+i5Jp5+9H3N0T6u-WpNeDDdYRt+to z5^&NHG{mIRnKY{5%k>~j4l-F#GCyRNC`&C)RF4WDz-n+J_jkBas-M_C{cedV?7NDIkoKg;c7wxw(X$jom%t?n-(OWKEUQ z-^*^UjAIDpatVbyNigg920C5{dB04OTVrGgGBN7v-GogS(a-9DVVUC5oR!RCfg>X- z&UWB^yC5Fya>dLiB2OcW3X&);WoBKRT<=3PMYdF=JSEUbs+pO}wnim9OUIcOH4jn| zL{E-yUi{lu_{=NfcvOhLbIJvrPx4ohZd$woNVyQWYjVQZ#kG=vQTQC4`mQoLd=-ecsCwvYUn z9+{~BQ|d%YdAodm@tvfY3Zedug8FYI1sFoT0vLn(`;wr(HBlZ*2S4@cAnZ&=dgS&o z?{~;+l!<5{IVh8A{-Y~Y^KXn~k#Uzb(u&N^&})$-oQ4Q_lhEH!xN8Y`S&04=z!>^V zBzYQWdmjF6$@9eh@ysW9FRA2-?URYSE2tZ(v!6==HJxy*Hw*eNN(wN9eg!ZF{qKKV zs^+2nw)Z`rhM|{;QtKCvSKrNraAVv;$bV^_5g=P%%Vw4CwQ$STu(V8gLvipD@USnU z2eJ;Rm)Z^(@+~{qJ4PP9c-sz72CX}@&#`lm1|xrqjNrP|RHs5kn>Z#Z* z?SPKka#My-QxDGqg0DwubD-ibWvKM2mr_V)55i$7&Z~-?Kv|gV#o5w)5#@Y!mIHYn z4ugK2RKrO(oskHc5Ri7Yu(E9jPBGI#DyNt^oTGXS^f{_rpMxZi?0%pV&4p41$C^zRo(qIFDpaaIRM9P$4(GCNxo-vC0e?M z!xy|61jp>KC6fE$3*M51=(qus>FU0d6V42 zlJIVN8r#N5q9ng#y1{tC-81tUB$@Lx6x;N81Fda?zx9E?wSg>?HNAGHWBL4gT-)tXyU(T`rIli{DH@+Ssd72iSW0u321wx86sJq`G9u(wU`=e-|a`wmbVXiyVIG zC*I&~Omu_)TS)ZFNtn}qda))a3Enqtntw4ASoh@M(9$DOB6T{YB!EEW&mhO~R z524B-Jq)LWC*uEwnE*c5w7QNiK5N!M$4s zoGs68noLE|*-r#jD(9Z-_HWq{1UfV{GCn>vF@`iU$kbxMya|1r9NWKlbpOcI?Sm5| z_YB@UHG1F{$p+}ZN~XeZ1Gtb1PqU^~_$|#j zZ;Ml&hB$khh_g$jgRMtMoF5?>JY3lZ-v~{y+UREcD)MauE4R}tQAS-mSW$Qg`6b>i zgC62RCjc0d;R@ibGK=(C_rHLtK3=MTCUJ)w^Uiznt1^Du6MwxuvNN8M#m?m|{#+`Rf1?S@l>WEIO!z^J(rm8~*Iohy`b0&e&<>W%8@fo%-o%bR4d2T9g+4Rfw*QC*&D9mUYY5X{NpWd~jF1lq zF~3w6+Q){>nAAUE8cUhJQl+gVboEdmY5Mq+j1e#NXp?c$yixz^^ERY859v)pf*H`% z*OPyaHOkYTr|*ep9^VaGd{>IJ_yF2oI6wbJ&|Lmm*ahA5A)&>$3oS02UGp(x8T$1v zpLBSUx&JG~5{5WC;spmB+*sBAz8+rPv4LP(tlb9La4*i-*7G1L-rg1@JZ#d|CsU-Y z5TE<7(ALM8wh{>K!#1%hfI_SZ)QWp-fQtIxnzV-pV*tKcmXp0|PJ75&=?|IM_-;3` z@lnBsbS=T;h0qS$9G<9E5dlL{FzRd!#Szh| zAQhuES1v7@u}lbNY8w6`TE>))V51^{1qD$e+}s?;Ls6g`nxH-K zz_)%3gDb`MQ-#-pTSb8=0jRt@)s-a7zI{F%63x1)dfr#7;LXZzF!&5YJYF5@*5!-`C?6+fZ&nE}KPSlq{)s3FU63C^{s{53zx_fxy+rea_JAOIvqHPmHOVtkvP zj|#a6Q3A5=C)cyR{<4;FeNsSX-+vI-_XN1~>5FD09s2r=(APH^V1hn{=t}{Np|8su z3MdZ)HpToq&7wguXB&XbIsZR#a~`6Xb78}fb?O;XUJsZC&I;Z%+c@oD3{57OLm#iy z^K|g~S;6bSrG{4pFb1zX+tn+)iMCOFIZdpA>PzBbn>cw=98N-bM;L<%R19LTQxe7y ze#C6=X>sj!L<2O6bZFprg$6EVfC>5(TH6X>3=KS~MLjW;De8*GFPd0s_OPKQ4yTBr zkec{8nciDdn_dM_rnenysJR1BN&R;uWe1@>6a`Rp|0yCb3wxwk$h zXxysj+V^LUOG{_DYmV*Vu8-}sKC{KxaV4PJ5EuA8;R1P{+XUzdFFKcp zBl|~&C#NV1Y-sQ3$o`3`(P7W&9C3GiWa!|?1fD<|F*?(GI8&&(D9ujW3G`i^tLDV> z>TESO0&3hRoNJf7GlfhAdBv*kQhd^yj}qw`y2-_H12ZY`<8d?};uh=ljF<~*4Na2? z^LOH4CLlteM^H~Sk2o`c6|?Qu$MeKkbeaRaAOfwU!)B|0*!2-damCihdU@nnHF28b zePYCTW8|o?6URD#+KUpf6*ib4qw-#Rr}#APEL%J_|%dTGm^=asp<@ zTv#Wh2L|b{9#79T5F-6A3hDp1u<6#f6`zH)MCsCxH|-V;w$?Ie0OkYB_jqqV;9=lHf)9Fw@|Nzb{0wnfsguKU4tElS#04z3SI@ z$~Qu$*>wpaYJv%;%ztW25cT_FjXk+3H#BiN7>CmYDDWxoW|?$xL21hKnXlOedbn$3 z^<^Qe8@NLW#uO5>3ZRfxJA~idv{4i*e6bzSai)!8v`tllyHF2nRAsJ=%a_cC2$>en zRaftDGS#ZPxP%y_5+%DL^FwlFN{Ue`O==_%4WtfLk5?DUrP};LFj5Lo5s^a%j#32z zZ&AWgWf-~HNry5bXET+BnNp^lTPfoujrm39HVf8kyyJi%PG$!`bc?x7sdqKxrbhTBda} z$?=SUFai&RAft3?shTSlQG<2`gP+UP3ROl*saRNXO0acFcS4=C9?m4Yj2S>I7vj_k zxUGhbxnFcfF+175ZShLhy)as(W%~Ksf6jsjU=GYMZd%9tS%C zDf=~0sK?qoeBKGv63ns2&SL_FIK<+=E_~p1Jn{sS7vcj7pzwiqdf40=P%K8oQ9GdH ztN|t8npp$&#W7X_NvYeRw0os`liEF;&lKlN&R}+tlzwQ=OtY+K2VI7Kxq{3r9C+{? zq83XHu0YB%O1dJcoTZWd8HHnZyOBp6{j4_u--l`4aj*2F*Bs$(^_ag6INAsmtMTle$#8?}aD2w$w|x zqEkwajq&%`U+ zUU=-GV?FsB@zFcU-IE_S@6^wfGzt4l@N}CrXxuSKS5r$+b zm6Oke{kDDkM0tg3DuX?cyMI<4l9B^B_=T!|RGh=P47~I*%kl^u@?83(Rz&G$vKuQ) z?ko-gRaYz+nVHgIw{N>=2kTlP%yVWJz=^OgpqP`<`VL2(Qozf5wM*|)ODiH<3qHnv!)e>kFGzoUmoZ=q;ZDO;N*)46YH1*79s z+{7GpaT4Z_a&$~P5WFqgp1gfLGk^SM)+D;Q7Upzrt|-QaYdE%dF{ zhS_@S^U)tMAB`53IWJES%}e~dW)F9CeSV(S;`%qZdhEotBTSXV3<>^kNAdVDSFexL zxo|i>d0&@#mbI~~l{swiX29SE!q*fPqtag_+V3V#~B8+knkolcY7140g8L zU6U5>NRbwN)-w#Kn)N&x#s5%osL}iwWI*pm@{=^k;7?j4gKuu%eo(4vL4f}$lr4c-)UlXd*dca+CLBmiDIMVC77;oCe|W8k)4FigGp*1zJZ;V|BBmgV zDiNTSvbzXb&(c=pBxGuy4j-3MmkWON0_qjQVQnfBfQ!-u^n_L^sxATwK)I@HLUkbn zS9&8N+-Q!~B(DwrG?;{wjYCrcChHT(J_$z9ln#A>V+i)2*n!{$>C=>ych+h`G6am85|6-q)Y1Cd0FCEmlr zz8Y;)nVL3g5fax~D#IdK0Yh3Ul>v%36xr~Y^ER)1hT|Tg1Pr+0y zQZ>s+#=z}pU7ofNl_3QGhB9JU3s4c98SGC|JsYwKP}_*iBE6GG`W#+T?36ttea`ea zHsi?hkda{J)hPT*EGtSr0U+3iyNM2XRR;R|@j#`I$*vDvv`m%}3KR89>h*={V&N%# zvzJ)qEz?s@&md$xYCTrSW*P9TE^GxBav2J?Qbv^`d2m-^*3x@$REpiwtD%>H-h9(C zSgnh;Z^6TAn=@OYx{zF>k~utYB4QE`=gOrbhm#%7lyg*>sRDyd8G(2xCxKpvTk9j~h!nLb1N4h?-o->MeF4 z|5Qv<{hB1q;g~WZ&Ibfx+lm-_teL+qA@lKO^dMYMuS7xXUU0l#VN?dk z>jlTdy<8>ayn8B@!6rV*Z#l+WDj0*bzf9h6=J_cvzDO%gQeJGO5kCW$J*OE1=OCtS zEptp0`|*@)2NkaOSgkih-11r;nF;l~Y0#7!wy$Ufxz46Azc;(k`oK^ERge=QD9oW= z6!VSldmz)9Ev|c>kiVGztj)hp{=A-Vy@9W9#P#9)W?UC;&c6wN@^7Zg zTj=tubon*!x3|)#x6$R->GF2ET!zcSlk<<_&;ErA_vhb1-+S`w=-zs|yp!(a-^JH= z^YuM^eJ@{sgRk%7>-%w)S^NNh{~&$;5M7>#%ftB(;|do3oA|Tu+^zX@@ppfIBd+;# z=<*S|e3UNdnG@PIW7<9FQJc@(&dx59L-}KbGwE^`e?J@7hw~Tl=M`*~z?+@_6u#}xe;QY8KK%~)rWx9NVE+3`KMYL76nJ)iA8$16* zmoo^|8oGRgc<9$y_I)YP*imliC^zyjH*l1JKg@tJ9>6=w0FN@TqYUWb8q08!<=k1` z9OKTu!t3mx(kJfhX0NjkdY%0Med5mEOXK0r@?IZzmUpJ8v-vM^kG~?b^at|i>-dBD z{D%Dbmi+l+`STt5^IiG#J^TS-e4qZT%Krd=@_&vCrGY(oEdN7%d;mk(y~A5)H{vI6 z@6O%|+$p*@I&f}kQmDasL8&+_%ykUS zz{vitU}R5nj66YO{JQzS0qX#Z{-5}>KmTL- z@^}2jV=54jpMdu-e?5MVikxU8q+;v11Rjv1u69plJ_jX`9g3=Qu|BtL+8!;xWvs)a z9-e*~pE~1=q|XVbda(tyKHOhjTKx9G4OC271rn+)5E#SY^}l`I_CgNNc(Prd3a50GktI*_CpyjWefca5B6u}aq{Q& z@48_Ze3Ke4DoFFr^!jGnk*~LA*^_Fal%KbyHz*O~=h~BG_Ux^3J!?naYL`*CE%6TR z(B7d|&=U3v(d>beY_Cv%o9Nca&L0Hz2fRV&D!L#?Z!ff~u%#D#g7hzX;ywTYqmhU$ z-^ueK>T8UXN5)|rqGpJg2{)j~pqR(&2v=OpV{O#pjaY2k_GZfSF1*|`rE$f{Ma9q`Wx-){qe!K^+{U1g5jIkQp`2L9;Jh#CDYKuLWA zX-QKv*o`=J>@~-t_r-5|3F=iS*tRf1Z$PnXZ>{1%a6hK z8zWl#V+)IcrMw=K_9wUz~n>2%m7bMT8s8)=UCiLr-_Q zk~IO^EhQj6j4n)ktI)~LiH{~Oj`%i;BEq`{i02Fup1RM9jNFeA5a&}@V~9?Mk&x)} z{|zc?f#5cTeW5Lgpl=ZcGcDU1qeaWD$0Ki=kWgMIg1mQJSQ+qUUzlUW1BR5@nFeht zWcVs^uLU(Qz;i%ktq<@VSO;twkak=xEt#VW-8F_bXm!HV7~9dyLPNX7f*KgwCJgOT zI7|Y3$n!__g!0~waEJsVKA6#BYy*xL)Ng*#4=5 zT##zYWJU^!`b9&sq`99~`ojbkY4BO_+uTaZDwX5TnjJ5haV_=8Pv9WJ(5*T^bT_fWYEg|Eoo%k1zj#t{~=)5TdAFu8vJ}wY^ z{7P#0Pyn0ag$rT=ZRmdA33T^1*w|(>7Z?je(nt>wPKCtIxRJlXNCSOXWgA z%{!6;3^6VRuqkRT2%)C7)BrDEYJivEJ;uv<7G7#gCQ|;OD@gfr(m4zvafij+yD{K%lB-7*}DDw=N@W?5;uznYoZ5mr~+BknA#Dq25r*b~a%#MyLfBDy`*;#(gj``FC-c3~4X}A$n`S^GsaNu!yTgFlN91C9dBIbO)a;&}^im&s;1N z_#+0GpidzRQ~;Y&;NE-v{6Z8v#ySj)LtSkRal(r@iGWSnT7?cSP^d5M_wlzr=b)R( zV!yV8*welZUV0l_xvAfoUMr@7(yaTujoaz~Op@7n4-~RaoeIjj32~e!3cfd>jrR6@ z6~GX_6+j!`?bzwe z;ulv4zZhnK3HlV`7Yg8@G43dP7tVijeNl2Yuz3~_GS9urvp~ngwQ~#wYZ2^G#*qY0 ze_I)d7YVm?2H0GyodPo!_o6W;DVxeq5=7=wL!<&|BeGkJzX6ZB0_5}BjfQuw{yZU_ z0TeUkgO3A>mgFoBhzd98_z@@tC022sam)2PufJh{E?e-+;ZgzTe7u`|{R91#@+@wE z_UQD@fOCtyH|Nj|igpD|&O5)fVv@)S?TOHrp#CL5ePyPdHJpD3W;Op#x_q`55r+#- zeQgEd2Zdw#&*A$+davOTJYj6XK3Q5can?YRguGo7v`A@#2j@)-C733h+k$=|e<^QZ zQtnHBgk#a1(wwBNl+s_=)y>Sov>{VQc>)@+gz+x4rinlqJEN&JVaktRjpG?1yJ)>P z6S`{>1F<&3neomzsO?aX(inZIM12Jju*^Jdpv7^t!%yOr-W@`YZ{+q93?U@M6u{RR z)6||m-9YKZBC8_%&9ObJ)qwoOJLZZq*4&N=E;u9s_Qd0m0EGkJ6;CVV5c;D&gR3po zP*-}()x`SfpBOIq<*NBDCbgsjG02s^ia9(^T&b^9uJp&g>Y!MCAM)%{1}#d%P;}fQ z8LG3bvQAXNdkneIr|#oiCP!&u7l@A3m*$v_AzyT<&%ryhyyfSM6aAW!V5(((&VIJE zgmapJf>39QWv0`pL!6KYTL9`zC!KcfM+kI=m?{Fv(Af%{KQ2!EH^}?-MFP7P9Xp+A2*GCv_xp23bOKrl2|)$$`^H?SCIs_e z0o*-n+L3_I2%Eh1vy}r#7FNjpL$}Ef5`0oIm6xY2EpA{sBrWj-v~d6rzOm z0}vr5(MLXE*ose|OwUQ^JA!&Fr~yaN4H#nUArP10^gcwHX|OxZ_T+A%<_#au8iHdk zl3T4l#`|@=O+oE32z7u}QMI{eK4i9edt93d){)P1X(VBiP2#1wQP%cN3@|~TLTg(A zyulbZD8P9uS;feEj znjOLPFwM6?0vE?MWFqRNafk|OTv+=QwTp}_Ru8>S$=Z*4$ZYdfacw3*gijna60L8Y zP5PEUYX+Z>9dQ~e!OcQfFXp}^7*2?;6u_o*H5){?-kXtG2<%5Aw~rPfUNl*Yo3PW< z@ebgb?l-Q9Oqm%yt+r@V-bdmnFGTH+tv&Bg$Mrh_iTNvrW+NSTdW(?#2U8<^1<)q@ zc9v)ZcTh+LZlI;z7@nc}`KV&ko2ycVzg|z>v@=Q2Lm{0s>0T&wMSJY^^Qt9E08N{* z5G0fdIHZhk!ak3$kJBRqc&33y-XPk#y8HhA(sr%2zv?)?uI)PU}N z8zhA#L+fV^m5_yN9vM&hHR1Sy;WQXn@} zhyd1s0O&??v}2}1l(!W$MQ10yH~?fbp>wF5%!sm)sB|Ww?&uf2_<-O6R(esTF=Rb8 z8SKLh@+gBl%Ak%in4=8hsGqBZJIAb?JNIF)bN@)6xO1DShtfIv#GT_vAnqJ*ig4#x zGE(RA#Dr@3ukaGdpXdxF10zN3CgV6b&X{rr3*O&RA^J$(q!N%6dauHk%dRa>k0c~1 zIJ^8faW+?OX#)^S=j@^?IYD5CEVz;8DaAN5;r`bXX|%P=T#wEs;w5ULWvX+F=p8XX zn@E!#v6i!pw1uN<0yw&+GaOxG;0VAB9Npa&9F0GAaKt{_CV44Hfo6Oy_c`ONy~)S#x2iJJx$ z$TabU2=(zVuy5(u6X8@=P*`-49Mf>%I0ZLTF1lsTL0fhotU)uwEg0xUq^3ZMaMcp0 zcMO&s(sjaTkia$z9f`I#b7k@$N!nb>0+%ULIS`oq2&i#+7nKghNh1|@IicvNDljeu zN;3|H*g)xhF6F7EMi=!y)jgT{Y9?23hENtshF~TAIq64hkm&zo5mO3E{)-4CXIEGw zY~Cc;2m+hFXTg<9wu+2UrvOQ#Ii+zF>1hHZymFb>71?2<*l@}ut#--1cp%GE>wa^_ z6u+jMQ+#^N6t`Xpvx0(pSab-2D!Y{V8MS`rIX8^V>{e_%(Y$65=uzS5`bvh=W>*k_ zuvf48MJzWYL-SvzI7|;s%x+O>2k1loY&LpAAajf4-FK) zyPGInCn$UrZM3HhDQA!JtoqAN0eqX$X)HTyLuT??D(9<^Px-zH`<2=ZtW{DzGa7#; z9e`9EEk86qg~1Z5=H&H(63_z9ht=nd6{QVMHpHN{?C{rch}J|XXnLX|&ND7J29AJ~ z5zCTwdXRh^o20b+K#l94Ge{)52sy$oq-{GWDLi*j=vjlK6jPjuK361$B60`h3rPNK zP(7?+1a6M!=8L|-u*vs#Eb^Va!Jc9!VIQnD$v!cknr2M1u?9bDkaK6slyXP;OJ=>S z!B3~Q1{J_&Yq0*#-~tTLn?)GJg+Y(V4qrj`E>JvIGeC7lByXvqN&=mFB04q}3ad(R zk|9qe-P6lr2dab@b8c2*V6mNqMKlk<6^4c!Vrm&_6{=z2*E=2;{rBVzTgLBdt$c zr=Z<(yzY8~jj?tC8*_c5(e0GAwM{bD*QGYs3ShIjp1d9Dl_)+#n>m&~M$2PA@+5>f z@ImDfV`)PRsL$C=WxnW;I=uw-Y!OG(uM&-Il&a(5V1Nrmvi61(14ym8RLHDA^AjH# zzXA(wK2y%35)<;0%gF#z2t5agV*Gs@t`@+zvs*3<64n#-LOWk_6~hnUthm*_4Z8%y zpnvM#IZ!TbZ{{piR?ni(CpiAZG*P=mmJCw%Z1as+m9Wzwh3n|Tj5(ZZDC9- zlz`{DjMG5fBeQ(UgKyN9Q1u=APw)j0W!VOQ z-?k0U2v5W?n-z&^p)m@?X6f5-owUmxx9Jx8@>fOEknYwj4~*IC>>kY zZcQe309&ffU{7x$Xi@dpqO*Q)*Eo!+mUXcmLlhkBrYKM;(e|?_XhU1NYXaCxozZ#| ze5RF$&!ssCszY6B-#x8n>3;Fdc7(& znos~^XyS-X6UR#zizR~h+C*^Tx@chieci;m%BA)0)Ud7qMq_<)EjBh{5&!d~2**<4 z=PW9mJmax8We{B_$a*j(tLCE^+SPHNaz0AsNI1;X}8V~U0>(a)a@!}Asg`}t3fAsGwme|2*~T`CLepHf>; z3ZN{gc6LtMIrSv&fOeqA#nLGMLNm{B{mKL4+F?HtyL;IAvjS%^xu>u#)|Lb{(B2he zLVWGCFOs3Ej~)Qqcd1>gc5o50zKwT3ir{iQL~L~g`?i-joa`H_R|11XpLsAcPG1(0T6AjS+L$Xz1xG1JE2)%>3gLG+9ST^wyRg<{K@Ty~1q0}^^5770{O^+oZv?s1tZ)4x$lkw*OJr9;fqWmM}u%$P0HGm$!BC@aK;(I_=1Z&MiSW_vG; zYcGKg>SuEZj&yS*kr_)ecF^qzskk_;r-&jPT9S57;iW58NBfX+F+6R~{k?RgeAaz{ zK2-{}dFLj+7Bg6vlqT{Pz9XgSZ<0UiXMbV#l378^w>OtHF?IZ#7Zk|sya8m;ah}dK zI1;uHojllA0-hR!4og9=Pl~J-rX=Azf)q-{iKr87+av!aB4?r{wJAFTJkg7sly%s> zW(*2{Pm0SdWa@2;nbOuz6g?a9)es>Rno?PEXLHa<$o@J&Vdfb*uqF1E4x?gi2hT`e zb`mf^2tA9!9;`?C3Xre2SSZf_Hcd)!i+x(UAztndI|3jPT``dInQkKG>4KC`p^bFx zZw2rZMyDg93*Bg3BFwCqmC%?W))OS2i1Yw2I4+D;;au$?^^a_%=HigrNsn5i(n_~Cd(byG~LeqnN0TTzSFQwJH!`WUdQn=!FrA8_#2;H%?L`CU2 z>QD2GJ_P7UCuVUvID*1_ej${_%%VY-;y*qahpPp@${$vXTOcVRHEONwu+nb+W87j1 z9WPj?=|PV|SOJluKWYroMvj@#erW0PI@VlXsSTj^r9 zL);2%_`L!?0v6R~qrPs%tKrSZxueWkTJEZ$du>l~DTNf`{%D2Rrk?uQG^M?4RzQ-4 zGKBGMF$LvzgJgB)i8jOSNe97NKi_s4lx`iPKkgmvR>u)cCe`>+W4eb@oNoX0+pQMV zfUo!J2&dQTiQ9(F5%4cYN1tVZOf|d3H9{9=wmB=B_L zII#b8GOED@hUoQNZR_@`v<#uXcu&9{lk7JQQ!FmUA74aTnRcXF-Am}irv9nyb@0)n zi2OSINtC^gXYpjuURR*So}oHvS ztja&aUtWvr1G@CuBECSEcsqd#=4W~oKg9FrH{-2Lep03;Li*$v@PLRy8=rnt`y=Gf zdT)M0g2%WO(WWl5LBtp&OTWQAi6stC&nbxme0L&ocot7?iIe|4QQzlqsi^d({L9e_ z^O1+JbwT%OO;oy?T(p_!phW`F@v)Rd$GS1ig`ras^qqIMjfA9Ay`^*(o*Sa%QE^8AN6F68$)b zjn5*Ya+XRt#1O#sT%{13`5GPFg>(483hKHSbFi!%5*ouDe9TfV&t6&GBKztu9k0G1_zTg)krEEm1;B z+H$3!Lu4e&6?2QVMam&YQ8$R3px7InkH%9NU!_)_%b@27m&o*O7%G)b#p)CWP6P&w zg?RP@>2V_EBk~vB8KMB0%QCzW>;E|cLYoD3=zI`e&^oV9e%0HJMUn{}7UZCAIdTa2X<-&QaA>Jko<%MJ?A1^Y z7c+;b(WT4^@e|9t_;WoI24P;>O~O=pxNO1QOtkHsgaW$~BzvI`$K z9+l7&EMcm{N}`9wrWH$)CSYUQZnFm1iAEA)ges4fIf-C|ty95S`*O48(mu#nFeH-@ z%v;8w##0=WPYVYur~z8o6z1-ed8k>$;DaNuD1wxlh1~oC=_a(#4Ho@eO2xQ@BF?$l zS|L-Wa^%Qj4gN{Nl~8b?Rw2exhr}Qvn3WPYGrQnr>_MP1B9S@ewRY9g<~an7r@65v zrOTgFcqa6wBP0r-Y3V~14a5?(DeGC@&C06YOYF!%tQca*M*8H>k4m9!xFNlLJ$7bGzX&IsCsFK|S#2K=+*(!`?q~8O}5ffS4#?ClO zERcdjx?!)VY1v$cVxZxp;&i6Y?-PLKuXxe|LfhRyzIyi5 zp5$XSi0cy;8KlY!)EQ=z)IeOB)iE28ZR|510*uLjf>fRZ^5Ii~b7$hV4G#V(LYnf3 zujhb}mNTw*5x4P!5ZH&@YT&us_y_wjCda^2V?>_zLqzo?wgb<3sV=Q%6-fu4JRlCB zAWZJy?8*!l0@R6Fw`YhxkMrkk8zQ^!^!DB&YsUx84~F{|`=~Wm=V_$X7?XsbV&H}5 zog23y-bB3&O#wd|`qklw1G9jG$&0}ILwdt@8ehb*XwsOWlRhazDx5{?Nw3;c4haUn ztBN0063Yg#(U3G+r?*u?Z3gc&kVUjf6x=Qfu*?}sx_k>4Kfs899AyAU`Q@Yh;!%F-D8CR0 zIpW4x1LMZnPs@$570QjV<;#t+)=7=!i65NUfFxR}kafS6(ysEkws11-=J0Jp%%A=o z%n9!@ufnIac9~aOQ0pV@?lOBay3#L##@cQ^(@Yave>ophtd^1L1jo&k#z>Yid}gdo zauFD{$pWvTD4ci@$&Ja7W}_IX0dlhYgY8e+A=38l@`mMoF2}5Me`X8Pr>L6*v_Zu^)iV40gM+PXeg3 zJp8S^U<~sq-5jQ>Bo`W{b+UOf1Eq8poBkC?mTb>N4wd1mnZ+eHyRVdW3)==*-Py8b z%RyHq$R}S5Z7||2f?5Z-D{3Co-OVV#g*PjGV?`X$$AvR{_o!mrmA=8dChnNJYkcJ3 z)V{Idk-g9mgFP69Q=zq9aFPyH?JKan6!}N=PCev!9o!AY3O=7b?uu5sgUWW~b23fx z*n>6r%*pHS0X$HuV6`50N3qD~-LeeaEE9Wb%8$#G%Tg14`zoxoj!&?kzQpk=(P!9w z{-UZFg%(~Lj^@Dwqn5*E4gX|tkKq)#hwo?^w4mnwfn5Y9+4`yR>!+u0ADM8R{>)OY z|L{&FF#B;d6c&}v#4}qfBSHwST`^@@zImF0B~A19P}d~(wD5SW$hOxSMLL@aFnpw{^rv@m_u4trVP@D1 z0X%4Q8Y8zez+XE(ePC>SB7#0>c4|v-f{6<)NE`8~zOG3EPSZvtIYswQzap629QBY% zPQPSKL}$9JPfpKgd`TxRV|t32F|#xDTGvQP-r}q;Qcmt{v<{YHi_uZ&=lG4t^ISp`<(&{ z5M4^)6N(4uXJ9nZ(KVOr-5{dV;gUESBEsCtF2W9qcua*MKx`_#9U%z_B9&+b_}=j@ z>GJ?gb(qLZS^~U^Wh6arM_~}eXD!rqBGFWYkk9W`Mn{u8BG%7Z#G8P6?FHohoNNVw z^lWxeKUX9M9nKV&X{b^4gimpJqCxxQga~rY0O=?8V)6u@@?wIScH+h4Sv=XjnBODv z`xCnS23_7wmv7PK4{`DRl=Rq9e&i_M4tOQ`WtKzyGRr!8IZvzh#QGg+Z9#nePD*~q zO~blko41W+YHU#t7|e3@6y}9}kN+24>r7wsrROROYW?;Oe2-chHugSFu7YPrPX{F) z#bJ>mO2UzJg`^ZOBfjDwMrjsN|&#oSgtr z?Rh~iQ_3Pqj!SlvaY&BttJWIl&GAVj z1a)Or;Ied~`N54|qM%oAMc_0O9aW-GFFD?u$DwW4PAo~C&Y1V&E=fEIFr<=s6{NYWBu`uXka}kV1f}J^h zh`FZQ8%FJ2wAliBk_>CemWwQuL<6-d0$33TF2P4s3|06o_7i3gfzm7*IKE9AQ{UIk zsaGD+rc?hL!-~0k2bW4kirJ(%@x`SYttAKv3ag^x0oX&si6zQ=j3v%NtbWXwap(~d z`gEYfgFyhi1*-shwjqUG1!Cbdhf9dnXPGjOLyYqz{OIhVg}KL7&ke-i)J?>z(@G)4 zx9;=Us7b<^AYO0ka`sJQVEa-Wn6Jm(X+h2V(k|jO(d2kQ1ruqdBn0mXI|~R!4pO71 zVnKz`@gJ%SxMq+0C9+1X5GV8iq@BDQDYJMS&c%}q}aKt)nNP@;PL#(;4;a30}~ zq@%%Wf|s(T0?wpV{Fml(N6@PLEP9^gZ7j+wN*B9w*G_`D4G{PRPBG+Cv($YCPWqT$ zRe%V6jBW{dc|famN?%knFPu?cY8#_3PD;^ zY-&pPTbTDWrO;NyITmhAqCGQ!H?xJ=xE2!l?R-x$^&2`DZ#+D$H8L@~)z-ib`mzQd zxM#Ld>-xZV(ZJgzb+eCc&4RH;tXT-$Gh28`*Jok*L@if?F~`oN?Z`7-?NJW8yz)l+ zOn9U0_nK@v!biAKv#MTZ86gj$cVD=66aS!vIZG(CF73`e=w{tT$($P@@4~l@iG8ot z4Ua=5;2*xkdzS?@Fu2VTw%phRA7>=ZnKWQNL~Ge!0rg76pvDE<4N|QIj(H{TtPq>j zp&JwUNo%N`OkjvIRXuETIwL0Vqtnv}Yw4{b3P;OVZ+^(G&?+%pGo%i~WSxNrrMQBZ zAf5HAy^u1!P}qn=(C-bg*m@6+_O z$qLu$&YFDiD=A{Z7lU5}R4oSkg%7qot!DoSQlx`0qzGK#k3E17a}v(eli)pJw)TU# z))Fl0=-Jp7F&ohYV)m@{c{tmkEOY$pJ(@G2|8v*J-Pd5;Q6z4#irB%YA;eUHZktuu zpzG(tFRR2wj2H_%(V-wCUf;SPJ99Ww%{UxB=oN?lAjM z;RwI^+8y4V#mteZEX=lQ<>sq*%FhyP=(&^pXv5n|C8RDY3T%}?`sUp@RO`wsn#E0# zmgB!Rgab%ce`Xg-w6A{i@aXu^*j@W4rY7z^FfzUaNnegk72M){b>Ze+JGqYn*(bf$ zVILeB9@%$bVsvbOGw9T+-$KRjd1QEHu~sPDJW;M;&?=CW9C8{v4G@TMR`TW{0F;Yd zQ9wY(Gh)ev&9G$DnANlCcW1XBKB}9O=^@b@`55)gvtM~hOrD~-Q#7Y{ExSl_!feGp zdJ?!|cjIAwlT00}G#PP(Np>b3d+n9L@sK^nH&s-5Vq=ULe(N&qqEW+(O#3zn5y})y z{U!D(L$(cAQm7Nl!k2B=Sx^JA?HUaAOzSkt*AHgklA|*WFe7G5u*z0suQuQgFO=qy zj}N<4d{i167PGvCCC*4WHm$Rf?Fev6^3Cd94=?Bo_6eCLGf3Kp6WF>bX+fpL(HxbE z(lF`62bjb2E4^7t^jGwoKsLT=sl0+5eMmw^{&>qWJlO_kkk1_!qB|jXPIQp?ls>8#ZjX)&F8DRpi|00hGSM+lJKnlBuD+ zgX7~P#Bl`^Zi-(aQ~9K zRG~}n&TFo}uAj9QC`ZoJ6p}vjnP=|J)Kt%G0g;5;eM)9s2ES}SgiW6Lis~BaYuJc( z%RSrr!Z5strE~Ofj`p0@32WB8u%Pt#|GdHXrrOpl&NSBLj-0b)R{$xr>r!i)L>CtVf;S+vwssI_e zIWGfe=5}%7s4$0QT=Lt1-g*yoP64Oq`hu?`lN$xZC@=~@AH}0qs#EHwYWY^8W6kBP zsfq__^h`tadU&@qALwXbU!PWP56H%kp4T4zfhO1@<(u`rz5^o%hen{*YyBReJ%py$ zOEsMu32LJHWdCP7<(HiE@Z2Yck{;D=+K4(p+f=&GkHLXO4Zv}p!dqR+?ql~S_QI^) zFGFjXJjF{-@lq=IMBMxoF9oAL#Y;mR{}eBkblnlWG-%4+eH=~M>tj@9%hHQc_B2Wz(4ta&BFKtu zyb?Mn)*3ePV9e2vur}@Fd8g)xEn0hy47+cxn|7ZYP0XQPhKoFdp6!2x{wP0)eU!&~ zkkoE*m^40IV{P=9PK;1*Hf5DL(cpNG_e`q?d??aCxTP29L*fHI>;OA;z-M)52Yh%I zPxb>oFQjGue7ZbJi{Wi_Ig`GwqsujPxr#0;bUBQRf9Qu^J<6{g&H=xR6?>!G`bSX-CT>-7ovl$Kaq zYeDTutTE?r;b1GzLItL#N=b$dOO=q-KcA}4j4FZDQ`x2uxT;^&so3huk~*V>xHlK( zEH+6GNG3h5ku-$UMcAb|h)jD(dyf!I#sFK*(Sd6G%U?*agEHJ)0a)yQi`uhPJ~_WTfycp*DBt|u%1z9`Tg^VG$1zdP6e|>pQ7SeZ4&pWR zbL2S0sCXDVu)$iSvXFdaUvpckS4T{WD|yUv2`ph!6^+W4=Adg)lN5sB&*+`wWBVg> zGM*x6wb=};4W1(C$0b3Fm=L$_Gr-Tg8{y|mL3O^{6d@52ej8{lN`zn7=HzwC(SMEO z`%GDjbZUM-AgDtA;&Yh$G;kKn1Fd?BNpBX5S2XBA>xn(ZJb+UcZ-*8y&*I5#@%H4$ znf&Oohc0*E;`@T>=25;8@cbU2=XlM~!+BbxC)T%1>jnzt*Hbcw&pTjOBQe$Ji2H^% z{R=cJ?CCv>PidLND;CuH?hZV?O4Dj$6hC^J6sy#Fndjegs=T)wv{0ERQVvDFLwm}6 zUZJ{xLY1h?ra>rs6zZZ>H=+WTr2LUJD_hZ`+QI(y%v!Dnh8<-D>*~BGFoH?R=YS~a zzlh!BYD=m@BwBU?)ncUdBq!YPix+$Kzj11YN_|rpq^?&EfSlxqzc{7Ngqu zQlU0KFU_JWs_8(UAGHmx5>UyGI%~9Sb61d@s*s`OKC7s^JW zDl}0q^z^~WKsm0^p6sq;BfVxNn4CO?wZ{q845sliYk7C>T*$waKn8sZCJTwsY|c}3 z)kF=`Y5DN@4!$7YRYd1WwQ`$|3+6~X*$*tYwf0d~3O}KdeeEP-r=hLk`EsGQD z&!)Xo$b89`$Orv9%JBsNk4JE=A`fl@V;rKIee=6ItRbn8*r=tbe|*A09QT$B3Vy zpcpQGibA*Dl;{RGEAIZ>;$p4Jz}alo>P-du6y-!P^`BW(IY8Gq?vKFI)1rZyUi_cW z88C?XI~LicAXvXmAcKO{B<;4G^~T|KRf?k7vGyOQI3(X)|2G!Yyg$q+cm2yxTea%e zva1}-eR9eU=b79ivxQpLy}4%#dFPQ$j1NF<+2L#{&E(zL>QpXEUuG$+UTsr)h)UBal|!;Y#94{TbF;cU`Ie;$1IIn#&tJ>P+h_@68;w%{iTGRb;AtuIo%^^O@p&34%~9 z^J!WrdQV9SK@pEy!%+G2Hidzi$ynCT#ON6L|M%%eZQS~%a4&RY!YI$Rdug_Gc3evd zl7Rd(`X9GZb(}IkL!0yN zAQ2Oh2A#I${IXiJR2t=ImCGqY7p*PgHHON{AEYMEr9)J4`f2S$Q)HgWF6N5XQT4}E z&kUNs#hT(&)h|_O$3!C#*Lq2@L8GX0ggyg$n~Qh zFS4j5|127LTy3!@#Swhy83yhNM5G;Q zGo>W_?o#1*W8BRIto%t3e+Ju90QVZ5#thh1#;%J&-Blr?slYUYgI7_Chgh3X4pWP9 zgmP(v);x$zDi=kP%2oX)u{_ThUT3zwPb^0m3nC3KGl|8T1cN~6wXPA!WkMiT?phiI zq5#?i(hf1l)eiH8r=mierP+;mRl?e?9o9f_L*|9rIZshqn2?#aK8n9h6XvYjql>GCLD-iC|6^-Yf*s9}mnNG8b_=`5*gWA3OdOVpq(BthC{;%&d>rBDv!wPS?G}0&+76e!bt!2?!p zr9C85|7#x==78-S z90Hj~{-zoD8qUQ~@K2G0%9)K+s0bS(f+&S@34EpO>>Hgp0#-uL^7$J?&y;F~Z1IOL zcmo=sN0uoG8kk&F_8ItHFKIknHQ1(bk??{x&V1H`697mrK&4=p7jmel_{*aN!d2ZJ-k-&-!^Bzd?kXEpkbfQJf{_ zo=K7s2F+QEw0;)V`mqyE*moP8RBf=LiTGP*P-})qh7Xv$Nq#aWuQ$cX^V!mN3u<5m zpA%lelb1a~A_A$$dg0Q_M3xtLE4{29&=;^lUB>#rO5+{3$`X=OllTW8rpz-%dIiCN zSnAL~{2;qthe7*qt7?7V2&`ri3>>dfv2_TABW**Dk1VoEMBwa%%Z1W1c!tz!p>1=$ z7f8!n%1JS-UGsxO!obur`IHOf`TFfSBNKvjy|A~lAhWz`JTUBZ|+r*vp&OBozDr>fRv z2U)vOrn*dn0|0%TT{)w{jc}eOR6LH0Txy<6y=Mg#uPdg^%+(3=Uv;~exuQQXli!`9 zmQ&Qi(mIw}3 zy2X5wZZ&ApREgorHZ;mmi|2bLX9HKB|4^&(on+Got@}VP5jJ-^Vy=>HT!Mn=a#Y*-Doy>9U_L zdvNjHdi26ke)uRqc$6OsIQJMBuPp|~S{?&q&60rSiHn?AHy^D!sAu1VIu`5Z>&d@& z$Z!DG|2$}=3@Zyp!ltx6Bi}?jhQ>ttj*8TR2WUfO2@1lI-Un+roKC1h^`Nu76E)XC zK@!Kg&beymz%^G5?7G3Zdgs+w^=-JfRAaAJCYyn&#dZ^cB)yN551M(|{rZt)^1lK%r4o=osPzelFNs)78=}OgncPiVpl@Rb+NIm5-Btup&D} zti1>XnKYcJmVeG_P|;a;PSTfy8 z5fNf|Goe1&w3@DK1qNIMAt;6(@>*;Bo#-LHq4gRIYW~&q1G~7$|C4*Nu~fnLm9M@S zcjMq{*^Hn~i3g4~+CdkzGOzH`Y;A-s0F!_UNs}X%Q(B#`O%?vBpYh2z&hhNCz>gb& ztwq>9C?AXLAxDgaS0ARaeS|I_qsu37G16Ss*AGdkB$Zrv6-Ib8|7yOzhOftP-LoqH z2!DAkt{C6z@hAT&08;e2i0{yO{8?0CZjaI5-W;x3&?KyCyy5)Y1dcas&UjuG}oF$!=^%V>ObkpT zBL!2mUs}-eW9I*oT2$-vcTvJ3u*qiJ`$B_z9I~-aw`Im?{H-;jX7kjO{{~vBudY0D%2EJr%Cc?yhQfay z3o5^Wi|X~Nm<49C(Fm8tCU8aK|GnVmC#Sf69G;HQtH)fce|W?mqYu@$ApjWgix8{!UuC`7dGSC}@Um9_1SW_W(c4 zx*-R$YBRO^I@Ae*pAR0f{u=$_){Zd*Mcj%JY1$Xuk zm1Cm)Vifa)AEM0hCKV;)gr~ejb&i6b@;{*qTeuvp+Pc+LW8-W;#VfHr@FJp(Si>Sp zRWgVCkt9Rjq)jpxb;jUvL7b5>)VBnO`ZnV9X$!_1Y-04w!I5UpO=+ZG>~N&tN;1+5LnB3M#CdbLe-Rw+ zh6_^~?hiT~?w67bccU6E_!FI5HR$(e!C|huD5YWkq{Cr;KFKi8RKvtBRoNKhnXbqL zX1g;Nr!>ZOfZ7S${c4giUI@FKLKI!EkQSC})}-7g2Zwv+B`FQ}iVlbSg(Sm0S88x7 zmQ=144ZL0#9O&0CPidgnbU08-uGvI^*&OsE4=Hb@F|<3?(Av=oSimYZ=C>PmB1Vn5 z5FQaET%PjsTTOB12BTy51?T+kEh)|UJsr;Z?4Pqmd<$y-&do4!cW*(h9}v8vXlThyD9R^ZsoecdLA=p|<4I?y1b@oNA5p zl~W{fpo>Poe%xWde!qFY&fQ%=B|S<%s4^279r$U79r#T14y+%c{lgIVIBl*o$HK>& zxBUM%clAMXRL5P`*PZTk(%nfQVJB5f))oS@2#AdmY#d8EP=r42EQ#1oLC$--quUwn z?JT=H(w$>D{vZ-71|(n!PEtuFabj!;6ck{L64?;G6+{$Ml}gISnC~big)1(nQc0?u z?tZh|J3Bi&w>>j=(I4|PySM$``*pux_xtW0g##=O=-NS7l~;t!`0?P32REn7`?X5b zPO4_!_&~@4oD43&aQzx&pCYUeSp>Stsq>(c_j)Wfy7JMGS<_W0owN42$3*47Ib{AX z1*7kKY^*B5Xvh-K;c=Z27#edn>h7^7)Ul+lCUAYo640i@&L!xuTTr2(hb#lFa_C%! zkgG&gIS+&@r)Br$&BA2sfGiHHsS9;0M~LS2j?4GIG>jx#72!+6S| zpa^3dg8~!`F${_m(8(L*snMMp8RUh~lNjUrT zX8|Ksr8EpP7jrOr-gb<9^##(w^E;rt-3^}Gy>MMF?VqgOOcU@{Nv|0=hHv-5m~hU7 zt(8++Ew|noa$W^xQ+9d`v5|~g--__k!1qz92%OGTB92H!;ACZex}a-~t~YLje7jSg zPoI6ZQx8u-hN#+Tryfpr4PSeM!C99egE`T4UXIPN!8}GHX20-;n_&0)QVSjS%)s){ zX_qs5%hAN_yP>nh%;7W7HP}23+3L)XsFC% znRai|bn^4SyaX~0$!QCvB3fbYW`%-N5#%&Qi>jdrL~tn{k=l#HtQ2C*C$k34aBgud zj2Jbt8O~33t^fAyfbaz|>Q!CmW+_JO^nYI}q7`NV9WtY;h9VHbrPwH~h{LGVRhv&n?YNNQS;xGHP9s}L z@l@BCwWm|WE{IN_=sGVCot`8S^Gv5daWoN@PCb})pwoX1kKJ2R5!}LFSMbjXovz45 z6QFug?m(ygkZH&OwO1;l6=ne!GM%c1A`ro)I3cwchfZm{Yd+~TV7=Bh$H0hCBU`U^ zP1ovgPpF7q5TS1AIxi2Qev(AYGocn7O@t*>4`v+*b$@v5a#9i8#xwVh6eHu*xH`q1?f1JtW15VSYd=q7`O=%VDpj z*hnCPOL3L7B97OhxtaO&TC-Vu`<`QEF7MxZULZj24(4y^hSDMrkymq|sm!YrUf zW>wWt1R}T;Z%CV~!>TmTJ)f-FX^DTyu`XiM$d>qpCwFmA*?N=9x<0 zZ$uNAdNAuirE4J1kb&uHsR(XeLnLBu0@JHvL%9Q$UMaN+nEtC}QYo>}!z98H7` zP(7G+VAVegkKNr;5!}#f3jU}A)N?ndD{x%@R<+L%Zy(tL+jZR|*H6R-`kLefW}kAl zIYRa++%4Q@B>SWkLFU{OQW3E$VdMGhb9IxkP;@M|Puo+F2SjwZrJ4j#-pL=Kto*nLha zf}7Y43jU}ghqioLjSb}ve0o@l5xcFgN=3vE^VQREk6qq z9$V6nNQAFXF`5qlb`HWr7Yti@=nxt_0^69qCs2D%NN0EqxG{qd8y~mg<2HC~UuYb| z{~yQ4EY9UN?#4f)qq*@X>d3t9i{bpJq*ymQIB3fY<@|kiBs-Xx(a49|}t%$>_bn?S|vg&M4 zhCAh08Zm2RC&NA0HGJ(^0$~hd)~CD9%fqZsl8AX`*7qDugk@F_W*wOI-SF6*m5SiT z_O^n5PMCFgDw?3ti*g5MT?v_nj1-qkMYO^!phfO1sD>gC!KL`F)LtBBrIU2#lUZkR z0Od}{$cR)UJAm@qu1%mlsUm_wq`I~1ygZ~jLL%mwR7;K~!jh^7vks(chQ}^16~XOH zSMbjXsooVE${k4c4k<<)t{#($XoXq8h)k-gp$J59DK<$f;*csGN;W5?I=gdjPe)`> zSg#3sR*{- zbxIL_)+-(MTLEzUou0fqHpEvV;!U@EdO;tRBF03$Ln@*bbb+^Khp!rtKm?Z}F5+5U zKT;cpbNw|k$t-k=e%#hbF(gbPcXurz!Y$@Fc|Dwz#Avs`g+yt&iS0L?U9ngY&<;*L@* z3$$4^R+mWU^>jIbck0xwp-sWNA(!^k5}u}HpPx);vni-}iYlI>f~24z4YTk@vsEg3 zx{IZIjzMu_J1iB!A;4D^fKm6%hqu7R78+bhHNBzH9-6PYc>=PHh1Fn1Tn4ko(U1;J z@uU~G{#3Y#%FUHai}AG% z@QtNP3bRhtv-W_$2=WgZ;VzJhh#mZ)Jr%R)kNt(QVLzNKL(T!vuan}&cAu1rXobET zPwChYNAfCC5s2VYWT*lA4snSi#vv6kmd%U~mj>cZq^>aGGjUn~#fmED6y@w`eAh|U z#}=@gM9fVP?u3cG+wfv~a62w2rwK~GP;pfg4m6++{=oI~-*YrUF=PIch+;-8R6Sdj-7j4*{V`^W4g1A6O%A?Krp4+R6PaL3i+uv`^7CPaHvSJr0VR~t@ZDgb>DAL z!T8F$Jsi-}iK1R~0sJjTuVL4^cmwgl2EdSS3iI`}uWy7$^XpO(%x!aVFZ1|toz#j{cq5`BQr~n>CydXu9iSAjch*m{()7U+(PBkup z2rh-$*&GC}t|Kr14;g?TFQ1EJ8Q6cKTks0dSx~O3xdXTGMirtGHUGngh^QIM)sdQ2 z!MlNaw$!|?VY%&V@5|2rCAC2|fU(tXlZt4?yqo6iAz#&Y1R}T;ihKnkxVNJsZh;6c zML=&yYJXSoE%8lDWfCw>nof*vg1(O$63S{N|AEt^v03NFq*``om9*w1HK}wN)>W9; zK~jT6P`rTQ)FV=BWP`p*Dk63zj<6EzBio6JnJ8PuqFJgaJzh>dS-9L@&!q8+#sr0c zO*(glfcM9y(yN6KDXh}!_K#18x}2ENg z+0>pAQ|SVXtxtg!Cm>RWx2$^@_h+%GZL~>kjW&kGrlEBzHqj+~l)_@WxRr~I0lq4> zN9jM6YK)cs?@|%1N*B0Q_RMNRS|EZ;F(REvz*0bWhAv3=3+{abPC=hf4ZW;sw$V>n zdS-uu<{Mo6|KU(hRQhXTVqf!yA5DQ!edmY7B0ufw_Uy)YC z@j54fnSBW}datu#2Msnif~dV#1>z=%iCiJmh*r#-GZ-?tOzruIObzQCtGm zcO=3W+~{XhhQ>--UI%BCF3o^5*NX0z`c7Q%*~7^q=M4S_bM~~_H^U?Pnp6b0mmevm zMD2ghQHD%Y#uq2XVDUs^wBX(**H?}vmhxDyeNM81%?MU%;1a_kuH1mNOb399WaB)W}HuQ&+O#>222VUqelH$g6a)DGt?9jI{{=Em?bM#}e!QaOC zE0DQ|es)UXV+~v@6%o4z`bR4{7>)2oXXV&%U!F8E&y-J$R+M7Ja8F4^w8AY2usB9j zUR)r8OYuFa+j3&G$L2Ohy8zgeHuu4LdF#{VNj*`q3fRNNA+9Etb@A(c5g8iRH7GXw zrqnRlw*HDl2x2qwc+2o!7>S2d4ggeI?~tFl(gonDxB!Ic49C^gp$1OYUV3~kJf=@e zF_n(K(5VDyqzA!BVbP=u&wq;z&&H_)jeI@M=AH0pz9|*Kyz`n;NYt_J0Pq8vF?8ju zvb%>iP>CkS^{{}wqJ9(vSTN@5fxHj04jJ6`NJYdB`KmDs*63GY>q;JG^d>d*ye@0M zG&bN@!_xdpO0U3fm3*p^w+H@|6g%eRi=-l2;TJe-_VkdclL>W(~LB z7>`Z!z34YELvLfdUaBhA_GhIcT5%SrinXoc0D%ZD#a~E?+KKL-pWEne@S40ftxx1N zI1NM3Kv?JEk-HqlHMtI~Vr6QQYvkH7a4=)}YTLz&hj4f^|x&8U^*l_Lxe-1gOV5-d9xw%ye z6kF+01(e@vuIR0F`A$7kGIyq7?zLr?_=B;5H~nyYl4%5nPI^ zr4@1d6pzns2sXGmUEU9)=g^N;>UEjal@XZ~Rw^hI+X#7u>{@(;M9g6*ws_OnHg_ZZ zY+Q)hOOolL-ewikZ-vKgk5mMk{g{G2YNys_dFK~mL)dqD=Zq8|=C=b<5v>pl$cgz) zH4uRaF2!Ziia7jsa&Gx;ctkJ5N$s%Jr9Hzv5|K4wwSpM#At`ihMh}pPIb^sM4gB`b z6k8TrzZ@5K_R3_|QCq4)*?K~bGvTp3Efv9y;gnKG)T}qSTgz%wMcNJNh5bKcgMA1# z5!5sG1O8`H)YyoBDisks@ckp{N;A{p9>j> zjEYuCMZ^yGnr(QiI<^xRtX%Fz-Y zd(p6K7hOICb%|p31nU%J)(=Q=W3#@GMEIL^)S*=$dw3UYXX1j*?r(DN-VxK&;UPRF z6~UDLoKyriL#4=2&G4IHN&(IAB~de!4#W9w|Bt?hK)Rc;71z6x{*jK5>A`ro)xJX(NrxWzT z+>+g@-5Q>_<*Zn2Gt+Z_MAn4$3ZlDvrP#3@-9sXL=`Q+X0+w9|Cn;@7ms^HFUyKVj zyDy1{AY~{=&v3*G;SqecGlJ1O4F3fo@5TmV(1MV&;c4W)|6UB<}OBV(>k z&dQl+Vp2~dhsnvTmThxr^>WBDWMsNbDxwu&0pGLBP|Zakf=ls~)Ka(Kl~d04}ao}{4L9^GVZ`HXyi|q!o;mX!4#@BT&s|dntF$~6|y>P5mBcx zreSZBd+hlLWE;gGoyQ*G8Yx|6txi-_S$pD#o21~gjec1wf(cQ9FVLTgp)Gr5#mtNs ztf_IBK`QBh@uAv!<5_5<+uvtAiOC}4VU;|hk{2;qYGRk&zkrV~;^RyB_zFI5!pC8J+>DQ- z@X)A=_^Ts$Wo8v0x8UPecxY5B{PH2(3-K^M9)*WSHNwxI#limP@o@?tFXH1Re4K%Y zMzx}!BQrdVk4N$G7(6t~9^9ux+ZnHz<0Va9$8g9g{V_?=HVGa2W ztIBU!XMV%V^BbbTZ-@fEq2iAd9Q=m3@EZceZwL^+p&1+}r1%XX<2Qs1-_R(I6L$QD zAo3fc$!`cNzahT-_7DJyZ)io3yXy@R=kE~u#+zjiOyl`$gYdpY&*G_UyX^j~mdU3}Y8&J(y9dI7LV5~* zVtk4Ot<=l7tb+fhYA+kl>hK%&@ym}Nu z1|r5Q@E2}0jMw0!UB>J9w3kuMM@yqcsQn694qU|B>fofWG%O4Tpz5D&Dow(>@h1KB zEqW3n#@q1!s__myVYk~^N+7_){d-Pra~tcGz{mg#jpPb{jN}Rlk}D)gu8<(PLW1N9 z36d)$NUo3|xk7^E3W;JNB3F1ra)kuR6%r&@NRV71!8Qg7k}D*5Xe%U0u8<(PLW1N9 z3AQRokX#`_a)kuR6%uSmkRZ82g5(Mbk}D)gu8?4}xS?iQ_CiCsk)Hq_z^py6FvCLk zT{nQmQ)#$&3$bwiVj!0;kHfZ0GCcKLM5#(3RSBaiK~yD#ssvD#@Tn3!RYIpq;8Y2l zDnU~vWU2&Am2jyNELB3KN}yB;lPW<{B}A$ONR{xY5*$@Rqe@^@35zO0Q6(g*1Voi^ zs1giSi%dQDJ6uU)-RB!dVJ|AdE?53ewTngNN)|t~`(Y8qq)BU+5R5uXOY`XoTvUU9 z(mSca={;F(x@KGna&znL0jC+zVK5pn%=q3?x=;pth6CYYoPK(yMhzi1VE4d}wGylm zv6n!Q1u~A*CXUqXUeJ@02_=}pr!k9gfBYLKy z;5$|WM$6{Or@{_h5N!{Pml+~Zv!)8gJghLzi<0O9ED(R4&y$l&;+#z_o zzohLOhg%RT+BBMjy&7T?1Q7xbP|J8luc&5YuW^5Yxnt3=2KG7b@21klB5*x^^8xoa rByPOv`?c=x;Vh7*EL(o8O2k2;eXje*K=NvtA>`}*s$N)Y;*$RZTU5VN literal 0 HcmV?d00001 diff --git a/.doctrees/index.doctree b/.doctrees/index.doctree new file mode 100644 index 0000000000000000000000000000000000000000..71874eab1a8fe38b15bace1141205056c85df59f GIT binary patch literal 4817 zcmds5&yO5O6<&KiGdr`tyzAHyB^I4S;&t%s*uhc4UJxWgidNZ3krl|nY1eeuOqI90 ztKC(-J99t^hd@>;5WH|xw6u%re3{zRrTKY zzV~WAZT;r2yDRR`ZtGOYWU|k~Fi|1bg?!ot!BZAGU3^gEPJ3+*>h7jLd35&~bYhj+w2SXMdXME&zx|29M&?zIht)&^) zJUihAV4?q6F6Z!T4`g&06 z4P+AX$$q9yVXqJ@i^EnvL<~Ecf~t}k{6$N&DZYD{Y#C`H-k7p){)k6F6(>AB6Xdt_ zBFtYY0kdP@dY;w)`Sgo(>&pP_!4LPuYhqR0Iuf^!@*xx7fak@FK;ujJ+{EWw_`LG4 z$i=H-0QEbiy4Vx94?FI{Ym^i!Pr}Bv${ULn_`F2>`MGCpByQN2^DP1oY-G}fd+*3@ zu^dU17#X-!FMd`W*=tCzksRll6O}P>6WiRe2q>o^+#(qws%J88H)Ik-dB}+|2t9k^ zL-9a-B!0~8TFfRPPmL%JF9U>N0t&0`zJrv;IrIS{KaSL}IJ0db!w`gaW;ZK)Gr?Mt z$3vd+usB??Jr{qil4uIu9(ZwnMK`Q>5ucF5-xarWSxL+rQb7@~Mj`$=zyh7KurE~T9sU5pk?^Voi|Ho(Fe$QTUo7h!tLS!8N_i0nU45i;AQeP}X zu&HF*Scljb;sX?X`WmC|72?mfgOQo0VB=LXZP)RiPtr&R(jW_H`jll!@wr=v;ymUc z)%isz6MkD|!gU;@xab(9{OgADFTYONHk8lEQHb|1W{BG?1E@L60#SwUX+10c?gI9^ zrSTt@#yhAjZha#p|GXe1;!n>NjelHpvu8!)U(X*6@t4`Tn-REy2z+_b*3Afz^54Er zxsCuSR}q-gR82QEYuI*~iG{uNx+_XQZ^X~#?E=Z|BJYSX`e2NH#Tau6t7n^hav?u~ z3@$oa)k26p`+~_>q9ezlewwK<+K{rVX&Gf$R2G9u$JK_M{C3H11$jn2kzd(5vKzI; zbs0x?O><+w4(PRah-+Q%Jjz^ALJGG(Vo?rWtVznYRc_MU6h~rkWV@gTj%ukgRL^dR z_88r8oMNy}-6@WWN;rXY2guX%2;jWr7z({=m}e12nN`=WNX3@eo9O8NG_VhUbUMLLWU2 z>J7G`R_n;N%btonBEuRGqV4)G<n4xyOr|PrwWEF z1+m}&DAy^_jIQl0ohjzxrzd)Fv}{)Ue6VD_Kn$Z8EoU324d=tnAGW#?>f1_E78fWVje z1}{4oV)b#JqSDh--!;G$4WL_wL?$C(pyGvHA_|=km(*lT*o_n`laU@=#|0pR&N@T} zPjLdl(KVde>jAWmeU9cM^6{$#@vb}dPW3JWR-;kLX=iqoCnp8kV!Kwd3DOrxq?$ob zbHD6G+@o>_hXS$;=oYBKdx6;8?k-5n=P1OmHku8nFQS($0-}i(T>EjOa{P7k1 z%WaqDs7-QZLg+I$d6tV8=|z@`J5EoWhVxTGhjI33roV8c6Y&Ix8Bt)+Fh{keq$++Mc0>YRWo=Cfl30r8-W+pnn0nyb`NJ1 zlg>Mp{3*QlS@9v#0u3_~3~zr8B$OM@7-d1cJ`=lOu2=6dfM-lUAoM~ay^0^oc5nZ` Dj88#R literal 0 HcmV?d00001 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000..e69de29bb2 diff --git a/_sources/authentication.rst.txt b/_sources/authentication.rst.txt new file mode 100644 index 0000000000..d312f39f23 --- /dev/null +++ b/_sources/authentication.rst.txt @@ -0,0 +1,4 @@ +Authentication +============== + +.. mermaid:: assets/authentication-flow.mm diff --git a/_sources/commands/check_program_requirements.rst.txt b/_sources/commands/check_program_requirements.rst.txt new file mode 100644 index 0000000000..90405f4014 --- /dev/null +++ b/_sources/commands/check_program_requirements.rst.txt @@ -0,0 +1,22 @@ +``check_program_requirements`` +============================== + +Checks programs for a valid requirements tree. A program has a valid requirements tree if it: + +1. Exists +2. Has nodes for all courses assigned to the program + +If the tree does not fit this criteria, an error message is printed to the screen. (This uses the ``check_program_for_orphans`` API call, but it suppresses its error logging so it won't clog up the error log.) + +By default, this will check all programs in the system. Specify individual programs to check with ``--program`` (multiple times if needed) or check only live programs with ``--live``. Note that if you specify both of these together they will be combined: if you specify a check for a specific program that isn't live and then also specify ``--live``, it won't return anything for that program. + +Syntax +------ + +``check_program_requirements [--program ] [--live]`` + +Options +------- + +* ``--program `` - Check this specific program. Can be either the readable ID of the program (e.g. ``program-v1:MITx+DEDP``) or the numeric ID, and can be specified multiple times to check multiple programs. +* ``--live`` - Check only live programs. diff --git a/_sources/commands/configure_instance.rst.txt b/_sources/commands/configure_instance.rst.txt new file mode 100644 index 0000000000..03d308182a --- /dev/null +++ b/_sources/commands/configure_instance.rst.txt @@ -0,0 +1,23 @@ +``configure_instance`` +====================== + +Configures a fresh MITx Online instance. For more information, see :doc:`MITx Online Quick Start<../configuration/quickstart>` and :doc:`Local Open edX Tutor and MITx Online Deployment<../configuration/tutor>`. + +For Tutor deployments, this will use ``local.edly.io`` for URLs for the edX platform. If you're running a dev deployment, or are using Tutor Nightly, ``--tutor-dev`` will additionally add the proper ports (as Caddy is disabled in these cases). In either case, the two demo courses will still be created but only the Demonstration Course (``course-v1:edX+DemoX+Demo_Course``) will exist in edX, and then only if you import the demo course using the relevant Tutor command. + +Syntax +------ + +``configure_instance [--dont-enroll|-D] [--dont-create-superuser|-S] [--edx-oauth-client ] [--edx-oauth-secret ] [--gateway ] [--tutor|-T] [--tutor-dev]`` + +Options +------- + +* ```` - One of ``macos``, ``linux``, or ``none``. Specifying ``none`` will additionaly stop creation of the OAuth2 application record for edX. Defaults to ``none``. +* ``--dont-enroll|-D`` - Don't enroll the test learner account in any courses. (Defaults to enrolling the account in ``course-v1:edX+DemoX+Demo_Course``.) +* ``--dont-create-superuser|-S`` - Don't create a superuser account. +* ``--gateway `` - The Docker gateway IP. Required on Linux. See :doc:`Configure Open edX<../configuration/open_edx>` for more info. +* ``--edx-oauth-client `` - Use the specified client ID for the edX OAuth2 client. (Useful if you're redoing your MITx Online instance and you've already created the corresponding record in edX, since you're not allowed to edit it there.) +* ``--edx-oauth-secret `` - Use the specified client secret for the edX OAuth2 client. (Useful if you're redoing your MITx Online instance and you've already created the corresponding record in edX, since you're not allowed to edit it there.) +* ``--tutor|-T`` - Configure the instance for use with a Tutor edX deployment. +* ``--tutor-dev`` - Configure the instnace for use with Tutor dev or nightly. diff --git a/_sources/commands/configure_tiers.rst.txt b/_sources/commands/configure_tiers.rst.txt new file mode 100644 index 0000000000..4c852f3406 --- /dev/null +++ b/_sources/commands/configure_tiers.rst.txt @@ -0,0 +1,86 @@ +``configure_tiers`` +=================== + +Creates financial assistance tiers and discounts for a course or program. + +This operates in two modes: creating tiers for a program and creating tiers for a course. + +*In the tables below, represents the current year.* + +**Configuring tiers for a course** + +The command will use the readable ID of the course as part of the financial aid discounts. They will default to this: + +=========================== ============= ====== +Code Type Amount +=========================== ============= ====== +-fa-tier1- percent-off .75 +-fa-tier2- percent-off .50 +-fa-tier3- percent-off .25 +-fa-tier4- percent-off 0 +=========================== ============= ====== + +Note that configuring course tiers requires the course to exist. Use ``create_courseware`` (or any of the other methods) to create the course before you run this command. + +**Configuring tiers for a program** + +The default discounts will be: + +==================== =========== ====== +Code Type Amount +==================== =========== ====== +DEDP-fa-tier1- dollars-off 750 +DEDP-fa-tier2- dollars-off 650 +DEDP-fa-tier3- dollars-off 500 +DEDP-fa-tier4- percent-off 0 +==================== =========== ====== + +Specify changes using ``--program`` and/or ``--program-abbrev``. + +**Tiers** + +The actual tiers that will be created are: + +========= ======================== +Threshold Discount +========= ======================== +$0 -fa-tier1- +$25,000 -fa-tier2- +$50,000 -fa-tier3- +$75,000 -fa-tier4- +========= ======================== + +These can be overridden by providing a CSV file. The CSV file should have the following fields and should not have a header row:: + + threshold amount,discount type,discount amount + +If you specify tier information, you must provide all the tiers you want to create - the specified information will override the default. In addition, you must supply a zero income tier. This is a requirement and the command will quit if you don't have one set up, as that tier is used as the starting point for financial assistance. (In other words, learners will see errors if there's not a zero-income threshold tier set up.) + +**Reuse** + +The command will try to reuse any discounts and tiers that match ones the command would have created, so you can safely run this for a course or program that may have already had financial assistance tiers set up. + +Syntax +------ + +Configuring tiers for a program: +``configure_tiers [--program ] [--program-abbrev ] [--tier-info ]`` + +Configuring tiers for a course: +``configure_tiers [--course ] [--tier-info ]`` + +Options +------- + +Program options: + +* ``--program `` - Program ID to use or create. +* ``--program-abbrev `` - Abbreviation to use for tiers and discounts. + +Course options: + +* ``--course `` - Course ID to use. This won't create a course; use ``create_courseware`` for that. + +Common options: + +* ``--tier-info `` - Tier info in CSV format. diff --git a/_sources/commands/create_courseware.rst.txt b/_sources/commands/create_courseware.rst.txt new file mode 100644 index 0000000000..feb9d525dd --- /dev/null +++ b/_sources/commands/create_courseware.rst.txt @@ -0,0 +1,60 @@ +``create_courseware`` +===================== + +Creates a new courseware object. + +**For programs**, this creates the basic program record. +**For courses**, this creates the course, and then optionally adds it to the specified program (and can add it as an elective or required course). It will also optionally create an initial course run for the course. Finally, it will also add the course to the program's requirements or electives list. +**For courseruns**, this creates the course run and associates it with the specified course. + +This will not run ``sync_course_run`` for you, so for best results, ensure the course run is set up on the edX side, use this command, then run ``sync_course_run`` to pull dates and other information from edX. + +Syntax +------ + +``create_courseware [--live] [--self-paced] [--create-run [create_run]] [--run-url [RUN_URL]] [--program [PROGRAM]] [--run-tag [run-tag]] [--required] [--elective] [--force] [--start <date>] [--end <date>] [--enrollment-start <date>] [--enrollment-end <date>] [--upgrade <date>] [--dept <department_name>] [--create-depts]`` + +Checks +------ + +The command performs the following checks: +* It checks to see if ``readable_id`` contains ``course`` or ``program`` at the front - if it doesn't, it will assume you've swapped the title and readable ID mistakenly and stop. +* It checks to see if the course will be live before adding it to the requirements tree. If ``--live`` isn't specified, it will ignore your request. This only applies to course creation. +* If creating a course or program, ``--depts`` must be specified and the department names must exist. + +Both of these checks can be overridden with the ``--force`` flag. + +Options +------- + +* ``object`` - One of ``program``, ``course``, or ``courserun`` +* ``readable id`` - The readable ID of the object. Note: do not specify the run tag for course runs. +* ``title`` - The title of the object. +* ``--live`` - Makes the object live (default is not). +* ``--force|-f`` - Force the creation of the object. (See "Checks" section for details.) +* ``--create-depts`` - If specified, any departments specified that do not currently exist will be created. + +Programs can take the following options: +* ``--depts`` - The departments to associate the program with. + +Courses can take the following options: + +* ``--program <PROGRAM>`` - The program to assign the course to. +* ``--create-run <run tag>`` - Create a course run for this course with the specified run tag. +* ``--run-url <url>`` - The courseware URL for the course run. (Only if ``--create-run`` is specified.) +* ``--self-paced`` - The course run is self-paced. (Only if ``--create-run`` is specified.) +* ``--required`` - The course is a requirement for the program. +* ``--elective`` - The course is an elective for the program. +* ``--depts`` - The departments to associate the course with. + +Course runs can take the following options: + +* ``--program <PROGRAM>`` - The program to assign the course to. **Required.** +* ``--run-tag <run tag>`` - The run tag to use. **Required.** +* ``--run-url <url>`` - The courseware URL for the course run. +* ``--self-paced`` - The course run is self-paced. +* ``--start <date>`` - The date the course run should start. +* ``--end <date>`` - The date the course run should end. +* ``--enrollment-start <date>`` - The date the course run enrollment should start. +* ``--enrollment-end <date>`` - The date the course run enrollment should end. +* ``--upgrade <date>`` - The date after which course run enrollments should not be possible. diff --git a/_sources/commands/create_courseware_page.rst.txt b/_sources/commands/create_courseware_page.rst.txt new file mode 100644 index 0000000000..54170f58f9 --- /dev/null +++ b/_sources/commands/create_courseware_page.rst.txt @@ -0,0 +1,17 @@ +``create_courseware_page`` +========================== + +Creates a very basic About page in the CMS for the given courseware object. + +The about page will only have the handful of fields that are required to be there, and will be linked to the specified courseware object. If the courseware object is a course, it will also be added to the Featured Products section on the homepage. By default, the CMS page will be saved in a draft state. + +Syntax +------ + +``create_courseware_page <courseware id> [--live]`` + +Options +------- + +* ``courseware id`` - The courseware object to make a CMS page for. +* ``--live`` - Makes the resulting page live. diff --git a/_sources/commands/create_product.rst.txt b/_sources/commands/create_product.rst.txt new file mode 100644 index 0000000000..d4bd44ffff --- /dev/null +++ b/_sources/commands/create_product.rst.txt @@ -0,0 +1,19 @@ +``create_product`` +================== + +Creates a product for the given courseware ID. (For now, this only works with course runs.) + +By default, the product description will be the courseware ID. This is the recommended setting for this to make it easy to determine which products are for what courseware objects. + +Syntax +------ + +``create_product <courserun> <price> [--description|-d <description>] [--inactive]`` + +Options +------- + +* ``courserun`` - The course run to use. +* ``price`` - The price (numbers only) of the product. +* ``--description <description>`` (or ``-d``) - Optionally specify the product description. (Defaults to the courseware ID.) +* ``--inactive`` - Makes the product inactive. (Defaults to active.) diff --git a/_sources/commands/create_user.rst.txt b/_sources/commands/create_user.rst.txt new file mode 100644 index 0000000000..72e37e8f6d --- /dev/null +++ b/_sources/commands/create_user.rst.txt @@ -0,0 +1,20 @@ +``create_user`` +=============== + +Creates a learner account in the system. You will be prompted for the account password. + +Syntax +------ + +``create_user username email firstname lastname displayname countrycode [--enroll <courseid>]`` + +Options +------- + +* ``username`` - Username for the learner to create. +* ``email`` - Email address of the learner to create. +* ``firstname`` - The learner's first name. +* ``lastname`` - The learner's last name. +* ``displayname`` - The learner's display name. +* ``countrycode`` - The country code to use. (Default US) +* ``--enroll <courseid>`` - Optionally enroll the user in the specified course run. The enrollment will be an audit enrollment. diff --git a/_sources/commands/generate_discount_code.rst.txt b/_sources/commands/generate_discount_code.rst.txt new file mode 100644 index 0000000000..345246b16e --- /dev/null +++ b/_sources/commands/generate_discount_code.rst.txt @@ -0,0 +1,51 @@ +``generate_discount_code`` +========================== + +Creates discount code(s). + +This can create a single code, a batch of explicitly defined codes, or a batch of automatically generated codes (with an optional prefix). + +Syntax +------ + +``generate_discount_code <code> [<code>...] --amount <amount> [-activates <date>] [--expires <date>] [--discount-type <discount type>] [--one-time] [--once-per-user] [--count <count>] [--prefix <prefix>]`` + +Batch Generating Codes +---------------------- + +You can create a batch of explicitly named codes by simply passing multiple discount codes to the command. All of the codes will be created (assuming they don't already exist) with the options you've specified. + +Alternatively, you can created a number of codes using the ``--count`` and ``-prefix`` option. Using these options will generate the number of codes specified by ``--count`` and will prefix the code with ``-prefix`` if it is specified. The code will be generated using a UUID - if you've supplied a prefix, the code will be in the format ``<prefix><uuid>``. Note that the command won't insert any punctuation between the prefix and the UUID, so you will need to add that yourself if you want, for example, a dash separating the two. UUIDs are 37 characters in length so prefixes need to be a total of 13 characters or less. + +Output +------ + +Generated codes will be written to a ``generated-codes.csv`` file, with the following information: + +* Discount code +* Code type +* Amount +* Expiration date + +The file is overwritten if it exists. + +Options +------- + +General options: + +* ``--amount <amount>`` - The discount's amount. For percent off discounts, this should be on a scale of 0-100. This is required. +* ``--discount-type <discount type>`` - One of ``percent-off``, ``dollars-off``, or ``fixed-price``; the type of discount code to make. Defaults to ``percent-off``. +* ``--activates <date>`` - The date the code should become active (in ISO-8601 format). +* ``--expires <date>`` - The date the code should stop being active (in ISO-8601 format). +* ``--one-time`` - Set the discount to be redeemable only once. +* ``--once-per-user`` - Set the discount to be redeemable only once per learner. + +For explicitly named codes: + +* ``code`` - The code to generate. (You can specify any number of these.) Max length 50 characters. + +For automatically generated codes: + +* ``--count <count>`` - The number of codes to create. +* ``--prefix <prefix>`` - The prefix to append to the code. Max length 13 characters. diff --git a/_sources/commands/import_courserun.rst.txt b/_sources/commands/import_courserun.rst.txt new file mode 100644 index 0000000000..b145dd4a79 --- /dev/null +++ b/_sources/commands/import_courserun.rst.txt @@ -0,0 +1,56 @@ +``import_courserun`` +==================== + +Creates courserun(s) in the system based on edX course data. + +You can specify either a specific courserun to create, or you can specify a run tag (e.g. ``1T2023``) and a program (e.g. ``program-v1:MITx+DEDP``), and the command will create courseruns for the courses that it finds in edX. + +You can also optionally have it create a CMS page for the course, if one doesn't already exist. + +Furthermore, you can specify a price, and it will create (or update) product(s) for the courserun(s) with the specified price. Created products will use the readable ID for the courserun as the product description and will be made active depending on the courserun. This command will not update existing courseruns; only new ones that it creates will get products. + +If the course does not exist, it will be created with the same data as the edX course. Any specified courserun that doesn't exist in edX will be skipped - it won't make empty course runs for you (use Django Admin or ``create_courseware`` if you want to do that, since you'll need to specify a few things that you can't here.) Similarly, any courserun that already exists will be skipped - ``sync_courserun``, which runs on a regular basis, will handle syncing the pertinent data for it. + +New courseruns will be created with the following data synced from the edX course_details API call: +* Start and end dates +* Enrollment start and end dates +* Title +* Pacing (self-paced or instructor-led) +* Courseware URL (depends on the ``OPENEDX_API_BASE_URL`` configuration setting) + +You may want to adjust these after they're created. + +Syntax +------ + +To create an individual courserun: + +``import_courserun [--courserun <courserun>] [--program <program>] [--live] [--create-cms-page] [--price <price>]`` + +To walk a program: + +``import_courserun [--program <program>] [--run-tag <run tag>] [--live] [--create-cms-page] [--price <price>]`` + +Options +------- + +* ``--courserun <courserun>`` - The courserun to check for. Takes precedence over ``--program``. +* ``--program <program>`` + * _If walking a program:_ The program to walk through. Requires ``--run_tag``. Specify either the numeric database ID or the readable ID for the program. + * _If creating a single courserun:_ The program the course should belong to, if any. +* ``--run-tag <run tag>`` - The run tag to use for the new courseruns. Required for ``--program``; don't use otherwise. +* ``--live`` - Make the course live. (Default is to set the flag to false.) +* ``--create-cms-page`` - Attempt to create a basic CMS page for the course, in a similar fashion to ``create_courseware_page``. If this fails (for instance, if the course already has a CMS page), this step will be skipped. +* ``--price <price>`` - Create (or update) a product for the courserun with the specified price. If the command creates multiple courseruns, this will create a product for each. +* ``--dept <department_name>`` - Specify department(s) assigned to the course object. If program is specified, all courses associated with the program and imported will have the same department. + +Example +------- + +The use case for this was creating a batch of course runs for an upcoming semester of DEDP courses; these courses existed in edX but not in MITx Online. Since in that case the semester was 1T2023, this command would have created all the applicable courseruns all at once: + +``manage.py import_courserun --program program-v1:MITx+DEDP --run-tag 1T2023 --live --dept Economics`` + +Or, the same but with the standard DEDP pricing applied: + +``manage.py import_courserun --program program-v1:MITx+DEDP --run-tag 1T2023 --live --price 1000`` diff --git a/_sources/commands/index.rst.txt b/_sources/commands/index.rst.txt new file mode 100644 index 0000000000..3ba2d4299d --- /dev/null +++ b/_sources/commands/index.rst.txt @@ -0,0 +1,22 @@ +MITx Online Commands +==================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + check_program_requirements + configure_instance + configure_tiers + create_courseware + create_courseware_page + create_product + create_user + generate_discount_code + import_courserun + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` diff --git a/_sources/commands/refund_fulfilled_order.rst.txt b/_sources/commands/refund_fulfilled_order.rst.txt new file mode 100644 index 0000000000..b88313c685 --- /dev/null +++ b/_sources/commands/refund_fulfilled_order.rst.txt @@ -0,0 +1,21 @@ +``refund_fulfilled_order`` +========================== + +Looks up a fulfilled order in the system, sets it to Refunded, and then adjusts the enrollments accordingly. + +- If --unenroll is specified, the learner will be unenrolled from the course run associated with the order. +- If --audit is specified, the learner will keep their unenrollments, but they will be set to "audit" instead of "verified". + +This does not make any sort of call to CyberSource or any other payment gateway to perform a refund - you're expected to have refunded the learner's money manually already. (At time of writing, PayPal transactions can't be refunded using the normal means, so they get refunded manually via CyberSource and then this command comes in to clean up afterwards.) + +Syntax +------ + +``refund_fulfilled_order <reference number> [--audit] [--unenroll]`` + +Options +------- + +* ``<reference number>`` - The reference number for the order to refund. +* ``--audit`` - Change the learner's enrollment status to ``audit``. +* ``--unenroll`` - Unenroll the learner. diff --git a/_sources/commands/regenerate_edx_auth_tokens.rst.txt b/_sources/commands/regenerate_edx_auth_tokens.rst.txt new file mode 100644 index 0000000000..c5b7632de3 --- /dev/null +++ b/_sources/commands/regenerate_edx_auth_tokens.rst.txt @@ -0,0 +1,16 @@ +``regenerate_edx_auth_tokens`` +============================== + +Regenerates the authentication tokens for a specified learner. In essence, deletes the ``OpenEdxApiAuth`` record and then makes a call to edX to generate a new refresh and access token. + +If the user doesn't have an ``OpenEdxUser`` record either, then this command is not appropriate. Use ``repair_missing_courseware_records`` instead. This will also not do anything with enrollments or grades. The main usecase is if the learner's ``OpenEdxApiAuth`` record gets deleted for some reason, or if their refresh tokens on the edX side are revoked. + +Syntax +------ + +``regenerate_edx_auth_tokens <username>`` + +Options +------- + +* ``username`` - the learner's ID, username, or email address. diff --git a/_sources/commands/resolve_pending_order.rst.txt b/_sources/commands/resolve_pending_order.rst.txt new file mode 100644 index 0000000000..e0d5c549c3 --- /dev/null +++ b/_sources/commands/resolve_pending_order.rst.txt @@ -0,0 +1,17 @@ +``resolve_pending_order`` +========================= + +Looks up the specified pending order in CyberSource and resolves it. This can mean either fulfilling the order or cancelling it, depending on the status of the payment in CyberSource: if the order is found and the result code is 100, it will be fulfilled; otherwise, it will be cancelled. + +This only works on pending orders and won't accept a reference number for an order that's not in the Pending state. + +Syntax +------ + +``resolve_pending_order [--all] [--order <reference number>]`` + +Options +------- + +* ``--all`` - Process all pending orders. +* ``--order <reference number>`` - Process a specific order specified by reference number (e.g. ``mitxonline-prod-1``). diff --git a/_sources/configuration/ecommerce.rst.txt b/_sources/configuration/ecommerce.rst.txt new file mode 100644 index 0000000000..3aa6743e3f --- /dev/null +++ b/_sources/configuration/ecommerce.rst.txt @@ -0,0 +1,77 @@ +Configure eCommerce +=================== + +To use the eCommerce subsystem, some configuration is required. These instructions will also set up a course in your MITx Online environment that you can use for enrollment. + +You'll need a working MITx Online setup and a working devstack setup to begin, and superuser accounts for each. + +Set Up MITx Online eCommerce Config +################################### + +The CyberSource configuration for the app can be lifted out of Heroku. **Make sure you use values from RC - otherwise, you will actually be charged for purchases (and test credit card numbers will fail).** For best results, you should also have an account for the test Enterprise Business Center (``https://ebc2test.cybersource.com/ebc2/``). + +The ``.env`` settings you need to copy over are: + +- ``MITOL_PAYMENT_GATEWAY_CYBERSOURCE_ACCESS_KEY`` +- ``MITOL_PAYMENT_GATEWAY_CYBERSOURCE_PROFILE_ID`` +- ``MITOL_PAYMENT_GATEWAY_CYBERSOURCE_SECURITY_KEY`` +- ``MITOL_PAYMENT_GATEWAY_CYBERSOURCE_SECURE_ACCEPTANCE_URL`` + +Alternatively, you can set up your own CyberSource developer account and generate a set of API keys there: `Evaluation Account Setup <https://ebc2.cybersource.com/ebc2/registration/external>`_ If you set up your own developer account, you will need to properly configure it for Secure Acceptance with the credit card types you wish to test, and you will need to generate your own API keys and supply them in the ``.env`` file. + +You may also set ``ECOMMERCE_DEFAULT_PAYMENT_GATEWAY`` to ``CyberSource`` - this sets it to the default value, but setting it now will prevent issues if the Payment Gateway ol-django library adds in new payment gateways. + +Set Up a Course +############### + +The devstack environment comes with a couple of test courses set up. If you want a different course, you will need to set that up in Open edX before starting here. Bootstrapping a course in edX is beyond the scope of this document. + +In Open edX +----------- + +1. Log in to the Django Admin interface. +2. Find a course from the `Course Overviews <http://edx.odl.local:18000/admin/course_overviews/courseoverview/>`_ page. +3. Note the *Display name* and *Id* fields. + +In MITx Online +-------------- + +1. Log into the Django Admin interface. +2. Under Courses, open Programs and add a Program. (The specifics here aren't important - there just needs to be a Program.) +3. Under Courses, open Courses and add a Course. The *Title* and *Readable Id* fields should be set to the *Display name* and *Id* fields from the edX course you plan to use. Make sure Live is set and the Program is set to the program you created in step 2. +4. Under Course Runs, add a Course Run. The *Title* and *Courseware Id* fields should be set to the Id and Display Name fields from the edX course. The Courseware url path should be set to the URL where the course lives in edX (ex. ``https://courses-qa.mitxonline.mit.edu/learn/course/course-v1:MITx+14.750x+3T2022/home``). The dates will be overwritten when the system is synced with Open edX, but for testing it's good to put Start Date, End Date, Enrollment Start, and Enrollment End. A good starting point for these is today plus/minus one year for each. +5. You now need to add the course to the CMS. Navigate to the Wagtail CMS admin, at /cms. +6. Open the Courses folder under Home Page. +7. Select Add Child Page. +8. Fill out the form. The course you added in steps 1-4 should appear. (If not, double-check your settings in Django Admin.) Publish the page when ready. +9. Open the Home Page, and select Edit. +10. Under the Featured Products section, select Add. You will be given a button to choose a page, and the page chooser there should list the page you created. +11. Publish the Home Page when ready. + +You should now be able to see the course under the hero image on the MITx Online homepage, and navigating into the course should give you the option to Enroll. (At this point, you won't have a Product set up, so enrolling now should just enroll you in the course.) + +Setting Up a Product +#################### + +1. Log into MITx Online Django Admin. +2. Under Ecommerce, open Products and create a new Product. Set *Content type* to Course Run and *Object Id* to the ID of the course run you created earlier (it's probably 1 if you're working from a new install). Price should ideally be set to a non-zero value, that is less than $999, in RC/Sandbox environments. Description needs to be filled in but can be anything - for clarity, it's recommended to use the course name. Make sure Is active is checked. + +You should now be able to enroll in the upgraded course. + +* If you've enrolled in the course already, you should now see the upsell card on the course listing page. +* If you haven't enrolled, enrolling should pop the upgrade modal. +* In either case, enrolling in the paid version of the course should bring you to the cart, and you should then be able to check out. + +Testing Checkout +---------------- + +The test CyberSource credentials won't actually process a charge that has been run through the system. However, you should avoid using a valid credit card number when testing. Any card number that is both invalid but passes the checks should work. Here are some examples: + +- Visa: 4111111111111111 +- Visa: 4242424242424242 +- MasterCard: 5555555555554444 +- MasterCard: 5105105105105100 +- American Express: 378282246310005 +- Discover: 6011111111111117 + +Supply any expiration date in the future. The CVN code should be any three-digit (not AmEx) or 4 digit (AmEx) number that is fairly unique (not like 123, 111). What card types are allowed and whether or not the CVN code is required depends on the settings in the CyberSource account - currently, the MIT test account does require an expiration date and CVN code and supports the four card types listed above. Transactions are logged and can be found in the test EBC. You can additionally adjust the settings in the EBC to email the payment data to you while you're testing - but you should ask around before doing this in case someone else is testing eCommerce elsewhere. diff --git a/_sources/configuration/hubspot.rst.txt b/_sources/configuration/hubspot.rst.txt new file mode 100644 index 0000000000..6672c1de51 --- /dev/null +++ b/_sources/configuration/hubspot.rst.txt @@ -0,0 +1,9 @@ +Configure HubSpot +=================== +In order to connect your local instance of MITx Online with HubSpot, you will need to define the following envrionment variables in your `.env` file. + +``` +MITOL_HUBSPOT_API_PRIVATE_TOKEN=<ask a developer to add you to the hubspot account> +MITOL_HUBSPOT_API_ID_PREFIX=<your_initials>-mitxonline-dev +HUBSPOT_PIPELINE_ID=19817792 +``` diff --git a/_sources/configuration/index.rst.txt b/_sources/configuration/index.rst.txt new file mode 100644 index 0000000000..f5024eaaf2 --- /dev/null +++ b/_sources/configuration/index.rst.txt @@ -0,0 +1,10 @@ +Configuration +============= + +.. toctree:: + :maxdepth: 2 + + open_edx + tutor + ecommerce + quickstart diff --git a/_sources/configuration/open_edx.rst.txt b/_sources/configuration/open_edx.rst.txt new file mode 100644 index 0000000000..3627f1efe7 --- /dev/null +++ b/_sources/configuration/open_edx.rst.txt @@ -0,0 +1,213 @@ +Configure Open edX +================== + +In order to create user accounts in Open edX and permit authentication from MITx Online to Open edX, you need to configure MITx Online as an OAuth2 provider for Open edX. + +Setup Open edX Devstack +####################### + +Following steps are inspired by `edx-devstack <https://github.com/edx/devstack>`_. + +Add ``/etc/hosts`` alias for Open edX +------------------------------------- + +If one doesn't already exist, add an alias to ``/etc/hosts`` for Open edX. We have standardized this alias +to ``edx.odl.local``. Your ``/etc/hosts`` entry should look like this:: + + 127.0.0.1 edx.odl.local + +Clone edx/devstack +------------------ + +.. code-block:: shell + + git clone https://github.com/edx/devstack + cd devstack + make requirements + make dev.clone + +Pull latest images and run provision +------------------------------------ + +.. code-block:: shell + + make pull + make dev.provision + + +Start your servers +------------------ + +.. code-block:: shell + + make dev.up + +Stop your servers +----------------- + +.. code-block:: shell + + make stop + +Setup social auth +################# + +Install ``social-auth-mitxpro`` in LMS +-------------------------------------- + +There are two options for this: + +Install via pip +^^^^^^^^^^^^^^^ + +.. code-block:: shell + + pip install social-auth-mitxpro + +Install from local Build +^^^^^^^^^^^^^^^^^^^^^^^^ + +* Checkout the `social-auth-mitxpro <https://github.com/mitodl/social-auth-mitxpro>`_ project and build the package per the project instructions +* Copy the ``social-auth-mitxpro-$VERSION.tar.gz`` file into devstack's ``edx-platform`` directory +* In devstack, run ``make lms-shell`` and within that shell ``pip install social-auth-mitxpro-$VERSION.tar.gz`` + + * To update to a new development version without having to actually bump the package version, simply ``pip uninstall social-auth-mitxpro``, then install again + +Install ``openedx-companion-auth`` in LMS +--------------------------------------------- + +There are two options for this: + +Install via pip +^^^^^^^^^^^^^^^ + +.. code-block:: shell + + pip install openedx-companion-auth + +Install from local Build +^^^^^^^^^^^^^^^^^^^^^^^^ + +* Checkout the `openedx-companion-auth <https://github.com/mitodl/open-edx-plugins/tree/main/src/openedx_companion_auth>`_ project and build the package per the project instructions +* Copy the ``openedx-companion-auth-$VERSION.tar.gz`` file from the ``dist`` folder into devstack's ``edx-platform`` directory +* In devstack, run ``make lms-shell`` and within that shell ``pip install openedx-companion-auth-$VERSION.tar.gz`` + + * To update to a new development version without having to actually bump the package version, simply ``pip uninstall -y openedx-companion-auth``, then install again + +Configure MITx Online as a OAuth provider for Open edX +###################################################### + +In MITx Online: + +* go to ``/admin/oauth2_provider/application/`` and create a new application with these settings selected: + + * ``Redirect uris``: ``http://<EDX_HOSTNAME>:18000/auth/complete/mitxpro-oauth2/`` + + * **[macOS users]** You will need redirect uris for both the local edX host alias and for ``host.docker.internal``. This value should be:: + + http://edx.odl.local:18000/auth/complete/mitxpro-oauth2/ + http://host.docker.internal:18000/auth/complete/mitxpro-oauth2/ + + * **[Linux users]** You will need redirect uris for both the local edX host alias and for the gateway IP of the docker-compose networking setup for MITx Online as found via ``docker network inspect mitx-online_default``:: + + http://edx.odl.local:18000/auth/complete/mitxpro-oauth2/ + http://<GATEWAY_IP>:18000/auth/complete/mitxpro-oauth2/ + + * **[WSL 2 users]**: Use the URLs for macOS. You will also have to set ``OPENEDX_IP`` to ``host-gateway`` in your ``.env`` file to make this work. (Networking with WSL 2 works very differently, and the defaults won't work.) + + NOTE: ``GATEWAY_IP`` should be something like ``172.19.0.1``. + + * ``Client type``: "Confidential" + * ``Authorization grant type``: "Authorization code" + * ``Skip authorization``: checked + * Other values are arbitrary but be sure to fill them all out. Save the client id and secret for later + +In Open edX (derived from instructions `here <https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/tpa/tpa_integrate_open/tpa_oauth.html#additional-oauth2-providers-advanced>`_): + +* ``make lms-shell`` into the LMS container and ensure the following settings are set in ``/edx/etc/lms.yml`` if you are using Juniper or a more recent Open edX release, otherwise they should be in ``/edx/app/edxapp/cms.env.json``: + .. code-block:: yaml + + FEATURES: + ALLOW_PUBLIC_ACCOUNT_CREATION: true + ENABLE_COMBINED_LOGIN_REGISTRATION: true + ENABLE_THIRD_PARTY_AUTH: true + ENABLE_OAUTH2_PROVIDER: true + SKIP_EMAIL_VALIDATION: true + REGISTRATION_EXTRA_FIELDS: + country: hidden + THIRD_PARTY_AUTH_BACKENDS: + - social_auth_mitxpro.backends.MITxProOAuth2 + +* ``make lms-restart`` to pick up the configuration changes +* Login to django-admin (default username and password can be found `here <https://github.com/openedx/devstack#usernames-and-passwords>`_), go to ``http://<EDX_HOSTNAME>:18000/admin/third_party_auth/oauth2providerconfig/``, and create a new config: + + * Select the default example site + * The slug field **MUST** match the the backend's name, which for us is ``mitxpro-oauth2`` + * Client Id should be the client id from the MITx Online Django Oauth Toolkit Application + * Check the following checkboxes: + + * Enabled + * Skip hinted login dialog + * Skip registration form + * Sync learner profile data + * Enable SSO id verification + * Set Backend name to: ``mitxpro-oauth2`` + + * In "Other settings", put: + + .. code-block:: json + + { + "AUTHORIZATION_URL": "http://<LOCAL_MITX_ONLINE_ALIAS>:8013/oauth2/authorize/", + "ACCESS_TOKEN_URL": "http://<EXTERNAL_MITX_ONLINE_HOST>:8013/oauth2/token/", + "API_ROOT": "http://<EXTERNAL_MITX_ONLINE_HOST>:8013/" + } + + * ``LOCAL_MITX_ONLINE_ALIAS`` should be your ``/etc/hosts`` alias for the mitxonline app + * ``EXTERNAL_MITX_ONLINE_HOST`` will depend on your OS, but it needs to be resolvable within the edx container + + * Linux users: The gateway IP of the docker-compose networking setup for mitxonline as found via ``docker network inspect mitx-online_default`` + * OSX users: Use ``host.docker.internal`` + + * Save the configuration. + + + +Configure Open edX to support OAuth2 authentication from MITx Online +#################################################################### + +* In Open edX: + + * go to ``/admin/oauth2_provider/application/`` and verify that an application named 'edx-oauth-app' exists with these settings: + + * ``Redirect uris``: ``http://mitxonline.odl.local:8013/login/_private/complete`` + * ``Client type``: "Confidential" + * ``Authorization grant type``: "Authorization code" + * ``Skip authorization``: checked + * Other values are arbitrary but be sure to fill them all out. Save the client id and secret for later + +* In MITx Online: + + * Set ``OPENEDX_API_CLIENT_ID`` to the client id + * Set ``OPENEDX_API_CLIENT_SECRET`` to the client secret + * Set ``OPENEDX_API_BASE_URL`` to ``http://host.docker.internal:18000`` when running ``devstack`` and ``mitxonline`` locally through Docker + +Configure Logout +################ + +* In Open edX, configure ``settings.IDA_LOGOUT_URI_LIST`` to be a list including the full url to ``<protocol>://<hostname>[:<port>]/logout`` in MITx Online + + * For devstack, this means modifying the value in ``edx-platform/lms/envs/devstack.py`` to include ``http://mitxonline.odl.local:8013/logout`` + * For production, this setting can go in ``lms.env.json`` under the key ``IDA_LOGOUT_URI_LIST`` as a JSON array of with that string in it + +* MITx Online: + + * Set ``LOGOUT_REDIRECT_URL`` to the full path to the edx ``/logout`` view. + +For local development this will be ``http://<EDX_HOSTNAME>:18000/logout`` + + +Configure Open edX user and token for use with MITx Online management commands +############################################################################## + +* In Open edX, create a staff user and then under ``/admin/oauth2_provider/accesstoken/`` add access token. The value of said token needs to match the value set for the ``OPENEDX_SERVICE_WORKER_API_TOKEN`` key in the MITx Online app. diff --git a/_sources/configuration/quickstart.rst.txt b/_sources/configuration/quickstart.rst.txt new file mode 100644 index 0000000000..e261019b1b --- /dev/null +++ b/_sources/configuration/quickstart.rst.txt @@ -0,0 +1,81 @@ +MITx Online Quick Start +======================= + +You can use the ``configure_instance`` management command to perform a quick-start of a fresh MITx Online instance. This command takes care of a lot of the boilerplate required to set up an instance. It: + +* Creates a superuser account (if you want) +* Creates the OAuth2 application record for edX (if you want, and optionally with an existing secret) +* Creates a set of courseware objects, including a DEDP program and courses with runs that match what ships with a standard devstack instance +* Creates a set of CMS pages for the courseware objects that it creates +* Sets up financial assistance appropriately +* Adds a couple of products in for the courses it creates +* Creates a learner account for the system + +It does not: + +* Run migrations +* Completely set up integration with devstack + +In addition, there are a handful of tasks that you'll need to perform afterwards: + +* The CMS pages (course about pages and the financial assistance form) need to be reviewed for content. +* The financial assistance form will need to be published, and linked into the appropriate course. +* You may want to adjust the products that are created. + +The ``configure_instance`` command has a few flags you can use to customize how it works. For more details on this, either run it with ``--help`` or read the :doc:`configure_instance<../commands/configure_instance>` command documentation. (Do this especially if you're using the command to **reset** your MITx Online instance - you can provide an existing OAuth client ID and secret.) + +Performing a Quick Start +------------------------ + +To quick-start your MITx Online instance: + +1. Run the ``migrate`` command. +2. Run the ``createsuperuser`` command. +3. Follow the steps in the :doc:`Configure Open edX<open_edx>` documentation +4. Run ``configure_instance <platform>``, where ``platform`` is ``macos``, ``linux``, or ``none``. (If you don't want it to create OAuth2 records, set this to ``none`` or leave it blank. The default is ``none``.) + +``configure_instance`` will prompt you to enter a password for the test learner account and will prompt you to enter account information for the superuser account. At the end, you'll see your edX OAuth2 application credentials, which can then be plugged into Open edX (if you haven't specified ``none`` for your platform). + +Results +------- + +Running ``configure_instance`` will peform these tasks in order: + +1. Runs ``createsuperuser`` to create the superuser account (unless disabled with ``--dont-create-superuser``). +2. Creates the OAuth2 application record. (This is the one part of this that doesn't rely on an existing management command.) +3. Runs ``configure_wagtail`` to set up the CMS. +4. Runs ``configure_tiers`` to add the DEDP program and configure financial assistance tiers and discounts. +5. Runs ``create_courseware_page`` to add a basic about page for the DEDP program (required for the financial assistance form). +6. Runs ``create_finaid_form`` to create a financial assistance form for the DEDP program. +7. Runs ``create_courseware`` twice to create two courses, each with a course run, that correspond to the demo courses in devstack. (Details below.) +8. Runs ``sync_course_run`` to sync the courses with the devstack instance. +9. Runs ``create_product`` twice to create two products for the courses. +10. Runs ``create_courseware_page`` twice to add course pages for the two courses. (These are marked as live.) +11. Runs ``create_user`` to create the learner account. + +The courses that are created are: + ++----------------------+-----------------------+-------------+-------------+ +| Course | Readable ID | Run Tag | Price | ++======================+=======================+=============+=============+ +| Demonstration Course | course-v1:edX+DemoX | Demo_Course | $999 | ++----------------------+-----------------------+-------------+-------------+ +| E2E Test Course | course-v1:edX+E2E-101 | course | $999 | ++----------------------+-----------------------+-------------+-------------+ + +The learner account that is created is: + +* Username: testlearner +* Email: testlearner@mitxonline.odl.local +* Display Name (split in half for first/last names): Test learner +* Country Code: US +* Enrollments: ``course-v1:edX+DemoX+Demo_Course`` + +The program that gets created is the standard DEDP program (``program-v1:MITx+DEDP``). The *Demonstration Course* is added to the DEDP program; *E2E Test Course* is not. + +Notes +----- + +The steps that involve communication with edX may not work if your environment isn't set up properly. In these cases, the attempts will be queued to be run later. + +If you've set your platform to ``macos`` or ``linux``, the command will do the first part of the *Configure MITx Online as an OAuth provider for Open edX* section in the :doc:`Configure Open edX<open_edx>` documentation. diff --git a/_sources/configuration/tutor.rst.txt b/_sources/configuration/tutor.rst.txt new file mode 100644 index 0000000000..1b52b87674 --- /dev/null +++ b/_sources/configuration/tutor.rst.txt @@ -0,0 +1,219 @@ + +Local Open edX Tutor and MITx Online Deployment +=============================================== + +These instructions describe setting up MITx Online and Tutor from scratch on Linux. These instructions should largely apply to macOS users, and they should also apply to users converting from a devstack-based deployment to Tutor. + +.. + + These instructions should work for a Tutor Dev or Tutor Nightly deployment as well. Specify ``--tutor-dev`` instead of ``--tutor`` when running ``configure_instance`` so the URLs have a port on them. + + +At the end of this guide, you should have: + + +* A fully working MITx Online deployment. +* A working Tutor deployment of edX. +* SSO should work from edX to MITx Online. +* MITx Online should have a service worker set up and should be able to perform tasks using the edX api. +* Tutor's included AuthN MFE should be disabled in favor of the MITx Online authentication system. + +Preliminary Steps +----------------- + +``pyenv`` (and ``pyenv-virtualenv``\ ) are highly recommended for managing local Python versions. `Use the instructions on their GitHub page to install if you haven't already installed it. <https://github.com/pyenv/pyenv>`_ + +You'll want to create at least a virtualenv for Tutor. As of this writing, Tutor uses Python 3.8.12 (in the LMS container at least); I have also successfully used 3.9.16. 3.11 has *not* worked for me. You can optionally create a virtualenv for MITx Online too but that's not strictly necessary. (I have one so I can run black/isort/etc. without having to jump into a container to do it.) + +Tutor Setup, Part One +--------------------- + +.. + + Note that no hosts file changes are needed if you use the default ``local.edly.io`` domain - that's a real domain with a wildcard subdomain cname that points to 127.0.0.1. + + +To begin, you need to follow the `One-Click Installer <https://docs.tutor.overhang.io/quickstart.html>`_ instructions provided by Tutor. Do this with your Tutor virtualenv activated. + +.. + + Mac/Arm users should instead follow these instructions: `Running Tutor on ARM-based systems <https://docs.tutor.overhang.io/tutorials/arm64.html>`_ It's mostly the same steps that the quickstart does internally, with some changes to rebuild some of the images and flip some dependencies to use compatible images for Arm. + + +Once Tutor has bootstrapped itself and is available, create a superuser account: + +.. code-block:: + + tutor local do createuser --staff --superuser edx edx@example.org + +Supply a password (the one used by devstack is ``edx`` so use that if you want to be consistent with it). Then, create a service worker account for MITx Online: + +.. code-block:: + + tutor local do createuser --staff mitx_online_serviceworker service@mitxonline.odl.local + +Supply a password (this one doesn't matter for a local deployment, you won't ever actually use the account). + +For best results, create two new courses within edX. The MITx Online ``configure_instance`` command expects a couple of courses to exist in edX (because they come with the devstack package): + +.. list-table:: + :header-rows: 1 + + * - Course ID + - Course Title + * - course-v1:edX+DemoX+Demo_Course + - Demonstration Course + * - course-v1:edX+E2E-101+course + - E2E Test Course + + +If you have a devstack instance handy, you can export these and import them into Tutor. Otherwise, just create them and make sure to set dates for the courses (they default to 2030 otherwise). + +Finally, go here to create an access token for the service worker user: https://local.edly.io/admin/oauth2_provider/accesstoken/add/ The token can be anything, and the expiration date should just be today plus 10 years. + +MITx Online Setup +----------------- + +To set up MITx Online: + + +#. Get the gateway IP for the ``tutor_local_default`` network: ``docker network inspect tutor_local_default | grep Gateway`` + + * Mac users should instead use the host.docker.internal IP. Specify this by setting ``OPENEDX_IP=host-gateway`` in your MITx Online ``.env`` file. + +#. Set up your ``/etc/hosts`` file to point ``mitxonline.odl.local`` to localhost. +#. Clone the repository somewhere. +#. Set up your ``.env`` file. These settings need particular attention: + + * ``OPENEDX_IP``\ : set to the gateway IP from the first step + * ``OPENEDX_API_BASE_URL``\ : set to http://local.edly.io + * ``OPENEDX_SERVICE_WORKER_USERNAME``\ : set to ``mitx_online_serviceworker`` (unless you changed this) + * ``OPENEDX_SERVICE_WORKER_API_TOKEN``\ : set to the token you generated + +#. Build the app: ``docker compose build`` +#. Run migrations and configure Wagtail:: + + docker compose run --rm web ./manage.py migrate + docker compose run --rm web ./manage.py configure_wagtail + +#. Run the ``configure_instance`` command:: + + docker compose run --rm web ./manage.py configure_instance linux --gateway <ip> --tutor + + where ``<ip>`` is the IP from the first step. (On macOS, specify ``macos`` instead of ``linux``. You can also skip ``--gateway``.) You will need to supply passwords for the MITx Online superuser and test learner accounts. Make a note of the client ID and secret that it will print out at the end. + + +Tutor Setup, Part Two +--------------------- + +Note that some of these steps require editing the main configuration files for the production instance (which is also used for a local deployment). Most of the settings that need to be adjusted to get integration working are overridden by the default Tutor configuration, so you can't update them by setting ``config.yml``. If you're using the development Tutor build, you'll likely need to edit ``development.py`` rather than ``production.py`` as necessary. + +These steps will also disable the AuthN SSO MFE, so from here on you'll get normal edX authentication screens (if you're not being bounced to MITx Online). + + +#. Get the gateway IP of the ``mitxonline_default`` Docker network:: + + docker network inspect mitxonline_default | grep Gateway + +#. Log into to edX using your superuser account, and make sure your session stays open. Sessions are pretty long-lived so this just means not closing the browser that you started the session in. (Part of this process will involve mostly breaking authentication so it's important that you are able to get into the admin.) +#. Stop Tutor: ``tutor local stop`` +#. Change into the configuration root for Tutor:: + + cd "$(tutor config printroot)" + +#. Create a ``env/build/openedx/requirements/private.txt`` with the required extensions:: + + social-auth-mitxpro + openedx-companion-auth + +#. Edit the ``env/apps/openedx/config/lms.env.yml`` file and add:: + + FEATURES: + SKIP_EMAIL_VALIDATION: true + + to the ``FEATURES`` block (should be at the top). +#. Edit the ``env/apps/openedx/settings/lms/production.py`` and/or ``env/apps/openedx/settings/lms/development.py`` settings file. (The former is used by a local instance, where the latter is used by both dev and nightly instances.) + + * Add to the end of the file: + + * ``THIRD_PARTY_AUTH_BACKENDS = ['social_auth_mitxpro.backends.MITxProOAuth2']`` + * ``AUTHENTICATION_BACKENDS.append('social_auth_mitxpro.backends.MITxProOAuth2')`` + * ``IDA_LOGOUT_URI_LIST.append('http://mitxonline.odl.local:8013/logout/')`` - there's an existing one of these around like 300 in production.py too. + + * Find and update: + + * ``FEATURES['ENABLE_AUTHN_MICROFRONTEND'] = False`` (defaults to True) + * ``REGISTRATION_EXTRA_FIELDS["terms_of_service"] = "hidden"`` (defaults to required) + +#. Build a new ``openedx`` image: ``tutor images build openedx`` (this will take a long time) +#. Run a Docker Compse rebuild: ``tutor local dc build`` (this should be pretty quick - it's likely not required, just doing it here for safety) +#. Restart Tutor: ``tutor local start -d`` (omit ``-d`` if you want to watch the logs) +#. Check your settings. There's a ``print_setting`` command that you can use to verify everything is set properly: + + * ``tutor local run lms ./manage.py lms print_setting REGISTRATION_EXTRA_FIELDS`` + * ``tutor local run lms ./manage.py lms print_setting AUTHENTICATION_BACKENDS`` + * ``tutor local run lms ./manage.py lms print_setting FEATURES`` - will print a lot of stuff + * ``tutor local run lms ./manage.py lms print_setting THIRD_PARTY_AUTH_BACKENDS`` + * If you do have weird errors or settings not showing properly, make sure you edited the right yaml files *and* that they're using the right whitespace (i.e. don't use tabs). + +#. In a separate browser session of some kind (incognito/private browsing/other browser entirely), try to navigate to http://local.edly.io . It should load but it should give you an error message. In the LMS logs, you should see an error message for "Can't fetch settings for disabled provider." This is proper operation - the OAuth2 settings aren't in place yet. +#. In the superuser session you have open, go to http://local.edly.io/admin . This should work. If you've been logged out, you should still be able to get in. If you can't (for instance, if you're getting 500 errors), you will need to turn off ``ENABLE_THIRD_PARTY_AUTH`` in ``FEATURES``\ , restart Tutor using ``tutor local stop`` and ``start``\ , not using ``reboot``\ , then try again. +#. Go to http://local.edly.io/admin/third_party_auth/oauth2providerconfig/add/ and add a provider configuration: + + * Enabled is checked. + * Name: ``mitxonline`` + * Slug: ``mitxpro-oauth2`` + * Site: ``local.edly.io`` + * Skip hinted login dialog is checked. + * Skip registration form is checked. + * Skip email verification is checked. + * Sync learner profile data is checked. + * Enable sso id verification is checked. + * Backend name: ``mitxpro-oauth2`` + * Client ID and Client Secret: from record created by ``configure_instance`` when you set up MITx Online. + * Other settings: + + { + "AUTHORIZATION_URL": "\http://mitxonline.odl.local:8013/oauth2/authorize/", + "ACCESS_TOKEN_URL": "\http://<MITXONLINE_GATEWAY_IP>:8013/oauth2/token/", + "API_ROOT": "\http://<MITXONLINE_GATEWAY_IP>:8013/" + } + + where MITXONLINE_GATEWAY_IP is the IP from the ``mitxonline_default`` network from the first step. **Mac users**, use ``host.docker.internal`` for MITXONLINE_GATEWAY_IP. + +#. Configure Tutor for OAuth2 authentication from MITx Online. + + * Go to http://local.edly.io/admin/oauth2_provider/application/ and either add or edit the ``edx-oauth-app`` entry. + * Ensure these settings are set: + + * Name: ``edx-oauth-app`` + * Redirect uris: ``http://mitxonline.odl.local:8013/login/_private/complete`` + * Client type: ``Confidential`` + * Authorization grant type: ``Authorization code`` + * Skip authorization is checked. + + * Save ``Client id`` and ``Client secret``. + +#. Update your MITx Online ``.env`` file. Set ``OPENEDX_API_CLIENT_ID`` and ``OPENEDX_API_CLIENT_SECRET`` to the values from the record you created or updated in the last step. +#. You should now be able to run some MITx Online management commands to ensure the service worker is set up properly: + + * ``sync_courserun --all ALL`` should sync the two test courses (if you made them). + * ``repair_missing_courseware_records`` should also work. + +#. In the separate browser session from step 12, attempt to log in again. This time, you should be able to log in through MITx Online, and you should be able to get to the edX LMS dashboard. If not, then double-check your provider configuration settings and try again. + + * Unlike devstack, the Tutor instance has an Update button for the provider configuration, so you can just update the record you put in. + * If you are still getting "Can't fetch settings" errors, *make sure* your Site is set properly - there are three options by default and only one works. (This was typically the problem I had.) + +#. Optionally, log into the LMS Django Admin and make your MITx Online superuser account a superuser there too. + +Other Notes +----------- + +**Trying to set configuration settings via ``tutor config`` will undo the specialty configuration above.** If you need to make changes to the configuration, either manually edit the ``env/apps/openedx/config/lms.env.yml`` file or the ``env/apps/openedx/settings/lms/production.py`` file and restart your Tutor instance. + +**Make sure your service worker account is active.** It's an easy checkbox to miss. + +**Restarting** If you want to rebuild from scratch, make sure you ``docker image prune``. It's also recommended to remove the Tutor project root folder - ``tutor config printroot`` will tell you where that is. + +**Running Multiple Tutor Instances** If you want to run more than one Tutor instance, it's pretty important to specify the project root explicitly or you may end up with one instance trying to use config files from another and things getting confused from there. `See the Tutor documentation for this. <https://docs.tutor.overhang.io/local.html#tutor-root>`_ (A suggestion: configure aliases to the ``tutor`` command that run ``tutor --root=<whatever>`` so you don't have to rely on environment variables, especially if you keep multiple terminal sessions going.) diff --git a/_sources/configuration/uwsgi_tuning.rst.txt b/_sources/configuration/uwsgi_tuning.rst.txt new file mode 100644 index 0000000000..605e1fff52 --- /dev/null +++ b/_sources/configuration/uwsgi_tuning.rst.txt @@ -0,0 +1,68 @@ +======================================= +Setting up uWsgi tuning for MITx Online +======================================= + +This setup satisfies the testing to help with tuning as mentioned in this `Discusssion Post <https://github.com/mitodl/hq/discussions/393>`_ + +Largely borrowed from work on OCW studio: + +| `Adding uWSGI stats <https://github.com/mitodl/ocw-studio/pull/1898/>`_ +| `Tuning the App <https://github.com/mitodl/ocw-studio/pull/1886/>`_ + + +****************** +To set up locally: +****************** + +Set up uwsgitop +--------------- +1. Install uwsgitop: ``docker compose run --rm web poetry add uwsgitop`` +2. Set UWSGI_RELOAD_ON_RSS in your .env to a high value (e.g. 500) +3. Set UWSGI_MAX_REQUESTS in your .env to a high value (e.g. 10000) +4. ``docker compose build`` +5. ``docker compose up`` +6. In a new terminal window/tab, ``docker compose exec web uwsgitop /tmp/uwsgi-stats.sock`` +7. You should see your application's memory usage without usage. Ready to go. + + +Set up Locust +------------- +1. Install Locust: ``docker compose run --rm web poetry add locust`` +2. Add locust to your docker-compose.yml locally, under services: + +.. code-block:: shell + + locust: + image: locustio/locust + ports: + - "8089:8089" + volumes: + - ./:/src + command: > + -f /src/locustfile.py + +3. Add the following to the web block, at the level of, and directly after, ``build``: + +.. code-block:: shell + + deploy: + resources: + limits: + cpus: "2" + memory: "1g" + +4. Add locustfile.py. There is an example file at ``locustfile.py.example`` in the root of the repo. ``cp locustfile.py.example locustfile.py`` will copy it over as is. Change variables and/or add tests as needed. + +Put it all together +------------------- + +1. Run ``docker-compose build`` +2. Run ``docker-compose up`` +3. You can use locust from ``http://0.0.0.0:8089/`` in a browser +4. You can use uwsgitop in a terminal with ``docker compose exec web uwsgitop /tmp/uwsgi-stats.sock`` + +****************** +To test: +****************** + +Coming soon! diff --git a/_sources/ecommerce/flexible_pricing.rst.txt b/_sources/ecommerce/flexible_pricing.rst.txt new file mode 100644 index 0000000000..3721af188b --- /dev/null +++ b/_sources/ecommerce/flexible_pricing.rst.txt @@ -0,0 +1,52 @@ +Flexible Pricing +================ + +The Flexible Pricing system allows learners to request alternative pricing for MITx Online courses based on their location and annual income. These requests can be made through a customizable form in the Wagtail CMS system. + +When the learner accesses the Flexible Pricing request form, they will see one of the following: + +* If they aren't logged in, they'll see a message saying so. Learners must be logged in to request flexibile pricing. +* If they haven't submitted a request, they'll see the flexible pricing form and will be able to submit a request. On submission, the learner will see a message saying their request has been approved (if it can be approved automatically), or will see a request for more information to be submitted via DocuSign. +* If they have submitted a request, they'll be presented with a status page for their request. The text for approved, denied, and in progress states can be customized. + +Form Creation +************* + +*To manually create a Flexible Pricing request form,* follow these steps: + +1. Navigate to the course page for the course. (Do not click the pencil button to edit, simply select the page itself.) +2. Click the Add Child Page button in the header. +3. You will be presented with the New Flexible Pricing Request Form page. Fill out the form. + + 1. The Intro field text is displayed on the form regardless of the state of the request. + 2. The Guest text is displayed if the learner isn't logged in yet. + 3. The Application Processing text is displayed if the learner navigates to the form again and their application is still being processed. + 4. The Application Approved text is displayed if the learner navigates to the form and their application has been approved. + 5. The Application Approved No Discount text is displayed if the learner navigates to the form and their application has been approved, but they've been approved for a zero-value tier. (In other words, the learner has exceeded the upper limit of flexible pricing.) + 6. The Application Denied text is displayed if the learner navigates to the form and their application has been denied. + 7. The Form Fields are the data that the learner must provide to be considered for flexible pricing. Leave this alone - the system will automatically add the proper fields when the form is published. + +4. Publish the form when you are ready. +5. Navigate back to the course page for the course, and edit the page. Add a link to the flexible pricing form you created in the page content. +6. Publish the course page when you are ready. + +To add the Flexible Pricing form to the Price card on a course page, first get the link to the live form. This can be done on the edit page for the flexible pricing form (as well as in a few other locations within the CMS). Then, add that link to the Link field in the Price card for the course. + +*To generate a Flexible Pricing request form with some reasonable defaults for your courseware object,* use the ``create_finaid_form`` management command: + +.. code-block:: bash + + $ manage.py create_finaid_form [--force] [--slug <slug name here>] [--title <title here>] courseware-readable-id + +This command will create an appropriate flexible pricing form for the courseware object: + +* If you've specified a Program, the form will be located under the program's page in the CMS. +* If you've specified a standalone Course, the form will be located under the course's page in the CMS. +* If you've specified a Course that is in a Program, the form will be located under the program's page in the CMS, *unless* the ``--force`` option is specified. In that case, the form will be under the course page. + +You can customize the title and slug using their respective options. By default, the system will use the object's title to generate a form title and slug. + +Processing Submitted Request +**************************** + +TBD diff --git a/_sources/ecommerce/index.rst.txt b/_sources/ecommerce/index.rst.txt new file mode 100644 index 0000000000..fb0009238e --- /dev/null +++ b/_sources/ecommerce/index.rst.txt @@ -0,0 +1,9 @@ +Ecommerce +========= + +.. toctree:: + :maxdepth: 2 + + overview + flexible_pricing + subsystems/index diff --git a/_sources/ecommerce/overview.rst.txt b/_sources/ecommerce/overview.rst.txt new file mode 100644 index 0000000000..916ec66478 --- /dev/null +++ b/_sources/ecommerce/overview.rst.txt @@ -0,0 +1,31 @@ +Overview +========= + +Goals +***** + +We will be creating a robust ecommerce implementation, incorporating learnings from the last several years to implement it in a scalable and reusable way. A good reference point is this guide on Pythonic SOLID Principle. We should also strongly strive towards keeping coupling between the subsystems proposed here to a minimum or at least limited in surface area. +Core + +The core of the ecommerce system should be simple enough to configure and operate but support enough functionality to serve a majority of our use cases. Users should be able to see programs or course runs, select them for purchase, and make a payment. + +Prior Art +********* + +We have a few implementations of ecommerce we’ve created over the years: + +MicroMasters +^^^^^^^^^^^^ +The MicroMasters implementation is highly specialized, particularly around financial aid programs where each learner gets custom pricing. Incorporating this level of complexity into the core of the ecommerce system is not something we want to do, but we should carve out some options to extend the system in the future without implementing it in the core system. + +xPro +^^^^ + +xPro ecommerce was implemented based on our experiences implementing ecommerce in MicroMasters. A good amount of planning went into this implementation, although it also has some specializations we wouldn’t be using in MITx Online such as a vouchers system. We will probably borrow heavily from the core designs that were proved out here. + +Core Systems +************ + +Ecommerce is actually a combination of 3 discernable subsystems that often get muddled together: products, orders, and payment. See the high-level diagram below to understand the pieces of data and operations that happen. + +.. mermaid:: assets/ecommerce-architecture.mm diff --git a/_sources/ecommerce/subsystems/basket.rst.txt b/_sources/ecommerce/subsystems/basket.rst.txt new file mode 100644 index 0000000000..a63398f79b --- /dev/null +++ b/_sources/ecommerce/subsystems/basket.rst.txt @@ -0,0 +1,30 @@ +Basket Subsystem +================ + +This tracks products intended to be purchased, often providing some additional state such as which runs under a program a user is purchasing. + +A simple schema for this would be: + +.. code-block:: python + + class Basket(TimestampedModel): + """Represents a User's basket.""" + + user = models.OneToOneField(settings.AUTH_USER_MODEL) + + class BasketItem(TimestampedModel): + """Represents one or more products in a user's basket.""" + + product = models.ForeignKey(Product) + basket = models.ForeignKey(Basket) + quantity = models.PositiveIntegerField() + +APIs +^^^^ + +- ``GET /api/v0/basket/`` -> get the current basket state +- ``POST /api/v0/basket/`` -> update the basket state + +Notes +^^^^^ +The implementation of this would use the discount subsystem to calculate the discounted prices, those values would be returned in the API for the frontend to use for display purposes. diff --git a/_sources/ecommerce/subsystems/discount.rst.txt b/_sources/ecommerce/subsystems/discount.rst.txt new file mode 100644 index 0000000000..3b0f8b09e8 --- /dev/null +++ b/_sources/ecommerce/subsystems/discount.rst.txt @@ -0,0 +1,101 @@ +Discount Subsystem +================== + +Discounts will need to be provided on occasion, these give the user a reduced price for some or all products. Treating this as a discount system and not necessarily a coupon system (e.g. a coupon is a kind of discount) is a good way to frame this approach. + +The discount system would support discounts of multiple types. We’ve done discounts a lot of different ways before so we need to balance out flexibility against keeping complexity down. Each discount would be associated with a certain Product. + +A discount may optionally be pre-associated with a User so that it can be automatically applied on checkout. + +Discounts should only be computed on the backend, some of our ecommerce implementations have computed the discount on the frontend and we want to avoid this going forward. + +Discount Types +^^^^^^^^^^^^^^ +Discount types would track how the discounted price is computed, some examples/ideas: +``percent-off``: a percentage off the original price +``dollars-off``: a fixed dollar reduction in price (e.g. $30 off) +``fixed-price``: the price is discounted to the fixed price (e.g. a product would cost $100 regardless of what the original price was) + +Redemption Types +^^^^^^^^^^^^^^^^ +There may be a few different ways we want to track discount usage, for example: + +``one-time``: the discount can only be used once by anyone +``one-time-per-user``: the discount can be used once per user +``unlimited``: the discount can be used any number of times + +Data Models +^^^^^^^^^^^ +.. code-block:: python + + class Discount(TimestampedModel): + """Discount model""" + amount = models.DecimalField( + decimal_places=5, + max_digits=20, + ) + automatic = models.BooleanField(default=False) + discount_type = models.CharField( + choices=DISCOUNT_TYPES, max_length=30 + ) + redemption_type = models.CharField( + choices=REDEMPTION_TYPES, max_length=30 + ) + max_redemptions = models.PositiveIntegerField(null=True) + + class UserDiscount(TimestampedModel): + """pre-assignment for a discount to a user""" + discount = models.ForeignKey(Discount) + user = models.ForeignKey(User) + +Implementation Proposal +^^^^^^^^^^^^^^^^^^^^^^^ + +Rather than codifying the discount logic in a complicated computation function, discount types can be implemented by abstracting the logic around discounts into a registry-driven discount factory like this: + +.. code-block:: python + + import abc + from dataclasses import dataclass + + + @dataclass + class DiscountType(abc.ABC): + _CLASSES = {} + + discount: Discount + + # see https://www.python.org/dev/peps/pep-0487/ + def __init_subclass__(cls, *, discount_type, **kwargs): + super().__init_subclass__(**kwargs) + + if discount_type in _CLASSES: + raise TypeError(f"{discount_type} already defined for DiscountType") + + cls.discount_type = discount_type + cls._CLASSES[discount_type] = cls + + @classmethod + def for_discount(cls, discount: Discount): + DiscountTypeCls = cls._CLASSES[discount.discount_type] + + return DiscountTypeCls(discount) + + def get_product_price(self, product: Product): + return self.get_product_version_price(product.latest_version) + + @abc.abstractmethod + def get_product_version_price(self, product_version: ProductVersion): + ... + + class PercentDiscount(DiscountType, discount_type=Discount.PERCENT_DISCOUNT): + + def get_product_version_price(self, product_version: ProductVersion): + return product_version.price * self.discount.amount + + class FixedPriceDiscount(DiscountType, discount_type=Discount.PERCENT_DISCOUNT): + + def get_product_version_price(self, product_version: ProductVersion): + return self.discount.amount # the amount here is the fixed price + +With this implementation, prices before ordering would use get_product_price, whereas the receipt service would use get_product_version_price on the purchased versions. This makes it far more scalable to introduce new discount types without having to refactor existing code. diff --git a/_sources/ecommerce/subsystems/index.rst.txt b/_sources/ecommerce/subsystems/index.rst.txt new file mode 100644 index 0000000000..fd4f0d3a3f --- /dev/null +++ b/_sources/ecommerce/subsystems/index.rst.txt @@ -0,0 +1,12 @@ +Subsystems +========== + +.. toctree:: + :maxdepth: 2 + + product + basket + order + discount + payment + reporting diff --git a/_sources/ecommerce/subsystems/order.rst.txt b/_sources/ecommerce/subsystems/order.rst.txt new file mode 100644 index 0000000000..0e8690df64 --- /dev/null +++ b/_sources/ecommerce/subsystems/order.rst.txt @@ -0,0 +1,30 @@ +Order Subsystem +=============== + +Orders represent a payment for some kind of product(s), these products will typically be either Programs or Course Runs. An order is marked as unfulfilled initially and then marked as fulfilled once a payment is completed. An order can fail or be refunded. + +Data Model +^^^^^^^^^^ +.. code-block:: python + + class Order(TimestampedModel): + """An order containing information for a purchase.""" + status = models.CharField() + purchaser = models.ForeignKey(settings.AUTH_USER_MODEL) + total_price_paid = models.DecimalField() + + class Line(TimestampedModel): + """A line in an Order.""" + + order = models.ForeignKey(Order) + product_version = models.ForeignKey(ProductVersion) + quantity = models.PositiveIntegerField() + + class Transaction(TimestampedModel): + """A transaction on an order, generally a payment but can also cover refunds""" + order = models.ForeignKey(Order) + amount = models.DecimalField( + decimal_places=5, + max_digits=20, + ) + data = models.JSONField() diff --git a/_sources/ecommerce/subsystems/payment.rst.txt b/_sources/ecommerce/subsystems/payment.rst.txt new file mode 100644 index 0000000000..ef6b97a9fc --- /dev/null +++ b/_sources/ecommerce/subsystems/payment.rst.txt @@ -0,0 +1,4 @@ +Payment Subsystem +================= + +The payment subsystem takes unfulfilled orders, takes the user through payment completion, and finally marks the order as fulfilled. We historically and for the foreseeable future use CyberSource, but this should be strongly decoupled from the rest of the ecommerce system and made pluggable for future flexibility. This system would also be responsible for any webhooks/callbacks that the payment processor makes to us. diff --git a/_sources/ecommerce/subsystems/product.rst.txt b/_sources/ecommerce/subsystems/product.rst.txt new file mode 100644 index 0000000000..5f4b7d157b --- /dev/null +++ b/_sources/ecommerce/subsystems/product.rst.txt @@ -0,0 +1,28 @@ +Product Subsystem +================= + +The product subsystem is responsible for tracking all product-related data. Purchasable products are typically Programs and Course Runs. Pricing information is tracked as immutable data for the sake of historically accurate pricing for orders. + +Data Models +^^^^^^^^^^^ + +.. code-block:: python + + @reversion.register(exclude=("content_type", "object_id", "created_on", "updated_on")) + class Product(TimestampedModel): + """ + Representation of a purchasable product. There is a GenericForeignKey to a Course or Program. + """ + content_type = models.ForeignKey(ContentType) + object_id = models.PositiveIntegerField() + content_object = GenericForeignKey("content_type", "object_id") + +This will utilize `django-reversion` to version product data. + +APIs +^^^^ + +The API that would be primarily needed would be one to read back product data. It is presumed that data entry is done through django-admin: + +- ``GET /api/v0/products/`` -> returns a paginated list of products +- ``GET /api/v0/products/1/`` -> returns a single product diff --git a/_sources/ecommerce/subsystems/reporting.rst.txt b/_sources/ecommerce/subsystems/reporting.rst.txt new file mode 100644 index 0000000000..9aa05dc621 --- /dev/null +++ b/_sources/ecommerce/subsystems/reporting.rst.txt @@ -0,0 +1,17 @@ +Reporting Subsystem +=================== + +OL marketing and finance team need to include financial data in their reporting, so they can evaluate and plan campaigns, reconcile accounts, and payout royalties. As a guiding principle, we want to be able to report on any data that is collected by the ecommerce system, but avoid supplementing the data with external considerations (such as marketing costs, or payout rates). + +Use Cases +********* + +MicroMasters +^^^^^^^^^^^^ + +Most of MicroMasters programs and courses function the same as any other MITx course, they wouldn’t otherwise be treated any differently except for marketing purposes, which are out of scope for this document if not MITx Online altogether. + +DEDP +^^^^ + +The DEDP program as it is implemented currently is a special case when it comes to ecommerce - DEDP currently supports financial aid. This essentially amounts to a discount to a lower fixed rate. There are a few tiers of financial aid discounts available, but this is easily handled with a couple of preconfigured discounts. We’d need a UI somewhere that enables staff to assign a discount to a particular learner. That discount would then automatically apply to courses within that program, the same as any other program-scoped discount. diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt new file mode 100644 index 0000000000..a7fd8f7d37 --- /dev/null +++ b/_sources/index.rst.txt @@ -0,0 +1,22 @@ +.. MITx Online Documentation documentation master file, created by + sphinx-quickstart on Tue Dec 7 10:41:39 2021. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to MITx Online Documentation's documentation! +===================================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + authentication + configuration/index + ecommerce/index + commands/index + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` diff --git a/_static/basic.css b/_static/basic.css new file mode 100644 index 0000000000..59043d5577 --- /dev/null +++ b/_static/basic.css @@ -0,0 +1,925 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +div.section::after { + display: block; + content: ''; + clear: left; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 19rem; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox form.search { + overflow: hidden; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li p.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: unset; + max-width: 45rem; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +a:visited { + color: #551A8B; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, figure.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, figure.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, figure.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, figure.align-default, .figure.align-default { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-default { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar, +aside.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px; + background-color: #ffe; + width: 40%; + float: right; + clear: right; + overflow-x: auto; +} + +p.sidebar-title { + font-weight: bold; +} + +nav.contents, +aside.topic, +div.admonition, div.topic, blockquote { + clear: left; +} + +/* -- topics ---------------------------------------------------------------- */ + +nav.contents, +aside.topic, +div.topic { + border: 1px solid #ccc; + padding: 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +aside.sidebar::after, +nav.contents::after, +aside.topic::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table.align-default { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure, figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption, figcaption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number, +figcaption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text, +figcaption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- hlist styles ---------------------------------------------------------- */ + +table.hlist { + margin: 1em 0; +} + +table.hlist td { + vertical-align: top; +} + +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} + +aside.footnote > span, +div.citation > span { + float: left; +} +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { + padding-right: 0.5em; +} +aside.footnote > p { + margin-left: 2em; +} +div.citation > p { + margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type { + margin-bottom: 0em; +} +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + +dl { + margin-bottom: 15px; +} + +dd > :first-child { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +.classifier:before { + font-style: normal; + margin: 0 0.5em; + content: ":"; + display: inline-block; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +.translated { + background-color: rgba(207, 255, 207, 0.2) +} + +.untranslated { + background-color: rgba(255, 207, 207, 0.2) +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +pre, div[class*="highlight-"] { + clear: both; +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; + white-space: nowrap; +} + +div[class*="highlight-"] { + margin: 1em 0; +} + +td.linenos pre { + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; +} + +table.highlighttable td { + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; +} + +div.code-block-caption { + margin-top: 1em; + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +table.highlighttable td.linenos, +span.linenos, +div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + margin: 1em 0; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: absolute; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/_static/doctools.js b/_static/doctools.js new file mode 100644 index 0000000000..4d67807d17 --- /dev/null +++ b/_static/doctools.js @@ -0,0 +1,156 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Base JavaScript utilities for all Sphinx HTML documentation. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ + "TEXTAREA", + "INPUT", + "SELECT", + "BUTTON", +]); + +const _ready = (callback) => { + if (document.readyState !== "loading") { + callback(); + } else { + document.addEventListener("DOMContentLoaded", callback); + } +}; + +/** + * Small JavaScript module for the documentation. + */ +const Documentation = { + init: () => { + Documentation.initDomainIndexTable(); + Documentation.initOnKeyListeners(); + }, + + /** + * i18n support + */ + TRANSLATIONS: {}, + PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), + LOCALE: "unknown", + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext: (string) => { + const translated = Documentation.TRANSLATIONS[string]; + switch (typeof translated) { + case "undefined": + return string; // no translation + case "string": + return translated; // translation exists + default: + return translated[0]; // (singular, plural) translation tuple exists + } + }, + + ngettext: (singular, plural, n) => { + const translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated !== "undefined") + return translated[Documentation.PLURAL_EXPR(n)]; + return n === 1 ? singular : plural; + }, + + addTranslations: (catalog) => { + Object.assign(Documentation.TRANSLATIONS, catalog.messages); + Documentation.PLURAL_EXPR = new Function( + "n", + `return (${catalog.plural_expr})` + ); + Documentation.LOCALE = catalog.locale; + }, + + /** + * helper function to focus on search bar + */ + focusSearchBar: () => { + document.querySelectorAll("input[name=q]")[0]?.focus(); + }, + + /** + * Initialise the domain index toggle buttons + */ + initDomainIndexTable: () => { + const toggler = (el) => { + const idNumber = el.id.substr(7); + const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); + if (el.src.substr(-9) === "minus.png") { + el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; + toggledRows.forEach((el) => (el.style.display = "none")); + } else { + el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; + toggledRows.forEach((el) => (el.style.display = "")); + } + }; + + const togglerElements = document.querySelectorAll("img.toggler"); + togglerElements.forEach((el) => + el.addEventListener("click", (event) => toggler(event.currentTarget)) + ); + togglerElements.forEach((el) => (el.style.display = "")); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + }, + + initOnKeyListeners: () => { + // only install a listener if it is really needed + if ( + !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS + ) + return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.altKey || event.ctrlKey || event.metaKey) return; + + if (!event.shiftKey) { + switch (event.key) { + case "ArrowLeft": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const prevLink = document.querySelector('link[rel="prev"]'); + if (prevLink && prevLink.href) { + window.location.href = prevLink.href; + event.preventDefault(); + } + break; + case "ArrowRight": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const nextLink = document.querySelector('link[rel="next"]'); + if (nextLink && nextLink.href) { + window.location.href = nextLink.href; + event.preventDefault(); + } + break; + } + } + + // some keyboard layouts may need Shift to get / + switch (event.key) { + case "/": + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; + Documentation.focusSearchBar(); + event.preventDefault(); + } + }); + }, +}; + +// quick alias for translations +const _ = Documentation.gettext; + +_ready(Documentation.init); diff --git a/_static/documentation_options.js b/_static/documentation_options.js new file mode 100644 index 0000000000..f38abe9a89 --- /dev/null +++ b/_static/documentation_options.js @@ -0,0 +1,13 @@ +const DOCUMENTATION_OPTIONS = { + VERSION: '', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: true, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +}; \ No newline at end of file diff --git a/_static/file.png b/_static/file.png new file mode 100644 index 0000000000000000000000000000000000000000..a858a410e4faa62ce324d814e4b816fff83a6fb3 GIT binary patch literal 286 zcmV+(0pb3MP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0002xNkl<Zcmb`G zgHi?o6ovOGdxdP*AltSE*&JruJwUGI3!FN?xxO>s`hMrGg#P~ix$^RISR_I47Y|r1 z_CyJOe}D1){SET-^Amu_i71Lt6eYfZjRyw@I6OQAIXXHD<M{a4P!N^sPbQKi=?mBx zoos%BSoiGXjr-;%$QixXMOVNSUNp6L0a1Oz&cgu)wqE?07u5I7qrQIu4Fij)Y3c&0 z@0u_#NH6I?Mk(n;dT}d~^J<WkTLqp|RW-hV56tKpXqu)k@V{?amI+5DOlEU@funz+ kySsbM>fiX^GbOlHe=Ae4>0m)d(f|Me07*qoM6N<$f}vM^LjV8( literal 0 HcmV?d00001 diff --git a/_static/insipid-sidebar-readthedocs.css b/_static/insipid-sidebar-readthedocs.css new file mode 100644 index 0000000000..ad79916e64 --- /dev/null +++ b/_static/insipid-sidebar-readthedocs.css @@ -0,0 +1,66 @@ + + +#ethical-ad-placement { + margin-top: auto; + padding-top: 3em; + min-height: 200px; +} + +#readthedocs-embed-flyout, #duplicated-readthedocs-versions { + margin-left: -10px; + margin-right: -10px; +} + +#duplicated-readthedocs-versions { + margin-bottom: -10px; +} + +#duplicated-readthedocs-versions { + position: sticky; + width: auto; +} + +#readthedocs-embed-flyout .rst-versions.rst-badge { + position: static; + max-width: none; +} + + +#readthedocs-embed-flyout .rst-versions.shift-up { + max-height: none; +} + +/* We have duplicated this section, so we don't need the second instance: */ +#readthedocs-embed-flyout .rst-versions.rst-badge .rst-current-version { + display: none; +} + +#duplicated-readthedocs-versions .rst-current-version { + font-size: 0.9rem; +} + +#readthedocs-embed-flyout .rst-versions .rst-other-versions { + display: block; + font-size: 0.9rem; +} + +#flyout-search-form input { + width: 100%; +} + +#sidebar-checkbox:not(:checked) ~ .ethical-fixedfooter { + left: 0; + right: 0; + width: unset; +} + +#sidebar-checkbox:checked ~ .ethical-fixedfooter { + left: var(--sidebar-width); + right: 0; + width: unset; +} + +body:not(.sidebar-resizing) .ethical-fixedfooter { + transition: left 0.3s ease-out; +} + diff --git a/_static/insipid-sidebar.js b/_static/insipid-sidebar.js new file mode 100644 index 0000000000..4ec001690a --- /dev/null +++ b/_static/insipid-sidebar.js @@ -0,0 +1,308 @@ +(dom_loaded => { + if (document.readyState === 'loading') { + document.addEventListener('DOMContentLoaded', dom_loaded); + } else { + dom_loaded(); + } +})(() => { + 'use strict'; + + const sidebar = document.querySelector('.sphinxsidebar'); + const sidebar_tabbable = sidebar.querySelectorAll('input, textarea, select, button, a[href], area[href], iframe'); + const sidebar_button = document.getElementById('sidebar-button'); + const sidebar_checkbox = document.getElementById('sidebar-checkbox'); + const topbar = document.getElementById('topbar'); + const overlay = document.getElementById('overlay'); + const root = document.documentElement; + + sidebar.setAttribute('id', 'sphinxsidebar'); // for aria-controls + + Element.prototype.css = function (name, ...value) { + if (value.length) { + this.style.setProperty(name, ...value); + } else { + return window.getComputedStyle(this).getPropertyValue(name); + } + } + + function updateSidebarAttributesVisible() { + sidebar_button.setAttribute('title', "Collapse sidebar"); + sidebar_button.setAttribute('aria-label', "Collapse sidebar"); + sidebar_button.setAttribute('aria-expanded', true); + sidebar.setAttribute('aria-hidden', false); + sidebar_tabbable.forEach(el => el.setAttribute('tabindex', 0)); + } + + function updateSidebarAttributesHidden() { + sidebar_button.setAttribute('title', "Expand sidebar"); + sidebar_button.setAttribute('aria-label', "Expand sidebar"); + sidebar_button.setAttribute('aria-expanded', false); + sidebar.setAttribute('aria-hidden', true); + sidebar_tabbable.forEach(el => el.setAttribute('tabindex', -1)); + } + + sidebar.setAttribute('tabindex', -1); + + function store(key, value) { + try { + localStorage.setItem(key, value); + } catch (e) { + } + } + + sidebar_checkbox.addEventListener('change', event => { + if (event.target.checked) { + updateSidebarAttributesVisible(); + store('sphinx-sidebar', 'visible'); + document.body.classList.remove('topbar-folded'); + sidebar.focus({preventScroll: true}); + sidebar.blur(); + } else { + updateSidebarAttributesHidden(); + store('sphinx-sidebar', 'hidden'); + if (document.scrollingElement.scrollTop < topbar.offsetHeight) { + document.body.classList.remove('topbar-folded'); + } else { + document.body.classList.add('topbar-folded'); + } + document.scrollingElement.focus({preventScroll: true}); + document.scrollingElement.blur(); + } + }); + + if (sidebar_checkbox.checked) { + updateSidebarAttributesVisible(); + } else { + updateSidebarAttributesHidden(); + } + + function show() { + sidebar_checkbox.checked = true; + sidebar_checkbox.dispatchEvent(new Event('change')); + } + + function hide() { + sidebar_checkbox.checked = false; + sidebar_checkbox.dispatchEvent(new Event('change')); + } + + sidebar_button.addEventListener('keydown', event => { + if (event.code === 'Enter' || event.code === 'Space') { + sidebar_button.click(); + event.preventDefault(); + } + }); + + let touchstart; + + document.addEventListener('touchstart', event => { + if (event.touches.length > 1) { return; } + const touch = event.touches[0]; + if (sidebar_checkbox.checked) { + if (touch.clientX > sidebar.offsetWidth) { + return; + } + } else { + if (touch.clientX > 20) { + return; + } + } + touchstart = { + x: touch.clientX, + y: touch.clientY, + t: Date.now(), + }; + }); + + document.addEventListener('touchend', event => { + if (!touchstart) { return; } + if (event.touches.length > 0 || event.changedTouches.length > 1) { + touchstart = null; + return; + } + const touch = event.changedTouches[0]; + const x = touch.clientX; + const y = touch.clientY; + const x_diff = x - touchstart.x; + const y_diff = y - touchstart.y; + const t_diff = Date.now() - touchstart.t; + if (t_diff < 400 && Math.abs(x_diff) > Math.max(100, Math.abs(y_diff))) { + if (x_diff > 0) { + if (!sidebar_checkbox.checked) { + show(); + } + } else { + if (sidebar_checkbox.checked) { + hide(); + } + } + } + touchstart = null; + }); + + const sidebar_resize_handles = document.querySelectorAll('.sidebar-resize-handle'); + sidebar_resize_handles.forEach(el => { + el.addEventListener('mousedown', event => { + window.addEventListener('mousemove', resize_mouse); + window.addEventListener('mouseup', stop_resize_mouse); + document.body.classList.add('sidebar-resizing'); + event.preventDefault(); // Prevent unwanted text selection while resizing + }); + el.addEventListener('touchstart', event => { + if (event.touches.length > 1) { return; } + window.addEventListener('touchmove', resize_touch); + window.addEventListener('touchend', stop_resize_touch); + document.body.classList.add('sidebar-resizing'); + event.preventDefault(); // Prevent unwanted text selection while resizing + }); + }); + + let ignore_resize = false; + + function resize_base(event) { + if (ignore_resize) { return; } + const window_width = window.innerWidth; + const width = event.clientX; + if (width > window_width) { + root.css('--sidebar-width', window_width + 'px'); + } else if (width > 10) { + root.css('--sidebar-width', width + 'px'); + } else { + ignore_resize = true; + hide(); + } + } + + function resize_mouse(event) { + resize_base(event); + } + + function resize_touch(event) { + if (event.touches.length > 1) { return; } + resize_base(event.touches[0]); + } + + function stop_resize_base() { + if (ignore_resize) { + root.css('--sidebar-width', '19rem'); + ignore_resize = false; + } + store('sphinx-sidebar-width', root.css('--sidebar-width')); + document.body.classList.remove('sidebar-resizing'); + } + + function stop_resize_mouse(event) { + window.removeEventListener('mousemove', resize_mouse); + window.removeEventListener('mouseup', stop_resize_mouse); + stop_resize_base(); + } + + function stop_resize_touch(event) { + if (event.touches.length > 0 || event.changedTouches.length > 1) { + return; + } + window.removeEventListener('touchmove', resize_touch); + window.removeEventListener('touchend', stop_resize_touch); + stop_resize_base(); + } + + window.addEventListener('resize', event => { + const window_width = window.innerWidth; + if (window_width < sidebar.offsetWidth) { + root.css('--sidebar-width', window_width + 'px'); + } + }); + + // This is part of the sidebar code because it only affects the sidebar + if (window.ResizeObserver) { + const resizeObserver = new ResizeObserver(entries => { + for (let entry of entries) { + let height; + if (entry.borderBoxSize && entry.borderBoxSize.length > 0) { + height = entry.borderBoxSize[0].blockSize; + } else { + height = entry.contentRect.height; + } + root.css('--topbar-height', height + 'px'); + } + }); + resizeObserver.observe(topbar); + } + + let current = []; + let links = []; + + document.querySelectorAll('.sphinxsidebar *').forEach(el => { + let link = el.querySelector(':scope > a[href^="#"]'); + if (link) { + el.classList.add('current-page'); + current.push(el); + links.push(link); + } + }); + const small_screen = window.matchMedia('(max-width: 39rem)'); + + if (current.length === 1 && current[0].childElementCount === 1 && small_screen.matches) { + hide(); + } + const bottom_space = 0; + + if (current.length) { + const top = current[0].getBoundingClientRect().top; + const bottom = current[current.length - 1].getBoundingClientRect().bottom; + if (top < topbar.offsetHeight || bottom > (sidebar.offsetHeight - bottom_space)) { + current[0].scrollIntoView(true); + } + } + + let sections = new Map(); + + const intersection_callback = (entries, observer) => { + entries.forEach(entry => { + let link = sections.get(entry.target); + if (entry.isIntersecting) { + link.classList.add('in-view'); + } else { + link.classList.remove('in-view'); + } + }); + }; + + const intersection_observer = new IntersectionObserver(intersection_callback, { + root: null, + // NB: This uses the initial topbar height, later changes are ignored: + rootMargin: -topbar.offsetHeight + 'px 0px 0px 0px', + threshold: 0.0, + }); + + links.forEach(link => { + let section; + let id = link.hash; + if (id) { + id = id.slice(1); + section = document.getElementById(decodeURI(id)); + // Detect API doc headers: + let single_definition_term = ( + section.nodeName == 'DT' && + section.nextElementSibling.nodeName == 'DD' && + !section.nextElementSibling.nextElementSibling && + section.parentElement.nodeName == 'DL'); + if (single_definition_term) { + // The <dl> contains only a single <dt> + <dd>, + // therefore we can observe the whole <dl>. + section = section.parentElement; + } + } else { + // NB: The first section has no hash, so we don't know its ID: + section = document.querySelector('div.body .section, div.body section'); + } + sections.set(section, link); + intersection_observer.observe(section); + link.addEventListener('click', event => { + if (small_screen.matches) { + hide(); + } + }); + }); +}); + diff --git a/_static/insipid.css b/_static/insipid.css new file mode 100644 index 0000000000..7834022d3c --- /dev/null +++ b/_static/insipid.css @@ -0,0 +1,1223 @@ +/* -- variables ------------------------------------------------------------- */ + +:root { + --sidebar-width: 19rem; + --topbar-height: 3rem; +} + +/* -- page layout ----------------------------------------------------------- */ + +body { + position: relative; /* reference for sidebar-resize-handle */ + margin: 0; + font-family: 'Open Sans', sans-serif; + min-width: unset; + color: #000; + background-color: #fff; + text-size-adjust: none; + -webkit-text-size-adjust: none; +} + +/* keep the footer at the bottom (on very short pages) */ +html { height: 100%; } +body { min-height: 100%; display: flex; flex-direction: column; } +div.document { flex-grow: 1; } + +div.body { + padding: 0 20px; + min-width: unset; /* body_min_width is applied to <body> */ + overflow-x: auto; + + margin-left: auto; + margin-right: auto; + + line-height: 1.618; +} + +* { + scroll-margin-top: var(--topbar-height); + scroll-snap-margin-top: var(--topbar-height); /* Safari */ +} + +/* -- scrollbars ------------------------------------------------------------ */ + +html::-webkit-scrollbar, div.sphinxsidebar::-webkit-scrollbar { + width: 12px; + background-color: #fff; +} + +html::-webkit-scrollbar-thumb, div.sphinxsidebar::-webkit-scrollbar-thumb { + background-color: #ccc; + border-radius: 6px; +} + +html, div.sphinxsidebar { + scrollbar-color: #ccc transparent; +} + +body { + scrollbar-color: initial; +} + +div.sphinxsidebar::-webkit-scrollbar { + width: 7px; +} + +div.sphinxsidebar::-webkit-scrollbar-thumb { + border-radius: 3.5px; +} + +div.sphinxsidebar { + scrollbar-width: thin; +} + +/* -- body styles ----------------------------------------------------------- */ + +strong { + font-weight: 600; +} + +div.body h1, +div.body h2, +div.body h3, +div.body h4, +div.body h5, +div.body h6, +.toctree-wrapper .caption, +p.rubric { + margin-top: 1.3em; + margin-bottom: 1rem; + font-weight: 600; + line-height: 1.35; + overflow-wrap: break-word; +} + +div.body h5, +div.body h6 { + font-weight: bold; +} + +div.body h1 strong, +div.body h2 strong, +div.body h3 strong, +div.body h4 strong, +div.body h5 strong, +div.body h6 strong { + font-weight: 800; +} + +div.body h1 { font-size: 2em; } +div.body h2 { font-size: 1.7em; } +div.body h3 { font-size: 1.4em; } +div.body h4 { font-size: 1.2em; } +div.body h5 { font-size: 1em; } +div.body h6 { font-size: 0.9em } + +.toctree-wrapper .caption, +p.rubric { + font-size: 1.1em; + font-weight: bold; +} + +a.headerlink { + padding: 0 4px; + font-size: 1rem; + font-weight: normal; +} + +blockquote { + clear: inline-start; + margin: 10px 0; + border: 1px solid #0002; + border-left-width: 7px; + padding: 0 1em; +} + +.section > blockquote, +section > blockquote { + margin: 10px -7px; +} + +blockquote.pull-quote p:not(.attribution), +blockquote.epigraph p:not(.attribution) { + font-size: 130%; + font-style: italic; + color: #666; +} + +blockquote:not(.pull-quote):not(.epigraph) p.attribution { + font-style: italic; +} + +blockquote p.attribution { + text-align: end; +} + +div.body a:target, +strong:target { + padding: 3px; + margin: -3px; +} + +div.body dl > dt:target, +div.body div.admonition dl > dt:target, +div.body .topic dl > dt:target, +div.body .sidebar dl > dt:target, +div.body .sidebar .sidebar-title a:target, +div.body a:target, +strong:target { + background-color: #fbe54e; +} + +.footnote:target { + background-color: unset; +} + +.footnote:target .label { + padding: 3px; + margin: -3px; + background-color: #fbe54e; +} + +.citation:target .label { + padding: 3px; + margin-left: -3px; + margin-top: -3px; + margin-bottom: -3px; + margin-right: 5px; + background-color: #fbe54e; +} + +.citation:target .backrefs { + margin-left: -8px; +} + +hr.docutils { + border: 0; + border-top: solid 1px #ccc; +} + +.section > hr.docutils, +section > hr.docutils { + margin-left: -7px; + margin-right: -7px; +} + +.compound:not(.toctree-wrapper) { + margin-top: 1em; + margin-bottom: 1em; +} + +.compound:not(.toctree-wrapper) > * { + margin-top: 0.2em; + margin-bottom: 0.2em; +} + +.compound:not(.toctree-wrapper) > *:first-child { + margin-top: 0; + margin-bottom: 0.2em; +} + +.compound:not(.toctree-wrapper) > *:last-child { + margin-top: 0.2em; + margin-bottom: 0; +} + +section, .section { + clear: inline-start; +} + +/* -- hyperlink styles ------------------------------------------------------ */ + +a { + color: #1863b5; + text-decoration: none; + overflow-wrap: break-word; +} + +a:hover { + text-decoration: underline; +} + +a:visited { + color: #004188; +} + +a.external { + text-decoration: underline; +} + +a.external:hover { + text-decoration: none; +} + +a.external:visited { + text-decoration: none; +} + +/* -- code formatting ------------------------------------------------------- */ + +code, pre, kbd, samp { + font-family: 'DejaVu Sans Mono', Menlo, monospace; +} + +pre { + padding: 7px; + line-height: normal; + font-size: 0.875em; +} + +.section > div > div.highlight, +.section > .compound > div > div.highlight, +.section > .literal-block-wrapper > div > div.highlight, +.section > pre.literal-block, +.section > .compound > pre.literal-block, +section > div > div.highlight, +section > .compound > div > div.highlight, +section > .literal-block-wrapper > div > div.highlight, +section > pre.literal-block, +section > .compound > pre.literal-block { + margin-left: -7px; + margin-right: -7px; +} + +code, +code.xref, +a code, +div.body div.admonition dl > dt code, +div.body .topic dl > dt code, +div.body .sidebar dl > dt code, +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code, +div.code-block-caption code { + background-color: rgba(27,31,35,.05); + padding: 0.1em 0.2em; + font-weight: normal; +} + +div.body dl > dt code { + background-color: unset; + padding: unset; +} + +code.xref, +a code { + font-weight: unset; +} + +code.descname { + font-size: unset; +} + +.sig-name { + font-size: unset; +} + +.sig-paren, +.optional { + line-height: 0; +} + +div.code-block-caption { + text-align: center; + font-size: unset; +} + +div.literal-block-wrapper { + clear: both; +} + +td.linenos .linenodiv pre { + color: #666; + background-color: transparent; + padding: 7px 0px; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +span.linenos { + margin-right: 0.7em; +} + +/* highlighted line (:emphasize-lines:) */ +.highlight .hll { + padding: 0 0.5em; + margin: 0 -0.5em; +} + +kbd.docutils:not(.compound) { + padding: 0.15em; + border-radius: 3px; + border: 1px solid #333; +} + +span.pre { + white-space: pre-wrap; + overflow-wrap: anywhere; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.topic, aside.topic, +div.sidebar, aside.sidebar, +nav.contents { + border: none; + padding: 7px; +} + +.section > div.admonition, +section > div.admonition, +div.body > div.admonition, +.section > .topic, +section > .topic, +div.body > .topic, +.section > nav.contents, +section > nav.contents, +div.body > nav.contents { + margin: 10px -7px; +} + +div.sidebar, +aside.sidebar { + margin-right: -7px; +} + +div.admonition > p.admonition-title, +.topic > p.topic-title, +nav.contents > p.topic-title, +.sidebar > p.sidebar-title { + margin: -7px -7px 7px -7px; + padding: 4px 7px; + font-weight: normal; + font-size: unset; + color: #333; +} + +.first.admonition-title, +.first.topic-title, +.first.sidebar-title { + /* override basic.css, which uses !important */ + margin-top: -7px !important; +} + +div.admonition > p.admonition-title + *, +.topic > p.topic-title + *, +nav.contents > p.topic-title + *, +.sidebar > p.sidebar-title + * { + margin-top: 0; +} + +div.admonition > :first-child:not(.admonition-title), +div.topic > :first-child:not(.topic-title), +aside.topic > :first-child:not(.topic-title), +nav.contents > :first-child:not(.topic-title) { + margin-top: 0; +} + +nav.contents > :last-child { + margin-bottom: 0; +} + +div.admonition { + background-color: #e4ebf2; +} + +div.admonition > p.admonition-title { + background-color: #cadcea; +} + +div.admonition.attention, +div.admonition.caution, +div.admonition.danger, +div.admonition.error, +div.admonition.warning { + background-color: #fbe7d4; +} + +div.admonition.attention > p.admonition-title, +div.admonition.caution > p.admonition-title, +div.admonition.danger > p.admonition-title, +div.admonition.error > p.admonition-title, +div.admonition.warning > p.admonition-title { + background-color: #f0d5b8; +} + +div.topic, nav.contents, aside.topic { + background-color: #fff0eb; +} + +.topic > p.topic-title, +nav.contents > p.topic-title { + background-color: #f0dbd4; +} + +div.sidebar, +aside.sidebar, +div.admonition.seealso { + background-color: #f4f4f4; +} + +.sidebar > p.sidebar-title, +div.admonition.seealso > p.admonition-title { + background-color: #e4e4e4; +} + +div.admonition.seealso { + clear: both; +} + +p.sidebar-subtitle { + font-style: italic; +} + +/* More specific selectors to override previous defintions */ +div.body div.admonition dl > dt, +div.body .topic dl > dt, +div.body .sidebar dl > dt { + padding: unset; + background-color: unset; +} + +div.body div.admonition dl:not(.glossary) > dt, +div.body .topic dl:not(.glossary) > dt, +div.body .sidebar dl:not(.glossary) > dt { + font-weight: unset; +} + +/* -- tables and lists ------------------------------------------------------ */ + +table.docutils { + overflow-x: auto; + display: block; + border-collapse: separate; + border-spacing: 4px 4px; + margin-top: 1em; + margin-bottom: 1em; +} + +table.docutils th { + font-weight: normal; + background-color: rgba(27,31,35,.05); + border-bottom: 2px solid #333; +} + +table.docutils td { + overflow-wrap: break-word; +} + + + +ol, ul { + padding-left: 1.2em; +} + +ol.simple p, ul.simple p { + margin-bottom: 0.3em; +} + +.toctree-wrapper ul, +.contents ul { + list-style: none; + margin-top: 0.5em; + padding-left: 2em; +} + +.toctree-wrapper li:not(:first-child), +.contents li:not(:first-child) { + margin-top: 0.5em; +} + +.toctree-wrapper > ul, +.contents > ul { + padding-left: unset; +} + +dl.citation > dt { + font-weight: 600; +} + +div.body dl { + margin: 1em 0; +} + +div.body dl > dt, +dl.field-list > dt { + display: table; +} + +div.body dt:not(.label), +dl.field-list > dt { + margin-top: 1em; + padding: 1px 7px; + background-color: #f5f5f5; +} + +.section > dl > dt:not(.label), +.section > dl.field-list > dt, +section > dl > dt:not(.label), +section > dl.field-list > dt { + margin: 1em -7px 0; +} + +div.body dl > dt:first-child { + margin-top: 0; +} + +div.body dl > dt.label:target, +div.body div.admonition dl > dt:target, +div.body .topic dl > dt:target, +div.body .sidebar dl > dt:target { + padding: 3px 7px; + margin-top: -3px; + margin-bottom: -3px; + margin-left: -7px; +} + +dl.glossary > dt { + font-size: unset; + font-weight: 600; +} + +dl.glossary > dt strong { + font-weight: bold; +} + +dl.field-list { + display: unset; +} + +dl.field-list > dt { + font-weight: unset; +} + +dl.field-list > dt::after { + content: unset; +} + +dd, +dl.field-list > dd { + padding-left: 0; + margin-top: 3px; + margin-left: 2em; +} + +dd:not(:last-child), +dl.field-list > dd:not(:last-child) { + margin-bottom: 1em; +} + +div.body dl.class > dt:not(:target), +div.body dl.type > dt:not(:target), +div.body dl.concept > dt:not(:target), +div.body dl.enum > dt:not(:target), +div.body dl.enum-class > dt:not(:target), +div.body dl.union > dt:not(:target) { + background-color: #e4ebf2; +} + +div.body dl.exception > dt:not(:target) { + background-color: #fbe7d4; +} + +/* -- relbar ---------------------------------------------------------------- */ + +.relbar { + padding: 10px 10px 0; +} + +.relbar > a { + box-sizing: border-box; + width: 50%; + padding: 10px; + display: flex; + align-items: center; + color: inherit; + text-decoration: none; + user-select: none; +} + +.relbar > a.previous { + float: left; +} + +.relbar > a.next { + float: right; + text-align: right; +} + +.relbar .icon { + color: #888; +} + +.relbar .previous .icon { + margin-right: 1em; +} + +.relbar .next .icon { + margin-left: 1em; +} + +.relbar .title { + position: relative; + flex: 1; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + font-size: 1.4em; + font-weight: 200; +} + +.relbar .title .text { + line-height: 2.1em; +} + +.relbar .title .text .direction { + position: absolute; + right: 0; + left: 0; + top: 0; + font-size: 60%; + line-height: 0.5em; +} + +.relbar .pre { + white-space: pre; +} + +/* -- breadcrumbs ----------------------------------------------------------- */ + +nav.crumbs { + color: #888; + font-size: 90%; +} + +nav.crumbs ul { + padding: 0; + list-style: none; +} + +nav.crumbs ul li { + display: inline; +} + +nav.crumbs a:visited { + color: #1565c0; +} + +/* -- footer ---------------------------------------------------------------- */ + +footer { + padding: 9px 0 9px 0; + text-align: center; + font-size: 75%; + color: #333; +} + +footer, div.articleComments { + border-top: #ccc solid 1px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebar { + position: fixed; + width: var(--sidebar-width); + left: 0; + top: 0; + bottom: 0; + overflow-y: auto; + float: unset; + margin-left: unset; /* override basic.css */ + padding-top: var(--topbar-height); + z-index: 390; + color: #333; + background-color: #f5f5f5; + overscroll-behavior: contain; +} + +#sidebar-checkbox:checked ~ div.document, +#sidebar-checkbox:checked ~ .relbar, +#sidebar-checkbox:checked ~ .articleComments, +#sidebar-checkbox:checked ~ footer { + margin-left: var(--sidebar-width); +} + +body:not(.sidebar-resizing) div.document, +body:not(.sidebar-resizing) .relbar, +body:not(.sidebar-resizing) .articleComments, +body:not(.sidebar-resizing) footer { + transition: margin-left 0.3s ease-out; +} + +body:not(.sidebar-resizing) .sphinxsidebar { + transition: left 0.3s ease-out; +} + +div.sphinxsidebarwrapper { + position: relative; /* reference for sidebar-resize-handle */ + box-sizing: border-box; + padding: 10px; + display: flex; + flex-direction: column; + min-height: 100%; +} + +div.sphinxsidebarwrapper > :first-child { + margin-top: 0; +} + +div.sphinxsidebarwrapper > :last-child { + margin-bottom: 0; +} + +.sidebar-resize-handle { + display: none; + position: absolute; + width: 0; + top: 0; + bottom: 0; +} + +body.js #sidebar-checkbox:checked ~ .sidebar-resize-handle, +body.js #sidebar-checkbox:checked ~ div.document .sidebar-resize-handle { + display: block; + cursor: col-resize; + width: 10px; +} + +.sphinxsidebar .sidebar-resize-handle { + right: 0; +} + +body.js #sidebar-checkbox:checked ~ .sidebar-resize-handle { + z-index: 390; + left: var(--sidebar-width); +} + +#sidebar-checkbox:not(:checked) ~ div.document .sphinxsidebar { + left: calc(0px - var(--sidebar-width)); +} + +div.sphinxsidebar h3 { + font-size: 1.4em; + font-weight: normal; + margin-top: 10px; + margin-bottom: 5px; +} + +div.sphinxsidebar h4 { + font-size: 1.3em; + font-weight: normal; + margin-top: 10px; + margin-bottom: 5px; +} + +div.sphinxsidebar p.caption { + text-transform: uppercase; + margin-top: 10px; + margin-bottom: 5px; +} + +div.sphinxsidebar p.caption + ul { + margin-top: 0; +} + +div.sphinxsidebar p.topless { + margin: 10px; +} + +div.sphinxsidebar p.topless { + margin-top: 0; +} + +div.sphinxsidebar ul { + padding-left: 0; + margin-left: 10px; +} + +div.sphinxsidebar h3 + ul, +div.sphinxsidebar h4 + ul { + margin-top: -5px; +} + +div.sphinxsidebar li { + padding-top: 0.4em; + padding-bottom: 0.4em; +} + +div.sphinxsidebar li li:first-child { + margin-top: 0.4em; +} + +div.sphinxsidebar li li:last-child { + margin-bottom: -0.4em; +} + +div.sphinxsidebar ul ul { + list-style: unset; +} + +.sphinxsidebar a { + color: #004188; +} + +div.sphinxsidebar a.in-view { + font-weight: 600; + letter-spacing: -0.013em; +} + +div.sphinxsidebar code { + background-color: unset; + padding: 0; +} + +div.sphinxsidebar h3, +div.sphinxsidebar h4, +div.sphinxsidebar p, +div.sphinxsidebar li { + margin-right: -10px; + padding-right: 10px; +} + +div.sphinxsidebar h3, +div.sphinxsidebar h4, +div.sphinxsidebar p, +div.sphinxsidebar li { + margin-left: -20px; + padding-left: 20px; +} + +div.sphinxsidebar li.toctree-l2 { + margin-left: -40px; + padding-left: 40px; +} + +div.sphinxsidebar li.toctree-l3 { + margin-left: -60px; + padding-left: 60px; +} + +div.sphinxsidebar li.toctree-l4 { + margin-left: -80px; + padding-left: 80px; +} + +div.sphinxsidebar li.toctree-l5 { + margin-left: -100px; + padding-left: 100px; +} + +div.sphinxsidebar li.toctree-l6 { + margin-left: -120px; + padding-left: 120px; +} + +div.sphinxsidebar li.toctree-l7 { + margin-left: -140px; + padding-left: 140px; +} + +div.sphinxsidebar li.toctree-l8 { + margin-left: -160px; + padding-left: 160px; +} + +div.sphinxsidebar li.toctree-l9 { + margin-left: -180px; + padding-left: 180px; +} + +div.sphinxsidebar li.toctree-l10 { + margin-left: -200px; + padding-left: 200px; +} + +body:not(.js) div.sphinxsidebar li.current, +div.sphinxsidebar .current-page:not(.logo) { + background-color: #fff; +} + +div.sphinxsidebar .current-page li:not(.current-page) { + background-color: #f5f5f5; +} + +div.sphinxsidebar .current-page { + transition: background-color 0.3s ease-out; +} + +div.sphinxsidebar input { + border-color: #ccc; + font-family: unset; +} + +/* -- topbar ---------------------------------------------------------------- */ + +#topbar-placeholder { + z-index: 500; + position: -webkit-sticky; + position: sticky; + top: 0; +} + +#topbar { + border-bottom: #ccc solid 1px; + background-color: #fff; +} + +#topbar, +#titlebar a, +#titlebar a:visited { + color: #888; +} + +.relbar, +.relbar > a:hover .direction { + color: #ccc; +} + +#topbar button:hover, +#titlebar .buttons > *:hover, +#titlebar a:hover, +.relbar a:hover, +.relbar a:hover .icon { + color: #333; +} + +#titlebar { + display: flex; + align-items: center; + flex-wrap: wrap; + min-height: 3rem; +} + +#titlebar .buttons { + display: flex; + align-items: baseline; + margin: 0 5px; +} + +#titlebar .buttons > *, +#topbar button { + margin: 0; + border: none; + padding: 8px; + color: inherit; + background: none; + font: inherit; + cursor: pointer; +} + +#titlebar .title button { + padding: 0; +} + +#titlebar svg, +.insipid-icon svg, +.relbar svg, +.related svg, +.crumbs svg { + width: 1em; + height: 1em; + vertical-align: middle; + fill: currentColor; +} + +#topbar a { + text-decoration: none; +} + +body.js.topbar-folded #topbar-placeholder:not(.fake-hover) #topbar { + transform: translateY(-100%); +} + +body.js #topbar { + transition: transform 0.3s ease-out; +} + +body:not(.js) #search-button { + display: none; +} + +#titlebar .title { + font-weight: 200; + font-size: 1.7rem; + text-align: center; + margin: 0; + flex: 1; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +#titlebar .top, +body.scrolled #titlebar .parent { + display: none; +} + +body.scrolled #titlebar .top { + display: inline-block; +} + +/* -- search field in topbar ------------------------------------------------ */ + +#topbar #searchbox form { + display: flex; + align-items: stretch; + margin: 5px; +} + +#topbar #searchbox input { + flex-grow: 1; + border: 1px solid #ccc; + padding: 7px; + color: #333; +} + +#topbar #searchbox p.highlight-link { + text-align: center; + margin: 8px; +} + +#searchbox p.highlight-link a { + padding: 0 4px; + background-color: #fbe54e; +} + + + +/* -- navigation icons ------------------------------------------------------ */ + +/* cover nav-icon */ +div.body, .relbar, footer, div.articleComments { + position: relative; + background-color: #fff; +} + +.nav-icon svg { + position: absolute; + top: 50%; + left: 50%; + margin: -1.25em; + width: 2.5em; + height: 2.5em; + fill: currentColor; +} + +.nav-icon { + position: fixed; + right: 0; + margin: -2em 1em; + width: 4em; + height: 4em; + color: #f5f5f5; +} + +.nav-icon:visited { + color: #f5f5f5; +} + +.nav-icon:hover { + color: #fff; + background-color: #f5f5f5; +} + +.nav-icon.previous { + bottom: 50vh; + left: 0; + right: unset; +} + +.nav-icon.next { + top: 50vh; +} +#sidebar-checkbox:checked ~ nav .nav-icon.previous { + left: var(--sidebar-width); +} + +body:not(.sidebar-resizing) .nav-icon.previous { + transition: left 0.3s ease-out; +} + +/* -- sphinx.ext.viewcode --------------------------------------------------- */ + +.viewcode-link { + font-size: 90%; + margin-left: 1em; +} + +div.viewcode-block:target { + margin: -0.5em; + padding: 0.5em; + background-color: #ffffcc; +} + +/* -- media queries --------------------------------------------------------- */ +@media only screen and (max-width: 39rem) { + #sidebar-checkbox:checked ~ div.document, + #sidebar-checkbox:checked ~ .relbar, + #sidebar-checkbox:checked ~ .articleComments, + #sidebar-checkbox:checked ~ footer { + margin-left: 0; + } + + #sidebar-checkbox:checked ~ #topbar-placeholder { + margin-left: 0; + } + + #overlay { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + visibility: hidden; + opacity: 0; + background-color: rgba(100%, 100%, 100%, 80%); + transition: opacity 0.3s ease-out, visibility 0s 0.3s ease-out; + z-index: 380; + } + + #sidebar-checkbox:checked ~ #overlay { + visibility: visible; + opacity: 1; + transition: opacity 0.3s ease-out; + } + + #sidebar-checkbox:checked ~ #topbar-placeholder #titlebar .parent { + display: unset; + } + + #sidebar-checkbox:checked ~ #topbar-placeholder #titlebar #titlebar .top { + display: none; + } +} + +body:not(.js) #fullscreen-button { + display: none; +} + +body.js #fullscreen-button .disable { + display: none; +} + +@media all and (display-mode: fullscreen) { + body.js #fullscreen-button .enable { + display: none; + } + + body.js #fullscreen-button .disable { + display: unset; + } +} + +/* -- fix Firefox buttons --------------------------------------------------- */ + +button::-moz-focus-inner { + border-style: none; + padding: 0; +} + +button:-moz-focusring { + outline: 1px dotted; +} \ No newline at end of file diff --git a/_static/insipid.js b/_static/insipid.js new file mode 100644 index 0000000000..0b71b94157 --- /dev/null +++ b/_static/insipid.js @@ -0,0 +1,149 @@ +(dom_loaded => { + if (document.readyState === 'loading') { + document.addEventListener('DOMContentLoaded', dom_loaded); + } else { + dom_loaded(); + } +})(() => { + 'use strict'; + + // make sure all scripts are re-executed when navigating to cached page + window.onunload = () => {}; + + const topbar = document.getElementById('topbar'); + const topbar_placeholder = document.getElementById('topbar-placeholder'); + + const threshold = 10; + + // auto-hide topbar + function scroll_callback(scroller) { + let ignore_scroll = true; + let initial; + let scroll_timeout; + return event => { + window.clearTimeout(scroll_timeout); + const current = scroller.scrollTop; + if (current <= topbar.offsetHeight || (scroller.scrollHeight - current - scroller.clientHeight) < (scroller.clientHeight / 3)) { + document.body.classList.remove('topbar-folded'); + ignore_scroll = true; + return; + } else if (ignore_scroll) { + // We ignore single jumps + ignore_scroll = false; + initial = current; + } else if (current - initial > threshold) { + document.body.classList.add('topbar-folded'); + ignore_scroll = true; + return; + } else if (current - initial < -threshold) { + document.body.classList.remove('topbar-folded'); + ignore_scroll = true; + return; + } + scroll_timeout = setTimeout(() => { ignore_scroll = true; }, 66); + }; + } + + document.addEventListener('scroll', scroll_callback(document.scrollingElement)); + + const sidebar_scroller = document.querySelector('.sphinxsidebar'); + if (sidebar_scroller) { + sidebar_scroller.addEventListener('scroll', scroll_callback(sidebar_scroller)); + } + + const div_body = document.querySelector('div.body'); + const first_section = document.querySelector('div.body .section, div.body section'); + if (first_section) { + document.addEventListener('scroll', event => { + if (window.pageYOffset >= div_body.offsetTop + first_section.offsetTop) { + document.body.classList.add('scrolled'); + } else { + document.body.classList.remove('scrolled'); + } + }); + document.dispatchEvent(new Event('scroll')); + } + + topbar.querySelector('.top').addEventListener('click', event => { + window.scroll({ top: 0, behavior: 'smooth' }); + event.preventDefault(); + }); + + const search_button = document.getElementById('search-button'); + if (search_button) { + const search_form = document.getElementById('search-form'); + const search_field = search_form.querySelector('input'); + + function show_search() { + try { + // https://readthedocs-sphinx-search.readthedocs.io/ + showSearchModal(); + return; + } catch(e) {} + search_form.style.display = 'flex'; + search_button.setAttribute('aria-expanded', 'true'); + search_field.focus(); + document.body.classList.remove('topbar-folded'); + } + + function hide_search() { + search_form.style.display = 'none'; + search_button.setAttribute('aria-expanded', 'false'); + search_button.blur(); + } + + function toggle_search() { + if (window.getComputedStyle(search_form).display === 'none') { + show_search(); + } else { + hide_search(); + } + } + + search_button.addEventListener('click', toggle_search); + if (Documentation.focusSearchBar) { + // Monkey-patch function provided by Sphinx: + Documentation.focusSearchBar = show_search; + } + + search_field.addEventListener('keydown', event => { + if (event.code === 'Escape') { + hide_search(); + search_field.blur(); + } + }); + } + + const fullscreen_button = document.getElementById('fullscreen-button'); + if (document.fullscreenEnabled) { + fullscreen_button.addEventListener('click', event => { + if (!document.fullscreenElement) { + document.documentElement.requestFullscreen(); + } else { + document.exitFullscreen(); + } + fullscreen_button.blur(); + topbar_placeholder.classList.remove('fake-hover'); + }); + } else { + fullscreen_button.remove(); + } + + topbar_placeholder.addEventListener('mouseenter', event => { + topbar_placeholder.classList.add('fake-hover'); + }); + + topbar_placeholder.addEventListener('mouseleave', event => { + topbar_placeholder.classList.remove('fake-hover'); + }); + + document.addEventListener('touchend', event => { + if (event.touches.length > 1) { return; } + const touch = event.touches[0]; + if (touch.clientY < topbar.offsetHeight) { + topbar_placeholder.classList.add('fake-hover'); + } else { + topbar_placeholder.classList.remove('fake-hover'); + } + }); +}); diff --git a/_static/language_data.js b/_static/language_data.js new file mode 100644 index 0000000000..367b8ed81b --- /dev/null +++ b/_static/language_data.js @@ -0,0 +1,199 @@ +/* + * language_data.js + * ~~~~~~~~~~~~~~~~ + * + * This script contains the language-specific data used by searchtools.js, + * namely the list of stopwords, stemmer, scorer and splitter. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; + + +/* Non-minified version is copied as a separate JS file, if available */ + +/** + * Porter Stemmer + */ +var Stemmer = function() { + + var step2list = { + ational: 'ate', + tional: 'tion', + enci: 'ence', + anci: 'ance', + izer: 'ize', + bli: 'ble', + alli: 'al', + entli: 'ent', + eli: 'e', + ousli: 'ous', + ization: 'ize', + ation: 'ate', + ator: 'ate', + alism: 'al', + iveness: 'ive', + fulness: 'ful', + ousness: 'ous', + aliti: 'al', + iviti: 'ive', + biliti: 'ble', + logi: 'log' + }; + + var step3list = { + icate: 'ic', + ative: '', + alize: 'al', + iciti: 'ic', + ical: 'ic', + ful: '', + ness: '' + }; + + var c = "[^aeiou]"; // consonant + var v = "[aeiouy]"; // vowel + var C = c + "[^aeiouy]*"; // consonant sequence + var V = v + "[aeiou]*"; // vowel sequence + + var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0 + var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1 + var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1 + var s_v = "^(" + C + ")?" + v; // vowel in stem + + this.stemWord = function (w) { + var stem; + var suffix; + var firstch; + var origword = w; + + if (w.length < 3) + return w; + + var re; + var re2; + var re3; + var re4; + + firstch = w.substr(0,1); + if (firstch == "y") + w = firstch.toUpperCase() + w.substr(1); + + // Step 1a + re = /^(.+?)(ss|i)es$/; + re2 = /^(.+?)([^s])s$/; + + if (re.test(w)) + w = w.replace(re,"$1$2"); + else if (re2.test(w)) + w = w.replace(re2,"$1$2"); + + // Step 1b + re = /^(.+?)eed$/; + re2 = /^(.+?)(ed|ing)$/; + if (re.test(w)) { + var fp = re.exec(w); + re = new RegExp(mgr0); + if (re.test(fp[1])) { + re = /.$/; + w = w.replace(re,""); + } + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1]; + re2 = new RegExp(s_v); + if (re2.test(stem)) { + w = stem; + re2 = /(at|bl|iz)$/; + re3 = new RegExp("([^aeiouylsz])\\1$"); + re4 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re2.test(w)) + w = w + "e"; + else if (re3.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + else if (re4.test(w)) + w = w + "e"; + } + } + + // Step 1c + re = /^(.+?)y$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(s_v); + if (re.test(stem)) + w = stem + "i"; + } + + // Step 2 + re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step2list[suffix]; + } + + // Step 3 + re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step3list[suffix]; + } + + // Step 4 + re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; + re2 = /^(.+?)(s|t)(ion)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + if (re.test(stem)) + w = stem; + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1] + fp[2]; + re2 = new RegExp(mgr1); + if (re2.test(stem)) + w = stem; + } + + // Step 5 + re = /^(.+?)e$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + re2 = new RegExp(meq1); + re3 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) + w = stem; + } + re = /ll$/; + re2 = new RegExp(mgr1); + if (re.test(w) && re2.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + + // and turn initial Y back to y + if (firstch == "y") + w = firstch.toLowerCase() + w.substr(1); + return w; + } +} + diff --git a/_static/minus.png b/_static/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..d96755fdaf8bb2214971e0db9c1fd3077d7c419d GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LIik>cxAr*|t7R?Mi>2?kWtu=nj kDsEF_5m^0CR;1wuP-*O&G^0G}KYk!hp00i_>zopr08q^qX#fBK literal 0 HcmV?d00001 diff --git a/_static/plus.png b/_static/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..7107cec93a979b9a5f64843235a16651d563ce2d GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LIik>cxAr*|t7R?Mi>2?kWtu>-2 m3q%Vub%g%s<8sJhVPMczOq}xhg9DJoz~JfX=d#Wzp$Pyb1r*Kz literal 0 HcmV?d00001 diff --git a/_static/pygments.css b/_static/pygments.css new file mode 100644 index 0000000000..8054382b53 --- /dev/null +++ b/_static/pygments.css @@ -0,0 +1,75 @@ +pre { line-height: 125%; } +td.linenos .normal { color: #666666; background-color: transparent; padding-left: 5px; padding-right: 5px; } +span.linenos { color: #666666; background-color: transparent; padding-left: 5px; padding-right: 5px; } +td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +.highlight .hll { background-color: #ffffcc } +.highlight { background: #f0f0f0; } +.highlight .c { color: #60a0b0; font-style: italic } /* Comment */ +.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .k { color: #007020; font-weight: bold } /* Keyword */ +.highlight .o { color: #666666 } /* Operator */ +.highlight .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */ +.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #007020 } /* Comment.Preproc */ +.highlight .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */ +.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +.highlight .gd { color: #A00000 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +.highlight .gr { color: #FF0000 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.highlight .gi { color: #00A000 } /* Generic.Inserted */ +.highlight .go { color: #888888 } /* Generic.Output */ +.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.highlight .gt { color: #0044DD } /* Generic.Traceback */ +.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ +.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { color: #007020 } /* Keyword.Pseudo */ +.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #902000 } /* Keyword.Type */ +.highlight .m { color: #40a070 } /* Literal.Number */ +.highlight .s { color: #4070a0 } /* Literal.String */ +.highlight .na { color: #4070a0 } /* Name.Attribute */ +.highlight .nb { color: #007020 } /* Name.Builtin */ +.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ +.highlight .no { color: #60add5 } /* Name.Constant */ +.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.highlight .ne { color: #007020 } /* Name.Exception */ +.highlight .nf { color: #06287e } /* Name.Function */ +.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ +.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #bb60d5 } /* Name.Variable */ +.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mb { color: #40a070 } /* Literal.Number.Bin */ +.highlight .mf { color: #40a070 } /* Literal.Number.Float */ +.highlight .mh { color: #40a070 } /* Literal.Number.Hex */ +.highlight .mi { color: #40a070 } /* Literal.Number.Integer */ +.highlight .mo { color: #40a070 } /* Literal.Number.Oct */ +.highlight .sa { color: #4070a0 } /* Literal.String.Affix */ +.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ +.highlight .sc { color: #4070a0 } /* Literal.String.Char */ +.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */ +.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #4070a0 } /* Literal.String.Double */ +.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ +.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ +.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ +.highlight .sx { color: #c65d09 } /* Literal.String.Other */ +.highlight .sr { color: #235388 } /* Literal.String.Regex */ +.highlight .s1 { color: #4070a0 } /* Literal.String.Single */ +.highlight .ss { color: #517918 } /* Literal.String.Symbol */ +.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #06287e } /* Name.Function.Magic */ +.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ +.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ +.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ +.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */ +.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/_static/searchtools.js b/_static/searchtools.js new file mode 100644 index 0000000000..92da3f8b22 --- /dev/null +++ b/_static/searchtools.js @@ -0,0 +1,619 @@ +/* + * searchtools.js + * ~~~~~~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for the full-text search. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +/** + * Simple result scoring code. + */ +if (typeof Scorer === "undefined") { + var Scorer = { + // Implement the following function to further tweak the score for each result + // The function takes a result array [docname, title, anchor, descr, score, filename] + // and returns the new score. + /* + score: result => { + const [docname, title, anchor, descr, score, filename] = result + return score + }, + */ + + // query matches the full name of an object + objNameMatch: 11, + // or matches in the last dotted part of the object name + objPartialMatch: 6, + // Additive scores depending on the priority of the object + objPrio: { + 0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5, // used to be unimportantResults + }, + // Used when the priority is not in the mapping. + objPrioDefault: 0, + + // query found in title + title: 15, + partialTitle: 7, + // query found in terms + term: 5, + partialTerm: 2, + }; +} + +const _removeChildren = (element) => { + while (element && element.lastChild) element.removeChild(element.lastChild); +}; + +/** + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping + */ +const _escapeRegExp = (string) => + string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string + +const _displayItem = (item, searchTerms, highlightTerms) => { + const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; + const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; + const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; + const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; + const contentRoot = document.documentElement.dataset.content_root; + + const [docName, title, anchor, descr, score, _filename] = item; + + let listItem = document.createElement("li"); + let requestUrl; + let linkUrl; + if (docBuilder === "dirhtml") { + // dirhtml builder + let dirname = docName + "/"; + if (dirname.match(/\/index\/$/)) + dirname = dirname.substring(0, dirname.length - 6); + else if (dirname === "index/") dirname = ""; + requestUrl = contentRoot + dirname; + linkUrl = requestUrl; + } else { + // normal html builders + requestUrl = contentRoot + docName + docFileSuffix; + linkUrl = docName + docLinkSuffix; + } + let linkEl = listItem.appendChild(document.createElement("a")); + linkEl.href = linkUrl + anchor; + linkEl.dataset.score = score; + linkEl.innerHTML = title; + if (descr) { + listItem.appendChild(document.createElement("span")).innerHTML = + " (" + descr + ")"; + // highlight search terms in the description + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + } + else if (showSearchSummary) + fetch(requestUrl) + .then((responseData) => responseData.text()) + .then((data) => { + if (data) + listItem.appendChild( + Search.makeSearchSummary(data, searchTerms, anchor) + ); + // highlight search terms in the summary + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + }); + Search.output.appendChild(listItem); +}; +const _finishSearch = (resultCount) => { + Search.stopPulse(); + Search.title.innerText = _("Search Results"); + if (!resultCount) + Search.status.innerText = Documentation.gettext( + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." + ); + else + Search.status.innerText = _( + "Search finished, found ${resultCount} page(s) matching the search query." + ).replace('${resultCount}', resultCount); +}; +const _displayNextItem = ( + results, + resultCount, + searchTerms, + highlightTerms, +) => { + // results left, load the summary and display it + // this is intended to be dynamic (don't sub resultsCount) + if (results.length) { + _displayItem(results.pop(), searchTerms, highlightTerms); + setTimeout( + () => _displayNextItem(results, resultCount, searchTerms, highlightTerms), + 5 + ); + } + // search finished, update title and status message + else _finishSearch(resultCount); +}; +// Helper function used by query() to order search results. +// Each input is an array of [docname, title, anchor, descr, score, filename]. +// Order the results by score (in opposite order of appearance, since the +// `_displayNextItem` function uses pop() to retrieve items) and then alphabetically. +const _orderResultsByScoreThenName = (a, b) => { + const leftScore = a[4]; + const rightScore = b[4]; + if (leftScore === rightScore) { + // same score: sort alphabetically + const leftTitle = a[1].toLowerCase(); + const rightTitle = b[1].toLowerCase(); + if (leftTitle === rightTitle) return 0; + return leftTitle > rightTitle ? -1 : 1; // inverted is intentional + } + return leftScore > rightScore ? 1 : -1; +}; + +/** + * Default splitQuery function. Can be overridden in ``sphinx.search`` with a + * custom function per language. + * + * The regular expression works by splitting the string on consecutive characters + * that are not Unicode letters, numbers, underscores, or emoji characters. + * This is the same as ``\W+`` in Python, preserving the surrogate pair area. + */ +if (typeof splitQuery === "undefined") { + var splitQuery = (query) => query + .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) + .filter(term => term) // remove remaining empty strings +} + +/** + * Search Module + */ +const Search = { + _index: null, + _queued_query: null, + _pulse_status: -1, + + htmlToText: (htmlString, anchor) => { + const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); + for (const removalQuery of [".headerlinks", "script", "style"]) { + htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() }); + } + if (anchor) { + const anchorContent = htmlElement.querySelector(`[role="main"] ${anchor}`); + if (anchorContent) return anchorContent.textContent; + + console.warn( + `Anchored content block not found. Sphinx search tries to obtain it via DOM query '[role=main] ${anchor}'. Check your theme or template.` + ); + } + + // if anchor not specified or not found, fall back to main content + const docContent = htmlElement.querySelector('[role="main"]'); + if (docContent) return docContent.textContent; + + console.warn( + "Content block not found. Sphinx search tries to obtain it via DOM query '[role=main]'. Check your theme or template." + ); + return ""; + }, + + init: () => { + const query = new URLSearchParams(window.location.search).get("q"); + document + .querySelectorAll('input[name="q"]') + .forEach((el) => (el.value = query)); + if (query) Search.performSearch(query); + }, + + loadIndex: (url) => + (document.body.appendChild(document.createElement("script")).src = url), + + setIndex: (index) => { + Search._index = index; + if (Search._queued_query !== null) { + const query = Search._queued_query; + Search._queued_query = null; + Search.query(query); + } + }, + + hasIndex: () => Search._index !== null, + + deferQuery: (query) => (Search._queued_query = query), + + stopPulse: () => (Search._pulse_status = -1), + + startPulse: () => { + if (Search._pulse_status >= 0) return; + + const pulse = () => { + Search._pulse_status = (Search._pulse_status + 1) % 4; + Search.dots.innerText = ".".repeat(Search._pulse_status); + if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); + }; + pulse(); + }, + + /** + * perform a search for something (or wait until index is loaded) + */ + performSearch: (query) => { + // create the required interface elements + const searchText = document.createElement("h2"); + searchText.textContent = _("Searching"); + const searchSummary = document.createElement("p"); + searchSummary.classList.add("search-summary"); + searchSummary.innerText = ""; + const searchList = document.createElement("ul"); + searchList.classList.add("search"); + + const out = document.getElementById("search-results"); + Search.title = out.appendChild(searchText); + Search.dots = Search.title.appendChild(document.createElement("span")); + Search.status = out.appendChild(searchSummary); + Search.output = out.appendChild(searchList); + + const searchProgress = document.getElementById("search-progress"); + // Some themes don't use the search progress node + if (searchProgress) { + searchProgress.innerText = _("Preparing search..."); + } + Search.startPulse(); + + // index already loaded, the browser was quick! + if (Search.hasIndex()) Search.query(query); + else Search.deferQuery(query); + }, + + _parseQuery: (query) => { + // stem the search terms and add them to the correct list + const stemmer = new Stemmer(); + const searchTerms = new Set(); + const excludedTerms = new Set(); + const highlightTerms = new Set(); + const objectTerms = new Set(splitQuery(query.toLowerCase().trim())); + splitQuery(query.trim()).forEach((queryTerm) => { + const queryTermLower = queryTerm.toLowerCase(); + + // maybe skip this "word" + // stopwords array is from language_data.js + if ( + stopwords.indexOf(queryTermLower) !== -1 || + queryTerm.match(/^\d+$/) + ) + return; + + // stem the word + let word = stemmer.stemWord(queryTermLower); + // select the correct list + if (word[0] === "-") excludedTerms.add(word.substr(1)); + else { + searchTerms.add(word); + highlightTerms.add(queryTermLower); + } + }); + + if (SPHINX_HIGHLIGHT_ENABLED) { // set in sphinx_highlight.js + localStorage.setItem("sphinx_highlight_terms", [...highlightTerms].join(" ")) + } + + // console.debug("SEARCH: searching for:"); + // console.info("required: ", [...searchTerms]); + // console.info("excluded: ", [...excludedTerms]); + + return [query, searchTerms, excludedTerms, highlightTerms, objectTerms]; + }, + + /** + * execute search (requires search index to be loaded) + */ + _performSearch: (query, searchTerms, excludedTerms, highlightTerms, objectTerms) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + const allTitles = Search._index.alltitles; + const indexEntries = Search._index.indexentries; + + // Collect multiple result groups to be sorted separately and then ordered. + // Each is an array of [docname, title, anchor, descr, score, filename]. + const normalResults = []; + const nonMainIndexResults = []; + + _removeChildren(document.getElementById("search-progress")); + + const queryLower = query.toLowerCase().trim(); + for (const [title, foundTitles] of Object.entries(allTitles)) { + if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) { + for (const [file, id] of foundTitles) { + let score = Math.round(100 * queryLower.length / title.length) + normalResults.push([ + docNames[file], + titles[file] !== title ? `${titles[file]} > ${title}` : title, + id !== null ? "#" + id : "", + null, + score, + filenames[file], + ]); + } + } + } + + // search for explicit entries in index directives + for (const [entry, foundEntries] of Object.entries(indexEntries)) { + if (entry.includes(queryLower) && (queryLower.length >= entry.length/2)) { + for (const [file, id, isMain] of foundEntries) { + const score = Math.round(100 * queryLower.length / entry.length); + const result = [ + docNames[file], + titles[file], + id ? "#" + id : "", + null, + score, + filenames[file], + ]; + if (isMain) { + normalResults.push(result); + } else { + nonMainIndexResults.push(result); + } + } + } + } + + // lookup as object + objectTerms.forEach((term) => + normalResults.push(...Search.performObjectSearch(term, objectTerms)) + ); + + // lookup as search terms in fulltext + normalResults.push(...Search.performTermsSearch(searchTerms, excludedTerms)); + + // let the scorer override scores with a custom scoring function + if (Scorer.score) { + normalResults.forEach((item) => (item[4] = Scorer.score(item))); + nonMainIndexResults.forEach((item) => (item[4] = Scorer.score(item))); + } + + // Sort each group of results by score and then alphabetically by name. + normalResults.sort(_orderResultsByScoreThenName); + nonMainIndexResults.sort(_orderResultsByScoreThenName); + + // Combine the result groups in (reverse) order. + // Non-main index entries are typically arbitrary cross-references, + // so display them after other results. + let results = [...nonMainIndexResults, ...normalResults]; + + // remove duplicate search results + // note the reversing of results, so that in the case of duplicates, the highest-scoring entry is kept + let seen = new Set(); + results = results.reverse().reduce((acc, result) => { + let resultStr = result.slice(0, 4).concat([result[5]]).map(v => String(v)).join(','); + if (!seen.has(resultStr)) { + acc.push(result); + seen.add(resultStr); + } + return acc; + }, []); + + return results.reverse(); + }, + + query: (query) => { + const [searchQuery, searchTerms, excludedTerms, highlightTerms, objectTerms] = Search._parseQuery(query); + const results = Search._performSearch(searchQuery, searchTerms, excludedTerms, highlightTerms, objectTerms); + + // for debugging + //Search.lastresults = results.slice(); // a copy + // console.info("search results:", Search.lastresults); + + // print the results + _displayNextItem(results, results.length, searchTerms, highlightTerms); + }, + + /** + * search for object names + */ + performObjectSearch: (object, objectTerms) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const objects = Search._index.objects; + const objNames = Search._index.objnames; + const titles = Search._index.titles; + + const results = []; + + const objectSearchCallback = (prefix, match) => { + const name = match[4] + const fullname = (prefix ? prefix + "." : "") + name; + const fullnameLower = fullname.toLowerCase(); + if (fullnameLower.indexOf(object) < 0) return; + + let score = 0; + const parts = fullnameLower.split("."); + + // check for different match types: exact matches of full name or + // "last name" (i.e. last dotted part) + if (fullnameLower === object || parts.slice(-1)[0] === object) + score += Scorer.objNameMatch; + else if (parts.slice(-1)[0].indexOf(object) > -1) + score += Scorer.objPartialMatch; // matches in last name + + const objName = objNames[match[1]][2]; + const title = titles[match[0]]; + + // If more than one term searched for, we require other words to be + // found in the name/title/description + const otherTerms = new Set(objectTerms); + otherTerms.delete(object); + if (otherTerms.size > 0) { + const haystack = `${prefix} ${name} ${objName} ${title}`.toLowerCase(); + if ( + [...otherTerms].some((otherTerm) => haystack.indexOf(otherTerm) < 0) + ) + return; + } + + let anchor = match[3]; + if (anchor === "") anchor = fullname; + else if (anchor === "-") anchor = objNames[match[1]][1] + "-" + fullname; + + const descr = objName + _(", in ") + title; + + // add custom score for some objects according to scorer + if (Scorer.objPrio.hasOwnProperty(match[2])) + score += Scorer.objPrio[match[2]]; + else score += Scorer.objPrioDefault; + + results.push([ + docNames[match[0]], + fullname, + "#" + anchor, + descr, + score, + filenames[match[0]], + ]); + }; + Object.keys(objects).forEach((prefix) => + objects[prefix].forEach((array) => + objectSearchCallback(prefix, array) + ) + ); + return results; + }, + + /** + * search for full-text terms in the index + */ + performTermsSearch: (searchTerms, excludedTerms) => { + // prepare search + const terms = Search._index.terms; + const titleTerms = Search._index.titleterms; + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + + const scoreMap = new Map(); + const fileMap = new Map(); + + // perform the search on the required terms + searchTerms.forEach((word) => { + const files = []; + const arr = [ + { files: terms[word], score: Scorer.term }, + { files: titleTerms[word], score: Scorer.title }, + ]; + // add support for partial matches + if (word.length > 2) { + const escapedWord = _escapeRegExp(word); + if (!terms.hasOwnProperty(word)) { + Object.keys(terms).forEach((term) => { + if (term.match(escapedWord)) + arr.push({ files: terms[term], score: Scorer.partialTerm }); + }); + } + if (!titleTerms.hasOwnProperty(word)) { + Object.keys(titleTerms).forEach((term) => { + if (term.match(escapedWord)) + arr.push({ files: titleTerms[term], score: Scorer.partialTitle }); + }); + } + } + + // no match but word was a required one + if (arr.every((record) => record.files === undefined)) return; + + // found search word in contents + arr.forEach((record) => { + if (record.files === undefined) return; + + let recordFiles = record.files; + if (recordFiles.length === undefined) recordFiles = [recordFiles]; + files.push(...recordFiles); + + // set score for the word in each file + recordFiles.forEach((file) => { + if (!scoreMap.has(file)) scoreMap.set(file, {}); + scoreMap.get(file)[word] = record.score; + }); + }); + + // create the mapping + files.forEach((file) => { + if (!fileMap.has(file)) fileMap.set(file, [word]); + else if (fileMap.get(file).indexOf(word) === -1) fileMap.get(file).push(word); + }); + }); + + // now check if the files don't contain excluded terms + const results = []; + for (const [file, wordList] of fileMap) { + // check if all requirements are matched + + // as search terms with length < 3 are discarded + const filteredTermCount = [...searchTerms].filter( + (term) => term.length > 2 + ).length; + if ( + wordList.length !== searchTerms.size && + wordList.length !== filteredTermCount + ) + continue; + + // ensure that none of the excluded terms is in the search result + if ( + [...excludedTerms].some( + (term) => + terms[term] === file || + titleTerms[term] === file || + (terms[term] || []).includes(file) || + (titleTerms[term] || []).includes(file) + ) + ) + break; + + // select one (max) score for the file. + const score = Math.max(...wordList.map((w) => scoreMap.get(file)[w])); + // add result to the result list + results.push([ + docNames[file], + titles[file], + "", + null, + score, + filenames[file], + ]); + } + return results; + }, + + /** + * helper function to return a node containing the + * search summary for a given text. keywords is a list + * of stemmed words. + */ + makeSearchSummary: (htmlText, keywords, anchor) => { + const text = Search.htmlToText(htmlText, anchor); + if (text === "") return null; + + const textLower = text.toLowerCase(); + const actualStartPosition = [...keywords] + .map((k) => textLower.indexOf(k.toLowerCase())) + .filter((i) => i > -1) + .slice(-1)[0]; + const startWithContext = Math.max(actualStartPosition - 120, 0); + + const top = startWithContext === 0 ? "" : "..."; + const tail = startWithContext + 240 < text.length ? "..." : ""; + + let summary = document.createElement("p"); + summary.classList.add("context"); + summary.textContent = top + text.substr(startWithContext, 240).trim() + tail; + + return summary; + }, +}; + +_ready(Search.init); diff --git a/_static/sphinx_highlight.js b/_static/sphinx_highlight.js new file mode 100644 index 0000000000..8a96c69a19 --- /dev/null +++ b/_static/sphinx_highlight.js @@ -0,0 +1,154 @@ +/* Highlighting utilities for Sphinx HTML documentation. */ +"use strict"; + +const SPHINX_HIGHLIGHT_ENABLED = true + +/** + * highlight a given string on a node by wrapping it in + * span elements with the given class name. + */ +const _highlight = (node, addItems, text, className) => { + if (node.nodeType === Node.TEXT_NODE) { + const val = node.nodeValue; + const parent = node.parentNode; + const pos = val.toLowerCase().indexOf(text); + if ( + pos >= 0 && + !parent.classList.contains(className) && + !parent.classList.contains("nohighlight") + ) { + let span; + + const closestNode = parent.closest("body, svg, foreignObject"); + const isInSVG = closestNode && closestNode.matches("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.classList.add(className); + } + + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + const rest = document.createTextNode(val.substr(pos + text.length)); + parent.insertBefore( + span, + parent.insertBefore( + rest, + node.nextSibling + ) + ); + node.nodeValue = val.substr(0, pos); + /* There may be more occurrences of search term in this node. So call this + * function recursively on the remaining fragment. + */ + _highlight(rest, addItems, text, className); + + if (isInSVG) { + const rect = document.createElementNS( + "http://www.w3.org/2000/svg", + "rect" + ); + const bbox = parent.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute("class", className); + addItems.push({ parent: parent, target: rect }); + } + } + } else if (node.matches && !node.matches("button, select, textarea")) { + node.childNodes.forEach((el) => _highlight(el, addItems, text, className)); + } +}; +const _highlightText = (thisNode, text, className) => { + let addItems = []; + _highlight(thisNode, addItems, text, className); + addItems.forEach((obj) => + obj.parent.insertAdjacentElement("beforebegin", obj.target) + ); +}; + +/** + * Small JavaScript module for the documentation. + */ +const SphinxHighlight = { + + /** + * highlight the search words provided in localstorage in the text + */ + highlightSearchWords: () => { + if (!SPHINX_HIGHLIGHT_ENABLED) return; // bail if no highlight + + // get and clear terms from localstorage + const url = new URL(window.location); + const highlight = + localStorage.getItem("sphinx_highlight_terms") + || url.searchParams.get("highlight") + || ""; + localStorage.removeItem("sphinx_highlight_terms") + url.searchParams.delete("highlight"); + window.history.replaceState({}, "", url); + + // get individual terms from highlight string + const terms = highlight.toLowerCase().split(/\s+/).filter(x => x); + if (terms.length === 0) return; // nothing to do + + // There should never be more than one element matching "div.body" + const divBody = document.querySelectorAll("div.body"); + const body = divBody.length ? divBody[0] : document.querySelector("body"); + window.setTimeout(() => { + terms.forEach((term) => _highlightText(body, term, "highlighted")); + }, 10); + + const searchBox = document.getElementById("searchbox"); + if (searchBox === null) return; + searchBox.appendChild( + document + .createRange() + .createContextualFragment( + '<p class="highlight-link">' + + '<a href="javascript:SphinxHighlight.hideSearchWords()">' + + _("Hide Search Matches") + + "</a></p>" + ) + ); + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords: () => { + document + .querySelectorAll("#searchbox .highlight-link") + .forEach((el) => el.remove()); + document + .querySelectorAll("span.highlighted") + .forEach((el) => el.classList.remove("highlighted")); + localStorage.removeItem("sphinx_highlight_terms") + }, + + initEscapeListener: () => { + // only install a listener if it is really needed + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return; + if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) { + SphinxHighlight.hideSearchWords(); + event.preventDefault(); + } + }); + }, +}; + +_ready(() => { + /* Do not call highlightSearchWords() when we are on the search page. + * It will highlight words from the *previous* search query. + */ + if (typeof Search === "undefined") SphinxHighlight.highlightSearchWords(); + SphinxHighlight.initEscapeListener(); +}); diff --git a/authentication.html b/authentication.html new file mode 100644 index 0000000000..2750c28737 --- /dev/null +++ b/authentication.html @@ -0,0 +1,217 @@ +<!DOCTYPE html> + +<html lang="en" data-content_root="./"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> + + <title>Authentication — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Authentication§

+
+ sequenceDiagram + participant MO as MITx Online + participant OE as Open edX + + par Create Account in Open edx + MO->>OE: POST /user_api/v1/account/registration/ + OE-->>MO: Success + end + + par Create Open edX Access Token + Note right of MO: Create in-memory requests session + par Establish an Open edX session + MO->>OE: GET /auth/login/mitxpro-oauth2/?auth_entry=login + OE->>MO: Redirect to GET /oauth2/authorize + MO->>OE: Redirect to GET /auth/complete/mitxpro-oauth2/ + end + + par Link MITx Online account to Open edX Account + MO->>OE: GET /oauth2/authorize + OE-->>MO: Redirect to GET /login/_private/complete + MO->>OE: POST /oauth2/access_token + OE-->>MO: OAuth access and refresh tokens + end + + end + +
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/check_program_requirements.html b/commands/check_program_requirements.html new file mode 100644 index 0000000000..74d2d23f57 --- /dev/null +++ b/commands/check_program_requirements.html @@ -0,0 +1,217 @@ + + + + + + + + check_program_requirements — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

check_program_requirements§

+

Checks programs for a valid requirements tree. A program has a valid requirements tree if it:

+
    +
  1. Exists

  2. +
  3. Has nodes for all courses assigned to the program

  4. +
+

If the tree does not fit this criteria, an error message is printed to the screen. (This uses the check_program_for_orphans API call, but it suppresses its error logging so it won’t clog up the error log.)

+

By default, this will check all programs in the system. Specify individual programs to check with --program (multiple times if needed) or check only live programs with --live. Note that if you specify both of these together they will be combined: if you specify a check for a specific program that isn’t live and then also specify --live, it won’t return anything for that program.

+
+

Syntax§

+

check_program_requirements [--program <readable or numeric id>] [--live]

+
+
+

Options§

+
    +
  • --program <readable or numeric id> - Check this specific program. Can be either the readable ID of the program (e.g. program-v1:MITx+DEDP) or the numeric ID, and can be specified multiple times to check multiple programs.

  • +
  • --live - Check only live programs.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/configure_instance.html b/commands/configure_instance.html new file mode 100644 index 0000000000..60e9f3a1a3 --- /dev/null +++ b/commands/configure_instance.html @@ -0,0 +1,218 @@ + + + + + + + + configure_instance — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

configure_instance§

+

Configures a fresh MITx Online instance. For more information, see MITx Online Quick Start and Local Open edX Tutor and MITx Online Deployment.

+

For Tutor deployments, this will use local.edly.io for URLs for the edX platform. If you’re running a dev deployment, or are using Tutor Nightly, --tutor-dev will additionally add the proper ports (as Caddy is disabled in these cases). In either case, the two demo courses will still be created but only the Demonstration Course (course-v1:edX+DemoX+Demo_Course) will exist in edX, and then only if you import the demo course using the relevant Tutor command.

+
+

Syntax§

+

configure_instance <platform> [--dont-enroll|-D] [--dont-create-superuser|-S] [--edx-oauth-client <client id>] [--edx-oauth-secret <client secret>] [--gateway <ip>] [--tutor|-T] [--tutor-dev]

+
+
+

Options§

+
    +
  • <platform> - One of macos, linux, or none. Specifying none will additionaly stop creation of the OAuth2 application record for edX. Defaults to none.

  • +
  • --dont-enroll|-D - Don’t enroll the test learner account in any courses. (Defaults to enrolling the account in course-v1:edX+DemoX+Demo_Course.)

  • +
  • --dont-create-superuser|-S - Don’t create a superuser account.

  • +
  • --gateway <ip> - The Docker gateway IP. Required on Linux. See Configure Open edX for more info.

  • +
  • --edx-oauth-client <client id> - Use the specified client ID for the edX OAuth2 client. (Useful if you’re redoing your MITx Online instance and you’ve already created the corresponding record in edX, since you’re not allowed to edit it there.)

  • +
  • --edx-oauth-secret <client secret> - Use the specified client secret for the edX OAuth2 client. (Useful if you’re redoing your MITx Online instance and you’ve already created the corresponding record in edX, since you’re not allowed to edit it there.)

  • +
  • --tutor|-T - Configure the instance for use with a Tutor edX deployment.

  • +
  • --tutor-dev - Configure the instnace for use with Tutor dev or nightly.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/configure_tiers.html b/commands/configure_tiers.html new file mode 100644 index 0000000000..18b868099c --- /dev/null +++ b/commands/configure_tiers.html @@ -0,0 +1,313 @@ + + + + + + + + configure_tiers — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

configure_tiers§

+

Creates financial assistance tiers and discounts for a course or program.

+

This operates in two modes: creating tiers for a program and creating tiers for a course.

+

In the tables below, <year> represents the current year.

+

Configuring tiers for a course

+

The command will use the readable ID of the course as part of the financial aid discounts. They will default to this:

+ + + + + + + + + + + + + + + + + + + + + + + + + +

Code

Type

Amount

<course id>-fa-tier1-<year>

percent-off

.75

<course id>-fa-tier2-<year>

percent-off

.50

<course id>-fa-tier3-<year>

percent-off

.25

<course id>-fa-tier4-<year>

percent-off

0

+

Note that configuring course tiers requires the course to exist. Use create_courseware (or any of the other methods) to create the course before you run this command.

+

Configuring tiers for a program

+

The default discounts will be:

+ + + + + + + + + + + + + + + + + + + + + + + + + +

Code

Type

Amount

DEDP-fa-tier1-<year>

dollars-off

750

DEDP-fa-tier2-<year>

dollars-off

650

DEDP-fa-tier3-<year>

dollars-off

500

DEDP-fa-tier4-<year>

percent-off

0

+

Specify changes using --program and/or --program-abbrev.

+

Tiers

+

The actual tiers that will be created are:

+ + + + + + + + + + + + + + + + + + + + +

Threshold

Discount

$0

<abbrev>-fa-tier1-<year>

$25,000

<abbrev>-fa-tier2-<year>

$50,000

<abbrev>-fa-tier3-<year>

$75,000

<abbrev>-fa-tier4-<year>

+

These can be overridden by providing a CSV file. The CSV file should have the following fields and should not have a header row:

+
threshold amount,discount type,discount amount
+
+
+

If you specify tier information, you must provide all the tiers you want to create - the specified information will override the default. In addition, you must supply a zero income tier. This is a requirement and the command will quit if you don’t have one set up, as that tier is used as the starting point for financial assistance. (In other words, learners will see errors if there’s not a zero-income threshold tier set up.)

+

Reuse

+

The command will try to reuse any discounts and tiers that match ones the command would have created, so you can safely run this for a course or program that may have already had financial assistance tiers set up.

+
+

Syntax§

+

Configuring tiers for a program: +configure_tiers [--program <readable id>] [--program-abbrev <program abbreviation>] [--tier-info <tier info CSV>]

+

Configuring tiers for a course: +configure_tiers [--course <readable id>] [--tier-info <tier info CSV>]

+
+
+

Options§

+

Program options:

+
    +
  • --program <readable id> - Program ID to use or create.

  • +
  • --program-abbrev <abbreviation> - Abbreviation to use for tiers and discounts.

  • +
+

Course options:

+
    +
  • --course <readable id> - Course ID to use. This won’t create a course; use create_courseware for that.

  • +
+

Common options:

+
    +
  • --tier-info <csv file> - Tier info in CSV format.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/create_courseware.html b/commands/create_courseware.html new file mode 100644 index 0000000000..de4770a52a --- /dev/null +++ b/commands/create_courseware.html @@ -0,0 +1,251 @@ + + + + + + + + create_courseware — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

create_courseware§

+

Creates a new courseware object.

+

For programs, this creates the basic program record. +For courses, this creates the course, and then optionally adds it to the specified program (and can add it as an elective or required course). It will also optionally create an initial course run for the course. Finally, it will also add the course to the program’s requirements or electives list. +For courseruns, this creates the course run and associates it with the specified course.

+

This will not run sync_course_run for you, so for best results, ensure the course run is set up on the edX side, use this command, then run sync_course_run to pull dates and other information from edX.

+
+

Syntax§

+

create_courseware <object> <readable id> <title> [--live] [--self-paced] [--create-run [create_run]] [--run-url [RUN_URL]] [--program [PROGRAM]] [--run-tag [run-tag]] [--required] [--elective] [--force] [--start <date>] [--end <date>] [--enrollment-start <date>] [--enrollment-end <date>] [--upgrade <date>] [--dept <department_name>] [--create-depts]

+
+
+

Checks§

+

The command performs the following checks: +* It checks to see if readable_id contains course or program at the front - if it doesn’t, it will assume you’ve swapped the title and readable ID mistakenly and stop. +* It checks to see if the course will be live before adding it to the requirements tree. If --live isn’t specified, it will ignore your request. This only applies to course creation. +* If creating a course or program, --depts must be specified and the department names must exist.

+

Both of these checks can be overridden with the --force flag.

+
+
+

Options§

+
    +
  • object - One of program, course, or courserun

  • +
  • readable id - The readable ID of the object. Note: do not specify the run tag for course runs.

  • +
  • title - The title of the object.

  • +
  • --live - Makes the object live (default is not).

  • +
  • --force|-f - Force the creation of the object. (See “Checks” section for details.)

  • +
  • --create-depts - If specified, any departments specified that do not currently exist will be created.

  • +
+

Programs can take the following options: +* --depts - The departments to associate the program with.

+

Courses can take the following options:

+
    +
  • --program <PROGRAM> - The program to assign the course to.

  • +
  • --create-run <run tag> - Create a course run for this course with the specified run tag.

  • +
  • --run-url <url> - The courseware URL for the course run. (Only if --create-run is specified.)

  • +
  • --self-paced - The course run is self-paced. (Only if --create-run is specified.)

  • +
  • --required - The course is a requirement for the program.

  • +
  • --elective - The course is an elective for the program.

  • +
  • --depts - The departments to associate the course with.

  • +
+

Course runs can take the following options:

+
    +
  • --program <PROGRAM> - The program to assign the course to. Required.

  • +
  • --run-tag <run tag> - The run tag to use. Required.

  • +
  • --run-url <url> - The courseware URL for the course run.

  • +
  • --self-paced - The course run is self-paced.

  • +
  • --start <date> - The date the course run should start.

  • +
  • --end <date> - The date the course run should end.

  • +
  • --enrollment-start <date> - The date the course run enrollment should start.

  • +
  • --enrollment-end <date> - The date the course run enrollment should end.

  • +
  • --upgrade <date> - The date after which course run enrollments should not be possible.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/create_courseware_page.html b/commands/create_courseware_page.html new file mode 100644 index 0000000000..a6db069360 --- /dev/null +++ b/commands/create_courseware_page.html @@ -0,0 +1,212 @@ + + + + + + + + create_courseware_page — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

create_courseware_page§

+

Creates a very basic About page in the CMS for the given courseware object.

+

The about page will only have the handful of fields that are required to be there, and will be linked to the specified courseware object. If the courseware object is a course, it will also be added to the Featured Products section on the homepage. By default, the CMS page will be saved in a draft state.

+
+

Syntax§

+

create_courseware_page <courseware id> [--live]

+
+
+

Options§

+
    +
  • courseware id - The courseware object to make a CMS page for.

  • +
  • --live - Makes the resulting page live.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/create_product.html b/commands/create_product.html new file mode 100644 index 0000000000..0dcb8bf1e0 --- /dev/null +++ b/commands/create_product.html @@ -0,0 +1,214 @@ + + + + + + + + create_product — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

create_product§

+

Creates a product for the given courseware ID. (For now, this only works with course runs.)

+

By default, the product description will be the courseware ID. This is the recommended setting for this to make it easy to determine which products are for what courseware objects.

+
+

Syntax§

+

create_product <courserun> <price> [--description|-d <description>] [--inactive]

+
+
+

Options§

+
    +
  • courserun - The course run to use.

  • +
  • price - The price (numbers only) of the product.

  • +
  • --description <description> (or -d) - Optionally specify the product description. (Defaults to the courseware ID.)

  • +
  • --inactive - Makes the product inactive. (Defaults to active.)

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/create_user.html b/commands/create_user.html new file mode 100644 index 0000000000..bc6868c711 --- /dev/null +++ b/commands/create_user.html @@ -0,0 +1,216 @@ + + + + + + + + create_user — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

create_user§

+

Creates a learner account in the system. You will be prompted for the account password.

+
+

Syntax§

+

create_user username email firstname lastname displayname countrycode [--enroll <courseid>]

+
+
+

Options§

+
    +
  • username - Username for the learner to create.

  • +
  • email - Email address of the learner to create.

  • +
  • firstname - The learner’s first name.

  • +
  • lastname - The learner’s last name.

  • +
  • displayname - The learner’s display name.

  • +
  • countrycode - The country code to use. (Default US)

  • +
  • --enroll <courseid> - Optionally enroll the user in the specified course run. The enrollment will be an audit enrollment.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/generate_discount_code.html b/commands/generate_discount_code.html new file mode 100644 index 0000000000..a95573b829 --- /dev/null +++ b/commands/generate_discount_code.html @@ -0,0 +1,242 @@ + + + + + + + + generate_discount_code — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

generate_discount_code§

+

Creates discount code(s).

+

This can create a single code, a batch of explicitly defined codes, or a batch of automatically generated codes (with an optional prefix).

+
+

Syntax§

+

generate_discount_code <code> [<code>...] --amount <amount> [-activates <date>] [--expires <date>] [--discount-type <discount type>] [--one-time] [--once-per-user] [--count <count>] [--prefix <prefix>]

+
+
+

Batch Generating Codes§

+

You can create a batch of explicitly named codes by simply passing multiple discount codes to the command. All of the codes will be created (assuming they don’t already exist) with the options you’ve specified.

+

Alternatively, you can created a number of codes using the --count and -prefix option. Using these options will generate the number of codes specified by --count and will prefix the code with -prefix if it is specified. The code will be generated using a UUID - if you’ve supplied a prefix, the code will be in the format <prefix><uuid>. Note that the command won’t insert any punctuation between the prefix and the UUID, so you will need to add that yourself if you want, for example, a dash separating the two. UUIDs are 37 characters in length so prefixes need to be a total of 13 characters or less.

+
+
+

Output§

+

Generated codes will be written to a generated-codes.csv file, with the following information:

+
    +
  • Discount code

  • +
  • Code type

  • +
  • Amount

  • +
  • Expiration date

  • +
+

The file is overwritten if it exists.

+
+
+

Options§

+

General options:

+
    +
  • --amount <amount> - The discount’s amount. For percent off discounts, this should be on a scale of 0-100. This is required.

  • +
  • --discount-type <discount type> - One of percent-off, dollars-off, or fixed-price; the type of discount code to make. Defaults to percent-off.

  • +
  • --activates <date> - The date the code should become active (in ISO-8601 format).

  • +
  • --expires <date> - The date the code should stop being active (in ISO-8601 format).

  • +
  • --one-time - Set the discount to be redeemable only once.

  • +
  • --once-per-user - Set the discount to be redeemable only once per learner.

  • +
+

For explicitly named codes:

+
    +
  • code - The code to generate. (You can specify any number of these.) Max length 50 characters.

  • +
+

For automatically generated codes:

+
    +
  • --count <count> - The number of codes to create.

  • +
  • --prefix <prefix> - The prefix to append to the code. Max length 13 characters.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/import_courserun.html b/commands/import_courserun.html new file mode 100644 index 0000000000..5ae0c5bd12 --- /dev/null +++ b/commands/import_courserun.html @@ -0,0 +1,218 @@ + + + + + + + + import_courserun — MITx Online documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

import_courserun§

+

Creates courserun(s) in the system based on edX course data.

+

You can specify either a specific courserun to create, or you can specify a run tag (e.g. 1T2023) and a program (e.g. program-v1:MITx+DEDP), and the command will create courseruns for the courses that it finds in edX.

+

You can also optionally have it create a CMS page for the course, if one doesn’t already exist.

+

Furthermore, you can specify a price, and it will create (or update) product(s) for the courserun(s) with the specified price. Created products will use the readable ID for the courserun as the product description and will be made active depending on the courserun. This command will not update existing courseruns; only new ones that it creates will get products.

+

If the course does not exist, it will be created with the same data as the edX course. Any specified courserun that doesn’t exist in edX will be skipped - it won’t make empty course runs for you (use Django Admin or create_courseware if you want to do that, since you’ll need to specify a few things that you can’t here.) Similarly, any courserun that already exists will be skipped - sync_courserun, which runs on a regular basis, will handle syncing the pertinent data for it.

+

New courseruns will be created with the following data synced from the edX course_details API call: +* Start and end dates +* Enrollment start and end dates +* Title +* Pacing (self-paced or instructor-led) +* Courseware URL (depends on the OPENEDX_API_BASE_URL configuration setting)

+

You may want to adjust these after they’re created.

+
+

Syntax§

+

To create an individual courserun:

+

import_courserun [--courserun <courserun>] [--program <program>] [--live] [--create-cms-page] [--price <price>]

+

To walk a program:

+

import_courserun [--program <program>] [--run-tag <run tag>] [--live] [--create-cms-page] [--price <price>]

+
+
+

Options§

+
    +
  • --courserun <courserun> - The courserun to check for. Takes precedence over --program.

  • +
  • +
    --program <program>
      +
    • _If walking a program:_ The program to walk through. Requires --run_tag. Specify either the numeric database ID or the readable ID for the program.

    • +
    • _If creating a single courserun:_ The program the course should belong to, if any.

    • +
    +
    +
    +
  • +
  • --run-tag <run tag> - The run tag to use for the new courseruns. Required for --program; don’t use otherwise.

  • +
  • --live - Make the course live. (Default is to set the flag to false.)

  • +
  • --create-cms-page - Attempt to create a basic CMS page for the course, in a similar fashion to create_courseware_page. If this fails (for instance, if the course already has a CMS page), this step will be skipped.

  • +
  • --price <price> - Create (or update) a product for the courserun with the specified price. If the command creates multiple courseruns, this will create a product for each.

  • +
  • --dept <department_name> - Specify department(s) assigned to the course object. If program is specified, all courses associated with the program and imported will have the same department.

  • +
+
+
+

Example§

+

The use case for this was creating a batch of course runs for an upcoming semester of DEDP courses; these courses existed in edX but not in MITx Online. Since in that case the semester was 1T2023, this command would have created all the applicable courseruns all at once:

+

manage.py import_courserun --program program-v1:MITx+DEDP --run-tag 1T2023 --live --dept Economics

+

Or, the same but with the standard DEDP pricing applied:

+

manage.py import_courserun --program program-v1:MITx+DEDP --run-tag 1T2023 --live --price 1000

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/index.html b/commands/index.html new file mode 100644 index 0000000000..41c231e198 --- /dev/null +++ b/commands/index.html @@ -0,0 +1,260 @@ + + + + + + + + MITx Online Commands — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/commands/refund_fulfilled_order.html b/commands/refund_fulfilled_order.html new file mode 100644 index 0000000000..b4133eb923 --- /dev/null +++ b/commands/refund_fulfilled_order.html @@ -0,0 +1,154 @@ + + + + + + + + refund_fulfilled_order — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

refund_fulfilled_order§

+

Looks up a fulfilled order in the system, sets it to Refunded, and then adjusts the enrollments accordingly.

+
    +
  • If –unenroll is specified, the learner will be unenrolled from the course run associated with the order.

  • +
  • If –audit is specified, the learner will keep their unenrollments, but they will be set to “audit” instead of “verified”.

  • +
+

This does not make any sort of call to CyberSource or any other payment gateway to perform a refund - you’re expected to have refunded the learner’s money manually already. (At time of writing, PayPal transactions can’t be refunded using the normal means, so they get refunded manually via CyberSource and then this command comes in to clean up afterwards.)

+
+

Syntax§

+

refund_fulfilled_order <reference number> [--audit] [--unenroll]

+
+
+

Options§

+
    +
  • <reference number> - The reference number for the order to refund.

  • +
  • --audit - Change the learner’s enrollment status to audit.

  • +
  • --unenroll - Unenroll the learner.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/regenerate_edx_auth_tokens.html b/commands/regenerate_edx_auth_tokens.html new file mode 100644 index 0000000000..f8b67e2d94 --- /dev/null +++ b/commands/regenerate_edx_auth_tokens.html @@ -0,0 +1,148 @@ + + + + + + + + regenerate_edx_auth_tokens — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

regenerate_edx_auth_tokens§

+

Regenerates the authentication tokens for a specified learner. In essence, deletes the OpenEdxApiAuth record and then makes a call to edX to generate a new refresh and access token.

+

If the user doesn’t have an OpenEdxUser record either, then this command is not appropriate. Use repair_missing_courseware_records instead. This will also not do anything with enrollments or grades. The main usecase is if the learner’s OpenEdxApiAuth record gets deleted for some reason, or if their refresh tokens on the edX side are revoked.

+
+

Syntax§

+

regenerate_edx_auth_tokens <username>

+
+
+

Options§

+
    +
  • username - the learner’s ID, username, or email address.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/resolve_pending_order.html b/commands/resolve_pending_order.html new file mode 100644 index 0000000000..aa7edd9fff --- /dev/null +++ b/commands/resolve_pending_order.html @@ -0,0 +1,149 @@ + + + + + + + + resolve_pending_order — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

resolve_pending_order§

+

Looks up the specified pending order in CyberSource and resolves it. This can mean either fulfilling the order or cancelling it, depending on the status of the payment in CyberSource: if the order is found and the result code is 100, it will be fulfilled; otherwise, it will be cancelled.

+

This only works on pending orders and won’t accept a reference number for an order that’s not in the Pending state.

+
+

Syntax§

+

resolve_pending_order [--all] [--order <reference number>]

+
+
+

Options§

+
    +
  • --all - Process all pending orders.

  • +
  • --order <reference number> - Process a specific order specified by reference number (e.g. mitxonline-prod-1).

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/ecommerce.html b/configuration/ecommerce.html new file mode 100644 index 0000000000..5ab613652f --- /dev/null +++ b/configuration/ecommerce.html @@ -0,0 +1,264 @@ + + + + + + + + Configure eCommerce — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Configure eCommerce§

+

To use the eCommerce subsystem, some configuration is required. These instructions will also set up a course in your MITx Online environment that you can use for enrollment.

+

You’ll need a working MITx Online setup and a working devstack setup to begin, and superuser accounts for each.

+
+

Set Up MITx Online eCommerce Config§

+

The CyberSource configuration for the app can be lifted out of Heroku. Make sure you use values from RC - otherwise, you will actually be charged for purchases (and test credit card numbers will fail). For best results, you should also have an account for the test Enterprise Business Center (https://ebc2test.cybersource.com/ebc2/).

+

The .env settings you need to copy over are:

+
    +
  • MITOL_PAYMENT_GATEWAY_CYBERSOURCE_ACCESS_KEY

  • +
  • MITOL_PAYMENT_GATEWAY_CYBERSOURCE_PROFILE_ID

  • +
  • MITOL_PAYMENT_GATEWAY_CYBERSOURCE_SECURITY_KEY

  • +
  • MITOL_PAYMENT_GATEWAY_CYBERSOURCE_SECURE_ACCEPTANCE_URL

  • +
+

Alternatively, you can set up your own CyberSource developer account and generate a set of API keys there: Evaluation Account Setup If you set up your own developer account, you will need to properly configure it for Secure Acceptance with the credit card types you wish to test, and you will need to generate your own API keys and supply them in the .env file.

+

You may also set ECOMMERCE_DEFAULT_PAYMENT_GATEWAY to CyberSource - this sets it to the default value, but setting it now will prevent issues if the Payment Gateway ol-django library adds in new payment gateways.

+
+
+

Set Up a Course§

+

The devstack environment comes with a couple of test courses set up. If you want a different course, you will need to set that up in Open edX before starting here. Bootstrapping a course in edX is beyond the scope of this document.

+
+

In Open edX§

+
    +
  1. Log in to the Django Admin interface.

  2. +
  3. Find a course from the Course Overviews page.

  4. +
  5. Note the Display name and Id fields.

  6. +
+
+
+

In MITx Online§

+
    +
  1. Log into the Django Admin interface.

  2. +
  3. Under Courses, open Programs and add a Program. (The specifics here aren’t important - there just needs to be a Program.)

  4. +
  5. Under Courses, open Courses and add a Course. The Title and Readable Id fields should be set to the Display name and Id fields from the edX course you plan to use. Make sure Live is set and the Program is set to the program you created in step 2.

  6. +
  7. Under Course Runs, add a Course Run. The Title and Courseware Id fields should be set to the Id and Display Name fields from the edX course. The Courseware url path should be set to the URL where the course lives in edX (ex. https://courses-qa.mitxonline.mit.edu/learn/course/course-v1:MITx+14.750x+3T2022/home). The dates will be overwritten when the system is synced with Open edX, but for testing it’s good to put Start Date, End Date, Enrollment Start, and Enrollment End. A good starting point for these is today plus/minus one year for each.

  8. +
  9. You now need to add the course to the CMS. Navigate to the Wagtail CMS admin, at /cms.

  10. +
  11. Open the Courses folder under Home Page.

  12. +
  13. Select Add Child Page.

  14. +
  15. Fill out the form. The course you added in steps 1-4 should appear. (If not, double-check your settings in Django Admin.) Publish the page when ready.

  16. +
  17. Open the Home Page, and select Edit.

  18. +
  19. Under the Featured Products section, select Add. You will be given a button to choose a page, and the page chooser there should list the page you created.

  20. +
  21. Publish the Home Page when ready.

  22. +
+

You should now be able to see the course under the hero image on the MITx Online homepage, and navigating into the course should give you the option to Enroll. (At this point, you won’t have a Product set up, so enrolling now should just enroll you in the course.)

+
+
+
+

Setting Up a Product§

+
    +
  1. Log into MITx Online Django Admin.

  2. +
  3. Under Ecommerce, open Products and create a new Product. Set Content type to Course Run and Object Id to the ID of the course run you created earlier (it’s probably 1 if you’re working from a new install). Price should ideally be set to a non-zero value, that is less than $999, in RC/Sandbox environments. Description needs to be filled in but can be anything - for clarity, it’s recommended to use the course name. Make sure Is active is checked.

  4. +
+

You should now be able to enroll in the upgraded course.

+
    +
  • If you’ve enrolled in the course already, you should now see the upsell card on the course listing page.

  • +
  • If you haven’t enrolled, enrolling should pop the upgrade modal.

  • +
  • In either case, enrolling in the paid version of the course should bring you to the cart, and you should then be able to check out.

  • +
+
+

Testing Checkout§

+

The test CyberSource credentials won’t actually process a charge that has been run through the system. However, you should avoid using a valid credit card number when testing. Any card number that is both invalid but passes the checks should work. Here are some examples:

+
    +
  • Visa: 4111111111111111

  • +
  • Visa: 4242424242424242

  • +
  • MasterCard: 5555555555554444

  • +
  • MasterCard: 5105105105105100

  • +
  • American Express: 378282246310005

  • +
  • Discover: 6011111111111117

  • +
+

Supply any expiration date in the future. The CVN code should be any three-digit (not AmEx) or 4 digit (AmEx) number that is fairly unique (not like 123, 111). What card types are allowed and whether or not the CVN code is required depends on the settings in the CyberSource account - currently, the MIT test account does require an expiration date and CVN code and supports the four card types listed above. Transactions are logged and can be found in the test EBC. You can additionally adjust the settings in the EBC to email the payment data to you while you’re testing - but you should ask around before doing this in case someone else is testing eCommerce elsewhere.

+
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/hubspot.html b/configuration/hubspot.html new file mode 100644 index 0000000000..ea86e1a497 --- /dev/null +++ b/configuration/hubspot.html @@ -0,0 +1,142 @@ + + + + + + + + Configure HubSpot — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Configure HubSpot§

+

In order to connect your local instance of MITx Online with HubSpot, you will need to define the following envrionment variables in your .env file.

+

` +MITOL_HUBSPOT_API_PRIVATE_TOKEN=<ask a developer to add you to the hubspot account> +MITOL_HUBSPOT_API_ID_PREFIX=<your_initials>-mitxonline-dev +HUBSPOT_PIPELINE_ID=19817792 +`

+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/index.html b/configuration/index.html new file mode 100644 index 0000000000..b5d06f932a --- /dev/null +++ b/configuration/index.html @@ -0,0 +1,227 @@ + + + + + + + + Configuration — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/configuration/open_edx.html b/configuration/open_edx.html new file mode 100644 index 0000000000..418830d372 --- /dev/null +++ b/configuration/open_edx.html @@ -0,0 +1,416 @@ + + + + + + + + Configure Open edX — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Configure Open edX§

+

In order to create user accounts in Open edX and permit authentication from MITx Online to Open edX, you need to configure MITx Online as an OAuth2 provider for Open edX.

+
+

Setup Open edX Devstack§

+

Following steps are inspired by edx-devstack.

+
+

Add /etc/hosts alias for Open edX§

+

If one doesn’t already exist, add an alias to /etc/hosts for Open edX. We have standardized this alias +to edx.odl.local. Your /etc/hosts entry should look like this:

+
127.0.0.1       edx.odl.local
+
+
+
+
+

Clone edx/devstack§

+
git clone https://github.com/edx/devstack
+cd devstack
+make requirements
+make dev.clone
+
+
+
+
+

Pull latest images and run provision§

+
make pull
+make dev.provision
+
+
+
+
+

Start your servers§

+
make dev.up
+
+
+
+
+

Stop your servers§

+
make stop
+
+
+
+
+
+

Setup social auth§

+
+

Install social-auth-mitxpro in LMS§

+

There are two options for this:

+
+

Install via pip§

+
pip install social-auth-mitxpro
+
+
+
+
+

Install from local Build§

+
    +
  • Checkout the social-auth-mitxpro project and build the package per the project instructions

  • +
  • Copy the social-auth-mitxpro-$VERSION.tar.gz file into devstack’s edx-platform directory

  • +
  • In devstack, run make lms-shell and within that shell pip install social-auth-mitxpro-$VERSION.tar.gz

    +
      +
    • To update to a new development version without having to actually bump the package version, simply pip uninstall social-auth-mitxpro, then install again

    • +
    +
  • +
+
+
+
+

Install openedx-companion-auth in LMS§

+

There are two options for this:

+
+

Install via pip§

+
pip install openedx-companion-auth
+
+
+
+
+

Install from local Build§

+
    +
  • Checkout the openedx-companion-auth project and build the package per the project instructions

  • +
  • Copy the openedx-companion-auth-$VERSION.tar.gz file from the dist folder into devstack’s edx-platform directory

  • +
  • In devstack, run make lms-shell and within that shell pip install openedx-companion-auth-$VERSION.tar.gz

    +
      +
    • To update to a new development version without having to actually bump the package version, simply pip uninstall -y openedx-companion-auth, then install again

    • +
    +
  • +
+
+
+
+
+

Configure MITx Online as a OAuth provider for Open edX§

+

In MITx Online:

+
    +
  • go to /admin/oauth2_provider/application/ and create a new application with these settings selected:

    +
      +
    • Redirect uris: http://<EDX_HOSTNAME>:18000/auth/complete/mitxpro-oauth2/

      +
        +
      • [macOS users] You will need redirect uris for both the local edX host alias and for host.docker.internal. This value should be:

        +
        http://edx.odl.local:18000/auth/complete/mitxpro-oauth2/
        +http://host.docker.internal:18000/auth/complete/mitxpro-oauth2/
        +
        +
        +
      • +
      • [Linux users] You will need redirect uris for both the local edX host alias and for the gateway IP of the docker-compose networking setup for MITx Online as found via docker network inspect mitx-online_default:

        +
        http://edx.odl.local:18000/auth/complete/mitxpro-oauth2/
        +http://<GATEWAY_IP>:18000/auth/complete/mitxpro-oauth2/
        +
        +
        +
      • +
      • [WSL 2 users]: Use the URLs for macOS. You will also have to set OPENEDX_IP to host-gateway in your .env file to make this work. (Networking with WSL 2 works very differently, and the defaults won’t work.)

      • +
      +

      NOTE: GATEWAY_IP should be something like 172.19.0.1.

      +
    • +
    • Client type: “Confidential”

    • +
    • Authorization grant type: “Authorization code”

    • +
    • Skip authorization: checked

    • +
    • Other values are arbitrary but be sure to fill them all out. Save the client id and secret for later

    • +
    +
  • +
+

In Open edX (derived from instructions here):

+
    +
  • +
    make lms-shell into the LMS container and ensure the following settings are set in /edx/etc/lms.yml if you are using Juniper or a more recent Open edX release, otherwise they should be in /edx/app/edxapp/cms.env.json:
    FEATURES:
    +  ALLOW_PUBLIC_ACCOUNT_CREATION: true
    +  ENABLE_COMBINED_LOGIN_REGISTRATION: true
    +  ENABLE_THIRD_PARTY_AUTH: true
    +  ENABLE_OAUTH2_PROVIDER: true
    +  SKIP_EMAIL_VALIDATION: true
    +REGISTRATION_EXTRA_FIELDS:
    +  country: hidden
    +THIRD_PARTY_AUTH_BACKENDS:
    + - social_auth_mitxpro.backends.MITxProOAuth2
    +
    +
    +
    +
    +
  • +
  • make lms-restart to pick up the configuration changes

  • +
  • Login to django-admin (default username and password can be found here), go to http://<EDX_HOSTNAME>:18000/admin/third_party_auth/oauth2providerconfig/, and create a new config:

    +
      +
    • Select the default example site

    • +
    • The slug field MUST match the the backend’s name, which for us is mitxpro-oauth2

    • +
    • Client Id should be the client id from the MITx Online Django Oauth Toolkit Application

    • +
    • Check the following checkboxes:

      +
        +
      • Enabled

      • +
      • Skip hinted login dialog

      • +
      • Skip registration form

      • +
      • Sync learner profile data

      • +
      • Enable SSO id verification

      • +
      +
    • +
    • Set Backend name to: mitxpro-oauth2

    • +
    • In “Other settings”, put:

      +
      {
      +  "AUTHORIZATION_URL": "http://<LOCAL_MITX_ONLINE_ALIAS>:8013/oauth2/authorize/",
      +  "ACCESS_TOKEN_URL": "http://<EXTERNAL_MITX_ONLINE_HOST>:8013/oauth2/token/",
      +  "API_ROOT": "http://<EXTERNAL_MITX_ONLINE_HOST>:8013/"
      +}
      +
      +
      +
    • +
    • LOCAL_MITX_ONLINE_ALIAS should be your /etc/hosts alias for the mitxonline app

    • +
    • EXTERNAL_MITX_ONLINE_HOST will depend on your OS, but it needs to be resolvable within the edx container

      +
        +
      • Linux users: The gateway IP of the docker-compose networking setup for mitxonline as found via docker network inspect mitx-online_default

      • +
      • OSX users: Use host.docker.internal

      • +
      +
    • +
    • Save the configuration.

    • +
    +
  • +
+
+
+

Configure Open edX to support OAuth2 authentication from MITx Online§

+
    +
  • In Open edX:

    +
      +
    • go to /admin/oauth2_provider/application/ and verify that an application named ‘edx-oauth-app’ exists with these settings:

      +
        +
      • Redirect uris: http://mitxonline.odl.local:8013/login/_private/complete

      • +
      • Client type: “Confidential”

      • +
      • Authorization grant type: “Authorization code”

      • +
      • Skip authorization: checked

      • +
      • Other values are arbitrary but be sure to fill them all out. Save the client id and secret for later

      • +
      +
    • +
    +
  • +
  • In MITx Online:

    +
      +
    • Set OPENEDX_API_CLIENT_ID to the client id

    • +
    • Set OPENEDX_API_CLIENT_SECRET to the client secret

    • +
    • Set OPENEDX_API_BASE_URL to http://host.docker.internal:18000 when running devstack and mitxonline locally through Docker

    • +
    +
  • +
+
+
+

Configure Logout§

+
    +
  • In Open edX, configure settings.IDA_LOGOUT_URI_LIST to be a list including the full url to <protocol>://<hostname>[:<port>]/logout in MITx Online

    +
      +
    • For devstack, this means modifying the value in edx-platform/lms/envs/devstack.py to include http://mitxonline.odl.local:8013/logout

    • +
    • For production, this setting can go in lms.env.json under the key IDA_LOGOUT_URI_LIST as a JSON array of with that string in it

    • +
    +
  • +
  • MITx Online:

    +
      +
    • Set LOGOUT_REDIRECT_URL to the full path to the edx /logout view.

    • +
    +
  • +
+

For local development this will be http://<EDX_HOSTNAME>:18000/logout

+
+
+

Configure Open edX user and token for use with MITx Online management commands§

+
    +
  • In Open edX, create a staff user and then under /admin/oauth2_provider/accesstoken/ add access token. The value of said token needs to match the value set for the OPENEDX_SERVICE_WORKER_API_TOKEN key in the MITx Online app.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/quickstart.html b/configuration/quickstart.html new file mode 100644 index 0000000000..2ec6663125 --- /dev/null +++ b/configuration/quickstart.html @@ -0,0 +1,280 @@ + + + + + + + + MITx Online Quick Start — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

MITx Online Quick Start§

+

You can use the configure_instance management command to perform a quick-start of a fresh MITx Online instance. This command takes care of a lot of the boilerplate required to set up an instance. It:

+
    +
  • Creates a superuser account (if you want)

  • +
  • Creates the OAuth2 application record for edX (if you want, and optionally with an existing secret)

  • +
  • Creates a set of courseware objects, including a DEDP program and courses with runs that match what ships with a standard devstack instance

  • +
  • Creates a set of CMS pages for the courseware objects that it creates

  • +
  • Sets up financial assistance appropriately

  • +
  • Adds a couple of products in for the courses it creates

  • +
  • Creates a learner account for the system

  • +
+

It does not:

+
    +
  • Run migrations

  • +
  • Completely set up integration with devstack

  • +
+

In addition, there are a handful of tasks that you’ll need to perform afterwards:

+
    +
  • The CMS pages (course about pages and the financial assistance form) need to be reviewed for content.

  • +
  • The financial assistance form will need to be published, and linked into the appropriate course.

  • +
  • You may want to adjust the products that are created.

  • +
+

The configure_instance command has a few flags you can use to customize how it works. For more details on this, either run it with --help or read the configure_instance command documentation. (Do this especially if you’re using the command to reset your MITx Online instance - you can provide an existing OAuth client ID and secret.)

+
+

Performing a Quick Start§

+

To quick-start your MITx Online instance:

+
    +
  1. Run the migrate command.

  2. +
  3. Run the createsuperuser command.

  4. +
  5. Follow the steps in the Configure Open edX documentation

  6. +
  7. Run configure_instance <platform>, where platform is macos, linux, or none. (If you don’t want it to create OAuth2 records, set this to none or leave it blank. The default is none.)

  8. +
+

configure_instance will prompt you to enter a password for the test learner account and will prompt you to enter account information for the superuser account. At the end, you’ll see your edX OAuth2 application credentials, which can then be plugged into Open edX (if you haven’t specified none for your platform).

+
+
+

Results§

+

Running configure_instance will peform these tasks in order:

+
    +
  1. Runs createsuperuser to create the superuser account (unless disabled with --dont-create-superuser).

  2. +
  3. Creates the OAuth2 application record. (This is the one part of this that doesn’t rely on an existing management command.)

  4. +
  5. Runs configure_wagtail to set up the CMS.

  6. +
  7. Runs configure_tiers to add the DEDP program and configure financial assistance tiers and discounts.

  8. +
  9. Runs create_courseware_page to add a basic about page for the DEDP program (required for the financial assistance form).

  10. +
  11. Runs create_finaid_form to create a financial assistance form for the DEDP program.

  12. +
  13. Runs create_courseware twice to create two courses, each with a course run, that correspond to the demo courses in devstack. (Details below.)

  14. +
  15. Runs sync_course_run to sync the courses with the devstack instance.

  16. +
  17. Runs create_product twice to create two products for the courses.

  18. +
  19. Runs create_courseware_page twice to add course pages for the two courses. (These are marked as live.)

  20. +
  21. Runs create_user to create the learner account.

  22. +
+

The courses that are created are:

+ + + + + + + + + + + + + + + + + + + + +

Course

Readable ID

Run Tag

Price

Demonstration Course

course-v1:edX+DemoX

Demo_Course

$999

E2E Test Course

course-v1:edX+E2E-101

course

$999

+

The learner account that is created is:

+
    +
  • Username: testlearner

  • +
  • Email: testlearner@mitxonline.odl.local

  • +
  • Display Name (split in half for first/last names): Test learner

  • +
  • Country Code: US

  • +
  • Enrollments: course-v1:edX+DemoX+Demo_Course

  • +
+

The program that gets created is the standard DEDP program (program-v1:MITx+DEDP). The Demonstration Course is added to the DEDP program; E2E Test Course is not.

+
+
+

Notes§

+

The steps that involve communication with edX may not work if your environment isn’t set up properly. In these cases, the attempts will be queued to be run later.

+

If you’ve set your platform to macos or linux, the command will do the first part of the Configure MITx Online as an OAuth provider for Open edX section in the Configure Open edX documentation.

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/tutor.html b/configuration/tutor.html new file mode 100644 index 0000000000..37ed90910d --- /dev/null +++ b/configuration/tutor.html @@ -0,0 +1,412 @@ + + + + + + + + Local Open edX Tutor and MITx Online Deployment — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Local Open edX Tutor and MITx Online Deployment§

+

These instructions describe setting up MITx Online and Tutor from scratch on Linux. These instructions should largely apply to macOS users, and they should also apply to users converting from a devstack-based deployment to Tutor.

+
+

These instructions should work for a Tutor Dev or Tutor Nightly deployment as well. Specify --tutor-dev instead of --tutor when running configure_instance so the URLs have a port on them.

+
+

At the end of this guide, you should have:

+
    +
  • A fully working MITx Online deployment.

  • +
  • A working Tutor deployment of edX.

  • +
  • SSO should work from edX to MITx Online.

  • +
  • MITx Online should have a service worker set up and should be able to perform tasks using the edX api.

  • +
  • Tutor’s included AuthN MFE should be disabled in favor of the MITx Online authentication system.

  • +
+
+

Preliminary Steps§

+

pyenv (and pyenv-virtualenv) are highly recommended for managing local Python versions. Use the instructions on their GitHub page to install if you haven’t already installed it.

+

You’ll want to create at least a virtualenv for Tutor. As of this writing, Tutor uses Python 3.8.12 (in the LMS container at least); I have also successfully used 3.9.16. 3.11 has not worked for me. You can optionally create a virtualenv for MITx Online too but that’s not strictly necessary. (I have one so I can run black/isort/etc. without having to jump into a container to do it.)

+
+
+

Tutor Setup, Part One§

+
+

Note that no hosts file changes are needed if you use the default local.edly.io domain - that’s a real domain with a wildcard subdomain cname that points to 127.0.0.1.

+
+

To begin, you need to follow the One-Click Installer instructions provided by Tutor. Do this with your Tutor virtualenv activated.

+
+

Mac/Arm users should instead follow these instructions: Running Tutor on ARM-based systems It’s mostly the same steps that the quickstart does internally, with some changes to rebuild some of the images and flip some dependencies to use compatible images for Arm.

+
+

Once Tutor has bootstrapped itself and is available, create a superuser account:

+
tutor local do createuser --staff --superuser edx edx@example.org
+
+
+

Supply a password (the one used by devstack is edx so use that if you want to be consistent with it). Then, create a service worker account for MITx Online:

+
tutor local do createuser --staff mitx_online_serviceworker service@mitxonline.odl.local
+
+
+

Supply a password (this one doesn’t matter for a local deployment, you won’t ever actually use the account).

+

For best results, create two new courses within edX. The MITx Online configure_instance command expects a couple of courses to exist in edX (because they come with the devstack package):

+ + + + + + + + + + + + + + +

Course ID

Course Title

course-v1:edX+DemoX+Demo_Course

Demonstration Course

course-v1:edX+E2E-101+course

E2E Test Course

+

If you have a devstack instance handy, you can export these and import them into Tutor. Otherwise, just create them and make sure to set dates for the courses (they default to 2030 otherwise).

+

Finally, go here to create an access token for the service worker user: https://local.edly.io/admin/oauth2_provider/accesstoken/add/ The token can be anything, and the expiration date should just be today plus 10 years.

+
+
+

MITx Online Setup§

+

To set up MITx Online:

+
    +
  1. Get the gateway IP for the tutor_local_default network: docker network inspect tutor_local_default | grep Gateway

    +
      +
    • Mac users should instead use the host.docker.internal IP. Specify this by setting OPENEDX_IP=host-gateway in your MITx Online .env file.

    • +
    +
  2. +
  3. Set up your /etc/hosts file to point mitxonline.odl.local to localhost.

  4. +
  5. Clone the repository somewhere.

  6. +
  7. Set up your .env file. These settings need particular attention:

    +
      +
    • OPENEDX_IP: set to the gateway IP from the first step

    • +
    • OPENEDX_API_BASE_URL: set to http://local.edly.io

    • +
    • OPENEDX_SERVICE_WORKER_USERNAME: set to mitx_online_serviceworker (unless you changed this)

    • +
    • OPENEDX_SERVICE_WORKER_API_TOKEN: set to the token you generated

    • +
    +
  8. +
  9. Build the app: docker compose build

  10. +
  11. Run migrations and configure Wagtail:

    +
    docker compose run --rm web ./manage.py migrate
    +docker compose run --rm web ./manage.py configure_wagtail
    +
    +
    +
  12. +
  13. Run the configure_instance command:

    +
    docker compose run --rm web ./manage.py configure_instance linux --gateway <ip> --tutor
    +
    +
    +

    where <ip> is the IP from the first step. (On macOS, specify macos instead of linux. You can also skip --gateway.) You will need to supply passwords for the MITx Online superuser and test learner accounts. Make a note of the client ID and secret that it will print out at the end.

    +
  14. +
+
+
+

Tutor Setup, Part Two§

+

Note that some of these steps require editing the main configuration files for the production instance (which is also used for a local deployment). Most of the settings that need to be adjusted to get integration working are overridden by the default Tutor configuration, so you can’t update them by setting config.yml. If you’re using the development Tutor build, you’ll likely need to edit development.py rather than production.py as necessary.

+

These steps will also disable the AuthN SSO MFE, so from here on you’ll get normal edX authentication screens (if you’re not being bounced to MITx Online).

+
    +
  1. Get the gateway IP of the mitxonline_default Docker network:

    +
    docker network inspect mitxonline_default | grep Gateway
    +
    +
    +
  2. +
  3. Log into to edX using your superuser account, and make sure your session stays open. Sessions are pretty long-lived so this just means not closing the browser that you started the session in. (Part of this process will involve mostly breaking authentication so it’s important that you are able to get into the admin.)

  4. +
  5. Stop Tutor: tutor local stop

  6. +
  7. Change into the configuration root for Tutor:

    +
    cd "$(tutor config printroot)"
    +
    +
    +
  8. +
  9. Create a env/build/openedx/requirements/private.txt with the required extensions:

    +
    social-auth-mitxpro
    +openedx-companion-auth
    +
    +
    +
  10. +
  11. Edit the env/apps/openedx/config/lms.env.yml file and add:

    +
    FEATURES:
    +  SKIP_EMAIL_VALIDATION: true
    +
    +
    +

    to the FEATURES block (should be at the top).

    +
  12. +
  13. Edit the env/apps/openedx/settings/lms/production.py and/or env/apps/openedx/settings/lms/development.py settings file. (The former is used by a local instance, where the latter is used by both dev and nightly instances.)

    +
      +
    • Add to the end of the file:

      +
      +
        +
      • THIRD_PARTY_AUTH_BACKENDS = ['social_auth_mitxpro.backends.MITxProOAuth2']

      • +
      • AUTHENTICATION_BACKENDS.append('social_auth_mitxpro.backends.MITxProOAuth2')

      • +
      • IDA_LOGOUT_URI_LIST.append('http://mitxonline.odl.local:8013/logout/') - there’s an existing one of these around like 300 in production.py too.

      • +
      +
      +
    • +
    • Find and update:

      +
        +
      • FEATURES['ENABLE_AUTHN_MICROFRONTEND'] = False (defaults to True)

      • +
      • REGISTRATION_EXTRA_FIELDS["terms_of_service"] = "hidden" (defaults to required)

      • +
      +
    • +
    +
  14. +
  15. Build a new openedx image: tutor images build openedx (this will take a long time)

  16. +
  17. Run a Docker Compse rebuild: tutor local dc build (this should be pretty quick - it’s likely not required, just doing it here for safety)

  18. +
  19. Restart Tutor: tutor local start -d (omit -d if you want to watch the logs)

  20. +
  21. Check your settings. There’s a print_setting command that you can use to verify everything is set properly:

    +
      +
    • tutor local run lms ./manage.py lms print_setting REGISTRATION_EXTRA_FIELDS

    • +
    • tutor local run lms ./manage.py lms print_setting AUTHENTICATION_BACKENDS

    • +
    • tutor local run lms ./manage.py lms print_setting FEATURES - will print a lot of stuff

    • +
    • tutor local run lms ./manage.py lms print_setting THIRD_PARTY_AUTH_BACKENDS

    • +
    • If you do have weird errors or settings not showing properly, make sure you edited the right yaml files and that they’re using the right whitespace (i.e. don’t use tabs).

    • +
    +
  22. +
  23. In a separate browser session of some kind (incognito/private browsing/other browser entirely), try to navigate to http://local.edly.io . It should load but it should give you an error message. In the LMS logs, you should see an error message for “Can’t fetch settings for disabled provider.” This is proper operation - the OAuth2 settings aren’t in place yet.

  24. +
  25. In the superuser session you have open, go to http://local.edly.io/admin . This should work. If you’ve been logged out, you should still be able to get in. If you can’t (for instance, if you’re getting 500 errors), you will need to turn off ENABLE_THIRD_PARTY_AUTH in FEATURES, restart Tutor using tutor local stop and start, not using reboot, then try again.

  26. +
  27. Go to http://local.edly.io/admin/third_party_auth/oauth2providerconfig/add/ and add a provider configuration:

    +
      +
    • Enabled is checked.

    • +
    • Name: mitxonline

    • +
    • Slug: mitxpro-oauth2

    • +
    • Site: local.edly.io

    • +
    • Skip hinted login dialog is checked.

    • +
    • Skip registration form is checked.

    • +
    • Skip email verification is checked.

    • +
    • Sync learner profile data is checked.

    • +
    • Enable sso id verification is checked.

    • +
    • Backend name: mitxpro-oauth2

    • +
    • Client ID and Client Secret: from record created by configure_instance when you set up MITx Online.

    • +
    • Other settings:

      +
      +
      +
      {

      “AUTHORIZATION_URL”: “http://mitxonline.odl.local:8013/oauth2/authorize/”, +“ACCESS_TOKEN_URL”: “http://<MITXONLINE_GATEWAY_IP>:8013/oauth2/token/”, +“API_ROOT”: “http://<MITXONLINE_GATEWAY_IP>:8013/”

      +
      +
      +

      }

      +
      +

      where MITXONLINE_GATEWAY_IP is the IP from the mitxonline_default network from the first step. Mac users, use host.docker.internal for MITXONLINE_GATEWAY_IP.

      +
    • +
    +
  28. +
  29. Configure Tutor for OAuth2 authentication from MITx Online.

    +
      +
    • Go to http://local.edly.io/admin/oauth2_provider/application/ and either add or edit the edx-oauth-app entry.

    • +
    • Ensure these settings are set:

      +
      +
        +
      • Name: edx-oauth-app

      • +
      • Redirect uris: http://mitxonline.odl.local:8013/login/_private/complete

      • +
      • Client type: Confidential

      • +
      • Authorization grant type: Authorization code

      • +
      • Skip authorization is checked.

      • +
      +
      +
    • +
    • Save Client id and Client secret.

    • +
    +
  30. +
  31. Update your MITx Online .env file. Set OPENEDX_API_CLIENT_ID and OPENEDX_API_CLIENT_SECRET to the values from the record you created or updated in the last step.

  32. +
  33. You should now be able to run some MITx Online management commands to ensure the service worker is set up properly:

    +
      +
    • sync_courserun --all ALL should sync the two test courses (if you made them).

    • +
    • repair_missing_courseware_records should also work.

    • +
    +
  34. +
  35. In the separate browser session from step 12, attempt to log in again. This time, you should be able to log in through MITx Online, and you should be able to get to the edX LMS dashboard. If not, then double-check your provider configuration settings and try again.

    +
      +
    • Unlike devstack, the Tutor instance has an Update button for the provider configuration, so you can just update the record you put in.

    • +
    • If you are still getting “Can’t fetch settings” errors, make sure your Site is set properly - there are three options by default and only one works. (This was typically the problem I had.)

    • +
    +
  36. +
  37. Optionally, log into the LMS Django Admin and make your MITx Online superuser account a superuser there too.

  38. +
+
+
+

Other Notes§

+

Trying to set configuration settings via ``tutor config`` will undo the specialty configuration above. If you need to make changes to the configuration, either manually edit the env/apps/openedx/config/lms.env.yml file or the env/apps/openedx/settings/lms/production.py file and restart your Tutor instance.

+

Make sure your service worker account is active. It’s an easy checkbox to miss.

+

Restarting If you want to rebuild from scratch, make sure you docker image prune. It’s also recommended to remove the Tutor project root folder - tutor config printroot will tell you where that is.

+

Running Multiple Tutor Instances If you want to run more than one Tutor instance, it’s pretty important to specify the project root explicitly or you may end up with one instance trying to use config files from another and things getting confused from there. See the Tutor documentation for this. (A suggestion: configure aliases to the tutor command that run tutor --root=<whatever> so you don’t have to rely on environment variables, especially if you keep multiple terminal sessions going.)

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/uwsgi_tuning.html b/configuration/uwsgi_tuning.html new file mode 100644 index 0000000000..1d46e793b3 --- /dev/null +++ b/configuration/uwsgi_tuning.html @@ -0,0 +1,200 @@ + + + + + + + + Setting up uWsgi tuning for MITx Online — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Setting up uWsgi tuning for MITx Online§

+

This setup satisfies the testing to help with tuning as mentioned in this Discusssion Post

+

Largely borrowed from work on OCW studio:

+ +
+

To set up locally:§

+
+

Set up uwsgitop§

+
    +
  1. Install uwsgitop: docker compose run --rm web poetry add uwsgitop

  2. +
  3. Set UWSGI_RELOAD_ON_RSS in your .env to a high value (e.g. 500)

  4. +
  5. Set UWSGI_MAX_REQUESTS in your .env to a high value (e.g. 10000)

  6. +
  7. docker compose build

  8. +
  9. docker compose up

  10. +
  11. In a new terminal window/tab, docker compose exec web uwsgitop /tmp/uwsgi-stats.sock

  12. +
  13. You should see your application’s memory usage without usage. Ready to go.

  14. +
+
+
+

Set up Locust§

+
    +
  1. Install Locust: docker compose run --rm web poetry add locust

  2. +
  3. Add locust to your docker-compose.yml locally, under services:

  4. +
+
locust:
+  image: locustio/locust
+  ports:
+    - "8089:8089"
+  volumes:
+    - ./:/src
+  command: >
+    -f /src/locustfile.py
+
+
+
    +
  1. Add the following to the web block, at the level of, and directly after, build:

  2. +
+
deploy:
+  resources:
+    limits:
+      cpus: "2"
+      memory: "1g"
+
+
+
    +
  1. Add locustfile.py. There is an example file at locustfile.py.example in the root of the repo. cp locustfile.py.example locustfile.py will copy it over as is. Change variables and/or add tests as needed.

  2. +
+
+
+

Put it all together§

+
    +
  1. Run docker-compose build

  2. +
  3. Run docker-compose up

  4. +
  5. You can use locust from http://0.0.0.0:8089/ in a browser

  6. +
  7. You can use uwsgitop in a terminal with docker compose exec web uwsgitop /tmp/uwsgi-stats.sock

  8. +
+
+
+
+

To test:§

+

Coming soon!

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/flexible_pricing.html b/ecommerce/flexible_pricing.html new file mode 100644 index 0000000000..f04de4fd1c --- /dev/null +++ b/ecommerce/flexible_pricing.html @@ -0,0 +1,238 @@ + + + + + + + + Flexible Pricing — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Flexible Pricing§

+

The Flexible Pricing system allows learners to request alternative pricing for MITx Online courses based on their location and annual income. These requests can be made through a customizable form in the Wagtail CMS system.

+

When the learner accesses the Flexible Pricing request form, they will see one of the following:

+
    +
  • If they aren’t logged in, they’ll see a message saying so. Learners must be logged in to request flexibile pricing.

  • +
  • If they haven’t submitted a request, they’ll see the flexible pricing form and will be able to submit a request. On submission, the learner will see a message saying their request has been approved (if it can be approved automatically), or will see a request for more information to be submitted via DocuSign.

  • +
  • If they have submitted a request, they’ll be presented with a status page for their request. The text for approved, denied, and in progress states can be customized.

  • +
+
+

Form Creation§

+

To manually create a Flexible Pricing request form, follow these steps:

+
    +
  1. Navigate to the course page for the course. (Do not click the pencil button to edit, simply select the page itself.)

  2. +
  3. Click the Add Child Page button in the header.

  4. +
  5. You will be presented with the New Flexible Pricing Request Form page. Fill out the form.

    +
      +
    1. The Intro field text is displayed on the form regardless of the state of the request.

    2. +
    3. The Guest text is displayed if the learner isn’t logged in yet.

    4. +
    5. The Application Processing text is displayed if the learner navigates to the form again and their application is still being processed.

    6. +
    7. The Application Approved text is displayed if the learner navigates to the form and their application has been approved.

    8. +
    9. The Application Approved No Discount text is displayed if the learner navigates to the form and their application has been approved, but they’ve been approved for a zero-value tier. (In other words, the learner has exceeded the upper limit of flexible pricing.)

    10. +
    11. The Application Denied text is displayed if the learner navigates to the form and their application has been denied.

    12. +
    13. The Form Fields are the data that the learner must provide to be considered for flexible pricing. Leave this alone - the system will automatically add the proper fields when the form is published.

    14. +
    +
  6. +
  7. Publish the form when you are ready.

  8. +
  9. Navigate back to the course page for the course, and edit the page. Add a link to the flexible pricing form you created in the page content.

  10. +
  11. Publish the course page when you are ready.

  12. +
+

To add the Flexible Pricing form to the Price card on a course page, first get the link to the live form. This can be done on the edit page for the flexible pricing form (as well as in a few other locations within the CMS). Then, add that link to the Link field in the Price card for the course.

+

To generate a Flexible Pricing request form with some reasonable defaults for your courseware object, use the create_finaid_form management command:

+
$ manage.py create_finaid_form [--force] [--slug <slug name here>] [--title <title here>] courseware-readable-id
+
+
+

This command will create an appropriate flexible pricing form for the courseware object:

+
    +
  • If you’ve specified a Program, the form will be located under the program’s page in the CMS.

  • +
  • If you’ve specified a standalone Course, the form will be located under the course’s page in the CMS.

  • +
  • If you’ve specified a Course that is in a Program, the form will be located under the program’s page in the CMS, unless the --force option is specified. In that case, the form will be under the course page.

  • +
+

You can customize the title and slug using their respective options. By default, the system will use the object’s title to generate a form title and slug.

+
+
+

Processing Submitted Request§

+

TBD

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/index.html b/ecommerce/index.html new file mode 100644 index 0000000000..1edeb79047 --- /dev/null +++ b/ecommerce/index.html @@ -0,0 +1,217 @@ + + + + + + + + Ecommerce — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/ecommerce/overview.html b/ecommerce/overview.html new file mode 100644 index 0000000000..bbcfed437e --- /dev/null +++ b/ecommerce/overview.html @@ -0,0 +1,233 @@ + + + + + + + + Overview — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Overview§

+
+

Goals§

+

We will be creating a robust ecommerce implementation, incorporating learnings from the last several years to implement it in a scalable and reusable way. A good reference point is this guide on Pythonic SOLID Principle. We should also strongly strive towards keeping coupling between the subsystems proposed here to a minimum or at least limited in surface area. +Core

+

The core of the ecommerce system should be simple enough to configure and operate but support enough functionality to serve a majority of our use cases. Users should be able to see programs or course runs, select them for purchase, and make a payment.

+
+
+

Prior Art§

+

We have a few implementations of ecommerce we’ve created over the years:

+
+

MicroMasters§

+

The MicroMasters implementation is highly specialized, particularly around financial aid programs where each learner gets custom pricing. Incorporating this level of complexity into the core of the ecommerce system is not something we want to do, but we should carve out some options to extend the system in the future without implementing it in the core system.

+
+
+

xPro§

+

xPro ecommerce was implemented based on our experiences implementing ecommerce in MicroMasters. A good amount of planning went into this implementation, although it also has some specializations we wouldn’t be using in MITx Online such as a vouchers system. We will probably borrow heavily from the core designs that were proved out here.

+
+
+
+

Core Systems§

+

Ecommerce is actually a combination of 3 discernable subsystems that often get muddled together: products, orders, and payment. See the high-level diagram below to understand the pieces of data and operations that happen.

+
+ flowchart TB + product_subsystem(Product Subsystem) + basket_subsystem(Basket Subsystem) + order_subsystem(Order Subsystem) + discount_subsystem(Discount Subsystem) + payment_subsystem(Payment Subsystem) + + cybersource(CyberSource) + + basket_subsystem --> order_subsystem + discount_subsystem --> order_subsystem + order_subsystem & basket_subsystem & discount_subsystem --> product_subsystem + order_subsystem <--> payment_subsystem + payment_subsystem <--> cybersource + +
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/basket.html b/ecommerce/subsystems/basket.html new file mode 100644 index 0000000000..60caf57b67 --- /dev/null +++ b/ecommerce/subsystems/basket.html @@ -0,0 +1,219 @@ + + + + + + + + Basket Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Basket Subsystem§

+

This tracks products intended to be purchased, often providing some additional state such as which runs under a program a user is purchasing.

+

A simple schema for this would be:

+
class Basket(TimestampedModel):
+    """Represents a User's basket."""
+
+    user = models.OneToOneField(settings.AUTH_USER_MODEL)
+
+class BasketItem(TimestampedModel):
+    """Represents one or more products in a user's basket."""
+
+    product = models.ForeignKey(Product)
+    basket = models.ForeignKey(Basket)
+    quantity = models.PositiveIntegerField()
+
+
+
+

APIs§

+
    +
  • GET  /api/v0/basket/ -> get the current basket state

  • +
  • POST /api/v0/basket/ -> update the basket state

  • +
+
+
+

Notes§

+

The implementation of this would use the discount subsystem to calculate the discounted prices, those values would be returned in the API for the frontend to use for display purposes.

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/discount.html b/ecommerce/subsystems/discount.html new file mode 100644 index 0000000000..bd166c2aac --- /dev/null +++ b/ecommerce/subsystems/discount.html @@ -0,0 +1,284 @@ + + + + + + + + Discount Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Discount Subsystem§

+

Discounts will need to be provided on occasion, these give the user a reduced price for some or all products. Treating this as a discount system and not necessarily a coupon system (e.g. a coupon is a kind of discount) is a good way to frame this approach.

+

The discount system would support discounts of multiple types. We’ve done discounts a lot of different ways before so we need to balance out flexibility against keeping complexity down. Each discount would be associated with a certain Product.

+

A discount may optionally be pre-associated with a User so that it can be automatically applied on checkout.

+

Discounts should only be computed on the backend, some of our ecommerce implementations have computed the discount on the frontend and we want to avoid this going forward.

+
+

Discount Types§

+

Discount types would track how the discounted price is computed, some examples/ideas: +percent-off: a percentage off the original price +dollars-off: a fixed dollar reduction in price (e.g. $30 off) +fixed-price: the price is discounted to the fixed price (e.g. a product would cost $100 regardless of what the original price was)

+
+
+

Redemption Types§

+

There may be a few different ways we want to track discount usage, for example:

+

one-time: the discount can only be used once by anyone +one-time-per-user: the discount can be used once per user +unlimited: the discount can be used any number of times

+
+
+

Data Models§

+
class Discount(TimestampedModel):
+    """Discount model"""
+    amount = models.DecimalField(
+        decimal_places=5,
+        max_digits=20,
+    )
+    automatic = models.BooleanField(default=False)
+    discount_type = models.CharField(
+        choices=DISCOUNT_TYPES, max_length=30
+    )
+    redemption_type = models.CharField(
+        choices=REDEMPTION_TYPES, max_length=30
+    )
+    max_redemptions = models.PositiveIntegerField(null=True)
+
+class UserDiscount(TimestampedModel):
+    """pre-assignment for a discount to a user"""
+    discount = models.ForeignKey(Discount)
+    user = models.ForeignKey(User)
+
+
+
+
+

Implementation Proposal§

+

Rather than codifying the discount logic in a complicated computation function, discount types can be implemented by abstracting the logic around discounts into a registry-driven discount factory like this:

+
import abc
+from dataclasses import dataclass
+
+
+@dataclass
+class DiscountType(abc.ABC):
+    _CLASSES = {}
+
+    discount: Discount
+
+    # see https://www.python.org/dev/peps/pep-0487/
+    def __init_subclass__(cls, *, discount_type, **kwargs):
+        super().__init_subclass__(**kwargs)
+
+        if discount_type in _CLASSES:
+            raise TypeError(f"{discount_type} already defined for DiscountType")
+
+        cls.discount_type = discount_type
+        cls._CLASSES[discount_type] = cls
+
+    @classmethod
+    def for_discount(cls, discount: Discount):
+        DiscountTypeCls = cls._CLASSES[discount.discount_type]
+
+        return DiscountTypeCls(discount)
+
+    def get_product_price(self, product: Product):
+        return self.get_product_version_price(product.latest_version)
+
+    @abc.abstractmethod
+    def get_product_version_price(self, product_version: ProductVersion):
+        ...
+
+class PercentDiscount(DiscountType, discount_type=Discount.PERCENT_DISCOUNT):
+
+    def get_product_version_price(self, product_version: ProductVersion):
+        return product_version.price * self.discount.amount
+
+class FixedPriceDiscount(DiscountType, discount_type=Discount.PERCENT_DISCOUNT):
+
+    def get_product_version_price(self, product_version: ProductVersion):
+        return self.discount.amount  # the amount here is the fixed price
+
+
+

With this implementation, prices before ordering would use get_product_price, whereas the receipt service would use get_product_version_price on the purchased versions. This makes it far more scalable to introduce new discount types without having to refactor existing code.

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/index.html b/ecommerce/subsystems/index.html new file mode 100644 index 0000000000..464b563b8b --- /dev/null +++ b/ecommerce/subsystems/index.html @@ -0,0 +1,223 @@ + + + + + + + + Subsystems — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/order.html b/ecommerce/subsystems/order.html new file mode 100644 index 0000000000..a40ba73dac --- /dev/null +++ b/ecommerce/subsystems/order.html @@ -0,0 +1,220 @@ + + + + + + + + Order Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Order Subsystem§

+

Orders represent a payment for some kind of product(s), these products will typically be either Programs or Course Runs. An order is marked as unfulfilled initially and then marked as fulfilled once a payment is completed. An order can fail or be refunded.

+
+

Data Model§

+
class Order(TimestampedModel):
+    """An order containing information for a purchase."""
+    status = models.CharField()
+    purchaser = models.ForeignKey(settings.AUTH_USER_MODEL)
+    total_price_paid = models.DecimalField()
+
+class Line(TimestampedModel):
+    """A line in an Order."""
+
+    order = models.ForeignKey(Order)
+    product_version = models.ForeignKey(ProductVersion)
+    quantity = models.PositiveIntegerField()
+
+class Transaction(TimestampedModel):
+    """A transaction on an order, generally a payment but can also cover refunds"""
+    order = models.ForeignKey(Order)
+    amount = models.DecimalField(
+        decimal_places=5,
+        max_digits=20,
+    )
+    data = models.JSONField()
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/payment.html b/ecommerce/subsystems/payment.html new file mode 100644 index 0000000000..4eeae4e143 --- /dev/null +++ b/ecommerce/subsystems/payment.html @@ -0,0 +1,194 @@ + + + + + + + + Payment Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Payment Subsystem§

+

The payment subsystem takes unfulfilled orders, takes the user through payment completion, and finally marks the order as fulfilled. We historically and for the foreseeable future use CyberSource, but this should be strongly decoupled from the rest of the ecommerce system and made pluggable for future flexibility. This system would also be responsible for any webhooks/callbacks that the payment processor makes to us.

+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/product.html b/ecommerce/subsystems/product.html new file mode 100644 index 0000000000..2a11774503 --- /dev/null +++ b/ecommerce/subsystems/product.html @@ -0,0 +1,216 @@ + + + + + + + + Product Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Product Subsystem§

+

The product subsystem is responsible for tracking all product-related data. Purchasable products are typically Programs and Course Runs. Pricing information is tracked as immutable data for the sake of historically accurate pricing for orders.

+
+

Data Models§

+
@reversion.register(exclude=("content_type", "object_id", "created_on", "updated_on"))
+class Product(TimestampedModel):
+    """
+    Representation of a purchasable product. There is a GenericForeignKey to a Course or Program.
+    """
+    content_type = models.ForeignKey(ContentType)
+    object_id = models.PositiveIntegerField()
+    content_object = GenericForeignKey("content_type", "object_id")
+
+
+

This will utilize django-reversion to version product data.

+
+
+

APIs§

+

The API that would be primarily needed would be one to read back product data. It is presumed that data entry is done through django-admin:

+
    +
  • GET /api/v0/products/ -> returns a paginated list of products

  • +
  • GET /api/v0/products/1/ -> returns a single product

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/reporting.html b/ecommerce/subsystems/reporting.html new file mode 100644 index 0000000000..76dadcc4c0 --- /dev/null +++ b/ecommerce/subsystems/reporting.html @@ -0,0 +1,205 @@ + + + + + + + + Reporting Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Reporting Subsystem§

+

OL marketing and finance team need to include financial data in their reporting, so they can evaluate and plan campaigns, reconcile accounts, and payout royalties. As a guiding principle, we want to be able to report on any data that is collected by the ecommerce system, but avoid supplementing the data with external considerations (such as marketing costs, or payout rates).

+
+

Use Cases§

+
+

MicroMasters§

+

Most of MicroMasters programs and courses function the same as any other MITx course, they wouldn’t otherwise be treated any differently except for marketing purposes, which are out of scope for this document if not MITx Online altogether.

+
+
+

DEDP§

+

The DEDP program as it is implemented currently is a special case when it comes to ecommerce - DEDP currently supports financial aid. This essentially amounts to a discount to a lower fixed rate. There are a few tiers of financial aid discounts available, but this is easily handled with a couple of preconfigured discounts. We’d need a UI somewhere that enables staff to assign a discount to a particular learner. That discount would then automatically apply to courses within that program, the same as any other program-scoped discount.

+
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/genindex.html b/genindex.html new file mode 100644 index 0000000000..95c4136195 --- /dev/null +++ b/genindex.html @@ -0,0 +1,140 @@ + + + + + + + Index — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ + +

Index

+ +
+ +
+ + +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000..b626b7e32b --- /dev/null +++ b/index.html @@ -0,0 +1,201 @@ + + + + + + + + Welcome to MITx Online Documentation’s documentation! — MITx Online documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/objects.inv b/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..2012f17cd650619870f70d1e02cf2e7278bcf17b GIT binary patch literal 828 zcmV-C1H=3yAX9K?X>NERX>N99Zgg*Qc_4OWa&u{KZXhxWBOp+6Z)#;@bUGkSNmO_s zPi|~!Ze%ZEX>4U6X>%ZB zZ*6dLWpi_7WFU2OX>MmAdTeQ8E(&FG^j0V-nN(#xvY;+pQ=vqgTQSi;J2m%TH};4@eOttQ`VzM&i3@61yqztg;@>x zsFBS_jOsbGq9Ei9xA&ybz8Db&UnHhZ&s!Zkuiav3+i{`%-U!XI z0jbHM(`p1|1kQPqRb2b`ho>`IvxYK2E3e-W0`{7bYOk9;Z5kjI7o@PCd8-S_YjMnV zgMgeXI}|F#Przg$s$>swB|VOmym>L_1{k62FnM7aX9&tji|~N<<7){P1R|XrS&O5t z!UK+A<%NWK)H~U6RVI2v%KN5wTT@PGnR7Cdhomr=V;eV{V7I#r3XXJDYg0!+ekDLN zkL#0}nquNQZ=UgK{$Vw=wPHe6T5(Z^_OjzW@)|eS1)`_E(VU7w&^>ewzt}fNlA~Yc zfmTX0b2iFxvCE}yK`Gm!JEWhDh&*C%!lU5D_1rA?4V>w&v15?dNm|+E(!TmC+PG?j z9i5Csa)2+P7RLxZSP>@1U`?P<4F|_UB@BS0l$WG$tRA;=}R4Yi)O{f7<{3 z`705LEAJL9Cz+=FfjSk%X1qpO7h)ax7jefA&V G^lzmdD3e+M literal 0 HcmV?d00001 diff --git a/search.html b/search.html new file mode 100644 index 0000000000..4de604dea5 --- /dev/null +++ b/search.html @@ -0,0 +1,163 @@ + + + + + + + Search — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+ +
+ +
+
+
+
+ + + + +
+
+
+
+ +

Search

+ + + + +

+ Searching for multiple words only shows matches that contain + all words. +

+ + +
+ + + +
+ + +
+ + +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/searchindex.js b/searchindex.js new file mode 100644 index 0000000000..71b1f63a53 --- /dev/null +++ b/searchindex.js @@ -0,0 +1 @@ +Search.setIndex({"alltitles": {"APIs": [[24, "apis"], [29, "apis"]], "Add /etc/hosts alias for Open edX": [[17, "add-etc-hosts-alias-for-open-edx"]], "Authentication": [[0, "authentication"]], "Basket Subsystem": [[24, "basket-subsystem"]], "Batch Generating Codes": [[8, "batch-generating-codes"]], "Checks": [[4, "checks"]], "Clone edx/devstack": [[17, "clone-edx-devstack"]], "Configuration": [[16, "configuration"]], "Configure HubSpot": [[15, "configure-hubspot"]], "Configure Logout": [[17, "configure-logout"]], "Configure MITx Online as a OAuth provider for Open edX": [[17, "configure-mitx-online-as-a-oauth-provider-for-open-edx"]], "Configure Open edX": [[17, "configure-open-edx"]], "Configure Open edX to support OAuth2 authentication from MITx Online": [[17, "configure-open-edx-to-support-oauth2-authentication-from-mitx-online"]], "Configure Open edX user and token for use with MITx Online management commands": [[17, "configure-open-edx-user-and-token-for-use-with-mitx-online-management-commands"]], "Configure eCommerce": [[14, "configure-ecommerce"]], "Contents:": [[10, null], [31, null]], "Core Systems": [[23, "core-systems"]], "DEDP": [[30, "dedp"]], "Data Model": [[27, "data-model"]], "Data Models": [[25, "data-models"], [29, "data-models"]], "Discount Subsystem": [[25, "discount-subsystem"]], "Discount Types": [[25, "discount-types"]], "Ecommerce": [[22, "ecommerce"]], "Example": [[9, "example"]], "Flexible Pricing": [[21, "flexible-pricing"]], "Form Creation": [[21, "form-creation"]], "Goals": [[23, "goals"]], "Implementation Proposal": [[25, "implementation-proposal"]], "In MITx Online": [[14, "in-mitx-online"]], "In Open edX": [[14, "in-open-edx"]], "Indices and tables": [[10, "indices-and-tables"], [31, "indices-and-tables"]], "Install from local Build": [[17, "install-from-local-build"], [17, "id2"]], "Install openedx-companion-auth in LMS": [[17, "install-openedx-companion-auth-in-lms"]], "Install social-auth-mitxpro in LMS": [[17, "install-social-auth-mitxpro-in-lms"]], "Install via pip": [[17, "install-via-pip"], [17, "id1"]], "Local Open edX Tutor and MITx Online Deployment": [[19, "local-open-edx-tutor-and-mitx-online-deployment"]], "MITx Online Commands": [[10, "mitx-online-commands"]], "MITx Online Quick Start": [[18, "mitx-online-quick-start"]], "MITx Online Setup": [[19, "mitx-online-setup"]], "MicroMasters": [[23, "micromasters"], [30, "micromasters"]], "Notes": [[18, "notes"], [24, "notes"]], "Options": [[1, "options"], [2, "options"], [3, "options"], [4, "options"], [5, "options"], [6, "options"], [7, "options"], [8, "options"], [9, "options"], [11, "options"], [12, "options"], [13, "options"]], "Order Subsystem": [[27, "order-subsystem"]], "Other Notes": [[19, "other-notes"]], "Output": [[8, "output"]], "Overview": [[23, "overview"]], "Payment Subsystem": [[28, "payment-subsystem"]], "Performing a Quick Start": [[18, "performing-a-quick-start"]], "Preliminary Steps": [[19, "preliminary-steps"]], "Prior Art": [[23, "prior-art"]], "Processing Submitted Request": [[21, "processing-submitted-request"]], "Product Subsystem": [[29, "product-subsystem"]], "Pull latest images and run provision": [[17, "pull-latest-images-and-run-provision"]], "Put it all together": [[20, "put-it-all-together"]], "Redemption Types": [[25, "redemption-types"]], "Reporting Subsystem": [[30, "reporting-subsystem"]], "Results": [[18, "results"]], "Set Up MITx Online eCommerce Config": [[14, "set-up-mitx-online-ecommerce-config"]], "Set Up a Course": [[14, "set-up-a-course"]], "Set up Locust": [[20, "set-up-locust"]], "Set up uwsgitop": [[20, "set-up-uwsgitop"]], "Setting Up a Product": [[14, "setting-up-a-product"]], "Setting up uWsgi tuning for MITx Online": [[20, "setting-up-uwsgi-tuning-for-mitx-online"]], "Setup Open edX Devstack": [[17, "setup-open-edx-devstack"]], "Setup social auth": [[17, "setup-social-auth"]], "Start your servers": [[17, "start-your-servers"]], "Stop your servers": [[17, "stop-your-servers"]], "Subsystems": [[26, "subsystems"]], "Syntax": [[1, "syntax"], [2, "syntax"], [3, "syntax"], [4, "syntax"], [5, "syntax"], [6, "syntax"], [7, "syntax"], [8, "syntax"], [9, "syntax"], [11, "syntax"], [12, "syntax"], [13, "syntax"]], "Testing Checkout": [[14, "testing-checkout"]], "To set up locally:": [[20, "to-set-up-locally"]], "To test:": [[20, "to-test"]], "Tutor Setup, Part One": [[19, "tutor-setup-part-one"]], "Tutor Setup, Part Two": [[19, "tutor-setup-part-two"]], "Use Cases": [[30, "use-cases"]], "Welcome to MITx Online Documentation\u2019s documentation!": [[31, "welcome-to-mitx-online-documentation-s-documentation"]], "check_program_requirements": [[1, "check-program-requirements"]], "configure_instance": [[2, "configure-instance"]], "configure_tiers": [[3, "configure-tiers"]], "create_courseware": [[4, "create-courseware"]], "create_courseware_page": [[5, "create-courseware-page"]], "create_product": [[6, "create-product"]], "create_user": [[7, "create-user"]], "generate_discount_code": [[8, "generate-discount-code"]], "import_courserun": [[9, "import-courserun"]], "refund_fulfilled_order": [[11, "refund-fulfilled-order"]], "regenerate_edx_auth_tokens": [[12, "regenerate-edx-auth-tokens"]], "resolve_pending_order": [[13, "resolve-pending-order"]], "xPro": [[23, "xpro"]]}, "docnames": ["authentication", "commands/check_program_requirements", "commands/configure_instance", "commands/configure_tiers", "commands/create_courseware", "commands/create_courseware_page", "commands/create_product", "commands/create_user", "commands/generate_discount_code", "commands/import_courserun", "commands/index", "commands/refund_fulfilled_order", "commands/regenerate_edx_auth_tokens", "commands/resolve_pending_order", "configuration/ecommerce", "configuration/hubspot", "configuration/index", "configuration/open_edx", "configuration/quickstart", "configuration/tutor", "configuration/uwsgi_tuning", "ecommerce/flexible_pricing", "ecommerce/index", "ecommerce/overview", "ecommerce/subsystems/basket", "ecommerce/subsystems/discount", "ecommerce/subsystems/index", "ecommerce/subsystems/order", "ecommerce/subsystems/payment", "ecommerce/subsystems/product", "ecommerce/subsystems/reporting", "index"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["authentication.rst", "commands/check_program_requirements.rst", "commands/configure_instance.rst", "commands/configure_tiers.rst", "commands/create_courseware.rst", "commands/create_courseware_page.rst", "commands/create_product.rst", "commands/create_user.rst", "commands/generate_discount_code.rst", "commands/import_courserun.rst", "commands/index.rst", "commands/refund_fulfilled_order.rst", "commands/regenerate_edx_auth_tokens.rst", "commands/resolve_pending_order.rst", "configuration/ecommerce.rst", "configuration/hubspot.rst", "configuration/index.rst", "configuration/open_edx.rst", "configuration/quickstart.rst", "configuration/tutor.rst", "configuration/uwsgi_tuning.rst", "ecommerce/flexible_pricing.rst", "ecommerce/index.rst", "ecommerce/overview.rst", "ecommerce/subsystems/basket.rst", "ecommerce/subsystems/discount.rst", "ecommerce/subsystems/index.rst", "ecommerce/subsystems/order.rst", "ecommerce/subsystems/payment.rst", "ecommerce/subsystems/product.rst", "ecommerce/subsystems/reporting.rst", "index.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [2, 3, 4, 7, 8, 9, 11, 12, 13, 14, 17, 19, 20, 21, 24, 27], "0": [3, 8, 17, 19, 20], "000": 3, "0487": 25, "1": [13, 14, 17, 19, 29], "10": 19, "100": [8, 13, 25], "1000": 9, "10000": 20, "101": [18, 19], "11": 19, "111": 14, "12": 19, "123": 14, "127": [17, 19], "13": 8, "14": 14, "16": 19, "172": 17, "18000": 17, "19": 17, "19817792": 15, "1g": 20, "1t2023": 9, "2": [14, 17, 20], "20": [25, 27], "2030": 19, "25": 3, "3": [19, 23], "30": 25, "300": 19, "37": 8, "378282246310005": 14, "3t2022": 14, "4": 14, "4111111111111111": 14, "4242424242424242": 14, "5": [25, 27], "50": [3, 8], "500": [3, 19, 20], "5105105105105100": 14, "5555555555554444": 14, "6011111111111117": 14, "650": 3, "75": 3, "750": 3, "750x": 14, "8": 19, "8013": [17, 19], "8089": 20, "8601": 8, "9": 19, "999": [14, 18], "A": [1, 14, 19, 23, 24, 25, 27], "As": [19, 30], "At": [11, 14, 18, 19], "By": [1, 5, 6, 21], "For": [2, 4, 6, 8, 14, 17, 18, 19], "If": [1, 2, 3, 4, 5, 9, 11, 12, 14, 17, 18, 19, 21], "In": [2, 3, 12, 15, 17, 18, 19, 20, 21], "It": [4, 18, 19, 29], "No": 21, "On": [19, 21], "One": [2, 4, 8, 16], "Or": 9, "That": 30, "The": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 17, 18, 19, 21, 23, 24, 25, 28, 29, 30], "Then": [19, 21], "There": [17, 19, 20, 25, 29, 30], "These": [3, 14, 18, 19, 21], "To": [9, 14, 17, 18, 19, 21], "With": 25, "_": 9, "__init_subclass__": 25, "_class": 25, "_if": 9, "_privat": [17, 19], "abbrev": 3, "abbrevi": 3, "abc": 25, "abl": [14, 19, 21, 23, 30], "about": [5, 18], "abov": [14, 19], "abstract": 25, "abstractmethod": 25, "accept": [13, 14], "access": [12, 17, 19, 21], "access_token_url": [17, 19], "accesstoken": [17, 19], "accordingli": 11, "account": [2, 7, 14, 15, 17, 18, 19, 30], "accur": 29, "activ": [6, 8, 9, 14, 19], "actual": [3, 14, 17, 19, 23], "ad": [4, 5, 14, 18, 20], "add": [2, 4, 8, 14, 15, 18, 19, 20, 21], "addit": [3, 18, 24], "addition": [2, 14], "additionali": 2, "address": [7, 12], "adjust": [9, 11, 14, 18, 19], "admin": [9, 14, 17, 19, 29], "after": [4, 9, 20], "afterward": [11, 18], "again": [17, 19, 21], "against": 25, "aid": [3, 23, 30], "alias": 19, "all": [1, 3, 8, 9, 13, 17, 19, 25, 29], "allow": [2, 14, 21], "allow_public_account_cr": 17, "alon": 21, "alreadi": [2, 3, 8, 9, 11, 14, 17, 19, 25], "also": [1, 4, 5, 9, 12, 14, 17, 19, 23, 27, 28], "altern": [8, 14, 21], "although": 23, "altogeth": 30, "american": 14, "amex": 14, "amount": [3, 8, 23, 25, 27, 30], "an": [1, 4, 7, 8, 9, 12, 13, 14, 17, 18, 19, 20, 21, 27], "ani": [2, 3, 4, 8, 9, 11, 14, 25, 28, 30], "annual": 21, "anoth": 19, "anyon": 25, "anyth": [1, 12, 14, 19], "api": [1, 9, 14, 19, 26], "api_root": [17, 19], "app": [14, 17, 19, 20], "appear": 14, "append": [8, 19], "appli": [4, 9, 19, 25, 30], "applic": [2, 9, 17, 18, 19, 20, 21], "approach": 25, "appropri": [12, 18, 21], "approv": 21, "ar": [2, 3, 5, 6, 8, 12, 14, 17, 18, 19, 21, 29, 30], "arbitrari": 17, "area": 23, "aren": [14, 19, 21], "arm": 19, "around": [14, 19, 23, 25], "arrai": 17, "art": 22, "ask": [14, 15], "assign": [1, 4, 9, 25, 30], "assist": [3, 18], "associ": [4, 9, 11, 25], "assum": [4, 8], "attempt": [9, 18, 19], "attent": 19, "audit": [7, 11], "auth": [16, 19], "auth_user_model": [24, 27], "authent": [12, 16, 19, 31], "authentication_backend": 19, "authn": 19, "author": [17, 19], "authorization_url": [17, 19], "automat": [8, 21, 25, 30], "avail": [19, 30], "avoid": [14, 25, 30], "back": [21, 29], "backend": [17, 19, 25], "balanc": 25, "base": [9, 19, 21, 23], "basi": 9, "basic": [4, 5, 9, 18], "basket": [22, 26], "basketitem": 24, "batch": [9, 10], "becaus": 19, "becom": 8, "been": [14, 19, 21], "befor": [3, 4, 14, 25], "begin": [14, 19], "being": [8, 19, 21], "belong": 9, "below": [3, 18, 23], "best": [4, 14, 19], "between": [8, 23], "beyond": 14, "black": 19, "blank": 18, "block": [19, 20], "boilerpl": 18, "booleanfield": 25, "bootstrap": [14, 19], "borrow": [20, 23], "both": [1, 4, 14, 17, 19], "bounc": 19, "break": 19, "bring": 14, "brows": 19, "browser": [19, 20], "build": [19, 20], "bump": 17, "busi": 14, "button": [14, 19, 21], "caddi": 2, "calcul": 24, "call": [1, 9, 11, 12], "callback": 28, "campaign": 30, "can": [1, 3, 4, 8, 9, 11, 13, 14, 17, 18, 19, 20, 21, 25, 27, 30], "cancel": 13, "card": [14, 21], "care": 18, "cart": 14, "carv": 23, "case": [2, 9, 14, 18, 21, 23, 26], "cd": [17, 19], "center": 14, "certain": 25, "chang": [3, 11, 17, 19, 20], "charact": 8, "charfield": [25, 27], "charg": 14, "check": [1, 9, 10, 14, 17, 19], "check_program_for_orphan": 1, "check_program_requir": [10, 31], "checkbox": [17, 19], "checkout": [17, 25], "child": [14, 21], "choic": 25, "choos": 14, "chooser": 14, "cl": 25, "clariti": 14, "class": [24, 25, 27, 29], "classmethod": 25, "clean": 11, "click": [19, 21], "client": [2, 17, 18, 19], "clog": 1, "clone": 19, "close": 19, "cm": [5, 9, 14, 17, 18, 21], "cname": 19, "code": [3, 7, 10, 13, 14, 17, 18, 19, 25], "codifi": 25, "collect": 30, "com": [14, 17], "combin": [1, 23], "come": [11, 14, 19, 20, 30], "command": [2, 3, 4, 8, 9, 11, 12, 16, 18, 19, 20, 21, 31], "common": 3, "commun": 18, "companion": 19, "compat": 19, "complet": [17, 18, 19, 27, 28], "complex": [23, 25], "complic": 25, "compos": [17, 19, 20], "comps": 19, "comput": 25, "confidenti": [17, 19], "config": [16, 17, 19], "configur": [2, 3, 9, 18, 19, 23, 31], "configure_inst": [10, 18, 19, 31], "configure_ti": [10, 18, 31], "configure_wagtail": [18, 19], "confus": 19, "connect": 15, "consid": 21, "consider": 30, "consist": 19, "contain": [4, 17, 19, 27], "content": [14, 18, 21], "content_object": 29, "content_typ": 29, "contenttyp": 29, "convert": 19, "copi": [14, 17, 20], "core": 22, "correspond": [2, 18], "cost": [25, 30], "count": 8, "countri": [7, 17, 18], "countrycod": 7, "coupl": [14, 18, 19, 23, 30], "coupon": 25, "cours": [1, 2, 3, 4, 5, 6, 7, 9, 11, 16, 18, 19, 21, 23, 27, 29, 30], "course_detail": 9, "courseid": 7, "courserun": [4, 6, 9], "coursewar": [4, 5, 6, 9, 14, 18, 21], "cover": 27, "cp": 20, "cpu": 20, "creat": [2, 3, 4, 5, 6, 7, 8, 9, 14, 17, 18, 19, 21, 23], "create_coursewar": [3, 9, 10, 18, 31], "create_courseware_pag": [9, 10, 18, 31], "create_finaid_form": [18, 21], "create_product": [10, 18, 31], "create_run": 4, "create_us": [10, 18, 31], "created_on": 29, "createsuperus": 18, "createus": 19, "creation": [2, 4, 22], "credenti": [14, 18], "credit": 14, "criteria": 1, "csv": [3, 8], "current": [3, 4, 14, 24, 30], "custom": [18, 21, 23], "customiz": 21, "cvn": 14, "cybersourc": [11, 13, 14, 28], "d": [2, 6, 19, 30], "dash": 8, "dashboard": 19, "data": [9, 14, 17, 19, 21, 23, 26, 30], "databas": 9, "dataclass": 25, "date": [4, 8, 9, 14, 19], "dc": 19, "decimal_plac": [25, 27], "decimalfield": [25, 27], "decoupl": 28, "dedp": [1, 3, 9, 18], "def": 25, "default": [1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 17, 18, 19, 21, 25], "defin": [8, 15, 25], "delet": 12, "demo": [2, 18], "demo_cours": [2, 18, 19], "demonstr": [2, 18, 19], "demox": [2, 18, 19], "deni": 21, "depart": [4, 9], "department_nam": [4, 9], "depend": [9, 13, 14, 17, 19], "deploi": 20, "deploy": [2, 16, 31], "dept": [4, 9], "deriv": 17, "describ": 19, "descript": [6, 9, 14], "design": 23, "detail": [4, 18], "determin": 6, "dev": [2, 15, 17, 19, 25], "develop": [14, 15, 17, 19], "devstack": [14, 16, 18, 19], "diagram": 23, "dialog": [17, 19], "differ": [14, 17, 25, 30], "digit": 14, "directli": 20, "directori": 17, "disabl": [2, 18, 19], "discern": 23, "discount": [3, 8, 18, 21, 22, 24, 26, 30], "discount_typ": 25, "discounttyp": 25, "discounttypecl": 25, "discov": 14, "discusss": 20, "displai": [7, 14, 18, 21, 24], "displaynam": 7, "dist": 17, "django": [9, 14, 17, 19, 29], "do": [4, 9, 12, 14, 18, 19, 21, 23], "docker": [2, 17, 19, 20], "document": [14, 18, 19, 30], "docusign": 21, "doe": [1, 9, 11, 14, 18, 19], "doesn": [4, 9, 12, 17, 18, 19], "dollar": [3, 8, 25], "domain": 19, "don": [2, 3, 8, 9, 18, 19], "done": [21, 25, 29], "dont": [2, 18], "doubl": [14, 19], "down": 25, "draft": 5, "driven": 25, "e": [1, 9, 13, 19, 20, 25], "e2": [18, 19], "each": [9, 14, 18, 23, 25], "earlier": 14, "easi": [6, 19], "easili": 30, "ebc": 14, "ebc2": 14, "ebc2test": 14, "ecommerc": [16, 23, 25, 28, 30, 31], "ecommerce_default_payment_gatewai": 14, "econom": 9, "edit": [2, 14, 19, 21], "edli": [2, 19], "edu": 14, "edx": [2, 4, 9, 12, 16, 18, 31], "edx_hostnam": 17, "edxapp": 17, "either": [1, 2, 9, 12, 13, 14, 18, 19, 27], "elect": 4, "els": 14, "elsewher": 14, "email": [7, 12, 14, 18, 19], "empti": 9, "enabl": [17, 19, 30], "enable_authn_microfrontend": 19, "enable_combined_login_registr": 17, "enable_oauth2_provid": 17, "enable_third_party_auth": [17, 19], "end": [4, 9, 14, 18, 19], "enough": 23, "enrol": [2, 4, 7, 9, 11, 12, 14, 18], "ensur": [4, 17, 19], "enter": 18, "enterpris": 14, "entir": 19, "entri": [17, 19, 29], "env": [14, 15, 17, 19, 20], "environ": [14, 18, 19], "envrion": 15, "error": [1, 3, 19], "especi": [18, 19], "essenc": 12, "essenti": 30, "etc": 19, "evalu": [14, 30], "ever": 19, "everyth": 19, "ex": 14, "exampl": [8, 10, 14, 17, 19, 20, 25], "exceed": 21, "except": 30, "exclud": 29, "exec": 20, "exist": [1, 2, 3, 4, 8, 9, 17, 18, 19, 25], "expect": [11, 19], "experi": 23, "expir": [8, 14, 19], "explicitli": [8, 19], "export": 19, "express": 14, "extend": 23, "extens": 19, "extern": 30, "external_mitx_online_host": 17, "f": [4, 20, 25], "fa": 3, "factori": 25, "fail": [9, 14, 27], "fairli": 14, "fals": [9, 19, 25], "far": 25, "fashion": 9, "favor": 19, "featur": [5, 14, 17, 19], "fetch": 19, "few": [9, 18, 21, 23, 25, 30], "field": [3, 5, 14, 17, 21], "file": [3, 8, 14, 15, 17, 19, 20], "fill": [14, 17, 21], "final": [4, 19, 28], "financ": 30, "financi": [3, 18, 23, 30], "find": [9, 14, 19], "first": [7, 18, 19, 21], "firstnam": 7, "fit": 1, "fix": [8, 25, 30], "fixedpricediscount": 25, "flag": [4, 9, 18], "flexibil": 21, "flexibl": [22, 25, 28, 31], "flip": 19, "folder": [14, 17, 19], "follow": [3, 4, 8, 9, 15, 17, 18, 19, 20, 21], "for_discount": 25, "forc": [4, 21], "foreignkei": [24, 25, 27, 29], "forese": 28, "form": [14, 17, 18, 19, 22], "format": [3, 8], "former": 19, "forward": 25, "found": [13, 14, 17], "four": 14, "frame": 25, "fresh": [2, 18], "from": [4, 9, 11, 14, 16, 19, 20, 23, 25, 28], "front": 4, "frontend": [24, 25], "fulfil": [11, 13, 27, 28], "full": 17, "fulli": 19, "function": [23, 25, 30], "furthermor": 9, "futur": [14, 23, 28], "g": [1, 9, 13, 20, 25], "gatewai": [2, 11, 14, 17, 19], "gateway_ip": 17, "gener": [10, 12, 14, 19, 21, 27], "generate_discount_cod": [10, 31], "genericforeignkei": 29, "get": [9, 11, 12, 18, 19, 21, 23, 24, 29], "get_product_pric": 25, "get_product_version_pric": 25, "git": 17, "github": [17, 19], "give": [14, 19, 25], "given": [5, 6, 14], "go": [17, 19, 20, 25], "goal": 22, "good": [14, 23, 25], "grade": 12, "grant": [17, 19], "grep": 19, "guest": 21, "guid": [19, 23, 30], "gz": 17, "ha": [1, 9, 14, 18, 19, 21, 23], "had": [3, 19], "half": 18, "hand": [5, 18], "handi": 19, "handl": [9, 30], "happen": 23, "have": [3, 5, 9, 11, 12, 14, 17, 19, 21, 23, 25], "haven": [14, 18, 19, 21], "header": [3, 21], "heavili": 23, "help": [18, 20], "here": [9, 14, 17, 19, 21, 23, 25], "hero": 14, "heroku": 14, "hidden": [17, 19], "high": [20, 23], "highli": [19, 23], "hint": [17, 19], "histor": [28, 29], "home": 14, "homepag": [5, 14], "host": 19, "hostnam": 17, "how": [18, 25], "howev": 14, "http": [14, 17, 19, 20, 25], "hubspot_pipeline_id": 15, "i": [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 20, 21, 23, 24, 25, 27, 29, 30], "id": [1, 2, 3, 4, 5, 6, 9, 12, 14, 17, 18, 19, 21], "ida_logout_uri_list": [17, 19], "idea": 25, "ideal": 14, "ignor": 4, "imag": [14, 19, 20], "immut": 29, "implement": [23, 24, 26, 30], "import": [2, 9, 14, 19, 25], "import_courserun": [10, 31], "inact": 6, "includ": [17, 18, 19, 30], "incognito": 19, "incom": [3, 21], "incorpor": 23, "index": [10, 31], "individu": [1, 9], "info": [2, 3], "inform": [2, 3, 4, 8, 18, 21, 27, 29], "initi": [4, 27], "insert": 8, "inspect": [17, 19], "inspir": 17, "instal": [14, 19, 20], "instanc": [2, 9, 15, 18, 19], "instead": [11, 12, 19], "instnac": 2, "instruct": [14, 17, 19], "instructor": 9, "integr": [18, 19], "intend": 24, "interfac": 14, "intern": [17, 19], "intro": 21, "introduc": 25, "invalid": 14, "involv": [18, 19], "io": [2, 19], "ip": [2, 17, 19], "isn": [1, 4, 18, 21], "iso": 8, "isort": 19, "issu": 14, "its": 1, "itself": [19, 21], "json": 17, "jsonfield": 27, "jump": 19, "junip": 17, "just": [14, 19], "keep": [11, 19, 23, 25], "kei": [14, 17], "kind": [19, 25, 27], "kwarg": 25, "larg": [19, 20], "last": [7, 18, 19, 23], "lastnam": 7, "later": [17, 18], "latest_vers": 25, "latter": 19, "learn": [14, 23], "learner": [2, 3, 7, 8, 11, 12, 17, 18, 19, 21, 23, 30], "least": [19, 23], "leav": [18, 21], "led": 9, "length": 8, "less": [8, 14], "level": [20, 23], "librari": 14, "lift": 14, "like": [14, 17, 19, 25], "limit": [20, 21, 23], "line": 27, "link": [5, 18, 21], "linux": [2, 17, 18, 19], "list": [4, 14, 17, 29], "live": [1, 4, 5, 9, 14, 18, 19, 21], "ll": [9, 14, 18, 19, 21], "lm": 19, "load": 19, "local": [2, 15, 16, 18, 31], "local_mitx_online_alia": 17, "localhost": 19, "locat": 21, "locustfil": 20, "locustio": 20, "log": [1, 14, 19, 21], "logic": 25, "login": [17, 19], "logout": [16, 19], "logout_redirect_url": 17, "long": 19, "look": [11, 13, 17], "lot": [18, 19, 25], "lower": 30, "mac": 19, "maco": [2, 17, 18, 19], "made": [9, 19, 21, 28], "mai": [3, 9, 14, 18, 19, 25], "main": [12, 19], "major": 23, "make": [4, 5, 6, 8, 9, 11, 12, 14, 17, 19, 23, 25, 28], "manag": [9, 16, 18, 19, 21], "manual": [11, 19, 21], "mark": [18, 27, 28], "market": 30, "mastercard": 14, "match": [3, 17, 18], "matter": 19, "max": 8, "max_digit": [25, 27], "max_length": 25, "max_redempt": 25, "me": 19, "mean": [11, 13, 17, 19], "memori": 20, "mention": 20, "messag": [1, 19, 21], "method": 3, "mfe": 19, "migrat": [18, 19], "minimum": 23, "minu": 14, "miss": 19, "mistakenli": 4, "mit": 14, "mitol_hubspot_api_id_prefix": 15, "mitol_hubspot_api_private_token": 15, "mitol_payment_gateway_cybersource_access_kei": 14, "mitol_payment_gateway_cybersource_profile_id": 14, "mitol_payment_gateway_cybersource_secure_acceptance_url": 14, "mitol_payment_gateway_cybersource_security_kei": 14, "mitx": [1, 2, 9, 15, 16, 21, 23, 30], "mitx_online_servicework": 19, "mitxonlin": [13, 14, 15, 17, 18, 19], "mitxonline_default": 19, "mitxonline_gateway_ip": 19, "mitxpro": 19, "mitxprooauth2": [17, 19], "modal": 14, "mode": 3, "model": [24, 26], "modifi": 17, "monei": 11, "more": [2, 17, 18, 19, 21, 24, 25], "most": [19, 30], "mostli": 19, "muddl": 23, "multipl": [1, 8, 9, 19, 25], "must": [3, 4, 17, 21], "name": [4, 7, 8, 14, 17, 18, 19, 21], "navig": [14, 19, 21], "necessari": 19, "necessarili": 25, "need": [1, 8, 9, 14, 15, 17, 18, 19, 20, 25, 29, 30], "network": [17, 19], "new": [4, 9, 12, 14, 17, 19, 20, 21, 25], "nightli": [2, 19], "node": 1, "non": 14, "none": [2, 18], "normal": [11, 19], "note": [1, 3, 4, 8, 14, 16, 17, 26], "now": [6, 14, 19], "null": 25, "number": [6, 8, 11, 13, 14, 25], "numer": [1, 9], "o": 17, "oauth": [2, 16, 18, 19], "oauth2": [2, 16, 18, 19], "oauth2_provid": [17, 19], "oauth2providerconfig": [17, 19], "object": [4, 5, 6, 9, 14, 18, 21], "object_id": 29, "occas": 25, "ocw": 20, "odl": [17, 18, 19], "off": [3, 8, 19, 25], "often": [23, 24], "ol": [14, 30], "omit": 19, "onc": [8, 9, 19, 25, 27], "one": [3, 8, 9, 14, 17, 18, 19, 21, 24, 25, 29], "ones": [3, 9], "onetoonefield": 24, "onli": [1, 2, 4, 5, 6, 8, 9, 13, 19, 25], "onlin": [2, 9, 15, 16, 21, 23, 30], "online_default": 17, "open": [2, 16, 18, 31], "openedx": 19, "openedx_api_base_url": [9, 17, 19], "openedx_api_client_id": [17, 19], "openedx_api_client_secret": [17, 19], "openedx_ip": [17, 19], "openedx_service_worker_api_token": [17, 19], "openedx_service_worker_usernam": 19, "openedxapiauth": 12, "openedxus": 12, "oper": [3, 19, 23], "option": [10, 14, 17, 18, 19, 21, 23, 25], "order": [11, 13, 15, 17, 18, 22, 23, 25, 26, 28, 29], "org": [19, 25], "origin": 25, "osx": 17, "other": [3, 4, 11, 16, 17, 21, 30], "otherwis": [9, 13, 14, 17, 19, 30], "our": [23, 25], "out": [14, 17, 19, 21, 23, 25, 30], "output": 10, "over": [9, 14, 20, 23], "overrid": 3, "overridden": [3, 4, 19], "overview": [14, 22, 31], "overwritten": [8, 14], "own": 14, "pace": [4, 9], "packag": [17, 19], "page": [5, 9, 10, 14, 18, 19, 21, 31], "pagin": 29, "paid": 14, "part": [3, 16, 18], "particular": [19, 30], "particularli": 23, "pass": [8, 14], "password": [7, 17, 18, 19], "path": [14, 17], "payment": [11, 13, 14, 22, 23, 26, 27], "payout": 30, "paypal": 11, "peform": 18, "pencil": 21, "pend": 13, "pep": 25, "per": [8, 17, 25], "percent": [3, 8, 25], "percent_discount": 25, "percentag": 25, "percentdiscount": 25, "perform": [4, 11, 16, 19], "permit": 17, "pertin": 9, "pick": 17, "piec": 23, "place": 19, "plan": [14, 23, 30], "platform": [2, 17, 18], "plu": [14, 19], "plug": 18, "pluggabl": 28, "poetri": 20, "point": [3, 14, 19, 23], "pop": 14, "port": [2, 17, 19, 20], "positiveintegerfield": [24, 25, 27, 29], "possibl": 4, "post": [20, 24], "pre": 25, "preced": 9, "preconfigur": 30, "prefix": 8, "preliminari": 16, "present": 21, "presum": 29, "pretti": 19, "prevent": 14, "price": [6, 8, 9, 14, 18, 22, 23, 24, 25, 29, 31], "primarili": 29, "principl": [23, 30], "print": [1, 19], "print_set": 19, "printroot": 19, "prior": 22, "privat": 19, "probabl": [14, 23], "problem": 19, "process": [13, 14, 19, 22], "processor": 28, "prod": 13, "product": [5, 6, 9, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27], "product_vers": [25, 27], "productvers": [25, 27], "profil": [17, 19], "program": [1, 3, 4, 9, 14, 18, 21, 23, 24, 27, 29, 30], "progress": 21, "project": [17, 19], "prompt": [7, 18], "proper": [2, 19, 21], "properli": [14, 18, 19], "propos": [23, 26], "protocol": 17, "prove": 23, "provid": [3, 16, 18, 19, 21, 24, 25], "prune": 19, "publish": [14, 18, 21], "pull": 4, "punctuat": 8, "purchas": [14, 23, 24, 25, 27, 29], "purpos": [24, 30], "put": [14, 17, 19], "py": [9, 17, 19, 20, 21], "pyenv": 19, "python": [19, 23, 25], "qa": 14, "quantiti": [24, 27], "queu": 18, "quick": [2, 16, 19, 31], "quickstart": 19, "quit": 3, "rais": 25, "rate": 30, "rather": [19, 25], "rc": 14, "re": [2, 9, 11, 14, 18, 19], "read": [18, 29], "readabl": [1, 3, 4, 9, 14, 18, 21], "readable_id": 4, "readi": [14, 20, 21], "real": 19, "reason": [12, 21], "reboot": 19, "rebuild": 19, "receipt": 25, "recent": 17, "recommend": [6, 14, 19], "reconcil": 30, "record": [2, 4, 12, 18, 19], "redeem": 8, "redempt": 26, "redemption_typ": 25, "redirect": [17, 19], "redo": 2, "reduc": 25, "reduct": 25, "refactor": 25, "refer": [11, 13, 23], "refresh": 12, "refund": [11, 27], "regardless": [21, 25], "regener": 12, "regist": 29, "registr": [17, 19], "registration_extra_field": [17, 19], "registri": 25, "regular": 9, "relat": 29, "releas": 17, "relev": 2, "reli": [18, 19], "remov": 19, "repair_missing_courseware_record": [12, 19], "repo": 20, "report": [22, 26], "repositori": 19, "repres": [3, 24, 27], "represent": 29, "request": [4, 22], "requir": [1, 2, 3, 4, 5, 8, 9, 14, 17, 18, 19], "reset": 18, "resolv": [13, 17], "resourc": 20, "respect": 21, "respons": [28, 29], "rest": 28, "restart": [17, 19], "result": [4, 5, 13, 14, 16, 19], "return": [1, 24, 25, 29], "reus": 3, "reusabl": 23, "revers": 29, "review": 18, "revok": 12, "right": 19, "rm": [19, 20], "robust": 23, "root": [19, 20], "row": 3, "royalti": 30, "run": [2, 3, 4, 6, 7, 9, 11, 14, 18, 19, 20, 23, 24, 27, 29], "run_tag": 9, "run_url": 4, "safe": 3, "safeti": 19, "sai": 21, "said": 17, "sake": 29, "same": [9, 19, 30], "sandbox": 14, "satisfi": 20, "save": [5, 17, 19], "scalabl": [23, 25], "scale": 8, "schema": 24, "scope": [14, 30], "scratch": 19, "screen": [1, 19], "search": [10, 31], "secret": [2, 17, 18, 19], "section": [4, 5, 14, 18], "secur": 14, "see": [2, 3, 4, 14, 18, 19, 20, 21, 23, 25], "select": [14, 17, 21, 23], "self": [4, 9, 25], "semest": 9, "separ": [8, 19], "serv": 23, "servic": [19, 20, 25], "session": 19, "set": [3, 4, 6, 8, 9, 11, 16, 17, 18, 19, 24, 27], "setup": [14, 16, 20], "sever": 23, "shell": 17, "ship": 18, "should": [3, 4, 8, 9, 14, 17, 19, 20, 23, 25, 28], "show": 19, "side": [4, 12], "similar": 9, "similarli": 9, "simpl": [23, 24], "simpli": [8, 17, 21], "sinc": [2, 9], "singl": [8, 9, 29], "site": [17, 19], "skip": [9, 17, 19], "skip_email_valid": [17, 19], "slug": [17, 19, 21], "so": [1, 3, 4, 8, 11, 14, 19, 21, 25, 30], "social": [16, 19], "social_auth_mitxpro": [17, 19], "sock": 20, "solid": 23, "some": [12, 14, 19, 21, 23, 24, 25, 27], "someon": 14, "someth": [17, 23], "somewher": [19, 30], "soon": 20, "sort": 11, "special": [23, 30], "specialti": 19, "specif": [1, 9, 13, 14], "specifi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 18, 19, 21], "split": 18, "src": 20, "sso": [17, 19], "staff": [17, 19, 30], "stai": 19, "standalon": 21, "standard": [9, 17, 18], "start": [2, 3, 4, 9, 14, 16, 19, 31], "stat": 20, "state": [5, 13, 21, 24], "statu": [11, 13, 21, 27], "step": [9, 14, 16, 17, 18, 21], "still": [2, 19, 21], "stop": [2, 4, 8, 19], "strictli": 19, "string": 17, "strive": 23, "strongli": [23, 28], "studio": 20, "stuff": 19, "subdomain": 19, "submiss": 21, "submit": 22, "subsystem": [14, 22, 23, 31], "successfulli": 19, "suggest": 19, "super": 25, "superus": [2, 14, 18, 19], "supplement": 30, "suppli": [3, 8, 14, 19], "support": [14, 16, 23, 25, 30], "suppress": 1, "sure": [14, 17, 19], "surfac": 23, "swap": 4, "sync": [9, 14, 17, 18, 19], "sync_course_run": [4, 18], "sync_courserun": [9, 19], "syntax": 10, "system": [1, 7, 9, 11, 14, 18, 19, 21, 22, 25, 28, 30], "t": [1, 2, 3, 4, 8, 9, 11, 12, 13, 14, 17, 18, 19, 21, 23, 30], "tab": [19, 20], "tabl": 3, "tag": [4, 9, 18], "take": [4, 9, 18, 19, 28], "tar": 17, "task": [18, 19], "tbd": 21, "team": 30, "tell": 19, "termin": [19, 20], "terms_of_servic": 19, "test": [2, 18, 19], "testlearn": 18, "text": 21, "than": [14, 19, 25], "thei": [1, 3, 8, 9, 11, 17, 19, 21, 30], "them": [14, 17, 19, 23], "thi": [1, 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 20, 21, 23, 24, 25, 28, 29, 30], "thing": [9, 19], "third_party_auth": [17, 19], "third_party_auth_backend": [17, 19], "those": 24, "three": [14, 19], "threshold": 3, "through": [9, 14, 17, 19, 21, 28, 29], "tier": [3, 18, 21, 30], "tier1": 3, "tier2": 3, "tier3": 3, "tier4": 3, "time": [1, 8, 11, 19, 25], "timestampedmodel": [24, 25, 27, 29], "titl": [4, 9, 14, 19, 21], "tmp": 20, "todai": [14, 19], "togeth": [1, 23], "token": [12, 16, 19], "too": 19, "toolkit": 17, "top": 19, "total": 8, "total_price_paid": 27, "toward": 23, "track": [24, 25, 29], "transact": [11, 14, 27], "treat": [25, 30], "tree": [1, 4], "true": [17, 19, 25], "try": [3, 19], "turn": 19, "tutor": [2, 16, 31], "tutor_local_default": 19, "twice": 18, "two": [2, 3, 8, 16, 17, 18], "txt": 19, "type": [3, 8, 14, 17, 19, 26], "typeerror": 25, "typic": [19, 27, 29], "u": [7, 17, 18, 28], "ui": 30, "under": [14, 17, 20, 21, 24], "understand": 23, "undo": 19, "unenrol": 11, "unfulfil": [27, 28], "uninstal": 17, "uniqu": 14, "unless": [18, 19, 21], "unlik": 19, "unlimit": 25, "up": [1, 3, 4, 11, 13, 16, 17, 18, 19], "upcom": 9, "updat": [9, 17, 19, 24], "updated_on": 29, "upgrad": [4, 14], "upper": 21, "upsel": 14, "uri": [17, 19], "url": [2, 4, 9, 14, 17, 19], "us": [1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 14, 16, 18, 19, 20, 21, 23, 24, 25, 26, 28], "usag": [20, 25], "usecas": 12, "user": [7, 8, 12, 16, 19, 23, 24, 25, 28], "userdiscount": 25, "usernam": [7, 12, 17, 18], "util": 29, "uuid": 8, "uwsgi_max_request": 20, "uwsgi_reload_on_rss": 20, "v0": [24, 29], "v1": [1, 2, 9, 14, 18, 19], "valid": [1, 14], "valu": [14, 17, 19, 20, 21, 24], "variabl": [15, 19, 20], "ve": [2, 4, 8, 14, 18, 19, 21, 23, 25], "veri": [5, 17], "verif": [17, 19], "verifi": [11, 17, 19], "version": [14, 17, 19, 25, 29], "via": [11, 19, 21], "view": 17, "virtualenv": 19, "visa": 14, "volum": 20, "voucher": 23, "wa": [9, 19, 23, 25], "wagtail": [14, 19, 21], "wai": [23, 25], "walk": 9, "want": [3, 8, 9, 14, 18, 19, 23, 25, 30], "watch": 19, "we": [17, 23, 25, 28, 30], "web": [19, 20], "webhook": 28, "weird": 19, "well": [19, 21], "went": 23, "were": 23, "what": [6, 14, 18, 25], "whatev": 19, "when": [14, 17, 19, 21, 30], "where": [14, 18, 19, 23], "wherea": 25, "whether": 14, "which": [4, 6, 9, 17, 18, 19, 24, 30], "while": 14, "whitespac": 19, "wildcard": 19, "window": 20, "wish": 14, "within": [17, 19, 21, 30], "without": [17, 19, 20, 23, 25], "won": [1, 3, 8, 9, 13, 14, 17, 19], "word": [3, 21], "work": [6, 13, 14, 17, 18, 19, 20], "worker": 19, "would": [3, 9, 24, 25, 28, 29, 30], "wouldn": [23, 30], "write": [11, 19], "written": 8, "wsl": 17, "www": 25, "y": 17, "yaml": 19, "year": [3, 14, 19, 23], "yet": [19, 21], "yml": [17, 19, 20], "you": [1, 2, 3, 4, 7, 8, 9, 11, 14, 15, 17, 18, 19, 20, 21], "your": [2, 4, 14, 15, 18, 19, 20, 21], "your_initi": 15, "yourself": 8, "zero": [3, 14, 21]}, "titles": ["Authentication", "check_program_requirements", "configure_instance", "configure_tiers", "create_courseware", "create_courseware_page", "create_product", "create_user", "generate_discount_code", "import_courserun", "MITx Online Commands", "refund_fulfilled_order", "regenerate_edx_auth_tokens", "resolve_pending_order", "Configure eCommerce", "Configure HubSpot", "Configuration", "Configure Open edX", "MITx Online Quick Start", "Local Open edX Tutor and MITx Online Deployment", "Setting up uWsgi tuning for MITx Online", "Flexible Pricing", "Ecommerce", "Overview", "Basket Subsystem", "Discount Subsystem", "Subsystems", "Order Subsystem", "Payment Subsystem", "Product Subsystem", "Reporting Subsystem", "Welcome to MITx Online Documentation\u2019s documentation!"], "titleterms": {"": 31, "In": 14, "One": 19, "To": 20, "add": 17, "alia": 17, "all": 20, "api": [24, 29], "art": 23, "auth": 17, "authent": [0, 17], "basket": 24, "batch": 8, "build": 17, "case": 30, "check": 4, "check_program_requir": 1, "checkout": 14, "clone": 17, "code": 8, "command": [10, 17], "companion": 17, "config": 14, "configur": [14, 15, 16, 17], "configure_inst": 2, "configure_ti": 3, "content": [10, 31], "core": 23, "cours": 14, "create_coursewar": 4, "create_courseware_pag": 5, "create_product": 6, "create_us": 7, "creation": 21, "data": [25, 27, 29], "dedp": 30, "deploy": 19, "devstack": 17, "discount": 25, "document": 31, "ecommerc": [14, 22], "edx": [14, 17, 19], "etc": 17, "exampl": 9, "flexibl": 21, "form": 21, "from": 17, "gener": 8, "generate_discount_cod": 8, "goal": 23, "host": 17, "hubspot": 15, "imag": 17, "implement": 25, "import_courserun": 9, "indic": [10, 31], "instal": 17, "latest": 17, "lm": 17, "local": [17, 19, 20], "locust": 20, "logout": 17, "manag": 17, "micromast": [23, 30], "mitx": [10, 14, 17, 18, 19, 20, 31], "mitxpro": 17, "model": [25, 27, 29], "note": [18, 19, 24], "oauth": 17, "oauth2": 17, "onlin": [10, 14, 17, 18, 19, 20, 31], "open": [14, 17, 19], "openedx": 17, "option": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13], "order": 27, "other": 19, "output": 8, "overview": 23, "part": 19, "payment": 28, "perform": 18, "pip": 17, "preliminari": 19, "price": 21, "prior": 23, "process": 21, "product": [14, 29], "propos": 25, "provid": 17, "provis": 17, "pull": 17, "put": 20, "quick": 18, "redempt": 25, "refund_fulfilled_ord": 11, "regenerate_edx_auth_token": 12, "report": 30, "request": 21, "resolve_pending_ord": 13, "result": 18, "run": 17, "server": 17, "set": [14, 20], "setup": [17, 19], "social": 17, "start": [17, 18], "step": 19, "stop": 17, "submit": 21, "subsystem": [24, 25, 26, 27, 28, 29, 30], "support": 17, "syntax": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13], "system": 23, "tabl": [10, 31], "test": [14, 20], "togeth": 20, "token": 17, "tune": 20, "tutor": 19, "two": 19, "type": 25, "up": [14, 20], "us": [17, 30], "user": 17, "uwsgi": 20, "uwsgitop": 20, "via": 17, "welcom": 31, "xpro": 23, "your": 17}}) \ No newline at end of file