diff options
| author | laanwj <126646+laanwj@users.noreply.github.com> | 2024-11-09 14:34:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-09 22:34:29 +0900 |
| commit | b79e46d33cdbe275080a0cb6c7db8e84c685bdb4 (patch) | |
| tree | 7a95db2570d66a4ea220865d2de8a16886d3c0f9 | |
| parent | b0840be3124ee04abadc68155d71dbd6abaa6bde (diff) | |
readme: Add standardized tags for NIP-35 (torrents) (#1575)
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -268,7 +268,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 268 | | `-` | -- | -- | [70](70.md) | | 268 | | `-` | -- | -- | [70](70.md) | |
| 269 | | `g` | geohash | -- | [52](52.md) | | 269 | | `g` | geohash | -- | [52](52.md) | |
| 270 | | `h` | group id | -- | [29](29.md) | | 270 | | `h` | group id | -- | [29](29.md) | |
| 271 | | `i` | external identity | proof, url hint | [39](39.md), [73](73.md) | | 271 | | `i` | external identity | proof, url hint | [35](35.md), [39](39.md), [73](73.md) | |
| 272 | | `k` | kind | -- | [18](18.md), [25](25.md), [72](72.md), [73](73.md) | | 272 | | `k` | kind | -- | [18](18.md), [25](25.md), [72](72.md), [73](73.md) | |
| 273 | | `l` | label, label namespace | -- | [32](32.md) | | 273 | | `l` | label, label namespace | -- | [32](32.md) | |
| 274 | | `L` | label namespace | -- | [32](32.md) | | 274 | | `L` | label namespace | -- | [32](32.md) | |
| @@ -276,7 +276,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 276 | | `q` | event id (hex) | relay URL, pubkey (hex) | [18](18.md) | | 276 | | `q` | event id (hex) | relay URL, pubkey (hex) | [18](18.md) | |
| 277 | | `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | | 277 | | `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | |
| 278 | | `r` | relay url | marker | [65](65.md) | | 278 | | `r` | relay url | marker | [65](65.md) | |
| 279 | | `t` | hashtag | -- | [24](24.md), [34](34.md) | | 279 | | `t` | hashtag | -- | [24](24.md), [34](34.md), [35](35.md) | |
| 280 | | `x` | infohash | -- | [35](35.md) | | ||
| 280 | | `alt` | summary | -- | [31](31.md) | | 281 | | `alt` | summary | -- | [31](31.md) | |
| 281 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | | 282 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | |
| 282 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | | 283 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | |
| @@ -289,6 +290,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 289 | | `emoji` | shortcode, image URL | -- | [30](30.md) | | 290 | | `emoji` | shortcode, image URL | -- | [30](30.md) | |
| 290 | | `encrypted` | -- | -- | [90](90.md) | | 291 | | `encrypted` | -- | -- | [90](90.md) | |
| 291 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | | 292 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | |
| 293 | | `file` | full path (string) | -- | [35](35.md) | | ||
| 292 | | `goal` | event id (hex) | relay URL | [75](75.md) | | 294 | | `goal` | event id (hex) | relay URL | [75](75.md) | |
| 293 | | `image` | image URL | dimensions in pixels | [23](23.md), [52](52.md), [58](58.md) | | 295 | | `image` | image URL | dimensions in pixels | [23](23.md), [52](52.md), [58](58.md) | |
| 294 | | `imeta` | inline metadata | -- | [92](92.md) | | 296 | | `imeta` | inline metadata | -- | [92](92.md) | |
| @@ -307,6 +309,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 307 | | `summary` | summary | -- | [23](23.md), [52](52.md) | | 309 | | `summary` | summary | -- | [23](23.md), [52](52.md) | |
| 308 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | | 310 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | |
| 309 | | `title` | article title | -- | [23](23.md) | | 311 | | `title` | article title | -- | [23](23.md) | |
| 312 | | `tracker` | torrent tracker URL | -- | [35](35.md) | | ||
| 310 | | `web` | webpage URL | -- | [34](34.md) | | 313 | | `web` | webpage URL | -- | [34](34.md) | |
| 311 | | `zap` | pubkey (hex), relay URL | weight | [57](57.md) | | 314 | | `zap` | pubkey (hex), relay URL | weight | [57](57.md) | |
| 312 | 315 | ||