upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2025-01-21 17:21:17 -0300
committerfiatjaf <fiatjaf@gmail.com>2025-01-21 17:21:17 -0300
commit5eb515ceb97bdf0aa1570fb97ac510cd795bcf5a (patch)
treef70d3736825e85cf4a616a9ff5ba1c365e639bc1
parent23884854ad3843352b192d814e01ab609dd3e739 (diff)
fix mentions in other NIPs and README.
-rw-r--r--51.md2
-rw-r--r--68.md6
-rw-r--r--README.md4
3 files changed, 6 insertions, 6 deletions
diff --git a/51.md b/51.md
index d1c6270..87744c7 100644
--- a/51.md
+++ b/51.md
@@ -50,7 +50,7 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"ti
50| Relay sets | 30002 | user-defined relay groups the user can easily pick and choose from during various operations | `"relay"` (relay URLs) | 50| Relay sets | 30002 | user-defined relay groups the user can easily pick and choose from during various operations | `"relay"` (relay URLs) |
51| Bookmark sets | 30003 | user-defined bookmarks categories , for when bookmarks must be in labeled separate groups | `"e"` (kind:1 notes), `"a"` (kind:30023 articles), `"t"` (hashtags), `"r"` (URLs) | 51| Bookmark sets | 30003 | user-defined bookmarks categories , for when bookmarks must be in labeled separate groups | `"e"` (kind:1 notes), `"a"` (kind:30023 articles), `"t"` (hashtags), `"r"` (URLs) |
52| Curation sets | 30004 | groups of articles picked by users as interesting and/or belonging to the same category | `"a"` (kind:30023 articles), `"e"` (kind:1 notes) | 52| Curation sets | 30004 | groups of articles picked by users as interesting and/or belonging to the same category | `"a"` (kind:30023 articles), `"e"` (kind:1 notes) |
53| Curation sets | 30005 | groups of videos picked by users as interesting and/or belonging to the same category | `"a"` (kind:34235 videos) | 53| Curation sets | 30005 | groups of videos picked by users as interesting and/or belonging to the same category | `"a"` (kind:21 videos) |
54| Kind mute sets | 30007 | mute pubkeys by kinds<br>`"d"` tag MUST be the kind string | `"p"` (pubkeys) | 54| Kind mute sets | 30007 | mute pubkeys by kinds<br>`"d"` tag MUST be the kind string | `"p"` (pubkeys) |
55| Interest sets | 30015 | interest topics represented by a bunch of "hashtags" | `"t"` (hashtags) | 55| Interest sets | 30015 | interest topics represented by a bunch of "hashtags" | `"t"` (hashtags) |
56| Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | 56| Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) |
diff --git a/68.md b/68.md
index 6c1e7d2..918378a 100644
--- a/68.md
+++ b/68.md
@@ -12,7 +12,7 @@ The idea is for this type of event to cater to Nostr clients resembling platform
12 12
13## Picture Events 13## Picture Events
14 14
15Picture events contain a `title` tag and description in the `.content`. 15Picture events contain a `title` tag and description in the `.content`.
16 16
17They may contain multiple images to be displayed as a single post. 17They may contain multiple images to be displayed as a single post.
18 18
@@ -81,7 +81,7 @@ They may contain multiple images to be displayed as a single post.
81 81
82The `imeta` tag `annotate-user` places a user link in the specific position in the image. 82The `imeta` tag `annotate-user` places a user link in the specific position in the image.
83 83
84Only the following media types are accepted: 84Only the following media types are accepted:
85- `image/apng`: Animated Portable Network Graphics (APNG) 85- `image/apng`: Animated Portable Network Graphics (APNG)
86- `image/avif`: AV1 Image File Format (AVIF) 86- `image/avif`: AV1 Image File Format (AVIF)
87- `image/gif`: Graphics Interchange Format (GIF) 87- `image/gif`: Graphics Interchange Format (GIF)
@@ -89,4 +89,4 @@ Only the following media types are accepted:
89- `image/png`: Portable Network Graphics (PNG) 89- `image/png`: Portable Network Graphics (PNG)
90- `image/webp`: Web Picture format (WEBP) 90- `image/webp`: Web Picture format (WEBP)
91 91
92Picture events might be used with [NIP-71](71.md)'s kind `34236` to display short vertical videos in the same feed. 92Picture events might be used with [NIP-71](71.md)'s kind `22` to display short vertical videos in the same feed.
diff --git a/README.md b/README.md
index 56fa597..4c507dd 100644
--- a/README.md
+++ b/README.md
@@ -228,8 +228,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
228| `31925` | Calendar Event RSVP | [52](52.md) | 228| `31925` | Calendar Event RSVP | [52](52.md) |
229| `31989` | Handler recommendation | [89](89.md) | 229| `31989` | Handler recommendation | [89](89.md) |
230| `31990` | Handler information | [89](89.md) | 230| `31990` | Handler information | [89](89.md) |
231| `34235` | Video Event | [71](71.md) | 231| `21` | Video Event | [71](71.md) |
232| `34236` | Short-form Portrait Video Event | [71](71.md) | 232| `22` | Short-form Portrait Video Event | [71](71.md) |
233| `34550` | Community Definition | [72](72.md) | 233| `34550` | Community Definition | [72](72.md) |
234| `37375` | Cashu Wallet Event | [60](60.md) | 234| `37375` | Cashu Wallet Event | [60](60.md) |
235| `38383` | Peer-to-peer Order events | [69](69.md) | 235| `38383` | Peer-to-peer Order events | [69](69.md) |