diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-02-01 20:59:37 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-02-01 20:59:37 -0300 |
| commit | 5196ac196a9e19cfbb9c6cd16d8081dd137e3572 (patch) | |
| tree | cb2bcf62e085df61091be54af8a1227b7152cbd3 | |
| parent | 5e14fd7f0851779cda2adbb8fd8bac4547570b15 (diff) | |
move `imeta` to NIP-92, add `imeta` tag to README.
| -rw-r--r-- | 92.md (renamed from 29.md) | 2 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 3 insertions, 2 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | NIP-29 | 1 | NIP-92 |
| 2 | ====== | 2 | ====== |
| 3 | 3 | ||
| 4 | Media Attachments | 4 | Media Attachments |
| @@ -44,7 +44,6 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 44 | - [NIP-26: Delegated Event Signing](26.md) | 44 | - [NIP-26: Delegated Event Signing](26.md) |
| 45 | - [NIP-27: Text Note References](27.md) | 45 | - [NIP-27: Text Note References](27.md) |
| 46 | - [NIP-28: Public Chat](28.md) | 46 | - [NIP-28: Public Chat](28.md) |
| 47 | - [NIP-29: Media Attachments](29.md) | ||
| 48 | - [NIP-30: Custom Emoji](30.md) | 47 | - [NIP-30: Custom Emoji](30.md) |
| 49 | - [NIP-31: Dealing with Unknown Events](31.md) | 48 | - [NIP-31: Dealing with Unknown Events](31.md) |
| 50 | - [NIP-32: Labeling](32.md) | 49 | - [NIP-32: Labeling](32.md) |
| @@ -74,6 +73,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 74 | - [NIP-84: Highlights](84.md) | 73 | - [NIP-84: Highlights](84.md) |
| 75 | - [NIP-89: Recommended Application Handlers](89.md) | 74 | - [NIP-89: Recommended Application Handlers](89.md) |
| 76 | - [NIP-90: Data Vending Machines](90.md) | 75 | - [NIP-90: Data Vending Machines](90.md) |
| 76 | - [NIP-92: Media Attachments](92.md) | ||
| 77 | - [NIP-94: File Metadata](94.md) | 77 | - [NIP-94: File Metadata](94.md) |
| 78 | - [NIP-96: HTTP File Storage Integration](96.md) | 78 | - [NIP-96: HTTP File Storage Integration](96.md) |
| 79 | - [NIP-98: HTTP Auth](98.md) | 79 | - [NIP-98: HTTP Auth](98.md) |
| @@ -218,6 +218,7 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 218 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | | 218 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | |
| 219 | | `goal` | event id (hex) | relay URL | [75](75.md) | | 219 | | `goal` | event id (hex) | relay URL | [75](75.md) | |
| 220 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | | 220 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | |
| 221 | | `imeta` | inline metadata | -- | [92](92.md) | | ||
| 221 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | | 222 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | |
| 222 | | `location` | location string | -- | [52](52.md), [99](99.md) | | 223 | | `location` | location string | -- | [52](52.md), [99](99.md) | |
| 223 | | `name` | badge name | -- | [58](58.md) | | 224 | | `name` | badge name | -- | [58](58.md) | |