# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 8
# self = https://watcher.sour.is/conv/k5cl2xq
For anyone else reading this... What @fastidious is talking about here is a re-introduction of the @foo@domain syntax which we're going to dub "Yarn Handle" (_unless anyone else has a better name?_)

That is a mention of @prologic@twtxt.net (_for example_) does a lookup on https://twtxt.net for a special meta tag of <meta name="yarn-uri" context="/user/%s/twtxt.txt" /> and uses this to automatically expand the mention to its proper Twtxt form of @<prologic https://twtxt.net/user/prologic/twtxt.txt> 👌
For anyone else reading this... What @fastidious is talking about here is a re-introduction of the @foo@domain syntax which we're going to dub "Yarn Handle" (_unless anyone else has a better name?_)

That is a mention of @prologic@twtxt.net (_for example_) does a lookup on https://twtxt.net for a special meta tag of <meta name="yarn-uri" context="/user/%s/twtxt.txt" /> and uses this to automatically expand the mention to its proper Twtxt form of @<prologic https://twtxt.net/user/prologic/twtxt.txt> 👌
This works for any Yarn.social pod as well as the feeds.twtxt.net service. It _can_ also work for any other Twtxt user as well by just simply adding the following to the root/index page of your domain:


<meta name="yarn-uri" context="/path/to/your/twtxt.txt" />
This works for any Yarn.social pod as well as the feeds.twtxt.net service. It _can_ also work for any other Twtxt user as well by just simply adding the following to the root/index page of your domain:


<meta name="yarn-uri" context="/path/to/your/twtxt.txt" />
@prologic Maybe just "twtxt" as the link relation. No need for a "-uri" suffix in my opinion. But I have to admit, I'm not sure, whether others have such a suffix. To me it sounds redundant since it's a Link header or <link> tag in the HTML.
@lyse Okay I'm sold. rel="twtxt" is is 👌
@lyse Okay I'm sold. rel="twtxt" is is 👌
@prologic This is great. I don't really have much else to say about it, and now the words of
@fastidious are ringing in my head.

But yeah, nice work.