Update response format
This commit is contained in:
parent
f6221aedd4
commit
387553f241
16
README.md
16
README.md
@ -102,12 +102,26 @@ Other additional metadata could be added but shouldn't be expected.
|
|||||||
|
|
||||||
#### Optional response information
|
#### Optional response information
|
||||||
|
|
||||||
It's common in gemini space to respond to a particular entry from another tinylog. In that case, the author should add a line below the header line indicating which entry it is in reponse to in this format: `Re: @author[@capsule.tld] <Date of the original entry>`.
|
It's common in the gemini world to respond to a particular entry of an author. In that case, author should add a line below the header line with formatted
|
||||||
|
|
||||||
|
```
|
||||||
|
[=> linkToOriginalEntry ]RE: @author[@capsule.tld] <Date of the original article>
|
||||||
|
```
|
||||||
|
|
||||||
|
The link to the original entry (and thus the => prefix) are optional.
|
||||||
|
|
||||||
Note that the `Re` part is case insensitive, which means either one of `Re`, `RE`, `re`, or even `rE` can be used.
|
Note that the `Re` part is case insensitive, which means either one of `Re`, `RE`, `re`, or even `rE` can be used.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
|
## 2021-06-20 22:30 CEST
|
||||||
|
=> gemini://capsule.tld/tinylog.gmi Re: @user 2021-06-20 22:30 CEST
|
||||||
|
A response to @user: hello, cool post!
|
||||||
|
|
||||||
|
## 2021-06-20 22:30 CEST
|
||||||
|
=> gemini://capsule.tld/tinylog.gmi Re: @user@capsule.tld 2021-06-20 22:30 CEST
|
||||||
|
A response to @user: hello, cool post!
|
||||||
|
|
||||||
## 2021-06-20 22:30 CEST
|
## 2021-06-20 22:30 CEST
|
||||||
Re: @user 2021-06-20 22:30 CEST
|
Re: @user 2021-06-20 22:30 CEST
|
||||||
A response to @user: hello, cool post!
|
A response to @user: hello, cool post!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user