# 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 16
# self = https://watcher.sour.is/conv/jtlwm3q
Ok, I'm adding a blog to https://mkws.sh/ for news and tips, stay tuned.
@adi There https://mkws.sh/blog.html.
@adi There https://mkws.sh/blog.html.
@adi Nice! I'll definitely be taking advantage of that nav menu tip, when I get my site together! :-)
@jlj I still have to add some tips on rendering Markdown, @eldersnake wrote about that here https://www.thelinuxrain.org/articles/mkws-static-site-generation-with-the-shell and how to get a development server going and live reload.
@jlj I still have to add some tips on rendering Markdown, @eldersnake wrote about that here https://www.thelinuxrain.org/articles/mkws-static-site-generation-with-the-shell and how to get a development server going and live reload.
@adi @jlj @eldersnake And maybe some other stuff I have laying around in my ~/src and ~/bin directories.
@adi @jlj @eldersnake And maybe some other stuff I have laying around in my ~/src and ~/bin directories.
@adi @jlj @eldersnake Took me only a day to implement that blog.
@adi @jlj @eldersnake Took me only a day to implement that blog.
@jlj @eldersnake @adi And working on it was pretty satisfying as opposed to configuring a Wordpress.
@jlj @eldersnake @adi And working on it was pretty satisfying as opposed to configuring a Wordpress.
@jlj @adi yep I can relate to the satisfaction. For my own purposes as least, I'll never use WordPress again.
@eldersnake @jlj You might use these somewhere pe.c https://clbin.com/X1GkA (percent encode) and pd.c https://clbin.com/8Ewrn (percent decode) https://tools.ietf.org/html/rfc3986#section-2.1. I'll have to publish them somewhere sometime.
@eldersnake @jlj You might use these somewhere pe.c https://clbin.com/X1GkA (percent encode) and pd.c https://clbin.com/8Ewrn (percent decode) https://tools.ietf.org/html/rfc3986#section-2.1. I'll have to publish them somewhere sometime.
@adi nice thanks man, I'll definitely bookmark those.