diff --git a/Known-tinylogs.md b/Known-tinylogs.md new file mode 100644 index 0000000..294ffab --- /dev/null +++ b/Known-tinylogs.md @@ -0,0 +1,11 @@ +This is an unofficial list of known tinylogs respecting (mostly) the rfc format: + +* gemini://gem.chriswere.uk/nano.gmi ChrisWere +* gemini://hexdsl.co.uk/micro.gmi hexdsl +* gemini://adele.work/tinylog.gmi Adele +* gemini://szczezuja.space/tinylog.gmi szczezuja +* gemini://frrobert.net/microblog.gmi frrobert +* gemini://rawtext.club/~deerbard/tinylog.gmi Deerbard +* gemini://capsule.sakrajda.eu/tinytinylog.gmi Sakrajda +* gemini://guillaume.pollux.casa/tinylog.gmi +* gemini://gmi.bacardi55.io/tinylog.gmi bacardi55 diff --git a/README.md b/README.md index 081fd0b..95354c6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ 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 ``` - **YYYY-MM-DD h:m[:s] TZ** Seconds are optional. @@ -97,21 +96,23 @@ Additional informations could be added at the top of your tinylog file: ``` # author: -avatar: ``` `` Can be any text without a line break. -`` format: "@authorName@capsule.tld" with authorName the tinylog author name and "capsule.tld" the url of the author capsule. This intends to simplify communication between authors as well as discovery of new tinylog feeds. +`` 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: ``` +author: @bacardi55 author: @bacardi55@gmi.bacardi55.io +author: 🤔 @bacardi55 +author: 🤔 @bacardi55@gmi.bacardi55.io ``` -``: 1 emoji or 1 letter. Can be followed by a space and an optional text (eg: to indicate the code for the emoji) -example: -``` -avatar: 🐘 -avatar: 🦪 (:oyster:, U+1F9AA) -``` +Other additional metadata could be added but shouldn't be expected. + +# Additional information + +[Tools around the tinylog format](Tools.md) +[Unofficial list of tinylog](Known-tinylogs.md)