upleb.uk

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

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index ffa6393..dd2e812 100644
--- a/README.md
+++ b/README.md
@@ -68,11 +68,13 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
68- [NIP-52: Calendar Events](52.md) 68- [NIP-52: Calendar Events](52.md)
69- [NIP-53: Live Activities](53.md) 69- [NIP-53: Live Activities](53.md)
70- [NIP-54: Wiki](54.md) 70- [NIP-54: Wiki](54.md)
71- [NIP-55: Android Signer Application](55.md)
71- [NIP-56: Reporting](56.md) 72- [NIP-56: Reporting](56.md)
72- [NIP-57: Lightning Zaps](57.md) 73- [NIP-57: Lightning Zaps](57.md)
73- [NIP-58: Badges](58.md) 74- [NIP-58: Badges](58.md)
74- [NIP-59: Gift Wrap](59.md) 75- [NIP-59: Gift Wrap](59.md)
75- [NIP-65: Relay List Metadata](65.md) 76- [NIP-65: Relay List Metadata](65.md)
77- [NIP-70: Protected Events](70.md)
76- [NIP-71: Video Events](71.md) 78- [NIP-71: Video Events](71.md)
77- [NIP-72: Moderated Communities](72.md) 79- [NIP-72: Moderated Communities](72.md)
78- [NIP-75: Zap Goals](75.md) 80- [NIP-75: Zap Goals](75.md)
@@ -89,7 +91,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
89## Event Kinds 91## Event Kinds
90| kind | description | NIP | 92| kind | description | NIP |
91| ------------- | -------------------------- | ------------------------ | 93| ------------- | -------------------------- | ------------------------ |
92| `0` | Metadata | [01](01.md) | 94| `0` | User Metadata | [01](01.md) |
93| `1` | Short Text Note | [01](01.md) | 95| `1` | Short Text Note | [01](01.md) |
94| `2` | Recommend Relay | 01 (deprecated) | 96| `2` | Recommend Relay | 01 (deprecated) |
95| `3` | Follows | [02](02.md) | 97| `3` | Follows | [02](02.md) |
@@ -223,8 +225,6 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
223| `AUTH` | used to send authentication challenges | [42](42.md) | 225| `AUTH` | used to send authentication challenges | [42](42.md) |
224| `COUNT` | used to send requested event counts to clients | [45](45.md) | 226| `COUNT` | used to send requested event counts to clients | [45](45.md) |
225 227
226Please update these lists when proposing NIPs introducing new event kinds.
227
228## Standardized Tags 228## Standardized Tags
229 229
230| name | value | other parameters | NIP | 230| name | value | other parameters | NIP |
@@ -233,14 +233,16 @@ Please update these lists when proposing NIPs introducing new event kinds.
233| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) | 233| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) |
234| `a` | coordinates to an event | relay URL | [01](01.md) | 234| `a` | coordinates to an event | relay URL | [01](01.md) |
235| `d` | identifier | -- | [01](01.md) | 235| `d` | identifier | -- | [01](01.md) |
236| `-` | -- | -- | [70](70.md) |
236| `g` | geohash | -- | [52](52.md) | 237| `g` | geohash | -- | [52](52.md) |
238| `h` | group id | -- | [29](29.md) |
237| `i` | identity | proof | [39](39.md) | 239| `i` | identity | proof | [39](39.md) |
238| `k` | kind number (string) | -- | [18](18.md), [25](25.md), [72](72.md) | 240| `k` | kind number (string) | -- | [18](18.md), [25](25.md), [72](72.md) |
239| `l` | label, label namespace | annotations | [32](32.md) | 241| `l` | label, label namespace | -- | [32](32.md) |
240| `L` | label namespace | -- | [32](32.md) | 242| `L` | label namespace | -- | [32](32.md) |
241| `m` | MIME type | -- | [94](94.md) | 243| `m` | MIME type | -- | [94](94.md) |
242| `q` | event id (hex) | relay URL | [18](18.md) | 244| `q` | event id (hex) | relay URL | [18](18.md) |
243| `r` | a reference (URL, etc) | petname | | 245| `r` | a reference (URL, etc) | petname | [24](24.md) |
244| `r` | relay url | marker | [65](65.md) | 246| `r` | relay url | marker | [65](65.md) |
245| `t` | hashtag | -- | | 247| `t` | hashtag | -- | |
246| `alt` | summary | -- | [31](31.md) | 248| `alt` | summary | -- | [31](31.md) |
@@ -276,6 +278,8 @@ Please update these lists when proposing NIPs introducing new event kinds.
276| `web` | webpage URL | -- | [34](34.md) | 278| `web` | webpage URL | -- | [34](34.md) |
277| `zap` | pubkey (hex), relay URL | weight | [57](57.md) | 279| `zap` | pubkey (hex), relay URL | weight | [57](57.md) |
278 280
281Please update these lists when proposing new NIPs.
282
279## Criteria for acceptance of NIPs 283## Criteria for acceptance of NIPs
280 284
2811. They should be fully implemented in at least two clients and one relay -- when applicable. 2851. They should be fully implemented in at least two clients and one relay -- when applicable.