widetorah 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/README.md +11 -0
- data/lib/widetorah/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3abf1544ff9016c1b0e458f849ebe8bd8e47cdceafd0a44625e2999795948faf
|
|
4
|
+
data.tar.gz: 478502711a32915fd4d045a5c30aeabbefdace6f34a99ecba5755ffee6c6faf5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 111b9ed458900e798336570b37b5577dd5b89bdb9b0b7b49b02555eef7c57c0b59abc81eaad7afb28ba53620ee6f97d4a9307d25d4b7e81cd90df5d4ac532327
|
|
7
|
+
data.tar.gz: 3e97758c544c394bf436d622b3ddebaf86ba5cd47198df3331cc735cbcb2d7f67459c5f8ac6c023701589edcb8dbdc1ca1c1f97d89453f35f6fb49e8fc8315f6
|
data/README.md
CHANGED
|
@@ -237,6 +237,17 @@ Part of the [WideHoly](https://wideholy.com) multi-religion scripture platform.
|
|
|
237
237
|
| **PyPI** | `pip install widetorah` | [PyPI](https://pypi.org/project/widetorah/) |
|
|
238
238
|
| **npm** | `npm install widetorah` | [npm](https://www.npmjs.com/package/widetorah) |
|
|
239
239
|
|
|
240
|
+
## Embed Widget
|
|
241
|
+
|
|
242
|
+
Embed [WideTorah](https://widetorah.com) widgets on any website with [widetorah-embed](https://widget.widetorah.com):
|
|
243
|
+
|
|
244
|
+
```html
|
|
245
|
+
<script src="https://cdn.jsdelivr.net/npm/widetorah-embed@1/dist/embed.min.js"></script>
|
|
246
|
+
<div data-widetorah="entity" data-slug="example"></div>
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · [Widget docs](https://widget.widetorah.com)
|
|
250
|
+
|
|
240
251
|
## License
|
|
241
252
|
|
|
242
253
|
MIT
|
data/lib/widetorah/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: widetorah
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- dobestan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: API client for widetorah.com. Access 24 books of the Tanakh, 54 parashot,
|
|
14
14
|
63 Talmud tractates with daf pages, Mishnah, Rashi commentary, Jewish holidays,
|