Merge pull request 'RE vs Re in optional response information' (#10) from hedy/gemini-tinylog-rfc:main into main

Reviewed-on: https://codeberg.org/bacardi55/gemini-tinylog-rfc/pulls/10
This commit is contained in:
bacardi55 2021-06-24 10:45:07 +02:00
commit 7bf7ea8be1

View File

@ -102,9 +102,11 @@ Other additional metadata could be added but shouldn't be expected.
#### Optional response information #### Optional response information
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 `RE: @author[@capsule.tld] <Date of the original article>` 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>`.
eg: Note that the `Re` part is case insensitive, which means either one of `Re`, `RE`, `re`, or even `rE` can be used.
Example:
``` ```
## 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
@ -115,7 +117,7 @@ Re: @user@capsule.tld 2021-06-20 22:30 CEST
A response to @user: hello, cool post! A response to @user: hello, cool post!
``` ```
It will be up to client to decide to use this information or not. It will be up to the client to decide whether to use this information or not.
# Additional information # Additional information