In-reply-to » More thoughts about changes to twtxt (as if we haven't had enough thoughts):

For example a v2 spec might just simply mandate the following as a starting point:

cat <<EOF
# nick = $USER
# avatar = https://example.com/$USER.png
# description = Hi ๐Ÿ‘‹ I'm Bob!
# uuid = 7E9BC039-4969-4296-9920-4BACDBA8ED5C

2024-09-28T11:19:25+10:00   Hello World!
EOF > ~/public_html/twtxt.txt

And:

  • Serve your file with Content-type: text/plain; charset=utf-8

โค‹ Read More