# 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 3
# self = https://watcher.sour.is/conv/uw7fcga
@fastidious The parsing of the twtxt is very simple (by picoblog) and to begin with i will keep it very raw and easy for others to make it into their own blog. It work fine on mobile as far as i have tested it. The core idea is to have a handful of php-files you can put on any server and it just works. I'm not planning to make it into a full blow client with linked conversation. My focus is just to offer a nice render of your own content on your own domain and a basic option to make new posts and upload images.
@darch I don't associate "simple", and "easy", with PHP, considering I do not use it. But I get what you are saying. Parsing a text file is a simple thing, and to get what you are doing there is no need for PHP. Based on what you explained as your focus, you are trying to come up with a single user, poor-man version of Yarnd. ☺️
@fastidious yes you could call it a peermans (sic) version of yarnd. I use php because that is what I know and it is available on cheep hosting so it can be as plug and play as possible for the most amount of people.