# 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 11
# self = https://watcher.sour.is/conv/oe3howa
The only other way to do this is WebMention which is supported in yarnd -- But @lyse is spot on here too 👌
The only other way to do this is WebMention which is supported in yarnd -- But @lyse is spot on here too 👌
The only other way to do this is WebMention which is supported in yarnd -- But @lyse is spot on here too 👌
I agree. It's more organic to make the connection by another channel. On using the web server logs, I think that isn't easy to integrate, and it's also prone to spam.
I agree. It's more organic to make the connection by another channel. On using the web server logs, I think that isn't easy to integrate, and it's also prone to spam.
Webmentions sounds good to not reinvent the wheel.

Perhaps the Endpoint should be indicated inside the .txt instead of the HTML.

Anyway, I'll take a look into adding Webmentions support in the PHP client soon.
https://indieweb.org/Webmention-faq
@eapl.me It is already possible to indicate your "WebMention Endpoint" via your text/plain twtxt.txx feed file. All you have to do is emit a Link: HTTP header as part of the response. Any standard web server can do this easily, or yarnd does it natively.
@eapl.me It is already possible to indicate your "WebMention Endpoint" via your text/plain twtxt.txx feed file. All you have to do is emit a Link: HTTP header as part of the response. Any standard web server can do this easily, or yarnd does it natively.
@eapl.me It is already possible to indicate your "WebMention Endpoint" via your text/plain twtxt.txx feed file. All you have to do is emit a Link: HTTP header as part of the response. Any standard web server can do this easily, or yarnd does it natively.
The problem though is that despite the fact yarnd fully support WebMention(s) -- It is hardly ever used. I have stats/numbers on its use and it's basically near zero. WebSub (_between pods_) is far more used.
The problem though is that despite the fact yarnd fully support WebMention(s) -- It is hardly ever used. I have stats/numbers on its use and it's basically near zero. WebSub (_between pods_) is far more used.
The problem though is that despite the fact yarnd fully support WebMention(s) -- It is hardly ever used. I have stats/numbers on its use and it's basically near zero. WebSub (_between pods_) is far more used.