diff options
| author | theborakompanioni <theborakompanioni+github@gmail.com> | 2024-03-08 13:26:47 +0100 |
|---|---|---|
| committer | theborakompanioni <theborakompanioni+github@gmail.com> | 2024-08-12 13:27:41 +0200 |
| commit | 5d37fea585f93fb98743f37f5f1318894b99a246 (patch) | |
| tree | 0a2915de0c1758e52ae8972ecc6d5fe914eb63b8 | |
| parent | e735ef9aeff1e5d18d0dfa7a163b1bdc63ee742e (diff) | |
docs(NIP-64): add chess to title
make clear that the nip is about chess
| -rw-r--r-- | 64.md | 4 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 2 deletions
| @@ -1,12 +1,12 @@ | |||
| 1 | NIP-64 | 1 | NIP-64 |
| 2 | ====== | 2 | ====== |
| 3 | 3 | ||
| 4 | Portable Game Notation | 4 | Chess (Portable Game Notation) |
| 5 | ----- | 5 | ----- |
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `draft` `optional` |
| 8 | 8 | ||
| 9 | This NIP defines `kind:64` notes representing games in [PGN][pgn_specification] format, which can be read by humans and is also supported by most chess software. | 9 | This NIP defines `kind:64` notes representing chess games in [PGN][pgn_specification] format, which can be read by humans and is also supported by most chess software. |
| 10 | 10 | ||
| 11 | ## Note | 11 | ## Note |
| 12 | 12 | ||
| @@ -73,6 +73,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 73 | - [NIP-57: Lightning Zaps](57.md) | 73 | - [NIP-57: Lightning Zaps](57.md) |
| 74 | - [NIP-58: Badges](58.md) | 74 | - [NIP-58: Badges](58.md) |
| 75 | - [NIP-59: Gift Wrap](59.md) | 75 | - [NIP-59: Gift Wrap](59.md) |
| 76 | - [NIP-64: Chess (PGN)](64.md) | ||
| 76 | - [NIP-65: Relay List Metadata](65.md) | 77 | - [NIP-65: Relay List Metadata](65.md) |
| 77 | - [NIP-70: Protected Events](70.md) | 78 | - [NIP-70: Protected Events](70.md) |
| 78 | - [NIP-71: Video Events](71.md) | 79 | - [NIP-71: Video Events](71.md) |
| @@ -115,6 +116,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 115 | | `42` | Channel Message | [28](28.md) | | 116 | | `42` | Channel Message | [28](28.md) | |
| 116 | | `43` | Channel Hide Message | [28](28.md) | | 117 | | `43` | Channel Hide Message | [28](28.md) | |
| 117 | | `44` | Channel Mute User | [28](28.md) | | 118 | | `44` | Channel Mute User | [28](28.md) | |
| 119 | | `64` | Chess (PGN) | [64](64.md) | | ||
| 118 | | `818` | Merge Requests | [54](54.md) | | 120 | | `818` | Merge Requests | [54](54.md) | |
| 119 | | `1021` | Bid | [15](15.md) | | 121 | | `1021` | Bid | [15](15.md) | |
| 120 | | `1022` | Bid confirmation | [15](15.md) | | 122 | | `1022` | Bid confirmation | [15](15.md) | |