Open
Description
This is a tracking issue for collaboration work in my part of the Node.js IndieWeb ecosystem.
Issues in other repos
- Collaboration on parts of the code? getindiekit/indiekit#1
- Collaboration on parts of the code? vipickering/mastr-cntrl#64
- Collaboration on parts of the code? grantcodes/postr#43
My Micropub-related modules
- micropub-express – an Express Micropub endpoint that accepts and verifies Micropub requests and calls a callback with a parsed
micropubDocument
. - format-microformat – a module that takes a
micropubDocument
as its input, and converts this data into a standard that can be published elsewhere. Currently supports the Jekyll format. - github-publish – a module that takes a filename and content and publishes it to a GitHub repository. The formatted data generated by
format-microformat
can be published to a Jekyll blog hosted on a GitHub, or a GitHub Pages site.
Other IndieWeb projects of mine
- webmention.herokuapp.com – an open source hosted Webmention endpoint
Collaboration opportunities found so far
- Deletion support in node-github-publish: Also support deletions node-github-publish#34
- (...)