vikramvasudevan commited on
Commit
ae8fefb
·
verified ·
1 Parent(s): 921acf8

Upload folder using huggingface_hub

Browse files
modules/config/categories.py CHANGED
@@ -6,6 +6,7 @@ from pydantic import BaseModel
6
  @dataclass
7
  class ScriptureCategoryConstants:
8
  LITERATURE: str = "literature"
 
9
  VEDAM: str = "vedam"
10
  ITHIHASAM: str = "ithihasam"
11
  PURANAM: str = "puranam"
@@ -30,7 +31,11 @@ scripture_categories = ScriptureCategories(
30
  categories=[
31
  ScriptureCategory(
32
  name=ScriptureCategoryConstants.LITERATURE,
33
- title="Devotional Literature (அருளிச்செயல்)",
 
 
 
 
34
  ),
35
  ScriptureCategory(
36
  name=ScriptureCategoryConstants.VEDAM, title="Vedas & Upanishads"
 
6
  @dataclass
7
  class ScriptureCategoryConstants:
8
  LITERATURE: str = "literature"
9
+ SRI_SOOKTHI: str = "sri_sookthi"
10
  VEDAM: str = "vedam"
11
  ITHIHASAM: str = "ithihasam"
12
  PURANAM: str = "puranam"
 
31
  categories=[
32
  ScriptureCategory(
33
  name=ScriptureCategoryConstants.LITERATURE,
34
+ title="Azhwar's Arulicheyal",
35
+ ),
36
+ ScriptureCategory(
37
+ name=ScriptureCategoryConstants.SRI_SOOKTHI,
38
+ title="Acharya Sri Sookthis",
39
  ),
40
  ScriptureCategory(
41
  name=ScriptureCategoryConstants.VEDAM, title="Vedas & Upanishads"
modules/config/desika_prabandham.py CHANGED
@@ -105,7 +105,7 @@ def fn_list_of_chapters():
105
  desika_prabandham_config = {
106
  "name": "desika_prabandham",
107
  "title": "Desika Prabandham",
108
- "category": ScriptureCategoryConstants.LITERATURE,
109
  "banner_url": convert_drive_url_to_direct(
110
  "https://drive.google.com/file/d/1aRvTo0rOqwWgV_gekntrw1h0B0Hln3Yf/view?usp=drive_link"
111
  ),
 
105
  desika_prabandham_config = {
106
  "name": "desika_prabandham",
107
  "title": "Desika Prabandham",
108
+ "category": ScriptureCategoryConstants.SRI_SOOKTHI,
109
  "banner_url": convert_drive_url_to_direct(
110
  "https://drive.google.com/file/d/1aRvTo0rOqwWgV_gekntrw1h0B0Hln3Yf/view?usp=drive_link"
111
  ),
modules/config/raghuveera_gadhyam.py CHANGED
@@ -18,7 +18,7 @@ def fn_list_of_chapters():
18
  raghuveera_gadhyam_config = {
19
  "name": "raghuveera_gadhyam",
20
  "title": "Raghuveera Gadhyam",
21
- "category": ScriptureCategoryConstants.STOTRAM,
22
  "banner_url": convert_drive_url_to_direct(
23
  "https://drive.google.com/file/d/1aRvTo0rOqwWgV_gekntrw1h0B0Hln3Yf/view?usp=drive_link"
24
  ),
 
18
  raghuveera_gadhyam_config = {
19
  "name": "raghuveera_gadhyam",
20
  "title": "Raghuveera Gadhyam",
21
+ "category": ScriptureCategoryConstants.SRI_SOOKTHI,
22
  "banner_url": convert_drive_url_to_direct(
23
  "https://drive.google.com/file/d/1aRvTo0rOqwWgV_gekntrw1h0B0Hln3Yf/view?usp=drive_link"
24
  ),
static/assets/NOTICES CHANGED
@@ -5646,6 +5646,37 @@ met:
5646
  contributors may be used to endorse or promote products derived
5647
  from this software without specific prior written permission.
5648
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5649
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5650
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5651
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -5747,6 +5778,97 @@ firebase_messaging_web
5747
  // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5748
  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5749
  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5750
  --------------------------------------------------------------------------------
5751
  fixnum
5752
  stack_trace
@@ -14092,6 +14214,216 @@ shall not be used in advertising or otherwise to promote the sale,
14092
  use or other dealings in these Data Files or Software without prior
14093
  written authorization of the copyright holder.
14094
  --------------------------------------------------------------------------------
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14095
  http
14096
  http_parser
14097
  matcher
 
5646
  contributors may be used to endorse or promote products derived
5647
  from this software without specific prior written permission.
5648
 
5649
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5650
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5651
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5652
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5653
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5654
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5655
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5656
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5657
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5658
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5659
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5660
+ --------------------------------------------------------------------------------
5661
+ firebase_analytics
5662
+ firebase_analytics_platform_interface
5663
+ firebase_analytics_web
5664
+
5665
+ Copyright 2017, the Chromium project authors. All rights reserved.
5666
+ Redistribution and use in source and binary forms, with or without
5667
+ modification, are permitted provided that the following conditions are
5668
+ met:
5669
+
5670
+ * Redistributions of source code must retain the above copyright
5671
+ notice, this list of conditions and the following disclaimer.
5672
+ * Redistributions in binary form must reproduce the above
5673
+ copyright notice, this list of conditions and the following
5674
+ disclaimer in the documentation and/or other materials provided
5675
+ with the distribution.
5676
+ * Neither the name of Google Inc. nor the names of its
5677
+ contributors may be used to endorse or promote products derived
5678
+ from this software without specific prior written permission.
5679
+
5680
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5681
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5682
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
5778
  // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5779
  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5780
  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5781
+ --------------------------------------------------------------------------------
5782
+ firebase_remote_config
5783
+
5784
+ Copyright 2018, the Chromium project authors. All rights reserved.
5785
+ Redistribution and use in source and binary forms, with or without
5786
+ modification, are permitted provided that the following conditions are
5787
+ met:
5788
+
5789
+ * Redistributions of source code must retain the above copyright
5790
+ notice, this list of conditions and the following disclaimer.
5791
+ * Redistributions in binary form must reproduce the above
5792
+ copyright notice, this list of conditions and the following
5793
+ disclaimer in the documentation and/or other materials provided
5794
+ with the distribution.
5795
+ * Neither the name of Google Inc. nor the names of its
5796
+ contributors may be used to endorse or promote products derived
5797
+ from this software without specific prior written permission.
5798
+
5799
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5800
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5801
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5802
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5803
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5804
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5805
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5806
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5807
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5808
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5809
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5810
+ --------------------------------------------------------------------------------
5811
+ firebase_remote_config_platform_interface
5812
+
5813
+ // Copyright 2018 The Chromium Authors. All rights reserved.
5814
+ //
5815
+ // Redistribution and use in source and binary forms, with or without
5816
+ // modification, are permitted provided that the following conditions are
5817
+ // met:
5818
+ //
5819
+ // * Redistributions of source code must retain the above copyright
5820
+ // notice, this list of conditions and the following disclaimer.
5821
+ // * Redistributions in binary form must reproduce the above
5822
+ // copyright notice, this list of conditions and the following disclaimer
5823
+ // in the documentation and/or other materials provided with the
5824
+ // distribution.
5825
+ // * Neither the name of Google Inc. nor the names of its
5826
+ // contributors may be used to endorse or promote products derived from
5827
+ // this software without specific prior written permission.
5828
+ //
5829
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5830
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5831
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5832
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5833
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5834
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5835
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5836
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5837
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5838
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5839
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5840
+
5841
+ --------------------------------------------------------------------------------
5842
+ firebase_remote_config_web
5843
+
5844
+ // Copyright 2017-2020 The Chromium Authors. All rights reserved.
5845
+ //
5846
+ // Redistribution and use in source and binary forms, with or without
5847
+ // modification, are permitted provided that the following conditions are
5848
+ // met:
5849
+ //
5850
+ // * Redistributions of source code must retain the above copyright
5851
+ // notice, this list of conditions and the following disclaimer.
5852
+ // * Redistributions in binary form must reproduce the above
5853
+ // copyright notice, this list of conditions and the following disclaimer
5854
+ // in the documentation and/or other materials provided with the
5855
+ // distribution.
5856
+ // * Neither the name of Google Inc. nor the names of its
5857
+ // contributors may be used to endorse or promote products derived from
5858
+ // this software without specific prior written permission.
5859
+ //
5860
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5861
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5862
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5863
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5864
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5865
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5866
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5867
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5868
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5869
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5870
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5871
+
5872
  --------------------------------------------------------------------------------
5873
  fixnum
5874
  stack_trace
 
14214
  use or other dealings in these Data Files or Software without prior
14215
  written authorization of the copyright holder.
14216
  --------------------------------------------------------------------------------
14217
+ hive
14218
+
14219
+ Apache License
14220
+ Version 2.0, January 2004
14221
+ https://www.apache.org/licenses/
14222
+
14223
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14224
+
14225
+ 1. Definitions.
14226
+
14227
+ "License" shall mean the terms and conditions for use, reproduction,
14228
+ and distribution as defined by Sections 1 through 9 of this document.
14229
+
14230
+ "Licensor" shall mean the copyright owner or entity authorized by
14231
+ the copyright owner that is granting the License.
14232
+
14233
+ "Legal Entity" shall mean the union of the acting entity and all
14234
+ other entities that control, are controlled by, or are under common
14235
+ control with that entity. For the purposes of this definition,
14236
+ "control" means (i) the power, direct or indirect, to cause the
14237
+ direction or management of such entity, whether by contract or
14238
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
14239
+ outstanding shares, or (iii) beneficial ownership of such entity.
14240
+
14241
+ "You" (or "Your") shall mean an individual or Legal Entity
14242
+ exercising permissions granted by this License.
14243
+
14244
+ "Source" form shall mean the preferred form for making modifications,
14245
+ including but not limited to software source code, documentation
14246
+ source, and configuration files.
14247
+
14248
+ "Object" form shall mean any form resulting from mechanical
14249
+ transformation or translation of a Source form, including but
14250
+ not limited to compiled object code, generated documentation,
14251
+ and conversions to other media types.
14252
+
14253
+ "Work" shall mean the work of authorship, whether in Source or
14254
+ Object form, made available under the License, as indicated by a
14255
+ copyright notice that is included in or attached to the work
14256
+ (an example is provided in the Appendix below).
14257
+
14258
+ "Derivative Works" shall mean any work, whether in Source or Object
14259
+ form, that is based on (or derived from) the Work and for which the
14260
+ editorial revisions, annotations, elaborations, or other modifications
14261
+ represent, as a whole, an original work of authorship. For the purposes
14262
+ of this License, Derivative Works shall not include works that remain
14263
+ separable from, or merely link (or bind by name) to the interfaces of,
14264
+ the Work and Derivative Works thereof.
14265
+
14266
+ "Contribution" shall mean any work of authorship, including
14267
+ the original version of the Work and any modifications or additions
14268
+ to that Work or Derivative Works thereof, that is intentionally
14269
+ submitted to Licensor for inclusion in the Work by the copyright owner
14270
+ or by an individual or Legal Entity authorized to submit on behalf of
14271
+ the copyright owner. For the purposes of this definition, "submitted"
14272
+ means any form of electronic, verbal, or written communication sent
14273
+ to the Licensor or its representatives, including but not limited to
14274
+ communication on electronic mailing lists, source code control systems,
14275
+ and issue tracking systems that are managed by, or on behalf of, the
14276
+ Licensor for the purpose of discussing and improving the Work, but
14277
+ excluding communication that is conspicuously marked or otherwise
14278
+ designated in writing by the copyright owner as "Not a Contribution."
14279
+
14280
+ "Contributor" shall mean Licensor and any individual or Legal Entity
14281
+ on behalf of whom a Contribution has been received by Licensor and
14282
+ subsequently incorporated within the Work.
14283
+
14284
+ 2. Grant of Copyright License. Subject to the terms and conditions of
14285
+ this License, each Contributor hereby grants to You a perpetual,
14286
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
14287
+ copyright license to reproduce, prepare Derivative Works of,
14288
+ publicly display, publicly perform, sublicense, and distribute the
14289
+ Work and such Derivative Works in Source or Object form.
14290
+
14291
+ 3. Grant of Patent License. Subject to the terms and conditions of
14292
+ this License, each Contributor hereby grants to You a perpetual,
14293
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
14294
+ (except as stated in this section) patent license to make, have made,
14295
+ use, offer to sell, sell, import, and otherwise transfer the Work,
14296
+ where such license applies only to those patent claims licensable
14297
+ by such Contributor that are necessarily infringed by their
14298
+ Contribution(s) alone or by combination of their Contribution(s)
14299
+ with the Work to which such Contribution(s) was submitted. If You
14300
+ institute patent litigation against any entity (including a
14301
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
14302
+ or a Contribution incorporated within the Work constitutes direct
14303
+ or contributory patent infringement, then any patent licenses
14304
+ granted to You under this License for that Work shall terminate
14305
+ as of the date such litigation is filed.
14306
+
14307
+ 4. Redistribution. You may reproduce and distribute copies of the
14308
+ Work or Derivative Works thereof in any medium, with or without
14309
+ modifications, and in Source or Object form, provided that You
14310
+ meet the following conditions:
14311
+
14312
+ (a) You must give any other recipients of the Work or
14313
+ Derivative Works a copy of this License; and
14314
+
14315
+ (b) You must cause any modified files to carry prominent notices
14316
+ stating that You changed the files; and
14317
+
14318
+ (c) You must retain, in the Source form of any Derivative Works
14319
+ that You distribute, all copyright, patent, trademark, and
14320
+ attribution notices from the Source form of the Work,
14321
+ excluding those notices that do not pertain to any part of
14322
+ the Derivative Works; and
14323
+
14324
+ (d) If the Work includes a "NOTICE" text file as part of its
14325
+ distribution, then any Derivative Works that You distribute must
14326
+ include a readable copy of the attribution notices contained
14327
+ within such NOTICE file, excluding those notices that do not
14328
+ pertain to any part of the Derivative Works, in at least one
14329
+ of the following places: within a NOTICE text file distributed
14330
+ as part of the Derivative Works; within the Source form or
14331
+ documentation, if provided along with the Derivative Works; or,
14332
+ within a display generated by the Derivative Works, if and
14333
+ wherever such third-party notices normally appear. The contents
14334
+ of the NOTICE file are for informational purposes only and
14335
+ do not modify the License. You may add Your own attribution
14336
+ notices within Derivative Works that You distribute, alongside
14337
+ or as an addendum to the NOTICE text from the Work, provided
14338
+ that such additional attribution notices cannot be construed
14339
+ as modifying the License.
14340
+
14341
+ You may add Your own copyright statement to Your modifications and
14342
+ may provide additional or different license terms and conditions
14343
+ for use, reproduction, or distribution of Your modifications, or
14344
+ for any such Derivative Works as a whole, provided Your use,
14345
+ reproduction, and distribution of the Work otherwise complies with
14346
+ the conditions stated in this License.
14347
+
14348
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
14349
+ any Contribution intentionally submitted for inclusion in the Work
14350
+ by You to the Licensor shall be under the terms and conditions of
14351
+ this License, without any additional terms or conditions.
14352
+ Notwithstanding the above, nothing herein shall supersede or modify
14353
+ the terms of any separate license agreement you may have executed
14354
+ with Licensor regarding such Contributions.
14355
+
14356
+ 6. Trademarks. This License does not grant permission to use the trade
14357
+ names, trademarks, service marks, or product names of the Licensor,
14358
+ except as required for reasonable and customary use in describing the
14359
+ origin of the Work and reproducing the content of the NOTICE file.
14360
+
14361
+ 7. Disclaimer of Warranty. Unless required by applicable law or
14362
+ agreed to in writing, Licensor provides the Work (and each
14363
+ Contributor provides its Contributions) on an "AS IS" BASIS,
14364
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14365
+ implied, including, without limitation, any warranties or conditions
14366
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
14367
+ PARTICULAR PURPOSE. You are solely responsible for determining the
14368
+ appropriateness of using or redistributing the Work and assume any
14369
+ risks associated with Your exercise of permissions under this License.
14370
+
14371
+ 8. Limitation of Liability. In no event and under no legal theory,
14372
+ whether in tort (including negligence), contract, or otherwise,
14373
+ unless required by applicable law (such as deliberate and grossly
14374
+ negligent acts) or agreed to in writing, shall any Contributor be
14375
+ liable to You for damages, including any direct, indirect, special,
14376
+ incidental, or consequential damages of any character arising as a
14377
+ result of this License or out of the use or inability to use the
14378
+ Work (including but not limited to damages for loss of goodwill,
14379
+ work stoppage, computer failure or malfunction, or any and all
14380
+ other commercial damages or losses), even if such Contributor
14381
+ has been advised of the possibility of such damages.
14382
+
14383
+ 9. Accepting Warranty or Additional Liability. While redistributing
14384
+ the Work or Derivative Works thereof, You may choose to offer,
14385
+ and charge a fee for, acceptance of support, warranty, indemnity,
14386
+ or other liability obligations and/or rights consistent with this
14387
+ License. However, in accepting such obligations, You may act only
14388
+ on Your own behalf and on Your sole responsibility, not on behalf
14389
+ of any other Contributor, and only if You agree to indemnify,
14390
+ defend, and hold each Contributor harmless for any liability
14391
+ incurred by, or claims asserted against, such Contributor by reason
14392
+ of your accepting any such warranty or additional liability.
14393
+
14394
+ END OF TERMS AND CONDITIONS
14395
+
14396
+ Copyright 2019 Simon Leier
14397
+
14398
+ Licensed under the Apache License, Version 2.0 (the "License");
14399
+ you may not use this file except in compliance with the License.
14400
+ You may obtain a copy of the License at
14401
+
14402
+ https://www.apache.org/licenses/LICENSE-2.0
14403
+
14404
+ Unless required by applicable law or agreed to in writing, software
14405
+ distributed under the License is distributed on an "AS IS" BASIS,
14406
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14407
+ See the License for the specific language governing permissions and
14408
+ limitations under the License.
14409
+
14410
+ --------------------------------------------------------------------------------
14411
+ hive_flutter
14412
+
14413
+ Copyright 2019 Simon Leier
14414
+
14415
+ Licensed under the Apache License, Version 2.0 (the "License");
14416
+ you may not use this file except in compliance with the License.
14417
+ You may obtain a copy of the License at
14418
+
14419
+ http://www.apache.org/licenses/LICENSE-2.0
14420
+
14421
+ Unless required by applicable law or agreed to in writing, software
14422
+ distributed under the License is distributed on an "AS IS" BASIS,
14423
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14424
+ See the License for the specific language governing permissions and
14425
+ limitations under the License.
14426
+ --------------------------------------------------------------------------------
14427
  http
14428
  http_parser
14429
  matcher
static/assets/fonts/MaterialIcons-Regular.otf CHANGED
Binary files a/static/assets/fonts/MaterialIcons-Regular.otf and b/static/assets/fonts/MaterialIcons-Regular.otf differ
 
static/flutter_bootstrap.js CHANGED
@@ -38,6 +38,6 @@ _flutter.buildConfig = {"engineRevision":"ddf47dd3ff96dbde6d9c614db0d7f019d7c7a2
38
 
39
  _flutter.loader.load({
40
  serviceWorkerSettings: {
41
- serviceWorkerVersion: "891972710"
42
  }
43
  });
 
38
 
39
  _flutter.loader.load({
40
  serviceWorkerSettings: {
41
+ serviceWorkerVersion: "4272141432"
42
  }
43
  });
static/flutter_service_worker.js CHANGED
@@ -17,8 +17,8 @@ const RESOURCES = {"assets/AssetManifest.bin": "1b6e81d215d35b84735e3bac9f9afaad
17
  "assets/assets/scriptures/default.jpg": "34bb646134c531b02c4b2fdd29119881",
18
  "assets/assets/thiruman_banner.jpg": "34bb646134c531b02c4b2fdd29119881",
19
  "assets/FontManifest.json": "d4a8d45844bfcdc2b484bfd5676f4e35",
20
- "assets/fonts/MaterialIcons-Regular.otf": "b96f1a0b5b6ddc3558e218c7fac478a1",
21
- "assets/NOTICES": "955345a17b1dfa8b24af2dcc42ec0077",
22
  "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "33b7d9392238c04c131b6ce224e13711",
23
  "assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.css": "5a8d0222407e388155d7d1395a75d5b9",
24
  "assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.html": "16911fcc170c8af1c5457940bd0bf055",
@@ -41,16 +41,16 @@ const RESOURCES = {"assets/AssetManifest.bin": "1b6e81d215d35b84735e3bac9f9afaad
41
  "favicon.png": "74afc5494e90462fd4f3903ec8271c53",
42
  "firebase-messaging-sw.js": "1113ec012351fc1e47a956abbacab353",
43
  "flutter.js": "888483df48293866f9f41d3d9274a779",
44
- "flutter_bootstrap.js": "7d019be7c16f851b3156eba08bc1a789",
45
  "icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
46
  "icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
47
  "icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
48
  "icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
49
  "index.html": "155745e967e3e0ecf6d7333ea445658e",
50
  "/": "155745e967e3e0ecf6d7333ea445658e",
51
- "main.dart.js": "d7c1571ea721a528e750073c738c1576",
52
  "manifest.json": "9d43d4621f8c3ed75ad4ffe729655ecc",
53
- "version.json": "8c0725524f80c530d7a8d351679baab3"};
54
  // The application shell files that are downloaded before a service worker can
55
  // start.
56
  const CORE = ["main.dart.js",
 
17
  "assets/assets/scriptures/default.jpg": "34bb646134c531b02c4b2fdd29119881",
18
  "assets/assets/thiruman_banner.jpg": "34bb646134c531b02c4b2fdd29119881",
19
  "assets/FontManifest.json": "d4a8d45844bfcdc2b484bfd5676f4e35",
20
+ "assets/fonts/MaterialIcons-Regular.otf": "99f2b23722f091b2ff24b9a375841ee1",
21
+ "assets/NOTICES": "71aa0e5f7aa1c39bda0a36a4b480b12b",
22
  "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "33b7d9392238c04c131b6ce224e13711",
23
  "assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.css": "5a8d0222407e388155d7d1395a75d5b9",
24
  "assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.html": "16911fcc170c8af1c5457940bd0bf055",
 
41
  "favicon.png": "74afc5494e90462fd4f3903ec8271c53",
42
  "firebase-messaging-sw.js": "1113ec012351fc1e47a956abbacab353",
43
  "flutter.js": "888483df48293866f9f41d3d9274a779",
44
+ "flutter_bootstrap.js": "98b45c31612fa2b34c67761f05f872fa",
45
  "icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
46
  "icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
47
  "icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
48
  "icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
49
  "index.html": "155745e967e3e0ecf6d7333ea445658e",
50
  "/": "155745e967e3e0ecf6d7333ea445658e",
51
+ "main.dart.js": "fb6454d94313a49659d27ac8a90ea89a",
52
  "manifest.json": "9d43d4621f8c3ed75ad4ffe729655ecc",
53
+ "version.json": "effe12bf5f9e1176492ab5ed14fe0ae9"};
54
  // The application shell files that are downloaded before a service worker can
55
  // start.
56
  const CORE = ["main.dart.js",
static/main.dart.js CHANGED
The diff for this file is too large to render. See raw diff
 
static/version.json CHANGED
@@ -1 +1 @@
1
- {"app_name":"bhashyam_ai","version":"1.0.92","build_number":"152","package_name":"bhashyam_ai"}
 
1
+ {"app_name":"bhashyam_ai","version":"1.0.96","build_number":"161","package_name":"bhashyam_ai"}