getindiekit / indiekit

The little Node.js server with all the parts needed to publish content to your personal website and share it on social networks.
https://getindiekit.com
MIT License
330 stars 34 forks source link

Webmention support #429

Open davidcelis opened 2 years ago

davidcelis commented 2 years ago

Looking through Indiekit's docs and a few old issues, it looks like Webmention has been on this project's radar for a few years but isn't supported yet. I thought it would be a good idea to open an issue and have a place to track development of Webmention support (both receiving and sending) if that's still planned!

paulrobertlloyd commented 1 year ago

@davidcelis Definitely plan to add support for Webmention; currently have it slated in for v2.0 (basically once Micropub is nearer completion), but some parts may come earlier. I’ve added a few tasks to your issue, though I may end up splitting this into separate issues closer to implementation. Thanks for your interest in Indiekit!

paulrobertlloyd commented 4 months ago

Native webmention support remains something I want to look at for v2.0. However, perhaps in the meantime an interface for webmention.io might be a good way to plug the gap? #740