# 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 7
# self = https://watcher.sour.is/conv/thhmgxq
@novaburst Wait really?! 🤔 WOW! 😳 I didn't even write the code originally, I just forked it and removed a bunch of useless crap that I considered to be "overkill" 😂 Thank is awesome! 🙇‍♂️
@novaburst Wait really?! 🤔 WOW! 😳 I didn't even write the code originally, I just forked it and removed a bunch of useless crap that I considered to be "overkill" 😂 Thank is awesome! 🙇‍♂️
@prologic Yeah I have noticed thanks to the commit log, anyway. Just prepared a patch including the manual page before I went to sleep yesterday lol.
@novaburst Nice one! 👌 And thank you ver much! 🙇‍♂️ I use zs to build and publish my personal website / cv as well as the Yarn.social landing page currently 😅 I wanted something _stupidly_ simple and UNIX(y) but also that understood that I only care mostly about writing content in Markdown!
@novaburst Nice one! 👌 And thank you ver much! 🙇‍♂️ I use zs to build and publish my personal website / cv as well as the Yarn.social landing page currently 😅 I wanted something _stupidly_ simple and UNIX(y) but also that understood that I only care mostly about writing content in Markdown!
I write my website in [mdoc(7)](https://man.openbsd.org/mdoc.7) and wrote a makefile-based generator xD
Also granted I do manual page authoring sometimes