diff options
| author | Yoji Shidara <dara@shidara.net> | 2025-08-13 21:26:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-13 21:26:30 +0900 |
| commit | 0e911333207cb6865d43e76d746e30650c413f23 (patch) | |
| tree | bc8caafc4d53343612f6be7f9fcc86452db97e04 /73.md | |
| parent | 252f746010cebafb3f98720ec5e8fb2634f70b77 (diff) | |
Fix typos (#2014)
Diffstat (limited to '73.md')
| -rw-r--r-- | 73.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -6,7 +6,7 @@ External Content IDs | |||
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `draft` `optional` |
| 8 | 8 | ||
| 9 | There are certain established global content identifiers such as [Book ISBNs](https://en.wikipedia.org/wiki/ISBN), [Podcast GUIDs](https://podcastnamespace.org/tag/guid), and [Movie ISANs](https://en.wikipedia.org/wiki/International_Standard_Audiovisual_Number) that are useful to reference in nostr events so that clients can query all the events assosiated with these ids. | 9 | There are certain established global content identifiers such as [Book ISBNs](https://en.wikipedia.org/wiki/ISBN), [Podcast GUIDs](https://podcastnamespace.org/tag/guid), and [Movie ISANs](https://en.wikipedia.org/wiki/International_Standard_Audiovisual_Number) that are useful to reference in nostr events so that clients can query all the events associated with these ids. |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | `i` tags are used for referencing these external content ids, with `k` tags representing the external content id kind so that clients can query all the events for a specific kind. | 12 | `i` tags are used for referencing these external content ids, with `k` tags representing the external content id kind so that clients can query all the events for a specific kind. |
| @@ -47,7 +47,7 @@ For the webpage "https://myblog.example.com/post/2012-03-27/hello-world" the "i" | |||
| 47 | 47 | ||
| 48 | - Book ISBN: `["i", "isbn:9780765382030"]` - https://isbnsearch.org/isbn/9780765382030 | 48 | - Book ISBN: `["i", "isbn:9780765382030"]` - https://isbnsearch.org/isbn/9780765382030 |
| 49 | 49 | ||
| 50 | Book ISBNs MUST be referenced _**without hyphens**_ as many book search APIs return the ISBNs without hyphens. Removing hypens from ISBNs is trivial, whereas adding the hyphens back in is non-trivial requiring a library. | 50 | Book ISBNs MUST be referenced _**without hyphens**_ as many book search APIs return the ISBNs without hyphens. Removing hyphens from ISBNs is trivial, whereas adding the hyphens back in is non-trivial requiring a library. |
| 51 | 51 | ||
| 52 | ### Podcasts: | 52 | ### Podcasts: |
| 53 | 53 | ||