update optional response information section for case insensitive "re"

* changed "eg" to "example" because you used "example" above.
* changed "article" to "entry" for consistency
* grammar improvements
This commit is contained in:
hedy 2021-06-24 09:57:51 +02:00
parent 76a1b9a114
commit 1dcdac6db6

View File

@ -102,9 +102,11 @@ Other additional metadata could be added but shouldn't be expected.
#### 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
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!
```
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