> Mentions are embedded within the text in either
@<source.nick source.url>
or @<source.url>
format and should be expanded by the client, when rendering the tweets.cc @movq @lyse
> Mentions are embedded within the text in either
@<source.nick source.url>
or @<source.url>
format and should be expanded by the client, when rendering the tweets.
> Mentions are embedded within the text in either
@source.nick@
or @source.ur@
format and should be expanded by the client, when rendering the tweets.cc @movq @lyse
yarnd
) would have to go fetch the feed, parse it, cache it and then render it properly. This kind of "form" I _think_ should be illegal IMO.
yarnd
) would have to go fetch the feed, parse it, cache it and then render it properly. This kind of "form" I _think_ should be illegal IMO.

$ grep -r '@[^@'
buckket.org.txt:2016-02-12T18:37:00+01:00\tHey @<http://vigintitres.eu/twtxt.txt>, @<teddy https://data.trafficking.agency/twtxt.txt> und @Jim@example.org was geht? Ich bin’s @GEHEIM@buckket.org!
[...]
hecanjog.com.txt:2020-09-03T17:36:00-05:00\t@https://tilde.town/~lucidiot/twtxt.tx@ twtxt via DNS TXT would be insane and fun.
$ grep -r '@<[^ ]*>'
buckket.org.txt:2016-02-12T18:37:00+01:00\tHey @<http://vigintitres.eu/twtxt.txt>, @<teddy https://data.trafficking.agency/twtxt.txt> und @Jim@example.org was geht? Ich bin’s @GEHEIM@buckket.org!
[...]
hecanjog.com.txt:2020-09-03T17:36:00-05:00\t@https://tilde.town/~lucidiot/twtxt.tx@ twtxt via DNS TXT would be insane and fun.
$ grep -r '@<[^ ]*>'
buckket.org.txt:2016-02-12T18:37:00+01:00\tHey @<http://vigintitres.eu/twtxt.txt>, @<teddy https://data.trafficking.agency/twtxt.txt> und @<Jim http://example.org> was geht? Ich bin’s @<GEHEIM https://buckket.org/twtxt.txt>!
[the uses in this thread]
hecanjog.com.txt:2020-09-03T17:36:00-05:00\t@<https://tilde.town/~lucidiot/twtxt.txt> twtxt via DNS TXT would be insane and fun.
$ grep -r '@<[^ ]*>'
buckket.org.txt:2016-02-12T18:37:00+01:00 Hey @<http://vigintitres.eu/twtxt.txt>, @<teddy https://data.trafficking.agency/twtxt.txt> und @Jim@example.org was geht? Ich bin’s @GEHEIM@buckket.org!
[...]
hecanjog.com.txt:2020-09-03T17:36:00-05:00 @https://tilde.town/~lucidiot/twtxt.tx@ twtxt via DNS TXT would be insane and fun.