# 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 8
# self = https://watcher.sour.is/conv/3sj7hkq
@eldersnake How are you generating the RSS feed on https://www.andrewjvpowell.com/, I believe I also had some code for generating Atom feeds?
@adi I'm pretty sure the mkws archive I downloaded just had the sitemap.uppxml file, which I based my rss.uppxml on, but copied in the relevant atom tag bits from another blog site. Then I loop through my folder pages, source the meta data, etc, similar as how I customized the mkws script.
@adi I'm pretty sure the mkws archive I downloaded just had the sitemap.uppxml file, which I based my rss.uppxml on, but copied in the relevant atom tag bits from another blog site. Then I loop through my folder pages, source the meta data, etc, similar as how I customized the mkws script.
@eldersnake https://lobste.rs/s/o8yhzs/pp_sh_preprocessor#c_tpezcw
@eldersnake https://lobste.rs/s/o8yhzs/pp_sh_preprocessor#c_tpezcw
@eldersnake https://lobste.rs/s/o8yhzs/pp_sh_preprocessor#c_tpezcw
@adi Ahh okay, never seen that before. Mine is basically this. I admit I haven't at all looked up RSS/Atom specifications or anything so not sure how correct the actual feed is, should probably check that some time!
@adi Ahh okay, never seen that before. Mine is basically this. I admit I haven't at all looked up RSS/Atom specifications or anything so not sure how correct the actual feed is, should probably check that some time!