upleb.uk

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

summaryrefslogtreecommitdiff
path: root/54.md
diff options
context:
space:
mode:
Diffstat (limited to '54.md')
-rw-r--r--54.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/54.md b/54.md
index 39528cf..3a02150 100644
--- a/54.md
+++ b/54.md
@@ -11,7 +11,7 @@ This NIP defines `kind:30818` (an _addressable event_) for descriptions (or ency
11Articles are identified by lowercase, normalized ascii `d` tags. 11Articles are identified by lowercase, normalized ascii `d` tags.
12 12
13### Articles 13### Articles
14```jsonc 14```json
15{ 15{
16 "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.",
17 "tags": [ 17 "tags": [
@@ -100,13 +100,13 @@ Asciidoc has a strict spec, multiple implementations in many languages, and supp
100# Appendix 1: Merge requests 100# Appendix 1: Merge requests
101Users can request other users to get their entries merged into someone else's entry by creating a `kind:818` event. 101Users can request other users to get their entries merged into someone else's entry by creating a `kind:818` event.
102 102
103```jsonc 103```json
104{ 104{
105 "content": "I added information about how to make hot ice-creams", 105 "content": "I added information about how to make hot ice-creams",
106 "kind": 818, 106 "kind": 818,
107 "tags": [ 107 "tags": [
108 [ "a", "30818:<destination-pubkey>:hot-ice-creams", "<relay-url>" ], 108 [ "a", "30818:<destination-pubkey>:hot-ice-creams", "<relay-url>" ],
109 [ "e", "<version-against-which-the-modification-was-made>", "<relay-url>' ], 109 [ "e", "<version-against-which-the-modification-was-made>", "<relay-url>" ],
110 [ "p", "<destination-pubkey>" ], 110 [ "p", "<destination-pubkey>" ],
111 [ "e", "<version-to-be-merged>", "<relay-url>", "source" ] 111 [ "e", "<version-to-be-merged>", "<relay-url>", "source" ]
112 ] 112 ]
@@ -118,4 +118,4 @@ Users can request other users to get their entries merged into someone else's en
118`e` tag: optional version of the article in which this modifications is based 118`e` tag: optional version of the article in which this modifications is based
119`e` tag with `source` marker: the ID of the event that should be merged. This event id MUST be of a `kind:30818` as defined in this NIP. 119`e` tag with `source` marker: the ID of the event that should be merged. This event id MUST be of a `kind:30818` as defined in this NIP.
120 120
121The destination-pubkey (the pubkey being requested to merge something into their article can create [[NIP-25]] reactions that tag the `kind:818` event with `+` or `-` 121The destination-pubkey is the pubkey being requested to merge something into their article can create [[NIP-25]] reactions that tag the `kind:818` event with `+` or `-`