# 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 1
# self = https://watcher.sour.is/conv/folomqq
Today I found that David A. Wheeler's website contains some nice esays,
one of them being "Fixing Unix/Linux/POSIX Filenames: Control
Characters (such as Newline), Leading Dashes, and Other Problems"[1]

Another of those, (I read it a while ago) is "Microsoft Outlook/Exchange
MS-TNEF handling (aka "Winmail.dat", "Win.dat", or "Part 1.2" problem of
unopenable email attachments)"[2]

[1]: https://dwheeler.com/essays/fixing-unix-linux-filenames.html
[2]: https://dwheeler.com/essays/microsoft-outlook-tnef.html