improve readme and add related tools

This commit is contained in:
bacardi55 2021-06-08 20:10:57 +02:00
parent a2612e8903
commit 79a63ec130
2 changed files with 18 additions and 8 deletions

View File

@ -42,6 +42,7 @@ Weekday DD Month YYYY h:m[:s] AM TZ # format 1-12 am/pm for hours
**YYYY-MM-DD h:m[:s] TZ**
Seconds are optional.
example:
@ -52,10 +53,11 @@ example:
**Weekday DD Month YYYY h:m[:s] TZ**
Weekday should be in 3 letters format (eg: Mon for Monday).
Month should be in 3 letters format (eg: Jan for January).
Hours should be in 1-24 format.
Seconds are optional.
* Weekday should be in 3 letters format (eg: Mon for Monday).
* Month should be in 3 letters format (eg: Jan for January).
* Hours should be in 1-24 format.
* Seconds are optional.
example:
```
@ -64,10 +66,11 @@ Mon 02 Jan 2006 15:04 MST
```
**Weekday DD Month YYYY h:m[:s] am TZ**
Weekday should be in 3 letters format (eg: Mon for Monday).
Month should be in 3 letters format (eg: Jan for January).
Hours should be in 1-12 format.
Seconds are optional.
* Weekday should be in 3 letters format (eg: Mon for Monday).
* Month should be in 3 letters format (eg: Jan for January).
* Hours should be in 1-12 format.
* Seconds are optional.
example:
```

7
Tools.md Normal file
View File

@ -0,0 +1,7 @@
# Tinylogs tools
List of tools working around this gemini tinylog format:
* [lace](gemini://friendo.monster/log/lace.gmi)
* [pollux.casa](http://pollux.casa/)
* [gtl](https://github.com/bacardi55/gtl/)