# 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 12
# self = https://watcher.sour.is/conv/i3hppxa
@adi
↳ In reply to #i3hppxa
You are getting there! Right now the main page (that is, /
) is also the "About" one. You might want to work that out, so that root is a more general welcoming, etc. page, while the about is more about the site, you, and the like.
@adi
> ↳ https://adi.onl/, better?
You are getting there! Right now the main page (that is, /
) is also the "About" one. You might want to work that out, so that root is a more general welcoming, etc. page, while the about is more about the site, you, and the like.
@adi Pretty good, I think. 👌 The only thing I noticed: h1, h2 and h3 are all the same size, which makes it a little hard to read the page, e.g.: https://adi.onl/fl.html
@adi Pretty good, I think. 👌 The only thing I noticed: h1, h2 and h3 are all the same size, which makes it a little hard to read the page, e.g.: https://adi.onl/fl.html
@adi Pretty good, I think. 👌 The only thing I noticed: h1, h2 and h3 are all the same size, which makes it a little hard to read the page, e.g.: https://adi.onl/fl.html
@movq They're not the same size in code. 😁 Guess it's the mix of uppercase/lowercase that makes it seem they're the same size.
Not sure if I'll change it.