Changes
Page history
Update FUTO Social Media Plan
authored
May 12, 2022
by
Eron
Show whitespace changes
Inline
Side-by-side
FUTO-Social-Media-Plan.md
View page @
82efcf0c
...
...
@@ -17,6 +17,11 @@ We imagine an export format that looks something like this:
@#String
@#ISO369
@#Link
@#SignatureScheme {
@.generate_key[$function()->([#PublicKey], [#PrivateKey])
@.sign[$function([#PrivateKey], [#Folder])->[#Signature]]
@.validate[$function([#Folder])->[boolean]]
}
@#PrivateKey
@#PublicKey
@#Signature
...
...
@@ -25,13 +30,15 @@ We imagine an export format that looks something like this:
$is[#Content]
}
@#Folder { // Less than 1000000 bytes
@#Pointer // hash code of Folder
@.content[array[#Content]]
@.reply_to[array[#Document/Pointer]]
@#Pointer {
data[$array[i1, length=256]]
} // hash code of Folder
@.content[$array[#Content]]
@.reply_to[$array[#Document/Pointer]]
@.signature[?#Signature]
@.tags[?array[#String]]
@.possible_quick_responses[?array[#QuickResponse]]
@.indexer_white_list[?array[#PublicKey]]
@.possible_quick_responses[?
$
array[#QuickResponse]]
@.indexer_white_list[?
$
array[#PublicKey]]
@.payment_request[#String]
}
@#IdentityClaim {
...
...
@@ -66,7 +73,7 @@ We imagine an export format that looks something like this:
@#Diff {
$is[#Content]
@.data[array[i1]]
@.function[
TBD
]
@.function[
$function(array[i1])->[#Folder]
]
}
@#LinkContent {
$is[#Content]
...
...
...
...