Changes
Page history
Update FUTO Social Media Plan
authored
May 17, 2022
by
Eron
Show whitespace changes
Inline
Side-by-side
FUTO-Social-Media-Plan.md
View page @
f1fb467b
...
@@ -28,6 +28,7 @@ We imagine an export format that looks something like this:
...
@@ -28,6 +28,7 @@ We imagine an export format that looks something like this:
@#PublicKey
@#PublicKey
@#Signature {
@#Signature {
@.scheme[#SignatureScheme]
@.scheme[#SignatureScheme]
@.key[#PublicKey]
}
}
@#Content
@#Content
@#QuickResponse {
@#QuickResponse {
...
@@ -40,6 +41,7 @@ We imagine an export format that looks something like this:
...
@@ -40,6 +41,7 @@ We imagine an export format that looks something like this:
@.content[$array[#Content]]
@.content[$array[#Content]]
@.reply_to[$array[#Document/Pointer]]
@.reply_to[$array[#Document/Pointer]]
@.signature[?#Signature]
@.signature[?#Signature]
@.signed_by_creator[boolean] // is this signed by the actual creator of the work
@.tags[?array[#String]]
@.tags[?array[#String]]
@.possible_quick_responses[?$array[#QuickResponse]]
@.possible_quick_responses[?$array[#QuickResponse]]
@.indexer_white_list[?$array[#PublicKey]]
@.indexer_white_list[?$array[#PublicKey]]
...
...
...
...