#Loqi[strugee] lazymention: Support WebSub and Webmention on a static site
#ajordan> lazymention is a daemon that you run on a server. When you publish to your static IndieWeb site, you ping lazymention, and it will poll your site, parse the microformats2 markup, and send Webmentions and WebSub notifications for content it hasn't seen before.
#ajordansuper simple to set up too, all you need is a host with Node and npm and a writable directory on the fs
#ajordanbtw, should I file a Webmention implementation report? I used a library for sending but the HTML/mf2 parsing and canonicalization I hacked together myself so