small fixes on nip 54.

This commit is contained in:
fiatjaf 2024-05-02 11:32:58 -03:00
parent 218fbb1cc7
commit dcb5d0f18d

5
54.md
View File

@ -3,6 +3,7 @@ NIP-54
Wiki Wiki
---- ----
`draft` `optional` `draft` `optional`
This NIP defines `kind:30818` (a _parameterized replaceable event_) for long-form text content similar to [NIP-23](23.md), but with one important difference: articles are meant to be descriptions, or encyclopedia entries, of particular subjects, and it's expected that multiple people will write articles about the exact same subjects, with either small variations or completely independent content. This NIP defines `kind:30818` (a _parameterized replaceable event_) for long-form text content similar to [NIP-23](23.md), but with one important difference: articles are meant to be descriptions, or encyclopedia entries, of particular subjects, and it's expected that multiple people will write articles about the exact same subjects, with either small variations or completely independent content.
@ -10,7 +11,7 @@ This NIP defines `kind:30818` (a _parameterized replaceable event_) for long-for
Articles are identified by lowercase, normalized ascii `d` tags. Articles are identified by lowercase, normalized ascii `d` tags.
### Articles ### Articles
```js ```jsonc
{ {
"content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.", "content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.",
"tags": [ "tags": [
@ -85,7 +86,7 @@ On the other hand, Markdown has proven to work well for small scale wikis and on
# Appendix 1: Merge requests # Appendix 1: Merge requests
Users can request other users to get their entries merged into someone else's entry by creating a `kind:818` event. Users can request other users to get their entries merged into someone else's entry by creating a `kind:818` event.
```js ```jsonc
{ {
"content": "I added information about how to make hot ice-creams", "content": "I added information about how to make hot ice-creams",
"kind": 818, "kind": 818,