# 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 4
# self = https://watcher.sour.is/conv/a3k6d3q
@prologic Yo! A couple q's about zs when you get a moment. When I want to build a site from a repo, do I just do zs build from the repo directory? Does it automatically publish to port 80?
@screem I think zs simply generates static pages, but doesn't run a web server to preview the site. I might be wrong, but if you have it compiled just run zs β€”help and see if that ability is on the output.
@screem It published files to .pub/ -- I have another tool called static that is a simple static web server πŸ˜†
@screem It published files to .pub/ -- I have another tool called static that is a simple static web server πŸ˜†