I realize that it would require changes from software such as timeline and Yarn.
I am working on a syndicated content reader which handles multiple protocols and formats, and I have then realized rgat instruction '/twtxt' in uri would be bad, because URI could also be '/twtxt-a-new-syndication-format.gmi'.
if (uri.endswith('.tw.txt') or
uri.endswith('.twtxt.txt') or
uri.endswith('/tw.txt') or
uri.endswith('/twtxt.txt')):
Reference: pfefferle/wordpress-twtxt#6
I realize that it would require changes from software such as timeline and Yarn.
I am working on a syndicated content reader which handles multiple protocols and formats, and I have then realized rgat instruction
'/twtxt' in uriwould be bad, because URI could also be '/twtxt-a-new-syndication-format.gmi'.Reference: pfefferle/wordpress-twtxt#6