Include remarks from @szczezuja
This commit is contained in:
parent
e0f0f60e96
commit
baea6d8bf8
@ -40,6 +40,8 @@ Weekday DD Month YYYY h:m[:s] TZ # format 1-24 for hours
|
||||
Weekday DD Month YYYY h:m[:s] AM TZ # format 1-12 am/pm for hours
|
||||
```
|
||||
|
||||
Entries should be in order from newest to oldest.
|
||||
|
||||
**YYYY-MM-DD h:m[:s] TZ**
|
||||
|
||||
Seconds are optional.
|
||||
@ -95,11 +97,16 @@ A first tinylog entry
|
||||
Additional informations could be added at the top of your tinylog file:
|
||||
```
|
||||
# <Tinylog Title>
|
||||
|
||||
<description>
|
||||
|
||||
author: <author>
|
||||
```
|
||||
|
||||
`<Tinylog Title>` Can be any text without a line break.
|
||||
|
||||
`<description>`: Can be any text without 2 line breaks (= paragraph break). Description can be before or after the metadata but not between.
|
||||
|
||||
`<author>` format: "[emoji ]@authorName@capsule.tld" with authorName the tinylog author name and "capsule.tld" the url of the author capsule. The emoji and capsule url are optional. This intends to simplify communication between authors as well as discovery of new tinylog feeds.
|
||||
Example:
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user