upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2024-05-02 11:32:58 -0300
committerfiatjaf <fiatjaf@gmail.com>2024-05-02 11:32:58 -0300
commitdcb5d0f18d6b0c60bda9abc79c6cca99a4d86177 (patch)
tree12e24758ff3de27448a3c017556918a980bf2e95
parent218fbb1cc7ac900fd256f666cb6add590cabb24a (diff)
small fixes on nip 54.
-rw-r--r--54.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/54.md b/54.md
index 9063ca9..7870330 100644
--- a/54.md
+++ b/54.md
@@ -3,6 +3,7 @@ NIP-54
3 3
4Wiki 4Wiki
5---- 5----
6
6`draft` `optional` 7`draft` `optional`
7 8
8This 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. 9This 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
10Articles are identified by lowercase, normalized ascii `d` tags. 11Articles are identified by lowercase, normalized ascii `d` tags.
11 12
12### Articles 13### Articles
13```js 14```jsonc
14{ 15{
15 "content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.", 16 "content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.",
16 "tags": [ 17 "tags": [
@@ -85,7 +86,7 @@ On the other hand, Markdown has proven to work well for small scale wikis and on
85# Appendix 1: Merge requests 86# Appendix 1: Merge requests
86Users can request other users to get their entries merged into someone else's entry by creating a `kind:818` event. 87Users can request other users to get their entries merged into someone else's entry by creating a `kind:818` event.
87 88
88```js 89```jsonc
89{ 90{
90 "content": "I added information about how to make hot ice-creams", 91 "content": "I added information about how to make hot ice-creams",
91 "kind": 818, 92 "kind": 818,