aaronpk / p3k

This is a repository for filing issues against the software the runs my website. The source code is not public, but various components are.
https://aaronparecki.com/
MIT License
14 stars 0 forks source link

Mobile notifications of mentions #10

Open aaronpk opened 10 years ago

aaronpk commented 10 years ago

Need to get iOS notifications of webmentions of my posts. Will involve a shell iOS app that can receive notifications. Or could use something like Prowlapp.

aaronpk commented 10 years ago

Would be cool to make a separate app, the only interface in the app allows you to add one or more microformats-enabled feeds. You'd give each feed a title (automatically pulled from the feed title, but customizable if desired), and any new items in the feed would send a push to the app. Opening the push notification would launch a browser to the target URL.

This would serve both as a way to read mentions of your own site (if you publish a /mentions feed) but also as a basis of a feed reader.

aaronpk commented 10 years ago

See http://indiewebcamp.com/mention-app for initial notes on an app

aaronpk commented 10 years ago

As an intermediate step, I added IRC output to my Webmention handler so that I get notices (and push notifications) whenever a webmention is received.