diff options
| author | hodlbod <jstaab@protonmail.com> | 2024-10-07 09:58:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 09:58:12 -0700 |
| commit | 23ef4aa05b61dfd8e36046c61efd656e9af3538e (patch) | |
| tree | 1e722585cf17eb22a83c4b17fe1909e8ae98dd36 | |
| parent | db13d12eb6412d56e94e041d22cadf8ea757a91b (diff) | |
| parent | 10c112defe6d2c57ded96eb22e0b078ff962c92a (diff) | |
Merge pull request #1527 from AsaiToshiya/remove-nip12-mention
NIP-23, NIP-99: remove NIP-12 mention
| -rw-r--r-- | 23.md | 2 | ||||
| -rw-r--r-- | 99.md | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -20,7 +20,7 @@ The `.content` of these events should be a string text in Markdown syntax. To ma | |||
| 20 | 20 | ||
| 21 | ### Metadata | 21 | ### Metadata |
| 22 | 22 | ||
| 23 | For the date of the last update the `.created_at` field should be used, for "tags"/"hashtags" (i.e. topics about which the event might be of relevance) the `t` tag should be used, as per NIP-12. | 23 | For the date of the last update the `.created_at` field should be used, for "tags"/"hashtags" (i.e. topics about which the event might be of relevance) the `t` tag should be used. |
| 24 | 24 | ||
| 25 | Other metadata fields can be added as tags to the event as necessary. Here we standardize 4 that may be useful, although they remain strictly optional: | 25 | Other metadata fields can be added as tags to the event as necessary. Here we standardize 4 that may be useful, although they remain strictly optional: |
| 26 | 26 | ||
| @@ -26,7 +26,7 @@ The `.pubkey` field of these events are treated as the party creating the listin | |||
| 26 | 26 | ||
| 27 | ### Metadata | 27 | ### Metadata |
| 28 | 28 | ||
| 29 | - For "tags"/"hashtags" (i.e. categories or keywords of relevance for the listing) the `"t"` event tag should be used, as per [NIP-12](12.md). | 29 | - For "tags"/"hashtags" (i.e. categories or keywords of relevance for the listing) the `"t"` event tag should be used. |
| 30 | - For images, whether included in the markdown content or not, clients SHOULD use `image` tags as described in [NIP-58](58.md). This allows clients to display images in carousel format more easily. | 30 | - For images, whether included in the markdown content or not, clients SHOULD use `image` tags as described in [NIP-58](58.md). This allows clients to display images in carousel format more easily. |
| 31 | 31 | ||
| 32 | The following tags, used for structured metadata, are standardized and SHOULD be included. Other tags may be added as necessary. | 32 | The following tags, used for structured metadata, are standardized and SHOULD be included. Other tags may be added as necessary. |