upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsai Toshiya <to.asai.60@gmail.com>2024-03-07 06:45:35 +0900
committerfiatjaf_ <fiatjaf@gmail.com>2024-03-07 07:34:04 -0300
commit6871b3b334c3ae6ec23266b42d238859805a1ebe (patch)
treea9a519306e110345532012768daf1294f81acba2
parent808569e562e774c17bd0caccf28b6ac95bc0641a (diff)
README: add kinds and tags for NIP-34
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5d163fd..90a6394 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,9 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
111| `1059` | Gift Wrap | [59](59.md) | 111| `1059` | Gift Wrap | [59](59.md) |
112| `1063` | File Metadata | [94](94.md) | 112| `1063` | File Metadata | [94](94.md) |
113| `1311` | Live Chat Message | [53](53.md) | 113| `1311` | Live Chat Message | [53](53.md) |
114| `1617` | Patches | [34](34.md) |
115| `1621` | Issues | [34](34.md) |
116| `1622` | Replies | [34](34.md) |
114| `1971` | Problem Tracker | [nostrocket][nostrocket] | 117| `1971` | Problem Tracker | [nostrocket][nostrocket] |
115| `1984` | Reporting | [56](56.md) | 118| `1984` | Reporting | [56](56.md) |
116| `1985` | Label | [32](32.md) | 119| `1985` | Label | [32](32.md) |
@@ -163,6 +166,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
163| `30315` | User Statuses | [38](38.md) | 166| `30315` | User Statuses | [38](38.md) |
164| `30402` | Classified Listing | [99](99.md) | 167| `30402` | Classified Listing | [99](99.md) |
165| `30403` | Draft Classified Listing | [99](99.md) | 168| `30403` | Draft Classified Listing | [99](99.md) |
169| `30617` | Repository announcements | [34](34.md) |
166| `31922` | Date-Based Calendar Event | [52](52.md) | 170| `31922` | Date-Based Calendar Event | [52](52.md) |
167| `31923` | Time-Based Calendar Event | [52](52.md) | 171| `31923` | Time-Based Calendar Event | [52](52.md) |
168| `31924` | Calendar | [52](52.md) | 172| `31924` | Calendar | [52](52.md) |
@@ -224,9 +228,10 @@ Please update these lists when proposing NIPs introducing new event kinds.
224| `bolt11` | `bolt11` invoice | -- | [57](57.md) | 228| `bolt11` | `bolt11` invoice | -- | [57](57.md) |
225| `challenge` | challenge string | -- | [42](42.md) | 229| `challenge` | challenge string | -- | [42](42.md) |
226| `client` | name, address | relay URL | [89](89.md) | 230| `client` | name, address | relay URL | [89](89.md) |
231| `clone` | git clone URL | -- | [34](34.md) |
227| `content-warning` | reason | -- | [36](36.md) | 232| `content-warning` | reason | -- | [36](36.md) |
228| `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | 233| `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) |
229| `description` | invoice/badge description | -- | [57](57.md), [58](58.md) | 234| `description` | description | -- | [34](34.md), [57](57.md), [58](58.md) |
230| `emoji` | shortcode, image URL | -- | [30](30.md) | 235| `emoji` | shortcode, image URL | -- | [30](30.md) |
231| `encrypted` | -- | -- | [90](90.md) | 236| `encrypted` | -- | -- | [90](90.md) |
232| `expiration` | unix timestamp (string) | -- | [40](40.md) | 237| `expiration` | unix timestamp (string) | -- | [40](40.md) |
@@ -235,7 +240,7 @@ Please update these lists when proposing NIPs introducing new event kinds.
235| `imeta` | inline metadata | -- | [92](92.md) | 240| `imeta` | inline metadata | -- | [92](92.md) |
236| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | 241| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) |
237| `location` | location string | -- | [52](52.md), [99](99.md) | 242| `location` | location string | -- | [52](52.md), [99](99.md) |
238| `name` | badge name | -- | [58](58.md) | 243| `name` | name | -- | [34](34.md), [58](58.md) |
239| `nonce` | random | -- | [13](13.md) | 244| `nonce` | random | -- | [13](13.md) |
240| `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | 245| `preimage` | hash of `bolt11` invoice | -- | [57](57.md) |
241| `price` | price | currency, frequency | [99](99.md) | 246| `price` | price | currency, frequency | [99](99.md) |
@@ -248,6 +253,7 @@ Please update these lists when proposing NIPs introducing new event kinds.
248| `summary` | article summary | -- | [23](23.md) | 253| `summary` | article summary | -- | [23](23.md) |
249| `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | 254| `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) |
250| `title` | article title | -- | [23](23.md) | 255| `title` | article title | -- | [23](23.md) |
256| `web` | webpage URL | -- | [34](34.md) |
251| `zap` | pubkey (hex), relay URL | weight | [57](57.md) | 257| `zap` | pubkey (hex), relay URL | weight | [57](57.md) |
252 258
253## Criteria for acceptance of NIPs 259## Criteria for acceptance of NIPs