#prologicWhat can I use to test my webmention implementation (reciever) ? (locally that is)
#GWG"An extension only becomes an official Micropub extension when it has been published as part of a broader ranged official Spec extension for Micropub. Currently there are no official extensions." How does one publish an official extension?
#aaronpkprologic: you can run webmention.rocks locally if you want
#aaronpkotherwise just send webmentions manually from curl from static html pages
#prologicI found some nodejs tool that does some interesting things
#GWG[schmarty]: I had a question for you. Was thinking about media endpoints...am I correct a lot of the issues that concerned you involved media endpoints that were independent of the sites using them?
#[schmarty]GWG: my proposal is specifically about micropub media endpoints that are separate from the micropub endpoint for a site.
#[schmarty]my issue is that the Micropub spec describes only one way for a client to discover a media endpoint
#[schmarty]and that is to make sure that the Micropub endpoint includes the media endpoint's URL in a response to q=config
#GWG[schmarty]: Yes, was wondering if there were any other media endpoint matters you'd thought about
#sknebelprologic: what do you mean? it looks for link headers in HTTP to find the ones pointing to the webmention endpoint. And then uses an mf2 parser to find tags with rel=webmention in the body. that seems correct?
#[schmarty]that discovery step is an unnecessary coupling of the media endpoint to the micropub endpoint