codex 1.5.17__py3-none-any.whl → 1.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of codex might be problematic. Click here for more details.

Files changed (921) hide show
  1. codex/exceptions.py +25 -12
  2. codex/integrity.py +66 -3
  3. codex/librarian/covers/coverd.py +2 -2
  4. codex/librarian/covers/create.py +52 -30
  5. codex/librarian/covers/path.py +9 -8
  6. codex/librarian/covers/purge.py +28 -18
  7. codex/librarian/covers/tasks.py +3 -2
  8. codex/librarian/importer/{aggregate_metadata.py → aggregate.py} +58 -88
  9. codex/librarian/importer/cache.py +93 -0
  10. codex/librarian/importer/const.py +77 -23
  11. codex/librarian/importer/create_comics.py +101 -18
  12. codex/librarian/importer/create_covers.py +96 -0
  13. codex/librarian/importer/create_fks.py +129 -150
  14. codex/librarian/importer/deleted.py +103 -28
  15. codex/librarian/importer/{clean_metadata.py → extract.py} +33 -4
  16. codex/librarian/importer/failed_imports.py +44 -66
  17. codex/librarian/importer/importer.py +96 -0
  18. codex/librarian/importer/importerd.py +71 -290
  19. codex/librarian/importer/init.py +265 -0
  20. codex/librarian/importer/link_comics.py +26 -26
  21. codex/librarian/importer/link_covers.py +73 -0
  22. codex/librarian/importer/moved.py +138 -89
  23. codex/librarian/importer/query_covers.py +52 -0
  24. codex/librarian/importer/query_fks.py +255 -189
  25. codex/librarian/importer/status.py +8 -39
  26. codex/librarian/importer/tasks.py +26 -9
  27. codex/librarian/janitor/cleanup.py +61 -16
  28. codex/librarian/janitor/failed_imports.py +1 -1
  29. codex/librarian/janitor/janitor.py +13 -1
  30. codex/librarian/janitor/janitord.py +1 -1
  31. codex/librarian/janitor/status.py +1 -0
  32. codex/librarian/janitor/tasks.py +5 -0
  33. codex/librarian/librariand.py +9 -5
  34. codex/librarian/notifier/notifierd.py +1 -1
  35. codex/librarian/notifier/tasks.py +4 -4
  36. codex/librarian/search/update.py +1 -1
  37. codex/librarian/watchdog/db_snapshot.py +9 -6
  38. codex/librarian/watchdog/emitter.py +3 -0
  39. codex/librarian/watchdog/event_batcherd.py +19 -3
  40. codex/librarian/watchdog/events.py +176 -36
  41. codex/librarian/watchdog/observers.py +13 -3
  42. codex/middleware.py +1 -2
  43. codex/migrations/0027_import_order_and_covers.py +280 -0
  44. codex/models/admin.py +0 -1
  45. codex/models/base.py +6 -0
  46. codex/models/comic.py +41 -44
  47. codex/models/functions.py +12 -0
  48. codex/models/groups.py +58 -12
  49. codex/models/library.py +11 -3
  50. codex/models/paths.py +65 -13
  51. codex/models/query.py +91 -0
  52. codex/models/util.py +31 -0
  53. codex/permissions.py +1 -1
  54. codex/search/backend.py +2 -2
  55. codex/search/backend_search.py +229 -0
  56. codex/search/engine.py +1 -9
  57. codex/search/query.py +67 -0
  58. codex/search/writing.py +1 -1
  59. codex/serializers/admin.py +56 -45
  60. codex/serializers/browser/choices.py +37 -42
  61. codex/serializers/browser/filters.py +32 -136
  62. codex/serializers/browser/metadata.py +59 -0
  63. codex/serializers/browser/mixins.py +65 -0
  64. codex/serializers/browser/mtime.py +21 -0
  65. codex/serializers/browser/page.py +6 -21
  66. codex/serializers/browser/settings.py +43 -11
  67. codex/serializers/choices.py +35 -12
  68. codex/serializers/fields.py +149 -0
  69. codex/serializers/mixins.py +0 -22
  70. codex/serializers/models/pycountry.py +11 -51
  71. codex/serializers/opds/urls.py +10 -0
  72. codex/serializers/opds/v2.py +10 -16
  73. codex/serializers/opds/v2_unused.py +5 -3
  74. codex/serializers/reader.py +24 -16
  75. codex/serializers/redirect.py +3 -2
  76. codex/serializers/route.py +45 -0
  77. codex/serializers/settings.py +12 -0
  78. codex/settings/settings.py +79 -32
  79. codex/signals/django_signals.py +6 -0
  80. codex/startup.py +77 -3
  81. codex/static_root/assets/VCheckbox-DanrzdHo.8ec5e2094cbf.js +1 -0
  82. codex/static_root/assets/VCheckbox-DanrzdHo.8ec5e2094cbf.js.br +0 -0
  83. codex/static_root/assets/VCheckbox-DanrzdHo.8ec5e2094cbf.js.gz +0 -0
  84. codex/static_root/assets/VCheckbox-DanrzdHo.js +1 -0
  85. codex/static_root/assets/VCheckbox-DanrzdHo.js.br +0 -0
  86. codex/static_root/assets/VCheckbox-DanrzdHo.js.gz +0 -0
  87. codex/static_root/assets/VCheckboxBtn-DxNOKONG.5ab34c4c47aa.js +1 -0
  88. codex/static_root/assets/VCheckboxBtn-DxNOKONG.5ab34c4c47aa.js.br +0 -0
  89. codex/static_root/assets/VCheckboxBtn-DxNOKONG.5ab34c4c47aa.js.gz +0 -0
  90. codex/static_root/assets/VCheckboxBtn-DxNOKONG.js +1 -0
  91. codex/static_root/assets/VCheckboxBtn-DxNOKONG.js.br +0 -0
  92. codex/static_root/assets/VCheckboxBtn-DxNOKONG.js.gz +0 -0
  93. codex/static_root/assets/VCombobox-DDvdoPTG.11d080e8edd7.js +1 -0
  94. codex/static_root/assets/VCombobox-DDvdoPTG.11d080e8edd7.js.br +0 -0
  95. codex/static_root/assets/VCombobox-DDvdoPTG.11d080e8edd7.js.gz +0 -0
  96. codex/static_root/assets/VCombobox-DDvdoPTG.js +1 -0
  97. codex/static_root/assets/VCombobox-DDvdoPTG.js.br +0 -0
  98. codex/static_root/assets/VCombobox-DDvdoPTG.js.gz +0 -0
  99. codex/static_root/assets/VDialog-Bd5dN_E1.457666d7fce1.js +1 -0
  100. codex/static_root/assets/VDialog-Bd5dN_E1.457666d7fce1.js.br +0 -0
  101. codex/static_root/assets/VDialog-Bd5dN_E1.457666d7fce1.js.gz +0 -0
  102. codex/static_root/assets/VDialog-Bd5dN_E1.js +1 -0
  103. codex/static_root/assets/VDialog-Bd5dN_E1.js.br +0 -0
  104. codex/static_root/assets/VDialog-Bd5dN_E1.js.gz +0 -0
  105. codex/static_root/assets/VDialog-lQ13FnRR.1c801ad756b2.css +1 -0
  106. codex/static_root/assets/VDialog-lQ13FnRR.1c801ad756b2.css.br +0 -0
  107. codex/static_root/assets/VDialog-lQ13FnRR.1c801ad756b2.css.gz +0 -0
  108. codex/static_root/assets/VDialog-lQ13FnRR.css +1 -0
  109. codex/static_root/assets/VDialog-lQ13FnRR.css.br +0 -0
  110. codex/static_root/assets/VDialog-lQ13FnRR.css.gz +0 -0
  111. codex/static_root/assets/VExpansionPanels-DqTuYpTR.12673cf9f391.js +1 -0
  112. codex/static_root/assets/VExpansionPanels-DqTuYpTR.12673cf9f391.js.br +0 -0
  113. codex/static_root/assets/VExpansionPanels-DqTuYpTR.12673cf9f391.js.gz +0 -0
  114. codex/static_root/assets/VExpansionPanels-DqTuYpTR.js +1 -0
  115. codex/static_root/assets/VExpansionPanels-DqTuYpTR.js.br +0 -0
  116. codex/static_root/assets/VExpansionPanels-DqTuYpTR.js.gz +0 -0
  117. codex/static_root/assets/VRadioGroup-DKb8XPr-.3cf6bf5bf3bc.js +1 -0
  118. codex/static_root/assets/VRadioGroup-DKb8XPr-.3cf6bf5bf3bc.js.br +0 -0
  119. codex/static_root/assets/VRadioGroup-DKb8XPr-.3cf6bf5bf3bc.js.gz +0 -0
  120. codex/static_root/assets/VRadioGroup-DKb8XPr-.js +1 -0
  121. codex/static_root/assets/VRadioGroup-DKb8XPr-.js.br +0 -0
  122. codex/static_root/assets/VRadioGroup-DKb8XPr-.js.gz +0 -0
  123. codex/static_root/assets/VSelect-ARDhJiQK.372c098fb475.css +1 -0
  124. codex/static_root/assets/VSelect-ARDhJiQK.372c098fb475.css.br +0 -0
  125. codex/static_root/assets/VSelect-ARDhJiQK.372c098fb475.css.gz +0 -0
  126. codex/static_root/assets/VSelect-ARDhJiQK.css +1 -0
  127. codex/static_root/assets/VSelect-ARDhJiQK.css.br +0 -0
  128. codex/static_root/assets/VSelect-ARDhJiQK.css.gz +0 -0
  129. codex/static_root/assets/VSelect-C_yPbyCG.08bd6b53a7ce.js +1 -0
  130. codex/static_root/assets/VSelect-C_yPbyCG.08bd6b53a7ce.js.br +0 -0
  131. codex/static_root/assets/VSelect-C_yPbyCG.08bd6b53a7ce.js.gz +0 -0
  132. codex/static_root/assets/VSelect-C_yPbyCG.js +1 -0
  133. codex/static_root/assets/VSelect-C_yPbyCG.js.br +0 -0
  134. codex/static_root/assets/VSelect-C_yPbyCG.js.gz +0 -0
  135. codex/static_root/assets/VSelectionControl-CmFPvGMS.802c9b3e6e28.js +1 -0
  136. codex/static_root/assets/VSelectionControl-CmFPvGMS.802c9b3e6e28.js.br +0 -0
  137. codex/static_root/assets/VSelectionControl-CmFPvGMS.802c9b3e6e28.js.gz +0 -0
  138. codex/static_root/assets/VSelectionControl-CmFPvGMS.js +1 -0
  139. codex/static_root/assets/VSelectionControl-CmFPvGMS.js.br +0 -0
  140. codex/static_root/assets/VSelectionControl-CmFPvGMS.js.gz +0 -0
  141. codex/static_root/assets/VSlideGroup-D5FZWsM1.a47491fe3e6d.js +1 -0
  142. codex/static_root/assets/VSlideGroup-D5FZWsM1.a47491fe3e6d.js.br +0 -0
  143. codex/static_root/assets/VSlideGroup-D5FZWsM1.a47491fe3e6d.js.gz +0 -0
  144. codex/static_root/assets/VSlideGroup-D5FZWsM1.js +1 -0
  145. codex/static_root/assets/VSlideGroup-D5FZWsM1.js.br +0 -0
  146. codex/static_root/assets/VSlideGroup-D5FZWsM1.js.gz +0 -0
  147. codex/static_root/assets/VSlideGroup-Dk_1upHt.2c836070ec75.css +1 -0
  148. codex/static_root/assets/VSlideGroup-Dk_1upHt.2c836070ec75.css.br +0 -0
  149. codex/static_root/assets/VSlideGroup-Dk_1upHt.2c836070ec75.css.gz +0 -0
  150. codex/static_root/assets/VSlideGroup-Dk_1upHt.css +1 -0
  151. codex/static_root/assets/VSlideGroup-Dk_1upHt.css.br +0 -0
  152. codex/static_root/assets/VSlideGroup-Dk_1upHt.css.gz +0 -0
  153. codex/static_root/assets/{VTable-XNBBnB2q.b2784736062a.js → VTable-2RHFqfg6.f0f2106b158b.js} +1 -1
  154. codex/static_root/assets/VTable-2RHFqfg6.f0f2106b158b.js.br +0 -0
  155. codex/static_root/assets/VTable-2RHFqfg6.f0f2106b158b.js.gz +0 -0
  156. codex/static_root/assets/{VTable-XNBBnB2q.js → VTable-2RHFqfg6.js} +1 -1
  157. codex/static_root/assets/VTable-2RHFqfg6.js.br +0 -0
  158. codex/static_root/assets/VTable-2RHFqfg6.js.gz +0 -0
  159. codex/static_root/assets/VTextField-BssVoDhB.4cc388b4aa3c.css +1 -0
  160. codex/static_root/assets/VTextField-BssVoDhB.4cc388b4aa3c.css.br +0 -0
  161. codex/static_root/assets/VTextField-BssVoDhB.4cc388b4aa3c.css.gz +0 -0
  162. codex/static_root/assets/VTextField-BssVoDhB.css +1 -0
  163. codex/static_root/assets/VTextField-BssVoDhB.css.br +0 -0
  164. codex/static_root/assets/VTextField-BssVoDhB.css.gz +0 -0
  165. codex/static_root/assets/VTextField-o1N9ylIb.7fffaeff8d40.js +1 -0
  166. codex/static_root/assets/VTextField-o1N9ylIb.7fffaeff8d40.js.br +0 -0
  167. codex/static_root/assets/VTextField-o1N9ylIb.7fffaeff8d40.js.gz +0 -0
  168. codex/static_root/assets/VTextField-o1N9ylIb.js +1 -0
  169. codex/static_root/assets/VTextField-o1N9ylIb.js.br +0 -0
  170. codex/static_root/assets/VTextField-o1N9ylIb.js.gz +0 -0
  171. codex/static_root/assets/VWindowItem-C_zvuz9C.663fa48efea4.js +1 -0
  172. codex/static_root/assets/VWindowItem-C_zvuz9C.663fa48efea4.js.br +0 -0
  173. codex/static_root/assets/VWindowItem-C_zvuz9C.663fa48efea4.js.gz +0 -0
  174. codex/static_root/assets/VWindowItem-C_zvuz9C.js +1 -0
  175. codex/static_root/assets/VWindowItem-C_zvuz9C.js.br +0 -0
  176. codex/static_root/assets/VWindowItem-C_zvuz9C.js.gz +0 -0
  177. codex/static_root/assets/admin-B8Bp2Uih.82c98714bcf1.css +1 -0
  178. codex/static_root/assets/admin-B8Bp2Uih.82c98714bcf1.css.br +0 -0
  179. codex/static_root/assets/admin-B8Bp2Uih.82c98714bcf1.css.gz +0 -0
  180. codex/static_root/assets/admin-B8Bp2Uih.css +1 -0
  181. codex/static_root/assets/admin-B8Bp2Uih.css.br +0 -0
  182. codex/static_root/assets/admin-B8Bp2Uih.css.gz +0 -0
  183. codex/static_root/assets/admin-DHyHEWZ3.7a8015456c0f.js +1 -0
  184. codex/static_root/assets/admin-DHyHEWZ3.7a8015456c0f.js.br +0 -0
  185. codex/static_root/assets/admin-DHyHEWZ3.7a8015456c0f.js.gz +0 -0
  186. codex/static_root/assets/admin-DHyHEWZ3.js +1 -0
  187. codex/static_root/assets/admin-DHyHEWZ3.js.br +0 -0
  188. codex/static_root/assets/admin-DHyHEWZ3.js.gz +0 -0
  189. codex/static_root/assets/admin-drawer-panel-BXpIDQXM.19507a95375b.js +30 -0
  190. codex/static_root/assets/admin-drawer-panel-BXpIDQXM.19507a95375b.js.br +0 -0
  191. codex/static_root/assets/admin-drawer-panel-BXpIDQXM.19507a95375b.js.gz +0 -0
  192. codex/static_root/assets/admin-drawer-panel-BXpIDQXM.js +30 -0
  193. codex/static_root/assets/admin-drawer-panel-BXpIDQXM.js.br +0 -0
  194. codex/static_root/assets/admin-drawer-panel-BXpIDQXM.js.gz +0 -0
  195. codex/static_root/assets/admin-drawer-panel-mne3FIj6.561b3f75fe65.css +1 -0
  196. codex/static_root/assets/admin-drawer-panel-mne3FIj6.561b3f75fe65.css.br +0 -0
  197. codex/static_root/assets/admin-drawer-panel-mne3FIj6.561b3f75fe65.css.gz +0 -0
  198. codex/static_root/assets/admin-drawer-panel-mne3FIj6.css +1 -0
  199. codex/static_root/assets/admin-drawer-panel-mne3FIj6.css.br +0 -0
  200. codex/static_root/assets/admin-drawer-panel-mne3FIj6.css.gz +0 -0
  201. codex/static_root/assets/browser-D0Vjmmp_.a1bfaf48d65f.js +1 -0
  202. codex/static_root/assets/browser-D0Vjmmp_.a1bfaf48d65f.js.br +0 -0
  203. codex/static_root/assets/browser-D0Vjmmp_.a1bfaf48d65f.js.gz +0 -0
  204. codex/static_root/assets/browser-D0Vjmmp_.js +1 -0
  205. codex/static_root/assets/browser-D0Vjmmp_.js.br +0 -0
  206. codex/static_root/assets/browser-D0Vjmmp_.js.gz +0 -0
  207. codex/static_root/assets/browser-D7QQDneO.155cb612ed0c.css +1 -0
  208. codex/static_root/assets/browser-D7QQDneO.155cb612ed0c.css.br +0 -0
  209. codex/static_root/assets/browser-D7QQDneO.155cb612ed0c.css.gz +0 -0
  210. codex/static_root/assets/browser-D7QQDneO.css +1 -0
  211. codex/static_root/assets/browser-D7QQDneO.css.br +0 -0
  212. codex/static_root/assets/browser-D7QQDneO.css.gz +0 -0
  213. codex/static_root/assets/change-password-dialog-0u6IJA87.5f9a9aa573b7.css +1 -0
  214. codex/static_root/assets/change-password-dialog-0u6IJA87.5f9a9aa573b7.css.br +0 -0
  215. codex/static_root/assets/change-password-dialog-0u6IJA87.5f9a9aa573b7.css.gz +0 -0
  216. codex/static_root/assets/change-password-dialog-0u6IJA87.css +1 -0
  217. codex/static_root/assets/change-password-dialog-0u6IJA87.css.br +0 -0
  218. codex/static_root/assets/change-password-dialog-0u6IJA87.css.gz +0 -0
  219. codex/static_root/assets/change-password-dialog-BBsJLPXZ.e642f7e2b96f.js +1 -0
  220. codex/static_root/assets/change-password-dialog-BBsJLPXZ.e642f7e2b96f.js.br +0 -0
  221. codex/static_root/assets/change-password-dialog-BBsJLPXZ.e642f7e2b96f.js.gz +0 -0
  222. codex/static_root/assets/change-password-dialog-BBsJLPXZ.js +1 -0
  223. codex/static_root/assets/change-password-dialog-BBsJLPXZ.js.br +0 -0
  224. codex/static_root/assets/change-password-dialog-BBsJLPXZ.js.gz +0 -0
  225. codex/static_root/assets/confirm-dialog-DCKvg3ai.2a3277b3c147.js +1 -0
  226. codex/static_root/assets/confirm-dialog-DCKvg3ai.2a3277b3c147.js.br +0 -0
  227. codex/static_root/assets/confirm-dialog-DCKvg3ai.2a3277b3c147.js.gz +0 -0
  228. codex/static_root/assets/confirm-dialog-DCKvg3ai.js +1 -0
  229. codex/static_root/assets/confirm-dialog-DCKvg3ai.js.br +0 -0
  230. codex/static_root/assets/confirm-dialog-DCKvg3ai.js.gz +0 -0
  231. codex/static_root/assets/copy-to-clipboard-DoUvDJVx.bec27f144aca.js +1 -0
  232. codex/static_root/assets/copy-to-clipboard-DoUvDJVx.bec27f144aca.js.br +0 -0
  233. codex/static_root/assets/copy-to-clipboard-DoUvDJVx.js +1 -0
  234. codex/static_root/assets/copy-to-clipboard-DoUvDJVx.js.br +0 -0
  235. codex/static_root/assets/datetime-column-DeCthByU.1f3bf499e063.css +1 -0
  236. codex/static_root/assets/datetime-column-DeCthByU.css +1 -0
  237. codex/static_root/assets/datetime-column-jHKA_uNm.039c7da2036f.js +1 -0
  238. codex/static_root/assets/datetime-column-jHKA_uNm.039c7da2036f.js.br +0 -0
  239. codex/static_root/assets/datetime-column-jHKA_uNm.039c7da2036f.js.gz +0 -0
  240. codex/static_root/assets/datetime-column-jHKA_uNm.js +1 -0
  241. codex/static_root/assets/datetime-column-jHKA_uNm.js.br +0 -0
  242. codex/static_root/assets/datetime-column-jHKA_uNm.js.gz +0 -0
  243. codex/static_root/assets/filter-DgPg2ts9.af0fcf0888c6.js +1 -0
  244. codex/static_root/assets/filter-DgPg2ts9.af0fcf0888c6.js.br +0 -0
  245. codex/static_root/assets/filter-DgPg2ts9.af0fcf0888c6.js.gz +0 -0
  246. codex/static_root/assets/filter-DgPg2ts9.js +1 -0
  247. codex/static_root/assets/filter-DgPg2ts9.js.br +0 -0
  248. codex/static_root/assets/filter-DgPg2ts9.js.gz +0 -0
  249. codex/static_root/assets/flag-tab-9qxOALxP.f89bc9891671.js +1 -0
  250. codex/static_root/assets/flag-tab-9qxOALxP.f89bc9891671.js.br +0 -0
  251. codex/static_root/assets/flag-tab-9qxOALxP.f89bc9891671.js.gz +0 -0
  252. codex/static_root/assets/flag-tab-9qxOALxP.js +1 -0
  253. codex/static_root/assets/flag-tab-9qxOALxP.js.br +0 -0
  254. codex/static_root/assets/flag-tab-9qxOALxP.js.gz +0 -0
  255. codex/static_root/assets/flag-tab-BNwbLfrN.b755a99fff7e.css +1 -0
  256. codex/static_root/assets/flag-tab-BNwbLfrN.b755a99fff7e.css.br +0 -0
  257. codex/static_root/assets/flag-tab-BNwbLfrN.b755a99fff7e.css.gz +0 -0
  258. codex/static_root/assets/flag-tab-BNwbLfrN.css +1 -0
  259. codex/static_root/assets/flag-tab-BNwbLfrN.css.br +0 -0
  260. codex/static_root/assets/flag-tab-BNwbLfrN.css.gz +0 -0
  261. codex/static_root/assets/group-tab-CBKuS3Iv.7e4746634782.css +1 -0
  262. codex/static_root/assets/group-tab-CBKuS3Iv.7e4746634782.css.br +0 -0
  263. codex/static_root/assets/group-tab-CBKuS3Iv.7e4746634782.css.gz +0 -0
  264. codex/static_root/assets/group-tab-CBKuS3Iv.css +1 -0
  265. codex/static_root/assets/group-tab-CBKuS3Iv.css.br +0 -0
  266. codex/static_root/assets/group-tab-CBKuS3Iv.css.gz +0 -0
  267. codex/static_root/assets/group-tab-D5vWrihT.1afb2ce453ff.js +1 -0
  268. codex/static_root/assets/group-tab-D5vWrihT.1afb2ce453ff.js.br +0 -0
  269. codex/static_root/assets/group-tab-D5vWrihT.1afb2ce453ff.js.gz +0 -0
  270. codex/static_root/assets/group-tab-D5vWrihT.js +1 -0
  271. codex/static_root/assets/group-tab-D5vWrihT.js.br +0 -0
  272. codex/static_root/assets/group-tab-D5vWrihT.js.gz +0 -0
  273. codex/static_root/assets/http-error-B4FHoKfs.141fdae409bc.js +1 -0
  274. codex/static_root/assets/http-error-B4FHoKfs.141fdae409bc.js.br +0 -0
  275. codex/static_root/assets/http-error-B4FHoKfs.141fdae409bc.js.gz +0 -0
  276. codex/static_root/assets/http-error-B4FHoKfs.js +1 -0
  277. codex/static_root/assets/http-error-B4FHoKfs.js.br +0 -0
  278. codex/static_root/assets/http-error-B4FHoKfs.js.gz +0 -0
  279. codex/static_root/assets/http-error-DKulXuTl.95e42988d5d5.css +1 -0
  280. codex/static_root/assets/http-error-DKulXuTl.95e42988d5d5.css.br +0 -0
  281. codex/static_root/assets/http-error-DKulXuTl.95e42988d5d5.css.gz +0 -0
  282. codex/static_root/assets/http-error-DKulXuTl.css +1 -0
  283. codex/static_root/assets/http-error-DKulXuTl.css.br +0 -0
  284. codex/static_root/assets/http-error-DKulXuTl.css.gz +0 -0
  285. codex/static_root/assets/library-tab-BN0SfPcH.913e236f625e.css +1 -0
  286. codex/static_root/assets/library-tab-BN0SfPcH.913e236f625e.css.br +0 -0
  287. codex/static_root/assets/library-tab-BN0SfPcH.913e236f625e.css.gz +0 -0
  288. codex/static_root/assets/library-tab-BN0SfPcH.css +1 -0
  289. codex/static_root/assets/library-tab-BN0SfPcH.css.br +0 -0
  290. codex/static_root/assets/library-tab-BN0SfPcH.css.gz +0 -0
  291. codex/static_root/assets/library-tab-BWo0cmzk.0e3d67d0c41a.js +1 -0
  292. codex/static_root/assets/library-tab-BWo0cmzk.0e3d67d0c41a.js.br +0 -0
  293. codex/static_root/assets/library-tab-BWo0cmzk.0e3d67d0c41a.js.gz +0 -0
  294. codex/static_root/assets/library-tab-BWo0cmzk.js +1 -0
  295. codex/static_root/assets/library-tab-BWo0cmzk.js.br +0 -0
  296. codex/static_root/assets/library-tab-BWo0cmzk.js.gz +0 -0
  297. codex/static_root/assets/{main-ClKzvaJK.css → main-Ztp855PW.css} +1 -1
  298. codex/static_root/assets/main-Ztp855PW.css.br +0 -0
  299. codex/static_root/assets/{main-ClKzvaJK.css.gz → main-Ztp855PW.css.gz} +0 -0
  300. codex/static_root/assets/{main-ClKzvaJK.04ea1888c6b4.css → main-Ztp855PW.d46d718fac45.css} +1 -1
  301. codex/static_root/assets/main-Ztp855PW.d46d718fac45.css.br +0 -0
  302. codex/static_root/assets/{main-ClKzvaJK.04ea1888c6b4.css.gz → main-Ztp855PW.d46d718fac45.css.gz} +0 -0
  303. codex/static_root/assets/main-ipmlipkF.5e60e6e8e447.js +32 -0
  304. codex/static_root/assets/main-ipmlipkF.5e60e6e8e447.js.br +0 -0
  305. codex/static_root/assets/main-ipmlipkF.5e60e6e8e447.js.gz +0 -0
  306. codex/static_root/assets/main-ipmlipkF.js +32 -0
  307. codex/static_root/assets/main-ipmlipkF.js.br +0 -0
  308. codex/static_root/assets/main-ipmlipkF.js.gz +0 -0
  309. codex/static_root/assets/pagination-toolbar-BA9ifTed.b4865334ee08.css +1 -0
  310. codex/static_root/assets/pagination-toolbar-BA9ifTed.b4865334ee08.css.br +0 -0
  311. codex/static_root/assets/pagination-toolbar-BA9ifTed.b4865334ee08.css.gz +0 -0
  312. codex/static_root/assets/pagination-toolbar-BA9ifTed.css +1 -0
  313. codex/static_root/assets/pagination-toolbar-BA9ifTed.css.br +0 -0
  314. codex/static_root/assets/pagination-toolbar-BA9ifTed.css.gz +0 -0
  315. codex/static_root/assets/pagination-toolbar-kZ-Xdv8c.b3341b8028df.js +1 -0
  316. codex/static_root/assets/pagination-toolbar-kZ-Xdv8c.b3341b8028df.js.br +0 -0
  317. codex/static_root/assets/pagination-toolbar-kZ-Xdv8c.b3341b8028df.js.gz +0 -0
  318. codex/static_root/assets/pagination-toolbar-kZ-Xdv8c.js +1 -0
  319. codex/static_root/assets/pagination-toolbar-kZ-Xdv8c.js.br +0 -0
  320. codex/static_root/assets/pagination-toolbar-kZ-Xdv8c.js.gz +0 -0
  321. codex/static_root/assets/pdf-doc-C2StaYUz.cb848834dbe1.js +305 -0
  322. codex/static_root/assets/pdf-doc-C2StaYUz.cb848834dbe1.js.br +0 -0
  323. codex/static_root/assets/pdf-doc-C2StaYUz.cb848834dbe1.js.gz +0 -0
  324. codex/static_root/assets/pdf-doc-C2StaYUz.js +305 -0
  325. codex/static_root/assets/pdf-doc-C2StaYUz.js.br +0 -0
  326. codex/static_root/assets/pdf-doc-C2StaYUz.js.gz +0 -0
  327. codex/static_root/assets/reader-CCnq3j1-.b6b38ed5521e.js +2 -0
  328. codex/static_root/assets/reader-CCnq3j1-.b6b38ed5521e.js.br +0 -0
  329. codex/static_root/assets/reader-CCnq3j1-.b6b38ed5521e.js.gz +0 -0
  330. codex/static_root/assets/reader-CCnq3j1-.js +2 -0
  331. codex/static_root/assets/reader-CCnq3j1-.js.br +0 -0
  332. codex/static_root/assets/reader-CCnq3j1-.js.gz +0 -0
  333. codex/static_root/assets/reader-CqXFa_gE.78267e9de0c2.css +1 -0
  334. codex/static_root/assets/reader-CqXFa_gE.78267e9de0c2.css.br +0 -0
  335. codex/static_root/assets/reader-CqXFa_gE.78267e9de0c2.css.gz +0 -0
  336. codex/static_root/assets/reader-CqXFa_gE.css +1 -0
  337. codex/static_root/assets/reader-CqXFa_gE.css.br +0 -0
  338. codex/static_root/assets/reader-CqXFa_gE.css.gz +0 -0
  339. codex/static_root/assets/relation-chips-Bsc-gUxE.98e65384c3c9.css +1 -0
  340. codex/static_root/assets/relation-chips-Bsc-gUxE.98e65384c3c9.css.br +0 -0
  341. codex/static_root/assets/relation-chips-Bsc-gUxE.98e65384c3c9.css.gz +0 -0
  342. codex/static_root/assets/relation-chips-Bsc-gUxE.css +1 -0
  343. codex/static_root/assets/relation-chips-Bsc-gUxE.css.br +0 -0
  344. codex/static_root/assets/relation-chips-Bsc-gUxE.css.gz +0 -0
  345. codex/static_root/assets/relation-chips-C9ysW0tU.670f1d1f273f.js +1 -0
  346. codex/static_root/assets/relation-chips-C9ysW0tU.670f1d1f273f.js.br +0 -0
  347. codex/static_root/assets/relation-chips-C9ysW0tU.670f1d1f273f.js.gz +0 -0
  348. codex/static_root/assets/relation-chips-C9ysW0tU.js +1 -0
  349. codex/static_root/assets/relation-chips-C9ysW0tU.js.br +0 -0
  350. codex/static_root/assets/relation-chips-C9ysW0tU.js.gz +0 -0
  351. codex/static_root/assets/settings-drawer-C0ofzAhW.c0def8f383cb.js +2 -0
  352. codex/static_root/assets/settings-drawer-C0ofzAhW.c0def8f383cb.js.br +0 -0
  353. codex/static_root/assets/settings-drawer-C0ofzAhW.c0def8f383cb.js.gz +0 -0
  354. codex/static_root/assets/settings-drawer-C0ofzAhW.js +2 -0
  355. codex/static_root/assets/settings-drawer-C0ofzAhW.js.br +0 -0
  356. codex/static_root/assets/settings-drawer-C0ofzAhW.js.gz +0 -0
  357. codex/static_root/assets/settings-drawer-nZ9HvKSZ.01744e131806.css +1 -0
  358. codex/static_root/assets/settings-drawer-nZ9HvKSZ.01744e131806.css.br +0 -0
  359. codex/static_root/assets/settings-drawer-nZ9HvKSZ.01744e131806.css.gz +0 -0
  360. codex/static_root/assets/settings-drawer-nZ9HvKSZ.css +1 -0
  361. codex/static_root/assets/settings-drawer-nZ9HvKSZ.css.br +0 -0
  362. codex/static_root/assets/settings-drawer-nZ9HvKSZ.css.gz +0 -0
  363. codex/static_root/assets/stats-tab-B4yKuY0c.a5728396494b.css +1 -0
  364. codex/static_root/assets/stats-tab-B4yKuY0c.a5728396494b.css.br +0 -0
  365. codex/static_root/assets/stats-tab-B4yKuY0c.a5728396494b.css.gz +0 -0
  366. codex/static_root/assets/stats-tab-B4yKuY0c.css +1 -0
  367. codex/static_root/assets/stats-tab-B4yKuY0c.css.br +0 -0
  368. codex/static_root/assets/stats-tab-B4yKuY0c.css.gz +0 -0
  369. codex/static_root/assets/stats-tab-BqJj7j1w.38a3459d61ea.js +1 -0
  370. codex/static_root/assets/stats-tab-BqJj7j1w.38a3459d61ea.js.br +0 -0
  371. codex/static_root/assets/stats-tab-BqJj7j1w.38a3459d61ea.js.gz +0 -0
  372. codex/static_root/assets/stats-tab-BqJj7j1w.js +1 -0
  373. codex/static_root/assets/stats-tab-BqJj7j1w.js.br +0 -0
  374. codex/static_root/assets/stats-tab-BqJj7j1w.js.gz +0 -0
  375. codex/static_root/assets/task-tab-1XiWn9xP.06cb8e1b794d.css +1 -0
  376. codex/static_root/assets/{task-tab-DoX9OA37.9bb355f36dbf.css.br → task-tab-1XiWn9xP.06cb8e1b794d.css.br} +1 -1
  377. codex/static_root/assets/task-tab-1XiWn9xP.06cb8e1b794d.css.gz +0 -0
  378. codex/static_root/assets/task-tab-1XiWn9xP.css +1 -0
  379. codex/static_root/assets/{task-tab-DoX9OA37.css.br → task-tab-1XiWn9xP.css.br} +1 -1
  380. codex/static_root/assets/task-tab-1XiWn9xP.css.gz +0 -0
  381. codex/static_root/assets/task-tab-BsPzNk8S.e00630a60b43.js +1 -0
  382. codex/static_root/assets/task-tab-BsPzNk8S.e00630a60b43.js.br +0 -0
  383. codex/static_root/assets/task-tab-BsPzNk8S.e00630a60b43.js.gz +0 -0
  384. codex/static_root/assets/task-tab-BsPzNk8S.js +1 -0
  385. codex/static_root/assets/task-tab-BsPzNk8S.js.br +0 -0
  386. codex/static_root/assets/task-tab-BsPzNk8S.js.gz +0 -0
  387. codex/static_root/assets/to-case-KvqtSug2.9c02da2e47c7.js +1 -0
  388. codex/static_root/assets/to-case-KvqtSug2.9c02da2e47c7.js.br +0 -0
  389. codex/static_root/assets/to-case-KvqtSug2.js +1 -0
  390. codex/static_root/assets/to-case-KvqtSug2.js.br +0 -0
  391. codex/static_root/assets/unauthorized-CibJYD8o.4c2de98c2b53.css +1 -0
  392. codex/static_root/assets/unauthorized-CibJYD8o.4c2de98c2b53.css.br +0 -0
  393. codex/static_root/assets/unauthorized-CibJYD8o.4c2de98c2b53.css.gz +0 -0
  394. codex/static_root/assets/unauthorized-CibJYD8o.css +1 -0
  395. codex/static_root/assets/unauthorized-CibJYD8o.css.br +0 -0
  396. codex/static_root/assets/unauthorized-CibJYD8o.css.gz +0 -0
  397. codex/static_root/assets/unauthorized-DwSdNzX2.f418e69f3afe.js +1 -0
  398. codex/static_root/assets/unauthorized-DwSdNzX2.f418e69f3afe.js.br +0 -0
  399. codex/static_root/assets/unauthorized-DwSdNzX2.f418e69f3afe.js.gz +0 -0
  400. codex/static_root/assets/unauthorized-DwSdNzX2.js +1 -0
  401. codex/static_root/assets/unauthorized-DwSdNzX2.js.br +0 -0
  402. codex/static_root/assets/unauthorized-DwSdNzX2.js.gz +0 -0
  403. codex/static_root/assets/user-tab-DrJOb9Ys.083d993726d8.js +1 -0
  404. codex/static_root/assets/user-tab-DrJOb9Ys.083d993726d8.js.br +0 -0
  405. codex/static_root/assets/user-tab-DrJOb9Ys.083d993726d8.js.gz +0 -0
  406. codex/static_root/assets/user-tab-DrJOb9Ys.js +1 -0
  407. codex/static_root/assets/user-tab-DrJOb9Ys.js.br +0 -0
  408. codex/static_root/assets/user-tab-DrJOb9Ys.js.gz +0 -0
  409. codex/static_root/img/folder.f28936a3701d.svg +1 -0
  410. codex/static_root/img/folder.f28936a3701d.svg.br +0 -0
  411. codex/static_root/img/folder.f28936a3701d.svg.gz +0 -0
  412. codex/static_root/img/folder.svg +1 -0
  413. codex/static_root/img/folder.svg.br +0 -0
  414. codex/static_root/img/folder.svg.gz +0 -0
  415. codex/static_root/img/imprint.7c2adebb76d6.svg +1 -0
  416. codex/static_root/img/imprint.7c2adebb76d6.svg.br +0 -0
  417. codex/static_root/img/imprint.7c2adebb76d6.svg.gz +0 -0
  418. codex/static_root/img/imprint.svg +1 -0
  419. codex/static_root/img/imprint.svg.br +0 -0
  420. codex/static_root/img/imprint.svg.gz +0 -0
  421. codex/static_root/img/logo-32.5688944495bf.webp +0 -0
  422. codex/static_root/img/logo-32.webp +0 -0
  423. codex/static_root/img/logo-maskable-180.c58d966aa64e.webp +0 -0
  424. codex/static_root/img/logo-maskable-180.webp +0 -0
  425. codex/static_root/img/logo-maskable.8f7de7f1c6a8.svg +1 -0
  426. codex/static_root/img/logo-maskable.8f7de7f1c6a8.svg.br +0 -0
  427. codex/static_root/img/logo-maskable.8f7de7f1c6a8.svg.gz +0 -0
  428. codex/static_root/img/logo-maskable.svg +1 -83
  429. codex/static_root/img/logo-maskable.svg.br +0 -0
  430. codex/static_root/img/logo-maskable.svg.gz +0 -0
  431. codex/static_root/img/logo.0f5344a028ca.svg +1 -0
  432. codex/static_root/img/logo.0f5344a028ca.svg.br +0 -0
  433. codex/static_root/img/logo.0f5344a028ca.svg.gz +0 -0
  434. codex/static_root/img/logo.svg +1 -80
  435. codex/static_root/img/logo.svg.br +0 -0
  436. codex/static_root/img/logo.svg.gz +0 -0
  437. codex/static_root/img/missing-cover-165.0743171f2148.webp +0 -0
  438. codex/static_root/img/missing-cover-165.webp +0 -0
  439. codex/static_root/img/missing-cover.ddb038cc2c56.svg +1 -0
  440. codex/static_root/img/missing-cover.ddb038cc2c56.svg.br +0 -0
  441. codex/static_root/img/missing-cover.ddb038cc2c56.svg.gz +0 -0
  442. codex/static_root/img/missing-cover.svg +1 -0
  443. codex/static_root/img/missing-cover.svg.br +0 -0
  444. codex/static_root/img/missing-cover.svg.gz +0 -0
  445. codex/static_root/img/publisher.82d378fcd601.svg +1 -0
  446. codex/static_root/img/publisher.82d378fcd601.svg.br +0 -0
  447. codex/static_root/img/publisher.82d378fcd601.svg.gz +0 -0
  448. codex/static_root/img/publisher.svg +1 -0
  449. codex/static_root/img/publisher.svg.br +0 -0
  450. codex/static_root/img/publisher.svg.gz +0 -0
  451. codex/static_root/img/series.ec8a889b8f95.svg +1 -0
  452. codex/static_root/img/series.ec8a889b8f95.svg.br +0 -0
  453. codex/static_root/img/series.ec8a889b8f95.svg.gz +0 -0
  454. codex/static_root/img/series.svg +1 -0
  455. codex/static_root/img/series.svg.br +0 -0
  456. codex/static_root/img/series.svg.gz +0 -0
  457. codex/static_root/img/story-arc.ca10014355ef.svg +1 -0
  458. codex/static_root/img/story-arc.ca10014355ef.svg.br +1 -0
  459. codex/static_root/img/story-arc.ca10014355ef.svg.gz +0 -0
  460. codex/static_root/img/story-arc.svg +1 -0
  461. codex/static_root/img/story-arc.svg.br +1 -0
  462. codex/static_root/img/story-arc.svg.gz +0 -0
  463. codex/static_root/img/volume.814e4c79461a.svg +1 -0
  464. codex/static_root/img/volume.814e4c79461a.svg.br +0 -0
  465. codex/static_root/img/volume.814e4c79461a.svg.gz +0 -0
  466. codex/static_root/img/volume.svg +1 -0
  467. codex/static_root/img/volume.svg.br +0 -0
  468. codex/static_root/img/volume.svg.gz +0 -0
  469. codex/static_root/js/choices-admin.3521e2a863df.json +1 -0
  470. codex/static_root/js/choices-admin.3521e2a863df.json.br +0 -0
  471. codex/static_root/js/choices-admin.3521e2a863df.json.gz +0 -0
  472. codex/static_root/js/choices-admin.json +1 -1
  473. codex/static_root/js/choices-admin.json.br +0 -0
  474. codex/static_root/js/choices-admin.json.gz +0 -0
  475. codex/static_root/js/choices.2f6b0359e1ef.json +1 -0
  476. codex/static_root/js/choices.2f6b0359e1ef.json.br +0 -0
  477. codex/static_root/js/choices.2f6b0359e1ef.json.gz +0 -0
  478. codex/static_root/js/choices.json +1 -1
  479. codex/static_root/js/choices.json.br +0 -0
  480. codex/static_root/js/choices.json.gz +0 -0
  481. codex/static_root/manifest.1c84116d9a0a.json +622 -0
  482. codex/static_root/manifest.1c84116d9a0a.json.br +0 -0
  483. codex/static_root/manifest.1c84116d9a0a.json.gz +0 -0
  484. codex/static_root/manifest.json +342 -327
  485. codex/static_root/manifest.json.br +0 -0
  486. codex/static_root/manifest.json.gz +0 -0
  487. codex/static_root/staticfiles.json +1 -1
  488. codex/status_controller.py +11 -2
  489. codex/templates/headers-script-globals.html +1 -4
  490. codex/urls/api/admin.py +5 -7
  491. codex/urls/api/auth.py +2 -1
  492. codex/urls/api/browser.py +18 -9
  493. codex/urls/api/reader.py +5 -11
  494. codex/urls/api/v3.py +4 -0
  495. codex/urls/app.py +8 -3
  496. codex/urls/converters.py +39 -0
  497. codex/urls/opds/binary.py +1 -1
  498. codex/urls/opds/root.py +3 -4
  499. codex/urls/opds/v1.py +1 -1
  500. codex/urls/opds/v2.py +6 -1
  501. codex/urls/root.py +2 -1
  502. codex/util.py +12 -0
  503. codex/views/admin/api_key.py +7 -8
  504. codex/views/admin/auth.py +28 -0
  505. codex/views/admin/flag.py +2 -7
  506. codex/views/admin/group.py +2 -6
  507. codex/views/admin/library.py +44 -37
  508. codex/views/admin/stats.py +20 -83
  509. codex/views/admin/tasks.py +26 -12
  510. codex/views/admin/user.py +3 -14
  511. codex/views/auth.py +39 -64
  512. codex/views/bookmark.py +93 -72
  513. codex/views/browser/annotations.py +293 -0
  514. codex/views/browser/base.py +101 -87
  515. codex/views/browser/breadcrumbs.py +202 -0
  516. codex/views/browser/browser.py +165 -518
  517. codex/views/browser/choices.py +67 -120
  518. codex/views/browser/cover.py +165 -0
  519. codex/views/browser/filters/annotations.py +102 -0
  520. codex/views/browser/filters/bookmark.py +24 -12
  521. codex/views/browser/filters/field.py +8 -6
  522. codex/views/browser/filters/group.py +38 -16
  523. codex/views/browser/filters/search.py +169 -25
  524. codex/views/browser/metadata.py +169 -136
  525. codex/views/browser/mtime.py +61 -0
  526. codex/views/browser/order_by.py +65 -0
  527. codex/views/browser/paginate.py +106 -0
  528. codex/views/browser/settings.py +66 -0
  529. codex/views/browser/title.py +48 -0
  530. codex/views/browser/validate.py +161 -0
  531. codex/views/const.py +157 -0
  532. codex/views/download.py +8 -20
  533. codex/views/error.py +2 -2
  534. codex/views/frontend.py +8 -3
  535. codex/views/mixins.py +76 -0
  536. codex/views/opds/auth.py +17 -0
  537. codex/views/opds/authentication_v1.py +46 -45
  538. codex/views/opds/binary.py +5 -10
  539. codex/views/opds/const.py +13 -0
  540. codex/views/opds/urls.py +30 -0
  541. codex/views/opds/util.py +11 -19
  542. codex/views/opds/v1/entry/data.py +2 -2
  543. codex/views/opds/v1/entry/entry.py +5 -5
  544. codex/views/opds/v1/entry/links.py +68 -58
  545. codex/views/opds/v1/facets.py +11 -11
  546. codex/views/opds/v1/feed.py +84 -63
  547. codex/views/opds/v1/links.py +21 -19
  548. codex/views/opds/v1/opensearch_v1.py +5 -6
  549. codex/views/opds/v2/feed.py +69 -53
  550. codex/views/opds/v2/links.py +4 -2
  551. codex/views/opds/v2/publications.py +50 -68
  552. codex/views/opds/v2/top_links.py +4 -4
  553. codex/views/public.py +36 -0
  554. codex/views/reader/arcs.py +92 -0
  555. codex/views/reader/books.py +181 -0
  556. codex/views/reader/init.py +125 -0
  557. codex/views/reader/page.py +16 -5
  558. codex/views/reader/reader.py +22 -236
  559. codex/views/reader/{session.py → settings.py} +4 -2
  560. codex/views/session.py +92 -102
  561. codex/views/settings.py +47 -0
  562. codex/views/template.py +3 -3
  563. codex/views/util.py +77 -0
  564. codex/views/version.py +2 -2
  565. codex/websockets/consumers.py +14 -10
  566. {codex-1.5.17.dist-info → codex-1.6.0.dist-info}/METADATA +36 -18
  567. codex-1.6.0.dist-info/RECORD +1013 -0
  568. codex/db_functions.py +0 -25
  569. codex/img/missing-cover.webp +0 -0
  570. codex/librarian/importer/update_comics.py +0 -90
  571. codex/serializers/metadata.py +0 -15
  572. codex/static_root/assets/VCheckbox-CFqm2IhY.60c7775eda9e.js +0 -1
  573. codex/static_root/assets/VCheckbox-CFqm2IhY.60c7775eda9e.js.br +0 -0
  574. codex/static_root/assets/VCheckbox-CFqm2IhY.60c7775eda9e.js.gz +0 -0
  575. codex/static_root/assets/VCheckbox-CFqm2IhY.js +0 -1
  576. codex/static_root/assets/VCheckbox-CFqm2IhY.js.br +0 -0
  577. codex/static_root/assets/VCheckbox-CFqm2IhY.js.gz +0 -0
  578. codex/static_root/assets/VCheckboxBtn-BjWW08N8.bee4c9c1c3b4.js +0 -1
  579. codex/static_root/assets/VCheckboxBtn-BjWW08N8.bee4c9c1c3b4.js.br +0 -0
  580. codex/static_root/assets/VCheckboxBtn-BjWW08N8.bee4c9c1c3b4.js.gz +0 -0
  581. codex/static_root/assets/VCheckboxBtn-BjWW08N8.js +0 -1
  582. codex/static_root/assets/VCheckboxBtn-BjWW08N8.js.br +0 -0
  583. codex/static_root/assets/VCheckboxBtn-BjWW08N8.js.gz +0 -0
  584. codex/static_root/assets/VCombobox-BiHR4LaF.7487536b173b.js +0 -1
  585. codex/static_root/assets/VCombobox-BiHR4LaF.7487536b173b.js.br +0 -0
  586. codex/static_root/assets/VCombobox-BiHR4LaF.7487536b173b.js.gz +0 -0
  587. codex/static_root/assets/VCombobox-BiHR4LaF.js +0 -1
  588. codex/static_root/assets/VCombobox-BiHR4LaF.js.br +0 -0
  589. codex/static_root/assets/VCombobox-BiHR4LaF.js.gz +0 -0
  590. codex/static_root/assets/VDataTableVirtual--XFLD9jr.ecfcb691279b.js +0 -1
  591. codex/static_root/assets/VDataTableVirtual--XFLD9jr.ecfcb691279b.js.br +0 -0
  592. codex/static_root/assets/VDataTableVirtual--XFLD9jr.ecfcb691279b.js.gz +0 -0
  593. codex/static_root/assets/VDataTableVirtual--XFLD9jr.js +0 -1
  594. codex/static_root/assets/VDataTableVirtual--XFLD9jr.js.br +0 -0
  595. codex/static_root/assets/VDataTableVirtual--XFLD9jr.js.gz +0 -0
  596. codex/static_root/assets/VDataTableVirtual-CSBxS0yr.825a0ca38f9d.css +0 -1
  597. codex/static_root/assets/VDataTableVirtual-CSBxS0yr.825a0ca38f9d.css.br +0 -0
  598. codex/static_root/assets/VDataTableVirtual-CSBxS0yr.825a0ca38f9d.css.gz +0 -0
  599. codex/static_root/assets/VDataTableVirtual-CSBxS0yr.css +0 -1
  600. codex/static_root/assets/VDataTableVirtual-CSBxS0yr.css.br +0 -0
  601. codex/static_root/assets/VDataTableVirtual-CSBxS0yr.css.gz +0 -0
  602. codex/static_root/assets/VExpansionPanel-CSSnZFhG.bb54c6635f82.js +0 -1
  603. codex/static_root/assets/VExpansionPanel-CSSnZFhG.bb54c6635f82.js.br +0 -0
  604. codex/static_root/assets/VExpansionPanel-CSSnZFhG.bb54c6635f82.js.gz +0 -0
  605. codex/static_root/assets/VExpansionPanel-CSSnZFhG.js +0 -1
  606. codex/static_root/assets/VExpansionPanel-CSSnZFhG.js.br +0 -0
  607. codex/static_root/assets/VExpansionPanel-CSSnZFhG.js.gz +0 -0
  608. codex/static_root/assets/VMain-BJLquw4_.0d36762696df.js +0 -1
  609. codex/static_root/assets/VMain-BJLquw4_.0d36762696df.js.br +0 -0
  610. codex/static_root/assets/VMain-BJLquw4_.0d36762696df.js.gz +0 -0
  611. codex/static_root/assets/VMain-BJLquw4_.js +0 -1
  612. codex/static_root/assets/VMain-BJLquw4_.js.br +0 -0
  613. codex/static_root/assets/VMain-BJLquw4_.js.gz +0 -0
  614. codex/static_root/assets/VMain-Byt37V4c.a00e206f3cfa.css +0 -1
  615. codex/static_root/assets/VMain-Byt37V4c.a00e206f3cfa.css.br +0 -0
  616. codex/static_root/assets/VMain-Byt37V4c.a00e206f3cfa.css.gz +0 -0
  617. codex/static_root/assets/VMain-Byt37V4c.css +0 -1
  618. codex/static_root/assets/VMain-Byt37V4c.css.br +0 -0
  619. codex/static_root/assets/VMain-Byt37V4c.css.gz +0 -0
  620. codex/static_root/assets/VRadioGroup-BrO5lLMK.60b07cdd1b52.js +0 -1
  621. codex/static_root/assets/VRadioGroup-BrO5lLMK.60b07cdd1b52.js.br +0 -0
  622. codex/static_root/assets/VRadioGroup-BrO5lLMK.60b07cdd1b52.js.gz +0 -0
  623. codex/static_root/assets/VRadioGroup-BrO5lLMK.js +0 -1
  624. codex/static_root/assets/VRadioGroup-BrO5lLMK.js.br +0 -0
  625. codex/static_root/assets/VRadioGroup-BrO5lLMK.js.gz +0 -0
  626. codex/static_root/assets/VSelect-BdGop3V2.604c1785fbff.css +0 -1
  627. codex/static_root/assets/VSelect-BdGop3V2.604c1785fbff.css.br +0 -0
  628. codex/static_root/assets/VSelect-BdGop3V2.604c1785fbff.css.gz +0 -0
  629. codex/static_root/assets/VSelect-BdGop3V2.css +0 -1
  630. codex/static_root/assets/VSelect-BdGop3V2.css.br +0 -0
  631. codex/static_root/assets/VSelect-BdGop3V2.css.gz +0 -0
  632. codex/static_root/assets/VSelect-CAEbdtAK.6d93a3800567.js +0 -1
  633. codex/static_root/assets/VSelect-CAEbdtAK.6d93a3800567.js.br +0 -0
  634. codex/static_root/assets/VSelect-CAEbdtAK.6d93a3800567.js.gz +0 -0
  635. codex/static_root/assets/VSelect-CAEbdtAK.js +0 -1
  636. codex/static_root/assets/VSelect-CAEbdtAK.js.br +0 -0
  637. codex/static_root/assets/VSelect-CAEbdtAK.js.gz +0 -0
  638. codex/static_root/assets/VSelectionControl-BoyRbIct.7cfcfa9ae20b.js +0 -1
  639. codex/static_root/assets/VSelectionControl-BoyRbIct.7cfcfa9ae20b.js.br +0 -0
  640. codex/static_root/assets/VSelectionControl-BoyRbIct.7cfcfa9ae20b.js.gz +0 -0
  641. codex/static_root/assets/VSelectionControl-BoyRbIct.js +0 -1
  642. codex/static_root/assets/VSelectionControl-BoyRbIct.js.br +0 -0
  643. codex/static_root/assets/VSelectionControl-BoyRbIct.js.gz +0 -0
  644. codex/static_root/assets/VSlideGroup-C3lY91uv.css +0 -1
  645. codex/static_root/assets/VSlideGroup-C3lY91uv.css.br +0 -0
  646. codex/static_root/assets/VSlideGroup-C3lY91uv.css.gz +0 -0
  647. codex/static_root/assets/VSlideGroup-C3lY91uv.d268067bd078.css +0 -1
  648. codex/static_root/assets/VSlideGroup-C3lY91uv.d268067bd078.css.br +0 -0
  649. codex/static_root/assets/VSlideGroup-C3lY91uv.d268067bd078.css.gz +0 -0
  650. codex/static_root/assets/VSlideGroup-IIebYuJm.d50fd68270e6.js +0 -1
  651. codex/static_root/assets/VSlideGroup-IIebYuJm.d50fd68270e6.js.br +0 -0
  652. codex/static_root/assets/VSlideGroup-IIebYuJm.d50fd68270e6.js.gz +0 -0
  653. codex/static_root/assets/VSlideGroup-IIebYuJm.js +0 -1
  654. codex/static_root/assets/VSlideGroup-IIebYuJm.js.br +0 -0
  655. codex/static_root/assets/VSlideGroup-IIebYuJm.js.gz +0 -0
  656. codex/static_root/assets/VTable-XNBBnB2q.b2784736062a.js.br +0 -0
  657. codex/static_root/assets/VTable-XNBBnB2q.b2784736062a.js.gz +0 -0
  658. codex/static_root/assets/VTable-XNBBnB2q.js.br +0 -0
  659. codex/static_root/assets/VTable-XNBBnB2q.js.gz +0 -0
  660. codex/static_root/assets/VToolbar-CLYsoOKq.acca0b6c0684.js +0 -2
  661. codex/static_root/assets/VToolbar-CLYsoOKq.acca0b6c0684.js.br +0 -0
  662. codex/static_root/assets/VToolbar-CLYsoOKq.acca0b6c0684.js.gz +0 -0
  663. codex/static_root/assets/VToolbar-CLYsoOKq.js +0 -2
  664. codex/static_root/assets/VToolbar-CLYsoOKq.js.br +0 -0
  665. codex/static_root/assets/VToolbar-CLYsoOKq.js.gz +0 -0
  666. codex/static_root/assets/VToolbar-DqQLg1UA.614d6a4a8a09.css +0 -1
  667. codex/static_root/assets/VToolbar-DqQLg1UA.614d6a4a8a09.css.br +0 -0
  668. codex/static_root/assets/VToolbar-DqQLg1UA.614d6a4a8a09.css.gz +0 -0
  669. codex/static_root/assets/VToolbar-DqQLg1UA.css +0 -1
  670. codex/static_root/assets/VToolbar-DqQLg1UA.css.br +0 -0
  671. codex/static_root/assets/VToolbar-DqQLg1UA.css.gz +0 -0
  672. codex/static_root/assets/VWindowItem-CPevuSn_.27817d5bd8e4.js +0 -1
  673. codex/static_root/assets/VWindowItem-CPevuSn_.27817d5bd8e4.js.br +0 -0
  674. codex/static_root/assets/VWindowItem-CPevuSn_.27817d5bd8e4.js.gz +0 -0
  675. codex/static_root/assets/VWindowItem-CPevuSn_.js +0 -1
  676. codex/static_root/assets/VWindowItem-CPevuSn_.js.br +0 -0
  677. codex/static_root/assets/VWindowItem-CPevuSn_.js.gz +0 -0
  678. codex/static_root/assets/admin-CzWbM7Nl.95cf937f31ff.js +0 -1
  679. codex/static_root/assets/admin-CzWbM7Nl.95cf937f31ff.js.br +0 -0
  680. codex/static_root/assets/admin-CzWbM7Nl.95cf937f31ff.js.gz +0 -0
  681. codex/static_root/assets/admin-CzWbM7Nl.js +0 -1
  682. codex/static_root/assets/admin-CzWbM7Nl.js.br +0 -0
  683. codex/static_root/assets/admin-CzWbM7Nl.js.gz +0 -0
  684. codex/static_root/assets/admin-Df82-Qcj.4c3f0406ee54.css +0 -1
  685. codex/static_root/assets/admin-Df82-Qcj.4c3f0406ee54.css.br +0 -0
  686. codex/static_root/assets/admin-Df82-Qcj.4c3f0406ee54.css.gz +0 -0
  687. codex/static_root/assets/admin-Df82-Qcj.css +0 -1
  688. codex/static_root/assets/admin-Df82-Qcj.css.br +0 -0
  689. codex/static_root/assets/admin-Df82-Qcj.css.gz +0 -0
  690. codex/static_root/assets/admin-drawer-panel-B4-04ET4.ff74b52952d0.js +0 -30
  691. codex/static_root/assets/admin-drawer-panel-B4-04ET4.ff74b52952d0.js.br +0 -0
  692. codex/static_root/assets/admin-drawer-panel-B4-04ET4.ff74b52952d0.js.gz +0 -0
  693. codex/static_root/assets/admin-drawer-panel-B4-04ET4.js +0 -30
  694. codex/static_root/assets/admin-drawer-panel-B4-04ET4.js.br +0 -0
  695. codex/static_root/assets/admin-drawer-panel-B4-04ET4.js.gz +0 -0
  696. codex/static_root/assets/admin-drawer-panel-Cr-0BCQv.b519336cb005.css +0 -1
  697. codex/static_root/assets/admin-drawer-panel-Cr-0BCQv.b519336cb005.css.br +0 -0
  698. codex/static_root/assets/admin-drawer-panel-Cr-0BCQv.b519336cb005.css.gz +0 -0
  699. codex/static_root/assets/admin-drawer-panel-Cr-0BCQv.css +0 -1
  700. codex/static_root/assets/admin-drawer-panel-Cr-0BCQv.css.br +0 -0
  701. codex/static_root/assets/admin-drawer-panel-Cr-0BCQv.css.gz +0 -0
  702. codex/static_root/assets/browser-BldK4CGS.ce8c71552de0.js +0 -1
  703. codex/static_root/assets/browser-BldK4CGS.ce8c71552de0.js.br +0 -0
  704. codex/static_root/assets/browser-BldK4CGS.ce8c71552de0.js.gz +0 -0
  705. codex/static_root/assets/browser-BldK4CGS.js +0 -1
  706. codex/static_root/assets/browser-BldK4CGS.js.br +0 -0
  707. codex/static_root/assets/browser-BldK4CGS.js.gz +0 -0
  708. codex/static_root/assets/browser-HtKThxA9.69be059a55f4.css +0 -1
  709. codex/static_root/assets/browser-HtKThxA9.69be059a55f4.css.br +0 -0
  710. codex/static_root/assets/browser-HtKThxA9.69be059a55f4.css.gz +0 -0
  711. codex/static_root/assets/browser-HtKThxA9.css +0 -1
  712. codex/static_root/assets/browser-HtKThxA9.css.br +0 -0
  713. codex/static_root/assets/browser-HtKThxA9.css.gz +0 -0
  714. codex/static_root/assets/change-password-dialog-BRmvkNir.2fead58a78c7.css +0 -1
  715. codex/static_root/assets/change-password-dialog-BRmvkNir.2fead58a78c7.css.br +0 -0
  716. codex/static_root/assets/change-password-dialog-BRmvkNir.2fead58a78c7.css.gz +0 -0
  717. codex/static_root/assets/change-password-dialog-BRmvkNir.css +0 -1
  718. codex/static_root/assets/change-password-dialog-BRmvkNir.css.br +0 -0
  719. codex/static_root/assets/change-password-dialog-BRmvkNir.css.gz +0 -0
  720. codex/static_root/assets/change-password-dialog-DAvSz_BT.89752c597186.js +0 -1
  721. codex/static_root/assets/change-password-dialog-DAvSz_BT.89752c597186.js.br +0 -0
  722. codex/static_root/assets/change-password-dialog-DAvSz_BT.89752c597186.js.gz +0 -0
  723. codex/static_root/assets/change-password-dialog-DAvSz_BT.js +0 -1
  724. codex/static_root/assets/change-password-dialog-DAvSz_BT.js.br +0 -0
  725. codex/static_root/assets/change-password-dialog-DAvSz_BT.js.gz +0 -0
  726. codex/static_root/assets/confirm-dialog-0mqMQack.a2b39e1d65f7.js +0 -1
  727. codex/static_root/assets/confirm-dialog-0mqMQack.a2b39e1d65f7.js.br +0 -0
  728. codex/static_root/assets/confirm-dialog-0mqMQack.a2b39e1d65f7.js.gz +0 -0
  729. codex/static_root/assets/confirm-dialog-0mqMQack.js +0 -1
  730. codex/static_root/assets/confirm-dialog-0mqMQack.js.br +0 -0
  731. codex/static_root/assets/confirm-dialog-0mqMQack.js.gz +0 -0
  732. codex/static_root/assets/confirm-footer-VFepxcJs.4150131304bd.css +0 -1
  733. codex/static_root/assets/confirm-footer-VFepxcJs.4150131304bd.css.br +0 -0
  734. codex/static_root/assets/confirm-footer-VFepxcJs.4150131304bd.css.gz +0 -0
  735. codex/static_root/assets/confirm-footer-VFepxcJs.css +0 -1
  736. codex/static_root/assets/confirm-footer-VFepxcJs.css.br +0 -0
  737. codex/static_root/assets/confirm-footer-VFepxcJs.css.gz +0 -0
  738. codex/static_root/assets/confirm-footer-oTUv06_v.99f172061491.js +0 -1
  739. codex/static_root/assets/confirm-footer-oTUv06_v.99f172061491.js.br +0 -0
  740. codex/static_root/assets/confirm-footer-oTUv06_v.99f172061491.js.gz +0 -0
  741. codex/static_root/assets/confirm-footer-oTUv06_v.js +0 -1
  742. codex/static_root/assets/confirm-footer-oTUv06_v.js.br +0 -0
  743. codex/static_root/assets/confirm-footer-oTUv06_v.js.gz +0 -0
  744. codex/static_root/assets/datetime-column-BWWfvyhn.a4a94ba57c73.css +0 -1
  745. codex/static_root/assets/datetime-column-BWWfvyhn.a4a94ba57c73.css.br +0 -0
  746. codex/static_root/assets/datetime-column-BWWfvyhn.css +0 -1
  747. codex/static_root/assets/datetime-column-BWWfvyhn.css.br +0 -0
  748. codex/static_root/assets/datetime-column-D3I95kw3.26791f31ac02.js +0 -1
  749. codex/static_root/assets/datetime-column-D3I95kw3.26791f31ac02.js.br +0 -0
  750. codex/static_root/assets/datetime-column-D3I95kw3.26791f31ac02.js.gz +0 -0
  751. codex/static_root/assets/datetime-column-D3I95kw3.js +0 -1
  752. codex/static_root/assets/datetime-column-D3I95kw3.js.br +0 -0
  753. codex/static_root/assets/datetime-column-D3I95kw3.js.gz +0 -0
  754. codex/static_root/assets/filter-D95Y3XYa.b69f5d543997.js +0 -1
  755. codex/static_root/assets/filter-D95Y3XYa.b69f5d543997.js.br +0 -0
  756. codex/static_root/assets/filter-D95Y3XYa.b69f5d543997.js.gz +0 -0
  757. codex/static_root/assets/filter-D95Y3XYa.js +0 -1
  758. codex/static_root/assets/filter-D95Y3XYa.js.br +0 -0
  759. codex/static_root/assets/filter-D95Y3XYa.js.gz +0 -0
  760. codex/static_root/assets/flag-tab-C9vu256Y.bd43f22c727b.js +0 -1
  761. codex/static_root/assets/flag-tab-C9vu256Y.bd43f22c727b.js.br +0 -0
  762. codex/static_root/assets/flag-tab-C9vu256Y.bd43f22c727b.js.gz +0 -0
  763. codex/static_root/assets/flag-tab-C9vu256Y.js +0 -1
  764. codex/static_root/assets/flag-tab-C9vu256Y.js.br +0 -0
  765. codex/static_root/assets/flag-tab-C9vu256Y.js.gz +0 -0
  766. codex/static_root/assets/flag-tab-D_HjkAta.203bedf35ce7.css +0 -1
  767. codex/static_root/assets/flag-tab-D_HjkAta.203bedf35ce7.css.br +0 -0
  768. codex/static_root/assets/flag-tab-D_HjkAta.203bedf35ce7.css.gz +0 -0
  769. codex/static_root/assets/flag-tab-D_HjkAta.css +0 -1
  770. codex/static_root/assets/flag-tab-D_HjkAta.css.br +0 -0
  771. codex/static_root/assets/flag-tab-D_HjkAta.css.gz +0 -0
  772. codex/static_root/assets/group-tab-DKqBg4yc.22ea16c1e331.js +0 -1
  773. codex/static_root/assets/group-tab-DKqBg4yc.22ea16c1e331.js.br +0 -0
  774. codex/static_root/assets/group-tab-DKqBg4yc.22ea16c1e331.js.gz +0 -0
  775. codex/static_root/assets/group-tab-DKqBg4yc.js +0 -1
  776. codex/static_root/assets/group-tab-DKqBg4yc.js.br +0 -0
  777. codex/static_root/assets/group-tab-DKqBg4yc.js.gz +0 -0
  778. codex/static_root/assets/group-tab-GFacGljN.98df9e04f2a7.css +0 -1
  779. codex/static_root/assets/group-tab-GFacGljN.98df9e04f2a7.css.br +0 -0
  780. codex/static_root/assets/group-tab-GFacGljN.98df9e04f2a7.css.gz +0 -0
  781. codex/static_root/assets/group-tab-GFacGljN.css +0 -1
  782. codex/static_root/assets/group-tab-GFacGljN.css.br +0 -0
  783. codex/static_root/assets/group-tab-GFacGljN.css.gz +0 -0
  784. codex/static_root/assets/http-error-C25WdjWC.1c7337ad6e1d.css +0 -1
  785. codex/static_root/assets/http-error-C25WdjWC.1c7337ad6e1d.css.br +0 -0
  786. codex/static_root/assets/http-error-C25WdjWC.1c7337ad6e1d.css.gz +0 -0
  787. codex/static_root/assets/http-error-C25WdjWC.css +0 -1
  788. codex/static_root/assets/http-error-C25WdjWC.css.br +0 -0
  789. codex/static_root/assets/http-error-C25WdjWC.css.gz +0 -0
  790. codex/static_root/assets/http-error-F_AIFiVP.1d3b95f22256.js +0 -1
  791. codex/static_root/assets/http-error-F_AIFiVP.1d3b95f22256.js.br +0 -0
  792. codex/static_root/assets/http-error-F_AIFiVP.1d3b95f22256.js.gz +0 -0
  793. codex/static_root/assets/http-error-F_AIFiVP.js +0 -1
  794. codex/static_root/assets/http-error-F_AIFiVP.js.br +0 -0
  795. codex/static_root/assets/http-error-F_AIFiVP.js.gz +0 -0
  796. codex/static_root/assets/index-DUjeNg4x.36d50c91b2c1.js +0 -1
  797. codex/static_root/assets/index-DUjeNg4x.36d50c91b2c1.js.br +0 -0
  798. codex/static_root/assets/index-DUjeNg4x.36d50c91b2c1.js.gz +0 -0
  799. codex/static_root/assets/index-DUjeNg4x.js +0 -1
  800. codex/static_root/assets/index-DUjeNg4x.js.br +0 -0
  801. codex/static_root/assets/index-DUjeNg4x.js.gz +0 -0
  802. codex/static_root/assets/library-tab-CKYjhIWV.a1119d2cb417.js +0 -1
  803. codex/static_root/assets/library-tab-CKYjhIWV.a1119d2cb417.js.br +0 -0
  804. codex/static_root/assets/library-tab-CKYjhIWV.a1119d2cb417.js.gz +0 -0
  805. codex/static_root/assets/library-tab-CKYjhIWV.js +0 -1
  806. codex/static_root/assets/library-tab-CKYjhIWV.js.br +0 -0
  807. codex/static_root/assets/library-tab-CKYjhIWV.js.gz +0 -0
  808. codex/static_root/assets/library-tab-DZKDtQ5v.c8123e4bc5a4.css +0 -1
  809. codex/static_root/assets/library-tab-DZKDtQ5v.c8123e4bc5a4.css.br +0 -3
  810. codex/static_root/assets/library-tab-DZKDtQ5v.c8123e4bc5a4.css.gz +0 -0
  811. codex/static_root/assets/library-tab-DZKDtQ5v.css +0 -1
  812. codex/static_root/assets/library-tab-DZKDtQ5v.css.br +0 -3
  813. codex/static_root/assets/library-tab-DZKDtQ5v.css.gz +0 -0
  814. codex/static_root/assets/main-BJxn-WA7.a04c671bd796.js +0 -32
  815. codex/static_root/assets/main-BJxn-WA7.a04c671bd796.js.br +0 -0
  816. codex/static_root/assets/main-BJxn-WA7.a04c671bd796.js.gz +0 -0
  817. codex/static_root/assets/main-BJxn-WA7.js +0 -32
  818. codex/static_root/assets/main-BJxn-WA7.js.br +0 -0
  819. codex/static_root/assets/main-BJxn-WA7.js.gz +0 -0
  820. codex/static_root/assets/main-ClKzvaJK.04ea1888c6b4.css.br +0 -0
  821. codex/static_root/assets/main-ClKzvaJK.css.br +0 -0
  822. codex/static_root/assets/metadata-dialog-DNdhw8Y2.21df0d7eff56.js +0 -1
  823. codex/static_root/assets/metadata-dialog-DNdhw8Y2.21df0d7eff56.js.br +0 -0
  824. codex/static_root/assets/metadata-dialog-DNdhw8Y2.21df0d7eff56.js.gz +0 -0
  825. codex/static_root/assets/metadata-dialog-DNdhw8Y2.js +0 -1
  826. codex/static_root/assets/metadata-dialog-DNdhw8Y2.js.br +0 -0
  827. codex/static_root/assets/metadata-dialog-DNdhw8Y2.js.gz +0 -0
  828. codex/static_root/assets/metadata-dialog-DqTRiI3h.ac34b1bcab82.css +0 -1
  829. codex/static_root/assets/metadata-dialog-DqTRiI3h.ac34b1bcab82.css.br +0 -0
  830. codex/static_root/assets/metadata-dialog-DqTRiI3h.ac34b1bcab82.css.gz +0 -0
  831. codex/static_root/assets/metadata-dialog-DqTRiI3h.css +0 -1
  832. codex/static_root/assets/metadata-dialog-DqTRiI3h.css.br +0 -0
  833. codex/static_root/assets/metadata-dialog-DqTRiI3h.css.gz +0 -0
  834. codex/static_root/assets/pdf-doc-DQV6XqAo.38b6ebeec5bc.js +0 -35
  835. codex/static_root/assets/pdf-doc-DQV6XqAo.38b6ebeec5bc.js.br +0 -0
  836. codex/static_root/assets/pdf-doc-DQV6XqAo.38b6ebeec5bc.js.gz +0 -0
  837. codex/static_root/assets/pdf-doc-DQV6XqAo.js +0 -35
  838. codex/static_root/assets/pdf-doc-DQV6XqAo.js.br +0 -0
  839. codex/static_root/assets/pdf-doc-DQV6XqAo.js.gz +0 -0
  840. codex/static_root/assets/reader-BuAYRwBN.3f834951f509.js +0 -2
  841. codex/static_root/assets/reader-BuAYRwBN.3f834951f509.js.br +0 -0
  842. codex/static_root/assets/reader-BuAYRwBN.3f834951f509.js.gz +0 -0
  843. codex/static_root/assets/reader-BuAYRwBN.js +0 -2
  844. codex/static_root/assets/reader-BuAYRwBN.js.br +0 -0
  845. codex/static_root/assets/reader-BuAYRwBN.js.gz +0 -0
  846. codex/static_root/assets/reader-CG6zrLXl.css +0 -1
  847. codex/static_root/assets/reader-CG6zrLXl.css.br +0 -0
  848. codex/static_root/assets/reader-CG6zrLXl.css.gz +0 -0
  849. codex/static_root/assets/reader-CG6zrLXl.ed017042cd53.css +0 -1
  850. codex/static_root/assets/reader-CG6zrLXl.ed017042cd53.css.br +0 -0
  851. codex/static_root/assets/reader-CG6zrLXl.ed017042cd53.css.gz +0 -0
  852. codex/static_root/assets/stats-tab-BTZLMBCU.7e0a9547c12e.css +0 -1
  853. codex/static_root/assets/stats-tab-BTZLMBCU.7e0a9547c12e.css.br +0 -0
  854. codex/static_root/assets/stats-tab-BTZLMBCU.7e0a9547c12e.css.gz +0 -0
  855. codex/static_root/assets/stats-tab-BTZLMBCU.css +0 -1
  856. codex/static_root/assets/stats-tab-BTZLMBCU.css.br +0 -0
  857. codex/static_root/assets/stats-tab-BTZLMBCU.css.gz +0 -0
  858. codex/static_root/assets/stats-tab-wzOFMrgw.ffc62bf814ce.js +0 -1
  859. codex/static_root/assets/stats-tab-wzOFMrgw.ffc62bf814ce.js.br +0 -0
  860. codex/static_root/assets/stats-tab-wzOFMrgw.ffc62bf814ce.js.gz +0 -0
  861. codex/static_root/assets/stats-tab-wzOFMrgw.js +0 -1
  862. codex/static_root/assets/stats-tab-wzOFMrgw.js.br +0 -0
  863. codex/static_root/assets/stats-tab-wzOFMrgw.js.gz +0 -0
  864. codex/static_root/assets/task-tab-DoX9OA37.9bb355f36dbf.css +0 -1
  865. codex/static_root/assets/task-tab-DoX9OA37.9bb355f36dbf.css.gz +0 -0
  866. codex/static_root/assets/task-tab-DoX9OA37.css +0 -1
  867. codex/static_root/assets/task-tab-DoX9OA37.css.gz +0 -0
  868. codex/static_root/assets/task-tab-UYMTSKl-.c37096a07f51.js +0 -1
  869. codex/static_root/assets/task-tab-UYMTSKl-.c37096a07f51.js.br +0 -0
  870. codex/static_root/assets/task-tab-UYMTSKl-.c37096a07f51.js.gz +0 -0
  871. codex/static_root/assets/task-tab-UYMTSKl-.js +0 -1
  872. codex/static_root/assets/task-tab-UYMTSKl-.js.br +0 -0
  873. codex/static_root/assets/task-tab-UYMTSKl-.js.gz +0 -0
  874. codex/static_root/assets/to-case-kUm8NPpW.5b3369f511b8.js +0 -1
  875. codex/static_root/assets/to-case-kUm8NPpW.js +0 -1
  876. codex/static_root/assets/user-tab-ByP2OwxN.255023553b2e.js +0 -1
  877. codex/static_root/assets/user-tab-ByP2OwxN.255023553b2e.js.br +0 -0
  878. codex/static_root/assets/user-tab-ByP2OwxN.255023553b2e.js.gz +0 -0
  879. codex/static_root/assets/user-tab-ByP2OwxN.js +0 -1
  880. codex/static_root/assets/user-tab-ByP2OwxN.js.br +0 -0
  881. codex/static_root/assets/user-tab-ByP2OwxN.js.gz +0 -0
  882. codex/static_root/img/logo-32.dbb98f6dfde4.webp +0 -0
  883. codex/static_root/img/logo-maskable-180.201cbde62d55.webp +0 -0
  884. codex/static_root/img/logo-maskable.d618c2d7943f.svg +0 -83
  885. codex/static_root/img/logo-maskable.d618c2d7943f.svg.br +0 -0
  886. codex/static_root/img/logo-maskable.d618c2d7943f.svg.gz +0 -0
  887. codex/static_root/img/logo.3fb129bfbd92.svg +0 -80
  888. codex/static_root/img/logo.3fb129bfbd92.svg.br +0 -0
  889. codex/static_root/img/logo.3fb129bfbd92.svg.gz +0 -0
  890. codex/static_root/img/missing-cover.8c8c1d4f6782.webp +0 -0
  891. codex/static_root/img/missing-cover.webp +0 -0
  892. codex/static_root/img/missing-page.71bb10f7c72a.svg +0 -13
  893. codex/static_root/img/missing-page.71bb10f7c72a.svg.br +0 -0
  894. codex/static_root/img/missing-page.71bb10f7c72a.svg.gz +0 -0
  895. codex/static_root/img/missing-page.svg +0 -13
  896. codex/static_root/img/missing-page.svg.br +0 -0
  897. codex/static_root/img/missing-page.svg.gz +0 -0
  898. codex/static_root/js/choices-admin.bb730e4f26ac.json +0 -1
  899. codex/static_root/js/choices-admin.bb730e4f26ac.json.br +0 -0
  900. codex/static_root/js/choices-admin.bb730e4f26ac.json.gz +0 -0
  901. codex/static_root/js/choices.fedcbd1ec085.json +0 -1
  902. codex/static_root/js/choices.fedcbd1ec085.json.br +0 -0
  903. codex/static_root/js/choices.fedcbd1ec085.json.gz +0 -0
  904. codex/static_root/manifest.d2fc837c9c53.json +0 -607
  905. codex/static_root/manifest.d2fc837c9c53.json.br +0 -0
  906. codex/static_root/manifest.d2fc837c9c53.json.gz +0 -0
  907. codex/views/browser/browser_annotations.py +0 -298
  908. codex/views/browser/browser_order_by.py +0 -108
  909. codex/views/browser/const.py +0 -3
  910. codex/views/browser/session.py +0 -12
  911. codex/views/cover.py +0 -59
  912. codex-1.5.17.dist-info/RECORD +0 -936
  913. /codex/static_root/assets/{VExpansionPanel-DsEXVcCv.20b475255e66.css → VExpansionPanels-DsEXVcCv.20b475255e66.css} +0 -0
  914. /codex/static_root/assets/{VExpansionPanel-DsEXVcCv.20b475255e66.css.br → VExpansionPanels-DsEXVcCv.20b475255e66.css.br} +0 -0
  915. /codex/static_root/assets/{VExpansionPanel-DsEXVcCv.20b475255e66.css.gz → VExpansionPanels-DsEXVcCv.20b475255e66.css.gz} +0 -0
  916. /codex/static_root/assets/{VExpansionPanel-DsEXVcCv.css → VExpansionPanels-DsEXVcCv.css} +0 -0
  917. /codex/static_root/assets/{VExpansionPanel-DsEXVcCv.css.br → VExpansionPanels-DsEXVcCv.css.br} +0 -0
  918. /codex/static_root/assets/{VExpansionPanel-DsEXVcCv.css.gz → VExpansionPanels-DsEXVcCv.css.gz} +0 -0
  919. {codex-1.5.17.dist-info → codex-1.6.0.dist-info}/LICENSE +0 -0
  920. {codex-1.5.17.dist-info → codex-1.6.0.dist-info}/WHEEL +0 -0
  921. {codex-1.5.17.dist-info → codex-1.6.0.dist-info}/entry_points.txt +0 -0
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="512" height="512" class="snail_eye" style="background-color:transparent"><defs><linearGradient id="b"><stop offset="0" style="stop-color:#d97700"/><stop offset=".8" style="stop-color:#a85c00"/></linearGradient><linearGradient id="a"><stop offset="0" style="stop-color:#d97700"/><stop offset=".2" style="stop-color:#a85c00"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="0" x2="512" y1="0" y2="512" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="d" x1="221.125" x2="331.379" y1="191.955" y2="382.636" gradientTransform="translate(3 3)" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#a" id="f" x1="190" x2="512" y1="190" y2="512" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="e" x1="173" x2="401" y1="155" y2="468" gradientTransform="translate(.5 .5)" gradientUnits="userSpaceOnUse"/></defs><g style="display:inline;mix-blend-mode:normal;fill:url(#c);fill-opacity:0" transform="matrix(.8 0 0 .8 51.5 51.5)"><circle cx="256" cy="256" r="256" style="display:inline;mix-blend-mode:normal;fill:#1e1e1e;fill-opacity:1;stroke-width:2;image-rendering:auto;opacity:1"/><circle cx="256" cy="256" r="69" style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#d);stroke-width:58.5486;stroke-dasharray:none;stroke-opacity:1"/><path d="M256 139c-93.648 0-173.75 47.591-206.182 114.803l-1.3 2.697 1.3 2.668C82.249 326.38 162.352 374 256 374s173.786-47.62 206.217-114.832l1.3-2.668-1.3-2.697C430.278 186.582 350.14 138.99 256.492 138.99Zm0 18.688c84.825 0 154.891 38.584 185.567 98.783-30.669 60.211-100.73 98.841-185.567 98.841-84.836 0-154.862-38.63-185.53-98.84 30.675-60.2 100.705-98.784 185.53-98.784" style="color:#000;fill:url(#e);fill-opacity:1;-inkscape-stroke:none"/><path d="M244.444 38.097c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.493 2.685 7.514 1.187 15.656-6.522 21.1-6.436 4.547-15.465 4.399-21.802-.62m88.784 17.66c-8.38-7.042-8.737-20.779-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.399-21.802-.62m75.267 50.293c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.265 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m50.29 75.268c-8.38-7.042-8.736-20.78-.185-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m17.659 88.785c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-17.69 88.77c-8.38-7.043-8.737-20.78-.185-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-50.287 75.255c-8.38-7.042-8.736-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-75.245 50.31c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-88.782 17.628c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-88.771-17.659c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-75.276-50.264c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62M30.13 358.866c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-17.657-88.772c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m17.63-88.78c-8.38-7.043-8.736-20.78-.184-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m50.313-75.245c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m75.257-50.285c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62M256 0C152.527 0 59.084 62.436 19.488 158.031c-39.595 95.596-17.665 205.815 55.5 278.98 73.166 73.166 183.385 95.096 278.98 55.5C449.565 452.917 512 359.474 512 256 512 114.9 397.1 0 256 0m0 48c115.16 0 208 92.84 208 208 0 84.197-50.615 159.947-128.4 192.166-77.786 32.219-167.134 14.44-226.67-45.096S31.615 254.186 63.834 176.4C96.053 98.615 171.804 48 256 48" style="color:#000;display:inline;fill:url(#f);fill-opacity:1;paint-order:markers fill stroke"/></g></svg>
@@ -1,83 +1 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- xmlns:xlink="http://www.w3.org/1999/xlink"
4
- xml:space="preserve"
5
- width="512"
6
- height="512"
7
- class="snail_eye"
8
- style="background-color:transparent"
9
- >
10
- <defs>
11
- <linearGradient id="b">
12
- <stop offset="0" style="stop-color:#d97700" />
13
- <stop offset=".8" style="stop-color:#a85c00" />
14
- </linearGradient>
15
- <linearGradient id="a">
16
- <stop offset="0" style="stop-color:#d97700" />
17
- <stop offset=".2" style="stop-color:#a85c00" />
18
- </linearGradient>
19
- <linearGradient
20
- xlink:href="#a"
21
- id="c"
22
- x1="0"
23
- x2="512"
24
- y1="0"
25
- y2="512"
26
- gradientUnits="userSpaceOnUse"
27
- />
28
- <linearGradient
29
- xlink:href="#b"
30
- id="d"
31
- x1="221.125"
32
- x2="331.379"
33
- y1="191.955"
34
- y2="382.636"
35
- gradientTransform="translate(3 3)"
36
- gradientUnits="userSpaceOnUse"
37
- />
38
- <linearGradient
39
- xlink:href="#a"
40
- id="f"
41
- x1="190"
42
- x2="512"
43
- y1="190"
44
- y2="512"
45
- gradientUnits="userSpaceOnUse"
46
- />
47
- <linearGradient
48
- xlink:href="#b"
49
- id="e"
50
- x1="173"
51
- x2="401"
52
- y1="155"
53
- y2="468"
54
- gradientTransform="translate(.5 .5)"
55
- gradientUnits="userSpaceOnUse"
56
- />
57
- </defs>
58
- <g
59
- style="display:inline;mix-blend-mode:normal;fill:url(#c);fill-opacity:0"
60
- transform="matrix(.8 0 0 .8 51.5 51.5)"
61
- >
62
- <circle
63
- cx="256"
64
- cy="256"
65
- r="256"
66
- style="background-color:#1e1e1e;display:inline;mix-blend-mode:normal;fill:#000;fill-opacity:1;stroke-width:2;image-rendering:auto;opacity:1"
67
- />
68
- <circle
69
- cx="256"
70
- cy="256"
71
- r="69"
72
- style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#d);stroke-width:58.5486;stroke-dasharray:none;stroke-opacity:1"
73
- />
74
- <path
75
- d="M256 139c-93.648 0-173.75 47.591-206.182 114.803l-1.3 2.697 1.3 2.668C82.249 326.38 162.352 374 256 374c93.648 0 173.786-47.62 206.217-114.832l1.3-2.668-1.3-2.697C430.278 186.582 350.14 138.99 256.492 138.99Zm0 18.688c84.825 0 154.891 38.584 185.566 98.783-30.668 60.211-100.73 98.841-185.566 98.841s-154.862-38.63-185.53-98.84c30.675-60.2 100.705-98.784 185.53-98.784z"
76
- style="color:#000;fill:url(#e);fill-opacity:1;-inkscape-stroke:none"
77
- />
78
- <path
79
- d="M244.444 38.097c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.493 2.685 7.514 1.187 15.656-6.522 21.1-6.436 4.547-15.465 4.399-21.802-.62zm88.784 17.66c-8.38-7.042-8.737-20.779-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.399-21.802-.62zm75.267 50.293c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.265 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm50.29 75.268c-8.38-7.042-8.736-20.78-.185-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm17.659 88.785c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm-17.69 88.77c-8.38-7.043-8.737-20.78-.185-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62zm-50.287 75.255c-8.38-7.042-8.736-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62zm-75.245 50.31c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62zm-88.782 17.628c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm-88.771-17.659c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm-75.276-50.264c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zM30.13 358.866c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm-17.657-88.772c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm17.63-88.78c-8.38-7.043-8.736-20.78-.184-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm50.313-75.245c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm75.257-50.285c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zM256 0C152.527 0 59.084 62.436 19.488 158.031c-39.595 95.596-17.665 205.815 55.5 278.98 73.166 73.166 183.385 95.096 278.98 55.5C449.565 452.917 512 359.474 512 256 512 114.9 397.1 0 256 0Zm0 48c115.16 0 208 92.84 208 208 0 84.197-50.615 159.947-128.4 192.166-77.786 32.219-167.134 14.44-226.67-45.096-59.537-59.536-77.315-148.884-45.096-226.67C96.053 98.615 171.804 48 256 48Z"
80
- style="color:#000;display:inline;fill:url(#f);fill-opacity:1;paint-order:markers fill stroke"
81
- />
82
- </g>
83
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="512" height="512" class="snail_eye" style="background-color:transparent"><defs><linearGradient id="b"><stop offset="0" style="stop-color:#d97700"/><stop offset=".8" style="stop-color:#a85c00"/></linearGradient><linearGradient id="a"><stop offset="0" style="stop-color:#d97700"/><stop offset=".2" style="stop-color:#a85c00"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="0" x2="512" y1="0" y2="512" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="d" x1="221.125" x2="331.379" y1="191.955" y2="382.636" gradientTransform="translate(3 3)" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#a" id="f" x1="190" x2="512" y1="190" y2="512" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="e" x1="173" x2="401" y1="155" y2="468" gradientTransform="translate(.5 .5)" gradientUnits="userSpaceOnUse"/></defs><g style="display:inline;mix-blend-mode:normal;fill:url(#c);fill-opacity:0" transform="matrix(.8 0 0 .8 51.5 51.5)"><circle cx="256" cy="256" r="256" style="display:inline;mix-blend-mode:normal;fill:#1e1e1e;fill-opacity:1;stroke-width:2;image-rendering:auto;opacity:1"/><circle cx="256" cy="256" r="69" style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#d);stroke-width:58.5486;stroke-dasharray:none;stroke-opacity:1"/><path d="M256 139c-93.648 0-173.75 47.591-206.182 114.803l-1.3 2.697 1.3 2.668C82.249 326.38 162.352 374 256 374s173.786-47.62 206.217-114.832l1.3-2.668-1.3-2.697C430.278 186.582 350.14 138.99 256.492 138.99Zm0 18.688c84.825 0 154.891 38.584 185.567 98.783-30.669 60.211-100.73 98.841-185.567 98.841-84.836 0-154.862-38.63-185.53-98.84 30.675-60.2 100.705-98.784 185.53-98.784" style="color:#000;fill:url(#e);fill-opacity:1;-inkscape-stroke:none"/><path d="M244.444 38.097c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.493 2.685 7.514 1.187 15.656-6.522 21.1-6.436 4.547-15.465 4.399-21.802-.62m88.784 17.66c-8.38-7.042-8.737-20.779-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.399-21.802-.62m75.267 50.293c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.265 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m50.29 75.268c-8.38-7.042-8.736-20.78-.185-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m17.659 88.785c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-17.69 88.77c-8.38-7.043-8.737-20.78-.185-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-50.287 75.255c-8.38-7.042-8.736-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-75.245 50.31c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-88.782 17.628c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-88.771-17.659c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-75.276-50.264c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62M30.13 358.866c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-17.657-88.772c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m17.63-88.78c-8.38-7.043-8.736-20.78-.184-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m50.313-75.245c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m75.257-50.285c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62M256 0C152.527 0 59.084 62.436 19.488 158.031c-39.595 95.596-17.665 205.815 55.5 278.98 73.166 73.166 183.385 95.096 278.98 55.5C449.565 452.917 512 359.474 512 256 512 114.9 397.1 0 256 0m0 48c115.16 0 208 92.84 208 208 0 84.197-50.615 159.947-128.4 192.166-77.786 32.219-167.134 14.44-226.67-45.096S31.615 254.186 63.834 176.4C96.053 98.615 171.804 48 256 48" style="color:#000;display:inline;fill:url(#f);fill-opacity:1;paint-order:markers fill stroke"/></g></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="512" height="512" class="snail_eye" style="background-color:transparent"><defs><linearGradient id="b"><stop offset="0" style="stop-color:#d97700"/><stop offset=".8" style="stop-color:#a85c00"/></linearGradient><linearGradient id="a"><stop offset="0" style="stop-color:#d97700"/><stop offset=".2" style="stop-color:#a85c00"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="0" x2="512" y1="0" y2="512" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="d" x1="221.125" x2="331.379" y1="191.955" y2="382.636" gradientTransform="translate(3 3)" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#a" id="f" x1="190" x2="512" y1="190" y2="512" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="e" x1="173" x2="401" y1="155" y2="468" gradientTransform="translate(.5 .5)" gradientUnits="userSpaceOnUse"/></defs><g style="display:inline;mix-blend-mode:normal;fill:url(#c);fill-opacity:0"><circle cx="256" cy="256" r="256" style="display:inline;mix-blend-mode:normal;fill:#1e1e1e;fill-opacity:1;stroke-width:2;image-rendering:auto;opacity:1"/><circle cx="256" cy="256" r="69" style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#d);stroke-width:58.5486;stroke-dasharray:none;stroke-opacity:1"/><path d="M256 139c-93.648 0-173.75 47.591-206.182 114.803l-1.3 2.697 1.3 2.668C82.249 326.38 162.352 374 256 374s173.786-47.62 206.217-114.832l1.3-2.668-1.3-2.697C430.278 186.582 350.14 138.99 256.492 138.99Zm0 18.688c84.825 0 154.891 38.584 185.567 98.783-30.669 60.211-100.73 98.841-185.567 98.841-84.836 0-154.862-38.63-185.53-98.84 30.675-60.2 100.705-98.784 185.53-98.784" style="color:#000;fill:url(#e);fill-opacity:1;-inkscape-stroke:none"/><path d="M244.444 38.097c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.493 2.685 7.514 1.187 15.656-6.522 21.1-6.436 4.547-15.465 4.399-21.802-.62m88.784 17.66c-8.38-7.042-8.737-20.779-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.399-21.802-.62m75.267 50.293c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.265 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m50.29 75.268c-8.38-7.042-8.736-20.78-.185-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m17.659 88.785c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-17.69 88.77c-8.38-7.043-8.737-20.78-.185-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-50.287 75.255c-8.38-7.042-8.736-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-75.245 50.31c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-88.782 17.628c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-88.771-17.659c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-75.276-50.264c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62M30.13 358.866c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-17.657-88.772c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m17.63-88.78c-8.38-7.043-8.736-20.78-.184-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m50.313-75.245c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m75.257-50.285c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62M256 0C152.527 0 59.084 62.436 19.488 158.031c-39.595 95.596-17.665 205.815 55.5 278.98 73.166 73.166 183.385 95.096 278.98 55.5C449.565 452.917 512 359.474 512 256 512 114.9 397.1 0 256 0m0 48c115.16 0 208 92.84 208 208 0 84.197-50.615 159.947-128.4 192.166-77.786 32.219-167.134 14.44-226.67-45.096S31.615 254.186 63.834 176.4C96.053 98.615 171.804 48 256 48" style="color:#000;display:inline;fill:url(#f);fill-opacity:1;paint-order:markers fill stroke"/></g></svg>
@@ -1,80 +1 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- xmlns:xlink="http://www.w3.org/1999/xlink"
4
- xml:space="preserve"
5
- width="512"
6
- height="512"
7
- class="snail_eye"
8
- style="background-color:transparent"
9
- >
10
- <defs>
11
- <linearGradient id="b">
12
- <stop offset="0" style="stop-color:#d97700" />
13
- <stop offset=".8" style="stop-color:#a85c00" />
14
- </linearGradient>
15
- <linearGradient id="a">
16
- <stop offset="0" style="stop-color:#d97700" />
17
- <stop offset=".2" style="stop-color:#a85c00" />
18
- </linearGradient>
19
- <linearGradient
20
- xlink:href="#a"
21
- id="c"
22
- x1="0"
23
- x2="512"
24
- y1="0"
25
- y2="512"
26
- gradientUnits="userSpaceOnUse"
27
- />
28
- <linearGradient
29
- xlink:href="#b"
30
- id="d"
31
- x1="221.125"
32
- x2="331.379"
33
- y1="191.955"
34
- y2="382.636"
35
- gradientTransform="translate(3 3)"
36
- gradientUnits="userSpaceOnUse"
37
- />
38
- <linearGradient
39
- xlink:href="#a"
40
- id="f"
41
- x1="190"
42
- x2="512"
43
- y1="190"
44
- y2="512"
45
- gradientUnits="userSpaceOnUse"
46
- />
47
- <linearGradient
48
- xlink:href="#b"
49
- id="e"
50
- x1="173"
51
- x2="401"
52
- y1="155"
53
- y2="468"
54
- gradientTransform="translate(.5 .5)"
55
- gradientUnits="userSpaceOnUse"
56
- />
57
- </defs>
58
- <g style="display:inline;mix-blend-mode:normal;fill:url(#c);fill-opacity:0">
59
- <circle
60
- cx="256"
61
- cy="256"
62
- r="256"
63
- style="background-color:#1e1e1e;display:inline;mix-blend-mode:normal;fill:#000;fill-opacity:1;stroke-width:2;image-rendering:auto;opacity:1"
64
- />
65
- <circle
66
- cx="256"
67
- cy="256"
68
- r="69"
69
- style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#d);stroke-width:58.5486;stroke-dasharray:none;stroke-opacity:1"
70
- />
71
- <path
72
- d="M256 139c-93.648 0-173.75 47.591-206.182 114.803l-1.3 2.697 1.3 2.668C82.249 326.38 162.352 374 256 374c93.648 0 173.786-47.62 206.217-114.832l1.3-2.668-1.3-2.697C430.278 186.582 350.14 138.99 256.492 138.99Zm0 18.688c84.825 0 154.891 38.584 185.566 98.783-30.668 60.211-100.73 98.841-185.566 98.841s-154.862-38.63-185.53-98.84c30.675-60.2 100.705-98.784 185.53-98.784z"
73
- style="color:#000;fill:url(#e);fill-opacity:1;-inkscape-stroke:none"
74
- />
75
- <path
76
- d="M244.444 38.097c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.493 2.685 7.514 1.187 15.656-6.522 21.1-6.436 4.547-15.465 4.399-21.802-.62zm88.784 17.66c-8.38-7.042-8.737-20.779-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.399-21.802-.62zm75.267 50.293c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.265 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm50.29 75.268c-8.38-7.042-8.736-20.78-.185-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm17.659 88.785c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm-17.69 88.77c-8.38-7.043-8.737-20.78-.185-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62zm-50.287 75.255c-8.38-7.042-8.736-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62zm-75.245 50.31c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62zm-88.782 17.628c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm-88.771-17.659c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm-75.276-50.264c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zM30.13 358.866c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm-17.657-88.772c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm17.63-88.78c-8.38-7.043-8.736-20.78-.184-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm50.313-75.245c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zm75.257-50.285c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62zM256 0C152.527 0 59.084 62.436 19.488 158.031c-39.595 95.596-17.665 205.815 55.5 278.98 73.166 73.166 183.385 95.096 278.98 55.5C449.565 452.917 512 359.474 512 256 512 114.9 397.1 0 256 0Zm0 48c115.16 0 208 92.84 208 208 0 84.197-50.615 159.947-128.4 192.166-77.786 32.219-167.134 14.44-226.67-45.096-59.537-59.536-77.315-148.884-45.096-226.67C96.053 98.615 171.804 48 256 48Z"
77
- style="color:#000;display:inline;fill:url(#f);fill-opacity:1;paint-order:markers fill stroke"
78
- />
79
- </g>
80
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="512" height="512" class="snail_eye" style="background-color:transparent"><defs><linearGradient id="b"><stop offset="0" style="stop-color:#d97700"/><stop offset=".8" style="stop-color:#a85c00"/></linearGradient><linearGradient id="a"><stop offset="0" style="stop-color:#d97700"/><stop offset=".2" style="stop-color:#a85c00"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="0" x2="512" y1="0" y2="512" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="d" x1="221.125" x2="331.379" y1="191.955" y2="382.636" gradientTransform="translate(3 3)" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#a" id="f" x1="190" x2="512" y1="190" y2="512" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="e" x1="173" x2="401" y1="155" y2="468" gradientTransform="translate(.5 .5)" gradientUnits="userSpaceOnUse"/></defs><g style="display:inline;mix-blend-mode:normal;fill:url(#c);fill-opacity:0"><circle cx="256" cy="256" r="256" style="display:inline;mix-blend-mode:normal;fill:#1e1e1e;fill-opacity:1;stroke-width:2;image-rendering:auto;opacity:1"/><circle cx="256" cy="256" r="69" style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#d);stroke-width:58.5486;stroke-dasharray:none;stroke-opacity:1"/><path d="M256 139c-93.648 0-173.75 47.591-206.182 114.803l-1.3 2.697 1.3 2.668C82.249 326.38 162.352 374 256 374s173.786-47.62 206.217-114.832l1.3-2.668-1.3-2.697C430.278 186.582 350.14 138.99 256.492 138.99Zm0 18.688c84.825 0 154.891 38.584 185.567 98.783-30.669 60.211-100.73 98.841-185.567 98.841-84.836 0-154.862-38.63-185.53-98.84 30.675-60.2 100.705-98.784 185.53-98.784" style="color:#000;fill:url(#e);fill-opacity:1;-inkscape-stroke:none"/><path d="M244.444 38.097c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.493 2.685 7.514 1.187 15.656-6.522 21.1-6.436 4.547-15.465 4.399-21.802-.62m88.784 17.66c-8.38-7.042-8.737-20.779-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.399-21.802-.62m75.267 50.293c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.265 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m50.29 75.268c-8.38-7.042-8.736-20.78-.185-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m17.659 88.785c-8.38-7.042-8.737-20.78-.186-27.973 8.636-7.264 24.033-5.03 28.51 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-17.69 88.77c-8.38-7.043-8.737-20.78-.185-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-50.287 75.255c-8.38-7.042-8.736-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-75.245 50.31c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.188 15.655-6.522 21.1-6.436 4.546-15.464 4.398-21.802-.62m-88.782 17.628c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-88.771-17.659c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-75.276-50.264c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62M30.13 358.866c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m-17.657-88.772c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m17.63-88.78c-8.38-7.043-8.736-20.78-.184-27.974 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m50.313-75.245c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.265 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62m75.257-50.285c-8.38-7.042-8.737-20.78-.185-27.973 8.635-7.264 24.032-5.03 28.509 7.494 2.685 7.513 1.187 15.655-6.522 21.1-6.436 4.546-15.465 4.398-21.802-.62M256 0C152.527 0 59.084 62.436 19.488 158.031c-39.595 95.596-17.665 205.815 55.5 278.98 73.166 73.166 183.385 95.096 278.98 55.5C449.565 452.917 512 359.474 512 256 512 114.9 397.1 0 256 0m0 48c115.16 0 208 92.84 208 208 0 84.197-50.615 159.947-128.4 192.166-77.786 32.219-167.134 14.44-226.67-45.096S31.615 254.186 63.834 176.4C96.053 98.615 171.804 48 256 48" style="color:#000;display:inline;fill:url(#f);fill-opacity:1;paint-order:markers fill stroke"/></g></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="342" height="512"><path d="M153.985 67.26c45.377.07 90.587.135 135.797.235 1.012.002 2.084.269 3.023.662 5.333 2.233 10.157 5.186 13.987 9.646 3.326 3.872 5.39 8.269 5.963 13.302 1.297 11.403 2.568 22.81 3.714 34.23 1.269 12.635 2.385 25.287 3.572 37.931 1.15 12.258 2.307 24.515 3.457 36.773 1.182 12.59 2.365 25.179 3.534 37.769 1.055 11.376 2.084 22.754 3.139 34.13 1.054 11.375 2.193 22.744 3.173 34.126 1.266 14.697 2.495 29.398 3.566 44.11.4 5.487-.297 10.904-3.333 15.7-1.771 2.798-1.837 5.731-1.643 8.909.874 14.337 1.7 28.68 2.278 43.031.26 6.473-2.518 12.025-6.444 17.08-4.425 5.7-10.503 8.74-17.125 10.969-.458.153-.985.138-1.48.137-89.641-.114-179.283-.23-268.925-.366-3.445-.005-6.89-.202-10.336-.32-5.899-.203-10.706-2.732-15.051-6.61-5.91-5.275-8.653-11.924-9.348-19.61-.866-9.594-.444-19.19.187-28.764 1.064-16.161 2.337-32.308 3.534-48.46 1.217-16.428 2.383-32.86 3.692-49.282 1.319-16.528 2.852-33.039 4.169-49.567 1.136-14.265 2.032-28.55 3.163-42.815.929-11.719 2.11-23.417 3.062-35.134.717-8.846 1.189-17.711 1.877-26.56.769-9.897 1.69-19.782 2.481-29.678.393-4.92.503-9.864.985-14.773.879-8.962 5.257-15.984 12.412-21.35 4.095-3.07 8.558-4.959 13.832-4.976 32.974-.108 65.948-.306 99.088-.474M27.318 383.034c-6.666 3.18-9.378 8.886-9.827 15.832-.322 4.97-.318 9.968-.326 14.953-.01 6.082 1.894 11.409 6.435 15.692 1.414 1.334 2.854 2.55 4.79 2.807 4.015.531 8.043 1.22 12.078 1.307 15.51.338 31.024.644 46.536.639 72.346-.023 144.69-.168 217.036-.191 3.072 0 5.67-.715 8.31-2.23 7.085-4.066 10.097-10.15 9.65-18.133-.396-7.089-.753-14.18-1.213-21.265-.252-3.872-.65-7.736-1.063-11.595-.057-.535-.505-1.396-.893-1.469-3.04-.574-6.588 1.956-6.93 5.126a93 93 0 0 0 .125 21.088c.44 3.678 1.396 7.299 1.763 10.98.297 2.983-2.355 5.459-5.326 5.459-74.848 0-149.696.034-224.543-.03-14.288-.012-28.578-.32-42.862-.7-3.626-.096-7.241-.931-10.84-1.553-1.529-.264-2.317-1.395-2.489-2.956-.151-1.376-.247-2.776-.587-4.11-2.275-8.95-2.232-17.88.004-26.827.246-.982.223-2.031.332-2.846l.217.053c-.077-.076-.155-.151-.377-.03M305.195 135.5q-1.618-17.56-3.239-35.119c-.24-2.59-.187-5.255-.798-7.757-1.889-7.725-8.63-12.919-16.778-13.12-10.895-.27-21.79-.655-32.687-.666-53.269-.057-106.538-.041-159.807.038-10.785.016-21.57.396-32.354.657-2.105.05-4.316-.04-6.285.563-6.803 2.083-10.874 6.745-11.662 13.862-.952 8.595-1.742 17.21-2.46 25.83-1.142 13.706-2.169 27.422-3.24 41.135-.937 11.999-1.857 23.999-2.804 35.996-1.053 13.325-2.137 26.647-3.191 39.972-1.054 13.324-2.07 26.652-3.133 39.976-1.16 14.54-2.363 29.076-3.53 43.615a20411 20411 0 0 0-3.568 44.949c-.183 2.347-.219 4.705-.34 7.47 1.515-.622 2.717-.925 3.708-1.557 2.787-1.776 5.786-2.146 9.04-2.154 92.36-.23 184.72-.538 277.08-.737 3.296-.007 6.072-.67 8.58-2.73 4.45-3.656 7.566-8.09 7.319-14.062-.257-6.202-.842-12.392-1.382-18.579-.906-10.386-1.883-20.766-2.844-31.147-1.039-11.21-2.093-22.417-3.141-33.625-1.178-12.59-2.363-25.177-3.532-37.767-1.052-11.32-2.082-22.64-3.131-33.96-1.07-11.541-2.135-23.082-3.231-34.62-.83-8.722-1.704-17.44-2.59-26.463m-27.256 275.044h21.239v-29.792h-1.67c-74.237.051-148.476.087-222.714.172-10.008.011-20.016.253-30.023.424-3.156.054-3.256.078-4.176 3.135-.78 2.592-1.479 5.236-1.882 7.907-.78 5.159-1.368 10.35-.185 15.549.592 2.6.572 2.605 3.182 2.605z" style="display:inline;fill:gray;stroke:none;stroke-width:.333291;fill-opacity:1"/><path d="M317.674 379.307c-2.72.143-5.473 2.427-5.773 5.2a93 93 0 0 0 .125 21.088c.44 3.678 1.396 7.298 1.763 10.98.298 2.982-2.355 5.459-5.326 5.459-74.847 0-149.695.033-224.543-.03-14.288-.013-28.578-.32-42.861-.7-3.626-.097-7.243-.932-10.842-1.553-1.528-.264-2.315-1.396-2.487-2.956-.152-1.376-.249-2.776-.588-4.11-2.275-8.95-2.233-17.88.004-26.827.245-.982.223-2.031.324-3.05 0 0 .01.022-.07.124-6.748 3.282-9.46 8.989-9.909 15.934-.321 4.971-.318 9.967-.326 14.952-.01 6.083 1.894 11.41 6.435 15.694 1.414 1.333 2.854 2.55 4.79 2.806 4.015.531 8.043 1.22 12.077 1.308 15.51.338 31.026.642 46.538.637 72.345-.023 144.69-.167 217.035-.19 3.072 0 5.67-.714 8.31-2.23 7.086-4.066 10.098-10.149 9.651-18.133-.396-7.088-.753-14.181-1.213-21.266-.252-3.872-.652-7.735-1.064-11.594-.057-.534-.505-1.396-.893-1.47a5 5 0 0 0-1.157-.073m-20.166 1.445c-74.238.05-148.475.087-222.713.172-10.008.012-20.016.254-30.024.425-3.156.054-3.256.077-4.177 3.134-.78 2.592-1.477 5.236-1.88 7.906-.78 5.159-1.37 10.35-.186 15.55.591 2.6.573 2.605 3.183 2.605h257.466v-29.792z" style="display:inline;fill:none;fill-opacity:1;stroke-width:.333291"/><image xlink:href="logo.svg" width="180" height="144" x="81" y="149" preserveAspectRatio="none" style="fill:gray;fill-opacity:1;stroke:gray;stroke-opacity:1"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="342" height="512"><path d="M153.985 67.26c45.377.07 90.587.135 135.797.235 1.012.002 2.084.269 3.023.662 5.333 2.233 10.157 5.186 13.987 9.646 3.326 3.872 5.39 8.269 5.963 13.302 1.297 11.403 2.568 22.81 3.714 34.23 1.269 12.635 2.385 25.287 3.572 37.931 1.15 12.258 2.307 24.515 3.457 36.773 1.182 12.59 2.365 25.179 3.534 37.769 1.055 11.376 2.084 22.754 3.139 34.13 1.054 11.375 2.193 22.744 3.173 34.126 1.266 14.697 2.495 29.398 3.566 44.11.4 5.487-.297 10.904-3.333 15.7-1.771 2.798-1.837 5.731-1.643 8.909.874 14.337 1.7 28.68 2.278 43.031.26 6.473-2.518 12.025-6.444 17.08-4.425 5.7-10.503 8.74-17.125 10.969-.458.153-.985.138-1.48.137-89.641-.114-179.283-.23-268.925-.366-3.445-.005-6.89-.202-10.336-.32-5.899-.203-10.706-2.732-15.051-6.61-5.91-5.275-8.653-11.924-9.348-19.61-.866-9.594-.444-19.19.187-28.764 1.064-16.161 2.337-32.308 3.534-48.46 1.217-16.428 2.383-32.86 3.692-49.282 1.319-16.528 2.852-33.039 4.169-49.567 1.136-14.265 2.032-28.55 3.163-42.815.929-11.719 2.11-23.417 3.062-35.134.717-8.846 1.189-17.711 1.877-26.56.769-9.897 1.69-19.782 2.481-29.678.393-4.92.503-9.864.985-14.773.879-8.962 5.257-15.984 12.412-21.35 4.095-3.07 8.558-4.959 13.832-4.976 32.974-.108 65.948-.306 99.088-.474M27.318 383.034c-6.666 3.18-9.378 8.886-9.827 15.832-.322 4.97-.318 9.968-.326 14.953-.01 6.082 1.894 11.409 6.435 15.692 1.414 1.334 2.854 2.55 4.79 2.807 4.015.531 8.043 1.22 12.078 1.307 15.51.338 31.024.644 46.536.639 72.346-.023 144.69-.168 217.036-.191 3.072 0 5.67-.715 8.31-2.23 7.085-4.066 10.097-10.15 9.65-18.133-.396-7.089-.753-14.18-1.213-21.265-.252-3.872-.65-7.736-1.063-11.595-.057-.535-.505-1.396-.893-1.469-3.04-.574-6.588 1.956-6.93 5.126a93 93 0 0 0 .125 21.088c.44 3.678 1.396 7.299 1.763 10.98.297 2.983-2.355 5.459-5.326 5.459-74.848 0-149.696.034-224.543-.03-14.288-.012-28.578-.32-42.862-.7-3.626-.096-7.241-.931-10.84-1.553-1.529-.264-2.317-1.395-2.489-2.956-.151-1.376-.247-2.776-.587-4.11-2.275-8.95-2.232-17.88.004-26.827.246-.982.223-2.031.332-2.846l.217.053c-.077-.076-.155-.151-.377-.03M305.195 135.5q-1.618-17.56-3.239-35.119c-.24-2.59-.187-5.255-.798-7.757-1.889-7.725-8.63-12.919-16.778-13.12-10.895-.27-21.79-.655-32.687-.666-53.269-.057-106.538-.041-159.807.038-10.785.016-21.57.396-32.354.657-2.105.05-4.316-.04-6.285.563-6.803 2.083-10.874 6.745-11.662 13.862-.952 8.595-1.742 17.21-2.46 25.83-1.142 13.706-2.169 27.422-3.24 41.135-.937 11.999-1.857 23.999-2.804 35.996-1.053 13.325-2.137 26.647-3.191 39.972-1.054 13.324-2.07 26.652-3.133 39.976-1.16 14.54-2.363 29.076-3.53 43.615a20411 20411 0 0 0-3.568 44.949c-.183 2.347-.219 4.705-.34 7.47 1.515-.622 2.717-.925 3.708-1.557 2.787-1.776 5.786-2.146 9.04-2.154 92.36-.23 184.72-.538 277.08-.737 3.296-.007 6.072-.67 8.58-2.73 4.45-3.656 7.566-8.09 7.319-14.062-.257-6.202-.842-12.392-1.382-18.579-.906-10.386-1.883-20.766-2.844-31.147-1.039-11.21-2.093-22.417-3.141-33.625-1.178-12.59-2.363-25.177-3.532-37.767-1.052-11.32-2.082-22.64-3.131-33.96-1.07-11.541-2.135-23.082-3.231-34.62-.83-8.722-1.704-17.44-2.59-26.463m-27.256 275.044h21.239v-29.792h-1.67c-74.237.051-148.476.087-222.714.172-10.008.011-20.016.253-30.023.424-3.156.054-3.256.078-4.176 3.135-.78 2.592-1.479 5.236-1.882 7.907-.78 5.159-1.368 10.35-.185 15.549.592 2.6.572 2.605 3.182 2.605z" style="display:inline;fill:gray;stroke:none;stroke-width:.333291;fill-opacity:1"/><path d="M317.674 379.307c-2.72.143-5.473 2.427-5.773 5.2a93 93 0 0 0 .125 21.088c.44 3.678 1.396 7.298 1.763 10.98.298 2.982-2.355 5.459-5.326 5.459-74.847 0-149.695.033-224.543-.03-14.288-.013-28.578-.32-42.861-.7-3.626-.097-7.243-.932-10.842-1.553-1.528-.264-2.315-1.396-2.487-2.956-.152-1.376-.249-2.776-.588-4.11-2.275-8.95-2.233-17.88.004-26.827.245-.982.223-2.031.324-3.05 0 0 .01.022-.07.124-6.748 3.282-9.46 8.989-9.909 15.934-.321 4.971-.318 9.967-.326 14.952-.01 6.083 1.894 11.41 6.435 15.694 1.414 1.333 2.854 2.55 4.79 2.806 4.015.531 8.043 1.22 12.077 1.308 15.51.338 31.026.642 46.538.637 72.345-.023 144.69-.167 217.035-.19 3.072 0 5.67-.714 8.31-2.23 7.086-4.066 10.098-10.149 9.651-18.133-.396-7.088-.753-14.181-1.213-21.266-.252-3.872-.652-7.735-1.064-11.594-.057-.534-.505-1.396-.893-1.47a5 5 0 0 0-1.157-.073m-20.166 1.445c-74.238.05-148.475.087-222.713.172-10.008.012-20.016.254-30.024.425-3.156.054-3.256.077-4.177 3.134-.78 2.592-1.477 5.236-1.88 7.906-.78 5.159-1.37 10.35-.186 15.55.591 2.6.573 2.605 3.183 2.605h257.466v-29.792z" style="display:inline;fill:none;fill-opacity:1;stroke-width:.333291"/><image xlink:href="logo.svg" width="180" height="144" x="81" y="149" preserveAspectRatio="none" style="fill:gray;fill-opacity:1;stroke:gray;stroke-opacity:1"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="165" height="254" viewBox="0 0 103.869 159.895"><g style="fill:gray;fill-opacity:1"><path d="M92.914 53.248c.067.185.109.369.193.554.042.101.059.21.109.311l24.291 48.59v48.38h41.967v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.393 8.393v16.787h25.18v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.393 8.393v16.787h25.18v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.394 8.393v16.787h25.18v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.393 8.393v16.787h25.18v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.393 8.393v16.787h41.967v-48.38l24.299-48.59c.05-.101.059-.21.109-.311.076-.185.126-.369.193-.554a8.3 8.3 0 0 0 .52-2.585c0-.101.059-.193.059-.302V8.393A8.39 8.39 0 0 0 402.879 0H369.31a8.39 8.39 0 0 0-8.393 8.393v33.574H344.13V8.393A8.39 8.39 0 0 0 335.737 0h-33.574a8.39 8.39 0 0 0-8.393 8.393v33.574h-16.787V8.393A8.39 8.39 0 0 0 268.59 0h-33.574a8.39 8.39 0 0 0-8.393 8.393v33.574h-16.787V8.393A8.39 8.39 0 0 0 201.443 0h-33.574a8.39 8.39 0 0 0-8.393 8.393v33.574h-16.787V8.393A8.39 8.39 0 0 0 134.296 0H100.72a8.39 8.39 0 0 0-8.393 8.393V50.36c0 .109.059.201.067.311.025.873.209 1.738.52 2.577m41.379 5.506h255.011l-16.787 33.574h-241.43L114.3 58.754Zm360.92 302.161h-8.393v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787h-16.787v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787h-16.787v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787h-16.787v-193.05h-268.59v193.049h-16.787v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787h-16.79v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787H33.574v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787H8.393A8.39 8.39 0 0 0 0 369.307V495.21a8.385 8.385 0 0 0 8.393 8.393h209.836v-92.328c0-18.508 15.058-33.574 33.574-33.574s33.574 15.066 33.574 33.574v92.328h209.836a8.385 8.385 0 0 0 8.393-8.393V369.308a8.39 8.39 0 0 0-8.393-8.393M159.475 193.046a8.396 8.396 0 0 1 8.393 8.393 8.39 8.39 0 0 1-8.393 8.393 8.39 8.39 0 0 1-8.393-8.393 8.396 8.396 0 0 1 8.393-8.393m41.968 176.262a8.385 8.385 0 0 1-8.393 8.393h-33.574a8.385 8.385 0 0 1-8.393-8.393v-50.361c0-13.883 11.298-25.18 25.18-25.18s25.18 11.298 25.18 25.18zm-8.394-159.475a8.385 8.385 0 0 1-8.393-8.393 8.39 8.39 0 0 1 8.393-8.393h33.574a8.39 8.39 0 0 1 8.393 8.393 8.385 8.385 0 0 1-8.393 8.393zm41.967 117.508a8.385 8.385 0 0 1-8.393-8.393v-50.361c0-13.883 11.298-25.18 25.18-25.18s25.18 11.298 25.18 25.18v50.361a8.385 8.385 0 0 1-8.393 8.393zm75.541 33.574h-33.574a8.385 8.385 0 0 1-8.393-8.393 8.39 8.39 0 0 1 8.393-8.393h33.574a8.39 8.39 0 0 1 8.393 8.393 8.384 8.384 0 0 1-8.393 8.393m33.574 0a8.39 8.39 0 0 1-8.393-8.393 8.396 8.396 0 0 1 8.393-8.393 8.396 8.396 0 0 1 8.393 8.393 8.39 8.39 0 0 1-8.393 8.393m8.394-100.722a8.385 8.385 0 0 1-8.393 8.393h-33.574a8.385 8.385 0 0 1-8.393-8.393v-50.361c0-13.883 11.298-25.18 25.18-25.18s25.18 11.298 25.18 25.18z" style="fill:gray;fill-opacity:1" transform="translate(0 28.013)scale(.20625)"/><path d="M251.803 394.492c-9.258 0-16.787 7.529-16.787 16.787v92.328h33.574v-92.328c0-9.258-7.529-16.787-16.787-16.787m-75.541-83.935c-4.633 0-8.393 3.769-8.393 8.393v41.967h16.787V318.95c0-4.624-3.761-8.393-8.394-8.393m75.541-50.36c-4.633 0-8.393 3.769-8.393 8.393v41.967h16.787V268.59c0-4.625-3.761-8.393-8.394-8.393m75.541-58.754c-4.633 0-8.393 3.769-8.393 8.393v41.967h16.787v-41.967c0-4.625-3.761-8.393-8.394-8.393" style="fill:gray;fill-opacity:1" transform="translate(0 28.013)scale(.20625)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="165" height="254" viewBox="0 0 103.869 159.895"><g style="fill:gray;fill-opacity:1"><path d="M92.914 53.248c.067.185.109.369.193.554.042.101.059.21.109.311l24.291 48.59v48.38h41.967v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.393 8.393v16.787h25.18v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.393 8.393v16.787h25.18v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.394 8.393v16.787h25.18v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.393 8.393v16.787h25.18v-16.787a8.39 8.39 0 0 1 8.393-8.393 8.39 8.39 0 0 1 8.393 8.393v16.787h41.967v-48.38l24.299-48.59c.05-.101.059-.21.109-.311.076-.185.126-.369.193-.554a8.3 8.3 0 0 0 .52-2.585c0-.101.059-.193.059-.302V8.393A8.39 8.39 0 0 0 402.879 0H369.31a8.39 8.39 0 0 0-8.393 8.393v33.574H344.13V8.393A8.39 8.39 0 0 0 335.737 0h-33.574a8.39 8.39 0 0 0-8.393 8.393v33.574h-16.787V8.393A8.39 8.39 0 0 0 268.59 0h-33.574a8.39 8.39 0 0 0-8.393 8.393v33.574h-16.787V8.393A8.39 8.39 0 0 0 201.443 0h-33.574a8.39 8.39 0 0 0-8.393 8.393v33.574h-16.787V8.393A8.39 8.39 0 0 0 134.296 0H100.72a8.39 8.39 0 0 0-8.393 8.393V50.36c0 .109.059.201.067.311.025.873.209 1.738.52 2.577m41.379 5.506h255.011l-16.787 33.574h-241.43L114.3 58.754Zm360.92 302.161h-8.393v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787h-16.787v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787h-16.787v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787h-16.787v-193.05h-268.59v193.049h-16.787v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787h-16.79v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787H33.574v-16.787a8.39 8.39 0 0 0-8.393-8.393 8.39 8.39 0 0 0-8.393 8.393v16.787H8.393A8.39 8.39 0 0 0 0 369.307V495.21a8.385 8.385 0 0 0 8.393 8.393h209.836v-92.328c0-18.508 15.058-33.574 33.574-33.574s33.574 15.066 33.574 33.574v92.328h209.836a8.385 8.385 0 0 0 8.393-8.393V369.308a8.39 8.39 0 0 0-8.393-8.393M159.475 193.046a8.396 8.396 0 0 1 8.393 8.393 8.39 8.39 0 0 1-8.393 8.393 8.39 8.39 0 0 1-8.393-8.393 8.396 8.396 0 0 1 8.393-8.393m41.968 176.262a8.385 8.385 0 0 1-8.393 8.393h-33.574a8.385 8.385 0 0 1-8.393-8.393v-50.361c0-13.883 11.298-25.18 25.18-25.18s25.18 11.298 25.18 25.18zm-8.394-159.475a8.385 8.385 0 0 1-8.393-8.393 8.39 8.39 0 0 1 8.393-8.393h33.574a8.39 8.39 0 0 1 8.393 8.393 8.385 8.385 0 0 1-8.393 8.393zm41.967 117.508a8.385 8.385 0 0 1-8.393-8.393v-50.361c0-13.883 11.298-25.18 25.18-25.18s25.18 11.298 25.18 25.18v50.361a8.385 8.385 0 0 1-8.393 8.393zm75.541 33.574h-33.574a8.385 8.385 0 0 1-8.393-8.393 8.39 8.39 0 0 1 8.393-8.393h33.574a8.39 8.39 0 0 1 8.393 8.393 8.384 8.384 0 0 1-8.393 8.393m33.574 0a8.39 8.39 0 0 1-8.393-8.393 8.396 8.396 0 0 1 8.393-8.393 8.396 8.396 0 0 1 8.393 8.393 8.39 8.39 0 0 1-8.393 8.393m8.394-100.722a8.385 8.385 0 0 1-8.393 8.393h-33.574a8.385 8.385 0 0 1-8.393-8.393v-50.361c0-13.883 11.298-25.18 25.18-25.18s25.18 11.298 25.18 25.18z" style="fill:gray;fill-opacity:1" transform="translate(0 28.013)scale(.20625)"/><path d="M251.803 394.492c-9.258 0-16.787 7.529-16.787 16.787v92.328h33.574v-92.328c0-9.258-7.529-16.787-16.787-16.787m-75.541-83.935c-4.633 0-8.393 3.769-8.393 8.393v41.967h16.787V318.95c0-4.624-3.761-8.393-8.394-8.393m75.541-50.36c-4.633 0-8.393 3.769-8.393 8.393v41.967h16.787V268.59c0-4.625-3.761-8.393-8.394-8.393m75.541-58.754c-4.633 0-8.393 3.769-8.393 8.393v41.967h16.787v-41.967c0-4.625-3.761-8.393-8.394-8.393" style="fill:gray;fill-opacity:1" transform="translate(0 28.013)scale(.20625)"/></g></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="220" height="254pt" preserveAspectRatio="xMidYMid" version="1.0" viewBox="0 0 165 254"><g style="fill:gray;fill-opacity:0;stroke:gray;stroke-width:50.48936245;stroke-dasharray:none;stroke-opacity:1"><path d="M0 6630V460l343-2 342-3 3-227 2-228h910v460h5020V0h910l2 228 3 227 343 3 342 2v12340H0Zm7535 4570v-910H660v1820h6875zm-4-1374c2-2 3-414 1-915l-2-911H660v1830h3433c1889 0 3436-2 3438-4zm1-3197c2-501 1-913-1-915s-1549-4-3438-4H660v1830h6870zm-1-1373c2-2 3-414 1-915l-2-911H660v1830h3433c1889 0 3436-2 3438-4zm-1-3201v-915H660v1830h6870z" style="fill:gray;fill-opacity:.99999934;stroke:gray;stroke-width:50.48936245;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.01977 0 0 -.01977 1.26 253.506)"/><path fill="none" d="M2470 11210v-880h360v1760h-360zm-1780 835v-1710l225-3 225-2v1720H915c-124 0-225-2-225-5zm1000-855v-860h320v1720h-320zm366 851c-3-5-5-391-3-857l2-849 183-3 182-2v1720h-179c-99 0-182-4-185-9zm2032-117c-93-46-168-87-168-91s170-350 377-769l376-762 169 84c92 46 170 84 173 84s5-31 5-70v-70h1830v460H5020l-1-152-1-153-378 763c-208 419-380 762-382 761-2 0-78-38-170-85zm-666-781 3-808 228-3 227-2v1620h-460zm-2232-13v-800h450v1600h-450zm1690-20v-780h500v1560h-500z" style="fill:gray;fill-opacity:0;stroke:gray;stroke-width:50.48936245;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.01977 0 0 -.01977 1.26 253.506)"/><path fill="none" d="M5390 11060v-230l683 2 682 3 3 228 2 227H5390zM3110 8910v-881l148 3 147 3 3 878 2 877h-300zm2180 0v-880l183 2 182 3 3 878 2 877h-370zm-3550-20v-860h460v1720h-460zm1010 0v-861l158 3 157 3v1710l-157 3-158 3zm700 0v-860l183 2 182 3v1710l-182 3-183 2zm410 0v-860h320v1720h-320zm1840 0v-860l183 2 182 3 3 858 2 857h-370zm415 848c-3-7-4-393-3-858l3-845 158-3 157-3v1721h-155c-115 0-157-3-160-12zm865-848v-860l228 2 227 3v1710l-227 3-228 2zm-5740-45v-815l228 2 227 3v1620l-227 3-228 2zm3007 809c-4-4-7-371-7-816v-808l228 2 227 3v1620l-221 3c-121 1-223-1-227-4zm-2005-821 3-798 228-3 227-2v1600h-460zm4238-3v-800l225 2c124 2 225 6 225 11v1587h-450zm-5790-20v-780h500v1560H690Zm4050 0v-780l253 2 252 3v1550l-252 3-253 2zm130-2180v-880h300l-2 878-3 877-147 3-148 3zm750-25v-855h320v1710h-320zm880 0v-855h460v1710h-460zm-2509 803c-10-24-166-369-346-768-179-399-329-730-331-736-4-9 320-164 344-164 4 0 50 93 102 208 51 114 207 461 347 771s253 567 251 573c-3 9-323 158-340 158-5 0-17-19-27-42zm480 0c-10-24-166-369-346-768s-329-730-331-736c-4-9 319-164 343-164 11 0 696 1516 697 1543 1 14-37 35-163 92-90 41-167 75-172 75-6 0-18-19-28-42zm1529-848v-810h460v1620h-460zm1010-10v-800h450v1600h-450zm-1800-70v-730h370v1460h-370zm-2049 75c-199-350-362-640-364-646-3-16 262-164 274-152s730 1275 727 1278c-6 5-270 155-273 155-1 0-165-286-364-635zM820 6445v-135h1830v270H820Zm-132-250-3-65h2055v130H692Zm0-181c-1-36-1-68 1-70s465-4 1028-4h1023v140H692Zm1-118c-2-2-2-34-1-70l4-66h2048v140H1717c-563 0-1026-2-1028-4zm2451-1556v-880h300v1760h-300zm3420 0v-880h360v1760h-360zm-5330-20v-860h500l-2 858-3 857-247 3-248 2zm2665 848c-3-7-4-393-3-858l3-845 158-3 157-3v1721h-155c-115 0-157-3-160-12zm885-848v-860h450v1720h-450zm2190-35v-825h500v1650h-500zm-6248-12 3-808 228-3 227-2v1620H720Zm3528-3v-810h480v1620h-480zm-2110-10v-800h460v1600h-460zm500 0v-800h460v1600h-460zm2740 730c-84-36-134-63-134-71 2-16 600-1438 608-1446 6-6 253 93 270 108 7 6-556 1367-598 1445-11 21-13 20-146-36zm-3605-52c-3-7-4-341-3-743l3-730 158-3 157-3v1491h-155c-115 0-157-3-160-12zm4375-733v-745h360v1490h-360zm-2670-15v-730h370v1460h-370zM690 2035v-855h320v1710H690Zm2760 0v-854l181-3c99-2 183-1 185 1s4 388 4 858v853h-370zm410 2c0-470 2-856 4-858s74-3 160-1l156 3v1709h-320zm1840-2v-855h370v1710h-370zm410 2c0-470 2-856 4-858s74-3 160-1l156 3v1709h-320zm870-37v-820h460v1640h-460zm-4920-10v-810h460v1620h-460zm2160 0v-809l236-3c130-2 238-1 240 1s4 368 4 813v808h-480zm1070 1v-810l181-3c115-2 183 1 185 7s3 370 2 810l-3 800-182 3-183 2zm-4230-11v-800h450v1600h-450zm5420 0v-799l225-3 225-3v1605h-450zm-3918-25 3-776h500l3 776 2 775h-510zm548-9v-765l146-3c91-2 148 1 150 7s3 350 2 765l-3 755-147 3-148 3zm-1550-81v-685h460l-2 683-3 682-227 3-228 2zm3180-23c0-362 2-661 4-663s117-3 255-1l251 3-2 657-3 657-252 3-253 2z" style="fill:gray;fill-opacity:0;stroke:gray;stroke-width:50.48936245;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.01977 0 0 -.01977 1.26 253.506)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="220" height="254pt" preserveAspectRatio="xMidYMid" version="1.0" viewBox="0 0 165 254"><g style="fill:gray;fill-opacity:0;stroke:gray;stroke-width:50.48936245;stroke-dasharray:none;stroke-opacity:1"><path d="M0 6630V460l343-2 342-3 3-227 2-228h910v460h5020V0h910l2 228 3 227 343 3 342 2v12340H0Zm7535 4570v-910H660v1820h6875zm-4-1374c2-2 3-414 1-915l-2-911H660v1830h3433c1889 0 3436-2 3438-4zm1-3197c2-501 1-913-1-915s-1549-4-3438-4H660v1830h6870zm-1-1373c2-2 3-414 1-915l-2-911H660v1830h3433c1889 0 3436-2 3438-4zm-1-3201v-915H660v1830h6870z" style="fill:gray;fill-opacity:.99999934;stroke:gray;stroke-width:50.48936245;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.01977 0 0 -.01977 1.26 253.506)"/><path fill="none" d="M2470 11210v-880h360v1760h-360zm-1780 835v-1710l225-3 225-2v1720H915c-124 0-225-2-225-5zm1000-855v-860h320v1720h-320zm366 851c-3-5-5-391-3-857l2-849 183-3 182-2v1720h-179c-99 0-182-4-185-9zm2032-117c-93-46-168-87-168-91s170-350 377-769l376-762 169 84c92 46 170 84 173 84s5-31 5-70v-70h1830v460H5020l-1-152-1-153-378 763c-208 419-380 762-382 761-2 0-78-38-170-85zm-666-781 3-808 228-3 227-2v1620h-460zm-2232-13v-800h450v1600h-450zm1690-20v-780h500v1560h-500z" style="fill:gray;fill-opacity:0;stroke:gray;stroke-width:50.48936245;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.01977 0 0 -.01977 1.26 253.506)"/><path fill="none" d="M5390 11060v-230l683 2 682 3 3 228 2 227H5390zM3110 8910v-881l148 3 147 3 3 878 2 877h-300zm2180 0v-880l183 2 182 3 3 878 2 877h-370zm-3550-20v-860h460v1720h-460zm1010 0v-861l158 3 157 3v1710l-157 3-158 3zm700 0v-860l183 2 182 3v1710l-182 3-183 2zm410 0v-860h320v1720h-320zm1840 0v-860l183 2 182 3 3 858 2 857h-370zm415 848c-3-7-4-393-3-858l3-845 158-3 157-3v1721h-155c-115 0-157-3-160-12zm865-848v-860l228 2 227 3v1710l-227 3-228 2zm-5740-45v-815l228 2 227 3v1620l-227 3-228 2zm3007 809c-4-4-7-371-7-816v-808l228 2 227 3v1620l-221 3c-121 1-223-1-227-4zm-2005-821 3-798 228-3 227-2v1600h-460zm4238-3v-800l225 2c124 2 225 6 225 11v1587h-450zm-5790-20v-780h500v1560H690Zm4050 0v-780l253 2 252 3v1550l-252 3-253 2zm130-2180v-880h300l-2 878-3 877-147 3-148 3zm750-25v-855h320v1710h-320zm880 0v-855h460v1710h-460zm-2509 803c-10-24-166-369-346-768-179-399-329-730-331-736-4-9 320-164 344-164 4 0 50 93 102 208 51 114 207 461 347 771s253 567 251 573c-3 9-323 158-340 158-5 0-17-19-27-42zm480 0c-10-24-166-369-346-768s-329-730-331-736c-4-9 319-164 343-164 11 0 696 1516 697 1543 1 14-37 35-163 92-90 41-167 75-172 75-6 0-18-19-28-42zm1529-848v-810h460v1620h-460zm1010-10v-800h450v1600h-450zm-1800-70v-730h370v1460h-370zm-2049 75c-199-350-362-640-364-646-3-16 262-164 274-152s730 1275 727 1278c-6 5-270 155-273 155-1 0-165-286-364-635zM820 6445v-135h1830v270H820Zm-132-250-3-65h2055v130H692Zm0-181c-1-36-1-68 1-70s465-4 1028-4h1023v140H692Zm1-118c-2-2-2-34-1-70l4-66h2048v140H1717c-563 0-1026-2-1028-4zm2451-1556v-880h300v1760h-300zm3420 0v-880h360v1760h-360zm-5330-20v-860h500l-2 858-3 857-247 3-248 2zm2665 848c-3-7-4-393-3-858l3-845 158-3 157-3v1721h-155c-115 0-157-3-160-12zm885-848v-860h450v1720h-450zm2190-35v-825h500v1650h-500zm-6248-12 3-808 228-3 227-2v1620H720Zm3528-3v-810h480v1620h-480zm-2110-10v-800h460v1600h-460zm500 0v-800h460v1600h-460zm2740 730c-84-36-134-63-134-71 2-16 600-1438 608-1446 6-6 253 93 270 108 7 6-556 1367-598 1445-11 21-13 20-146-36zm-3605-52c-3-7-4-341-3-743l3-730 158-3 157-3v1491h-155c-115 0-157-3-160-12zm4375-733v-745h360v1490h-360zm-2670-15v-730h370v1460h-370zM690 2035v-855h320v1710H690Zm2760 0v-854l181-3c99-2 183-1 185 1s4 388 4 858v853h-370zm410 2c0-470 2-856 4-858s74-3 160-1l156 3v1709h-320zm1840-2v-855h370v1710h-370zm410 2c0-470 2-856 4-858s74-3 160-1l156 3v1709h-320zm870-37v-820h460v1640h-460zm-4920-10v-810h460v1620h-460zm2160 0v-809l236-3c130-2 238-1 240 1s4 368 4 813v808h-480zm1070 1v-810l181-3c115-2 183 1 185 7s3 370 2 810l-3 800-182 3-183 2zm-4230-11v-800h450v1600h-450zm5420 0v-799l225-3 225-3v1605h-450zm-3918-25 3-776h500l3 776 2 775h-510zm548-9v-765l146-3c91-2 148 1 150 7s3 350 2 765l-3 755-147 3-148 3zm-1550-81v-685h460l-2 683-3 682-227 3-228 2zm3180-23c0-362 2-661 4-663s117-3 255-1l251 3-2 657-3 657-252 3-253 2z" style="fill:gray;fill-opacity:0;stroke:gray;stroke-width:50.48936245;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.01977 0 0 -.01977 1.26 253.506)"/></g></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="165" height="254"><path d="M135.968 119.742c-14.92-12.903-34.274-20.968-55.645-20.968C42.823 98.774 11.129 123.21 0 157l19.032 6.29c8.468-25.725 32.662-44.355 61.29-44.355 15.726 0 30.081 5.807 41.29 15.162L92.42 163.29H165V90.71Z" style="fill:gray;fill-opacity:1;stroke-width:8.06452"/></svg>
@@ -0,0 +1 @@
1
+ S ��3������lz0T<s�ڳO�y�Vv��Š�`5�o�' �m"���[�?�V�aw8�dw��,`B��[}�$��E��A�M���oM
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="165" height="254"><path d="M135.968 119.742c-14.92-12.903-34.274-20.968-55.645-20.968C42.823 98.774 11.129 123.21 0 157l19.032 6.29c8.468-25.725 32.662-44.355 61.29-44.355 15.726 0 30.081 5.807 41.29 15.162L92.42 163.29H165V90.71Z" style="fill:gray;fill-opacity:1;stroke-width:8.06452"/></svg>
@@ -0,0 +1 @@
1
+ S ��3������lz0T<s�ڳO�y�Vv��Š�`5�o�' �m"���[�?�V�aw8�dw��,`B��[}�$��E��A�M���oM
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="220" height="254pt" preserveAspectRatio="xMidYMid" version="1.0" viewBox="0 0 165 254"><g style="fill:gray;fill-opacity:1"><path d="M3835 9974c-1430-784-2654-1452-2720-1484-137-66-194-104-283-193-241-236-365-595-332-959 27-299 119-506 313-701l108-109-65-60c-122-111-230-277-290-446-90-252-94-566-9-827 56-174 179-361 308-467l63-52-41-36c-191-160-321-396-373-675-20-108-22-317-4-430 70-445 357-768 777-875 43-11 305-69 583-129 454-99 2575-565 4450-977 567-125 716-155 760-151 52 4 212 93 2605 1440 2002 1127 2556 1443 2579 1471 43 53 49 138 13 198-48 83-151 112-240 67-23-12-1153-647-2512-1412-1358-765-2477-1392-2486-1394-9-3-582 120-1275 272-692 152-1596 351-2009 441-412 91-1067 235-1455 320s-767 168-843 184c-194 41-285 85-392 194-125 125-184 257-205 458-19 176 9 337 85 493 89 184 231 306 393 340l66 14 705-155c388-85 1165-256 1726-379 2244-493 2858-628 3030-666 112-25 195-39 220-36 30 3 670 359 2584 1436 1399 788 2554 1439 2566 1447 12 7 32 32 44 55 29 51 26 143-6 187-52 71-140 97-215 65-24-11-1161-649-2528-1419-1673-941-2493-1398-2510-1397-14 1-524 112-1135 246-610 135-1866 410-2790 612s-1716 378-1760 391c-235 69-398 252-460 516-23 96-23 296-1 397 46 209 160 384 313 481 67 43 173 74 231 67 40-4 488-102 2440-532 161-36 309-65 328-65 43 0 105 31 132 65 65 83 45 210-41 264-21 13-330 85-922 215-490 108-1065 234-1280 281-214 48-473 104-573 125-244 52-323 89-437 204-125 125-183 255-205 456-12 111-3 234 27 345 23 89 95 232 150 297 82 99 219 188 289 188 16 0 208-38 425-85 4712-1012 5297-1136 5334-1132 30 3 657 352 2583 1435 1398 788 2552 1438 2565 1447 36 23 67 87 67 138 0 76-31 131-92 163-14 7-394 94-845 193-450 99-1340 295-1978 435s-1540 338-2006 440c-476 105-867 186-895 186-46 0-192-79-2649-1426" style="fill:gray;fill-opacity:1" transform="matrix(.01398 0 0 -.01398 -6.915 216.466)"/><path d="M12045 8293c-16-8-1150-646-2519-1416L7037 5477l-96 20c-53 11-327 71-610 133-466 102-517 112-552 101-159-48-184-255-39-329 52-26 1260-293 1328-294 28 0 62 10 100 30 31 17 1184 665 2562 1440 1976 1113 2511 1418 2534 1446 42 51 48 136 15 196-45 80-156 114-234 73M4610 5929c0-749 3-939 13-933 6 5 102 64 211 132l199 124 46-52c178-199 407-449 414-449 4-1 7 444 7 987v989l-432 72c-238 39-439 71-445 71-10 0-13-195-13-941" style="fill:gray;fill-opacity:1" transform="matrix(.01398 0 0 -.01398 -6.915 216.466)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="220" height="254pt" preserveAspectRatio="xMidYMid" version="1.0" viewBox="0 0 165 254"><g style="fill:gray;fill-opacity:1"><path d="M3835 9974c-1430-784-2654-1452-2720-1484-137-66-194-104-283-193-241-236-365-595-332-959 27-299 119-506 313-701l108-109-65-60c-122-111-230-277-290-446-90-252-94-566-9-827 56-174 179-361 308-467l63-52-41-36c-191-160-321-396-373-675-20-108-22-317-4-430 70-445 357-768 777-875 43-11 305-69 583-129 454-99 2575-565 4450-977 567-125 716-155 760-151 52 4 212 93 2605 1440 2002 1127 2556 1443 2579 1471 43 53 49 138 13 198-48 83-151 112-240 67-23-12-1153-647-2512-1412-1358-765-2477-1392-2486-1394-9-3-582 120-1275 272-692 152-1596 351-2009 441-412 91-1067 235-1455 320s-767 168-843 184c-194 41-285 85-392 194-125 125-184 257-205 458-19 176 9 337 85 493 89 184 231 306 393 340l66 14 705-155c388-85 1165-256 1726-379 2244-493 2858-628 3030-666 112-25 195-39 220-36 30 3 670 359 2584 1436 1399 788 2554 1439 2566 1447 12 7 32 32 44 55 29 51 26 143-6 187-52 71-140 97-215 65-24-11-1161-649-2528-1419-1673-941-2493-1398-2510-1397-14 1-524 112-1135 246-610 135-1866 410-2790 612s-1716 378-1760 391c-235 69-398 252-460 516-23 96-23 296-1 397 46 209 160 384 313 481 67 43 173 74 231 67 40-4 488-102 2440-532 161-36 309-65 328-65 43 0 105 31 132 65 65 83 45 210-41 264-21 13-330 85-922 215-490 108-1065 234-1280 281-214 48-473 104-573 125-244 52-323 89-437 204-125 125-183 255-205 456-12 111-3 234 27 345 23 89 95 232 150 297 82 99 219 188 289 188 16 0 208-38 425-85 4712-1012 5297-1136 5334-1132 30 3 657 352 2583 1435 1398 788 2552 1438 2565 1447 36 23 67 87 67 138 0 76-31 131-92 163-14 7-394 94-845 193-450 99-1340 295-1978 435s-1540 338-2006 440c-476 105-867 186-895 186-46 0-192-79-2649-1426" style="fill:gray;fill-opacity:1" transform="matrix(.01398 0 0 -.01398 -6.915 216.466)"/><path d="M12045 8293c-16-8-1150-646-2519-1416L7037 5477l-96 20c-53 11-327 71-610 133-466 102-517 112-552 101-159-48-184-255-39-329 52-26 1260-293 1328-294 28 0 62 10 100 30 31 17 1184 665 2562 1440 1976 1113 2511 1418 2534 1446 42 51 48 136 15 196-45 80-156 114-234 73M4610 5929c0-749 3-939 13-933 6 5 102 64 211 132l199 124 46-52c178-199 407-449 414-449 4-1 7 444 7 987v989l-432 72c-238 39-439 71-445 71-10 0-13-195-13-941" style="fill:gray;fill-opacity:1" transform="matrix(.01398 0 0 -.01398 -6.915 216.466)"/></g></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ {"statusTitles":{"CCC":"Create Covers","CCD":"Remove Covers","CFO":"Find Orphan Covers","IDM":"Move Folders","IFM":"Move Books","ITR":"Read Book Tags","ITQ":"Discover Missing Tags","ITC":"Create Missing Tags","IDU":"Modify Folders","IFU":"Modify Books","IFC":"Create Books","IMQ":"Prepare Tags for Linking","IMC":"Link Books to Tags","ICQ":"Discover Missing Custom Covers","ICM":"Custom Covers Moved","ICU":"Modify Custom Covers","ICC":"Create Custom Covers","ICD":"Delete Custom Covers","ICL":"Link Custom Covers","IDD":"Remove Folders","IFD":"Remove Books","IFI":"Record Failed Imports","IGU":"Update First Covers","JTD":"Cleanup Stale Tags","JCU":"Update Codex Software","JCR":"Restart Codex","JCS":"Stop Codex","JCD":"Cleanup Custom Covers","JDO":"Optimize Database","JDB":"Backup Database","JSD":"Cleanup Expired Sessions","SIX":"Search Index Clear","SIU":"Search Index Update","SID":"Search Index Remove Stale Records","SIM":"Search Index Optimize","WPO":"Poll Library","IAF":"Adopt Orphan Folders"},"tasks":[{"title":"Libraries","tasks":[{"value":"poll","title":"Poll All Libraries","desc":"Update Libraries if changes detected"},{"value":"poll_force","title":"Force Update All Libraries","desc":"Forcibly update all comics in all libraries","confirm":"This can take a long time"},{"value":"force_update_all_failed_imports","title":"Update All Failed Imports","desc":"Forcibly update all failed imports in all libraries","confirm":"This can take a long time"}]},{"title":"Covers","tasks":[{"value":"purge_comic_covers","title":"Remove Comic Covers","desc":"from every library","confirm":"Are you sure?"},{"value":"create_all_comic_covers","title":"Create All Comic Covers","desc":"Pre-generate covers for every comic in every library and all custom covers","confirm":"Are you sure?"},{"value":"force_update_groups","title":"Update Group Timestamps","desc":"Force the update of group timestamps. Will bust the browser cache for browser views and covers."}]},{"title":"Search Index","tasks":[{"value":"search_index_update","title":"Update Search Index","desc":"with recently changed comics"},{"value":"search_index_rebuild","title":"Rebuild Search Index","desc":"Delete and rebuild the search index from scratch","confirm":"This can take a long time"},{"value":"search_index_remove_stale","title":"Remove Stale Index Entries","desc":"Remove search index entries that are no longer in the library."},{"value":"search_index_merge_small","title":"Merge Small Search Index Segments","desc":"Improves search lookup times. Runs nightly if the Optimize Admin Flag is off."},{"value":"search_index_optimize","title":"Merge Search Index Into One Segment","desc":"Reduces disk space and improves search lookup times. Runs nightly if the Optimize Admin Flag is on.","confirm":"This can take a long time."},{"value":"search_index_abort","title":"Abort Search Indexing","desc":"Aborts search index update and remove tasks."},{"value":"search_index_clear","title":"Clear Search Index","desc":"of all entries"}]},{"title":"Database","tasks":[{"value":"db_vacuum","title":"Optimize & Compact Database","desc":"Run the sqlite3 OPTIMIZE and VACUUM pragmas. Runs nightly"},{"value":"db_backup","title":"Backup Database","desc":"Runs nightly"},{"value":"db_search_sync","title":"Sync Search Index to DB","desc":"Check to see if this database matches the current search index. If there is a mismatch, rebuild the search index. Runs on startup."},{"value":"watchdog_sync","title":"Sync Watchdog with DB","desc":"Ensure the Watchdog file watcher is enabled per database preferences for each library"}]},{"title":"Codex Software","tasks":[{"value":"codex_update","title":"Update Codex","desc":"If Codex updates to a new version, it will restart","confirm":"Are you sure?"},{"value":"codex_restart","title":"Restart Codex Server","desc":"Immediately","confirm":"Are you sure?"},{"value":"codex_shutdown","title":"Shutdown Codex Server","desc":"Immediately","confirm":"Are you sure?"}]},{"title":"Notify","tasks":[{"value":"notify_library_changed","title":"Notify Library Changed ","desc":"Signal all clients that the libraries have changed and the browser should fetch new data."},{"value":"notify_librarian_status","title":"Notify Librarian Status","desc":"Signal Admin clients to fetch librarian status."}]},{"title":"Cleanup","tasks":[{"value":"cleanup_fks","title":"Remove Orphan Tags","desc":"After deleting comics, unused linked objects remain in case new comics use them. Runs nightly."},{"value":"cleanup_db_custom_covers","title":"Remove Orphan Database Custom Covers","desc":"Remove Custom Covers from the db that no longer represent custom cover images on disk. Runs nightly."},{"value":"cleanup_sessions","title":"Cleanup Sessions","desc":"Remove corrupt and expired sessions. Runs nightly."},{"value":"cleanup_covers","title":"Remove Orphan Cover Thumbnails","desc":"no longer have source comics or custom images. Runs nightly."},{"value":"adopt_folders","title":"Adopt Orphan Folders","desc":"Move orphaned folders from the top of the folder tree to under their correct parent. Runs nightly and at startup."},{"value":"librarian_clear_status","title":"Clear Librarian Statuses","desc":"Mark all Librarian tasks finished."},{"value":"janitor_nightly","title":"Run Nightly Maintenance","desc":"Runs several tasks above that also run nightly.","confirm":"Launches several tasks that run nightly anyway."}]}],"adminFlags":{"FV":"Folder View","RG":"Registration","NU":"Non Users","AU":"Auto Update","SO":"Search Index Full Optimization","IM":"Import Metadata on Library Scan"}}
@@ -1 +1 @@
1
- {"statusTitles":{"CCC":"Create Covers","CCD":"Remove Covers","CFO":"Find Orphan Covers","IDM":"Move Folders","IFM":"Move Books","ITR":"Read Book Tags","ITQ":"Discover Missing Tags","ITC":"Create Missing Tags","IDU":"Modify Folders","IFU":"Modify Books","IFC":"Create Books","IMQ":"Prepare Tags for Linking","IMC":"Link Books to Tags","IDD":"Remove Folders","IFD":"Remove Books","IFI":"Record Failed Imports","JTD":"Cleanup Stale Tags","JCU":"Update Codex Software","JCR":"Restart Codex","JCS":"Stop Codex","JDO":"Optimize Database","JDB":"Backup Database","JSD":"Cleanup Expired Sessions","SIX":"Search Index Clear","SIU":"Search Index Update","SID":"Search Index Remove Stale Records","SIM":"Search Index Optimize","WPO":"Poll Library"},"tasks":[{"title":"Libraries","tasks":[{"value":"poll","title":"Poll All Libraries","desc":"Update Libraries if changes detected"},{"value":"poll_force","title":"Force Update All Libraries","desc":"Forcibly update all comics in all libraries","confirm":"This can take a long time"},{"value":"force_update_all_failed_imports","title":"Update All Failed Imports","desc":"Forcibly update all failed imports in all libraries","confirm":"This can take a long time"}]},{"title":"Covers","tasks":[{"value":"purge_comic_covers","title":"Remove Comic Covers","desc":"from every library","confirm":"Are you sure?"},{"value":"create_all_comic_covers","title":"Create All Comic Covers","desc":"Pre-generate covers for every comic in every library","confirm":"Are you sure?"}]},{"title":"Search Index","tasks":[{"value":"search_index_update","title":"Update Search Index","desc":"with recently changed comics"},{"value":"search_index_rebuild","title":"Rebuild Search Index","desc":"Delete and rebuild the search index from scratch","confirm":"This can take a long time"},{"value":"search_index_remove_stale","title":"Remove Stale Index Entries","desc":"Remove search index entries that are no longer in the library."},{"value":"search_index_merge_small","title":"Merge Small Search Index Segments","desc":"Improves search lookup times. Runs nightly if the Optimize Admin Flag is off."},{"value":"search_index_optimize","title":"Merge Search Index Into One Segment","desc":"Reduces disk space and improves search lookup times. Runs nightly if the Optimize Admin Flag is on.","confirm":"This can take a long time."},{"value":"search_index_abort","title":"Abort Search Indexing","desc":"Aborts search index update and remove tasks."},{"value":"search_index_clear","title":"Clear Search Index","desc":"of all entries"}]},{"title":"Database","tasks":[{"value":"db_vacuum","title":"Optimize & Compact Database","desc":"Run the sqlite3 optimize & vacuum and pragmas. Runs nightly"},{"value":"db_backup","title":"Backup Database","desc":"Runs nightly"},{"value":"db_search_sync","title":"Sync Search Index to DB","desc":"Check to see if this database matches the current search index. If there is a mismatch, rebuild the search index. Runs on startup."},{"value":"watchdog_sync","title":"Sync Watchdog with DB","desc":"Ensure the Watchdog file watcher is enabled per database preferences for each library"}]},{"title":"Codex Software","tasks":[{"value":"codex_update","title":"Update Codex","desc":"If Codex updates to a new version, it will restart","confirm":"Are you sure?"},{"value":"codex_restart","title":"Restart Codex Server","desc":"Immediately","confirm":"Are you sure?"},{"value":"codex_shutdown","title":"Shutdown Codex Server","desc":"Immediately","confirm":"Are you sure?"}]},{"title":"Notify","tasks":[{"value":"notify_library_changed","title":"Notify Library Changed ","desc":"Signal all clients that the libraries have changed and the browser should fetch new data."},{"value":"notify_librarian_status","title":"Notify Librarian Status","desc":"Signal Admin clients to fetch librarian status."}]},{"title":"Cleanup","tasks":[{"value":"cleanup_fks","title":"Remove Orphan Tags","desc":"After deleting comics, unused linked objects remain in case new comics use them. Runs nightly."},{"value":"cleanup_sessions","title":"Cleanup Sessions","desc":"Remove corrupt and expired sessions. Runs nightly."},{"value":"cleanup_covers","title":"Remove Orphan Covers","desc":"from comics that no longer exist. Runs nightly."},{"value":"librarian_clear_status","title":"Clear Librarian Statuses","desc":"Mark all Librarian tasks finished."},{"value":"janitor_nightly","title":"Run Nightly Maintenance","desc":"Runs several tasks above that also run nightly.","confirm":"Launches several tasks that run nightly anyway."}]}],"adminFlags":{"FV":"Folder View","RG":"Registration","NU":"Non Users","AU":"Auto Update","SO":"Search Index Full Optimization","IM":"Import Metadata on Library Scan"}}
1
+ {"statusTitles":{"CCC":"Create Covers","CCD":"Remove Covers","CFO":"Find Orphan Covers","IDM":"Move Folders","IFM":"Move Books","ITR":"Read Book Tags","ITQ":"Discover Missing Tags","ITC":"Create Missing Tags","IDU":"Modify Folders","IFU":"Modify Books","IFC":"Create Books","IMQ":"Prepare Tags for Linking","IMC":"Link Books to Tags","ICQ":"Discover Missing Custom Covers","ICM":"Custom Covers Moved","ICU":"Modify Custom Covers","ICC":"Create Custom Covers","ICD":"Delete Custom Covers","ICL":"Link Custom Covers","IDD":"Remove Folders","IFD":"Remove Books","IFI":"Record Failed Imports","IGU":"Update First Covers","JTD":"Cleanup Stale Tags","JCU":"Update Codex Software","JCR":"Restart Codex","JCS":"Stop Codex","JCD":"Cleanup Custom Covers","JDO":"Optimize Database","JDB":"Backup Database","JSD":"Cleanup Expired Sessions","SIX":"Search Index Clear","SIU":"Search Index Update","SID":"Search Index Remove Stale Records","SIM":"Search Index Optimize","WPO":"Poll Library","IAF":"Adopt Orphan Folders"},"tasks":[{"title":"Libraries","tasks":[{"value":"poll","title":"Poll All Libraries","desc":"Update Libraries if changes detected"},{"value":"poll_force","title":"Force Update All Libraries","desc":"Forcibly update all comics in all libraries","confirm":"This can take a long time"},{"value":"force_update_all_failed_imports","title":"Update All Failed Imports","desc":"Forcibly update all failed imports in all libraries","confirm":"This can take a long time"}]},{"title":"Covers","tasks":[{"value":"purge_comic_covers","title":"Remove Comic Covers","desc":"from every library","confirm":"Are you sure?"},{"value":"create_all_comic_covers","title":"Create All Comic Covers","desc":"Pre-generate covers for every comic in every library and all custom covers","confirm":"Are you sure?"},{"value":"force_update_groups","title":"Update Group Timestamps","desc":"Force the update of group timestamps. Will bust the browser cache for browser views and covers."}]},{"title":"Search Index","tasks":[{"value":"search_index_update","title":"Update Search Index","desc":"with recently changed comics"},{"value":"search_index_rebuild","title":"Rebuild Search Index","desc":"Delete and rebuild the search index from scratch","confirm":"This can take a long time"},{"value":"search_index_remove_stale","title":"Remove Stale Index Entries","desc":"Remove search index entries that are no longer in the library."},{"value":"search_index_merge_small","title":"Merge Small Search Index Segments","desc":"Improves search lookup times. Runs nightly if the Optimize Admin Flag is off."},{"value":"search_index_optimize","title":"Merge Search Index Into One Segment","desc":"Reduces disk space and improves search lookup times. Runs nightly if the Optimize Admin Flag is on.","confirm":"This can take a long time."},{"value":"search_index_abort","title":"Abort Search Indexing","desc":"Aborts search index update and remove tasks."},{"value":"search_index_clear","title":"Clear Search Index","desc":"of all entries"}]},{"title":"Database","tasks":[{"value":"db_vacuum","title":"Optimize & Compact Database","desc":"Run the sqlite3 OPTIMIZE and VACUUM pragmas. Runs nightly"},{"value":"db_backup","title":"Backup Database","desc":"Runs nightly"},{"value":"db_search_sync","title":"Sync Search Index to DB","desc":"Check to see if this database matches the current search index. If there is a mismatch, rebuild the search index. Runs on startup."},{"value":"watchdog_sync","title":"Sync Watchdog with DB","desc":"Ensure the Watchdog file watcher is enabled per database preferences for each library"}]},{"title":"Codex Software","tasks":[{"value":"codex_update","title":"Update Codex","desc":"If Codex updates to a new version, it will restart","confirm":"Are you sure?"},{"value":"codex_restart","title":"Restart Codex Server","desc":"Immediately","confirm":"Are you sure?"},{"value":"codex_shutdown","title":"Shutdown Codex Server","desc":"Immediately","confirm":"Are you sure?"}]},{"title":"Notify","tasks":[{"value":"notify_library_changed","title":"Notify Library Changed ","desc":"Signal all clients that the libraries have changed and the browser should fetch new data."},{"value":"notify_librarian_status","title":"Notify Librarian Status","desc":"Signal Admin clients to fetch librarian status."}]},{"title":"Cleanup","tasks":[{"value":"cleanup_fks","title":"Remove Orphan Tags","desc":"After deleting comics, unused linked objects remain in case new comics use them. Runs nightly."},{"value":"cleanup_db_custom_covers","title":"Remove Orphan Database Custom Covers","desc":"Remove Custom Covers from the db that no longer represent custom cover images on disk. Runs nightly."},{"value":"cleanup_sessions","title":"Cleanup Sessions","desc":"Remove corrupt and expired sessions. Runs nightly."},{"value":"cleanup_covers","title":"Remove Orphan Cover Thumbnails","desc":"no longer have source comics or custom images. Runs nightly."},{"value":"adopt_folders","title":"Adopt Orphan Folders","desc":"Move orphaned folders from the top of the folder tree to under their correct parent. Runs nightly and at startup."},{"value":"librarian_clear_status","title":"Clear Librarian Statuses","desc":"Mark all Librarian tasks finished."},{"value":"janitor_nightly","title":"Run Nightly Maintenance","desc":"Runs several tasks above that also run nightly.","confirm":"Launches several tasks that run nightly anyway."}]}],"adminFlags":{"FV":"Folder View","RG":"Registration","NU":"Non Users","AU":"Auto Update","SO":"Search Index Full Optimization","IM":"Import Metadata on Library Scan"}}
Binary file
Binary file
@@ -0,0 +1 @@
1
+ {"browser":{"bookmarkFilter":[{"title":"All","value":"","default":true},{"title":"Unread","value":"UNREAD"},{"title":"In Progress","value":"IN_PROGRESS"},{"title":"Read","value":"READ"}],"breadcrumbs":[{"group":"r","pks":"0","page":1}],"q":"","topGroup":[{"title":"Publishers","value":"p","default":true},{"title":"Imprints","value":"i"},{"title":"Series","value":"s"},{"title":"Volumes","value":"v"},{"title":"Issues","value":"c"},{"title":"Folders","value":"f"},{"title":"Story Arcs","value":"a"}],"searchResultsLimit":100,"settingsGroup":[{"title":"Publishers","value":"p","default":true},{"title":"Imprints","value":"i"},{"title":"Series","value":"s","default":true},{"title":"Volumes","value":"v"}],"orderBy":[{"title":"Name","value":"sort_name","default":true},{"title":"Publish Date","value":"date"},{"title":"Added Time","value":"created_at","reverse":true},{"title":"Last Read","value":"bookmark_updated_at","reverse":true},{"title":"Updated Time","value":"updated_at","reverse":true},{"title":"Page Count","value":"page_count","reverse":true},{"title":"File Size","value":"size","reverse":true},{"title":"Filename","value":"filename"},{"title":"Critical Rating","value":"critical_rating","reverse":true},{"title":"Community Rating","value":"community_rating","reverse":true},{"title":"Age Rating","value":"age_rating"},{"title":"Search Score","value":"search_score","reverse":true},{"title":"Story Arc Number","value":"story_arc_number"}],"orderReverse":false,"vuetifyNullCode":-1,"groupNames":{"p":"Publishers","i":"Imprints","s":"Series","v":"Volumes","c":"Issues","f":"Folders","a":"Story Arcs"},"identifierTypes":{"comicvine":"Comic Vine","comixology":"Comixology","asin":"Amazon","gtin":"GTIN","isbn":"ISBN","upc":"UPC"},"dynamicCovers":true,"customCovers":true,"twentyFourHourTime":false},"reader":{"finishOnLastPage":true,"fitTo":[{"title":"Fit to Screen","value":"S","default":true},{"title":"Fit to Width","value":"W"},{"title":"Fit to Height","value":"H"},{"title":"Original Size","value":"O"},{"title":"","value":""}],"readingDirection":[{"title":"Left to Right","value":"ltr","default":true},{"title":"Right to Left","value":"rtl"},{"title":"Top to Bottom","value":"ttb"},{"title":"Bottom to Top","value":"btt"},{"title":"","value":""}],"readRtlInReverse":false,"twoPages":false},"websockets":{"LIBRARY_CHANGED":"LIBRARY_CHANGED","LIBRARIAN_STATUS":"LIBRARIAN_STATUS","FAILED_IMPORTS":"FAILED_IMPORTS"}}
@@ -1 +1 @@
1
- {"browser":{"bookmarkFilter":[{"title":"All","value":"ALL","default":true},{"title":"Unread","value":"UNREAD"},{"title":"In Progress","value":"IN_PROGRESS"},{"title":"Read","value":"READ"}],"q":"","topGroup":[{"title":"Publishers","value":"p","default":true},{"title":"Imprints","value":"i"},{"title":"Series","value":"s"},{"title":"Volumes","value":"v"},{"title":"Issues","value":"c"},{"title":"Folders","value":"f"},{"title":"Story Arcs","value":"a"}],"settingsGroup":[{"title":"Publishers","value":"p","default":true},{"title":"Imprints","value":"i"},{"title":"Series","value":"s","default":true},{"title":"Volumes","value":"v"}],"orderBy":[{"title":"Name","value":"sort_name","default":true},{"title":"Publish Date","value":"date"},{"title":"Added Time","value":"created_at","reverse":true},{"title":"Last Read","value":"bookmark_updated_at","reverse":true},{"title":"Updated Time","value":"updated_at","reverse":true},{"title":"Page Count","value":"page_count","reverse":true},{"title":"File Size","value":"size","reverse":true},{"title":"Filename","value":"path"},{"title":"Critical Rating","value":"critical_rating","reverse":true},{"title":"Community Rating","value":"community_rating","reverse":true},{"title":"Age Rating","value":"age_rating"},{"title":"Search Score","value":"search_score","reverse":true},{"title":"Story Arc Number","value":"story_arc_number"}],"vuetifyNullCode":-1,"groupNames":{"p":"Publishers","i":"Imprints","s":"Series","v":"Volumes","c":"Issues","f":"Folders","a":"Story Arcs"},"route":{"group":"r","pk":0,"page":1},"identifierTypes":{"comicvine":"Comic Vine","comixology":"Comixology","asin":"Amazon","gtin":"GTIN","isbn":"ISBN","upc":"UPC"}},"reader":{"fitTo":[{"title":"Fit to Screen","value":"S","default":true},{"title":"Fit to Width","value":"W"},{"title":"Fit to Height","value":"H"},{"title":"Original Size","value":"O"},{"title":"","value":""}],"readingDirection":[{"title":"Left to Right","value":"ltr","default":true},{"title":"Right to Left","value":"rtl"},{"title":"Top to Bottom","value":"ttb"},{"title":"Bottom to Top","value":"btt"},{"title":"","value":""}]},"websockets":{"LIBRARY_CHANGED":"LIBRARY_CHANGED","LIBRARIAN_STATUS":"LIBRARIAN_STATUS","FAILED_IMPORTS":"FAILED_IMPORTS"}}
1
+ {"browser":{"bookmarkFilter":[{"title":"All","value":"","default":true},{"title":"Unread","value":"UNREAD"},{"title":"In Progress","value":"IN_PROGRESS"},{"title":"Read","value":"READ"}],"breadcrumbs":[{"group":"r","pks":"0","page":1}],"q":"","topGroup":[{"title":"Publishers","value":"p","default":true},{"title":"Imprints","value":"i"},{"title":"Series","value":"s"},{"title":"Volumes","value":"v"},{"title":"Issues","value":"c"},{"title":"Folders","value":"f"},{"title":"Story Arcs","value":"a"}],"searchResultsLimit":100,"settingsGroup":[{"title":"Publishers","value":"p","default":true},{"title":"Imprints","value":"i"},{"title":"Series","value":"s","default":true},{"title":"Volumes","value":"v"}],"orderBy":[{"title":"Name","value":"sort_name","default":true},{"title":"Publish Date","value":"date"},{"title":"Added Time","value":"created_at","reverse":true},{"title":"Last Read","value":"bookmark_updated_at","reverse":true},{"title":"Updated Time","value":"updated_at","reverse":true},{"title":"Page Count","value":"page_count","reverse":true},{"title":"File Size","value":"size","reverse":true},{"title":"Filename","value":"filename"},{"title":"Critical Rating","value":"critical_rating","reverse":true},{"title":"Community Rating","value":"community_rating","reverse":true},{"title":"Age Rating","value":"age_rating"},{"title":"Search Score","value":"search_score","reverse":true},{"title":"Story Arc Number","value":"story_arc_number"}],"orderReverse":false,"vuetifyNullCode":-1,"groupNames":{"p":"Publishers","i":"Imprints","s":"Series","v":"Volumes","c":"Issues","f":"Folders","a":"Story Arcs"},"identifierTypes":{"comicvine":"Comic Vine","comixology":"Comixology","asin":"Amazon","gtin":"GTIN","isbn":"ISBN","upc":"UPC"},"dynamicCovers":true,"customCovers":true,"twentyFourHourTime":false},"reader":{"finishOnLastPage":true,"fitTo":[{"title":"Fit to Screen","value":"S","default":true},{"title":"Fit to Width","value":"W"},{"title":"Fit to Height","value":"H"},{"title":"Original Size","value":"O"},{"title":"","value":""}],"readingDirection":[{"title":"Left to Right","value":"ltr","default":true},{"title":"Right to Left","value":"rtl"},{"title":"Top to Bottom","value":"ttb"},{"title":"Bottom to Top","value":"btt"},{"title":"","value":""}],"readRtlInReverse":false,"twoPages":false},"websockets":{"LIBRARY_CHANGED":"LIBRARY_CHANGED","LIBRARIAN_STATUS":"LIBRARIAN_STATUS","FAILED_IMPORTS":"FAILED_IMPORTS"}}
Binary file
Binary file