widesutra 0.1.0 → 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 +13 -2
- data/lib/widesutra/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: 52eb1cd84184125c0734c68943dd088d008e04f187f61ba09512b6203f369005
|
|
4
|
+
data.tar.gz: bb8afa80a597ee99ad32be608ba928d50af4f33bab0d4890b85f7e1869d47759
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b6fb98ddbe2d6eae1c1652f55839ab6eb5110b50e8b3eb8830989d40ff2a5d0d2ec13d5fd2aa49cb39030edf64583b48dcb795d9e3b54e28f427a32a3f18ed6
|
|
7
|
+
data.tar.gz: 8fd1815b2e07045af87f22df5ab171700644e361dc924e0e5d9bf4fcec17326250ba4c2b57987f5261e93aff3d29d2ba268364a91604a5a1be6e2177f59dfa3d
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Ruby client for the [WideSutra](https://widesutra.com) API. Access Buddhist scri
|
|
|
9
9
|
|
|
10
10
|
WideSutra is a comprehensive Buddhist scripture encyclopedia providing structured access to the Theravada Pali Canon, Mahayana sutras, and the broader Buddhist intellectual tradition -- all accessible through a free REST API.
|
|
11
11
|
|
|
12
|
-
> **Explore Buddhist scriptures at [widesutra.com](https://widesutra.com)** -- [Collections](https://widesutra.com/collections/), [Books](https://widesutra.com/
|
|
12
|
+
> **Explore Buddhist scriptures at [widesutra.com](https://widesutra.com)** -- [Collections](https://widesutra.com/collections/), [Books](https://widesutra.com/collections/), [Figures](https://widesutra.com/figures/), [Concepts](https://widesutra.com/concepts/), [Glossary](https://widesutra.com/glossary/)
|
|
13
13
|
|
|
14
14
|
## Table of Contents
|
|
15
15
|
|
|
@@ -204,7 +204,7 @@ puts term["definition"]
|
|
|
204
204
|
|
|
205
205
|
## Learn More About Buddhist Scripture
|
|
206
206
|
|
|
207
|
-
- **Browse**: [Collections](https://widesutra.com/collections/) -- [Books](https://widesutra.com/
|
|
207
|
+
- **Browse**: [Collections](https://widesutra.com/collections/) -- [Books](https://widesutra.com/collections/) -- [Figures](https://widesutra.com/figures/)
|
|
208
208
|
- **Study**: [Concepts](https://widesutra.com/concepts/) -- [Topics](https://widesutra.com/topics/) -- [Glossary](https://widesutra.com/glossary/)
|
|
209
209
|
- **API**: [REST API Docs](https://widesutra.com/developers/) -- [OpenAPI Spec](https://widesutra.com/api/openapi.json)
|
|
210
210
|
|
|
@@ -228,6 +228,17 @@ Part of the [WideHoly](https://wideholy.com) multi-religion scripture platform.
|
|
|
228
228
|
| **PyPI** | `pip install widesutra` | [PyPI](https://pypi.org/project/widesutra/) |
|
|
229
229
|
| **npm** | `npm install widesutra` | [npm](https://www.npmjs.com/package/widesutra) |
|
|
230
230
|
|
|
231
|
+
## Embed Widget
|
|
232
|
+
|
|
233
|
+
Embed [WideSutra](https://widesutra.com) widgets on any website with [widesutra-embed](https://widget.widesutra.com):
|
|
234
|
+
|
|
235
|
+
```html
|
|
236
|
+
<script src="https://cdn.jsdelivr.net/npm/widesutra-embed@1/dist/embed.min.js"></script>
|
|
237
|
+
<div data-widesutra="entity" data-slug="example"></div>
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · [Widget docs](https://widget.widesutra.com)
|
|
241
|
+
|
|
231
242
|
## License
|
|
232
243
|
|
|
233
244
|
MIT
|
data/lib/widesutra/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: widesutra
|
|
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 widesutra.com. Access Buddhist scripture collections (Tipitaka,
|
|
14
14
|
Mahayana Sutras), books, texts with Pali/Sanskrit originals and translations, Buddhist
|