Posts Filed Under IndieWeb
MobilePub: A Mobile MicroPub Client
Over the past few days I began work on my first mobile #indieweb app. Rather than dig in to the long and treacherous path that is native app development, I decided to go another route: Apache Cordova. It also goes by the more recognizable name, PhoneGap.
I have to say, the development is impressively simple. Everything is done in javascript, html, and css. This means all those wonderful libraries for web development like jQuery, you can import and make use of. In just a few days I have indieauth, and micropub working to be able to post to me own site. Between last night and this morning, I even got photo uploads working.
There are a number of things I want to get working, including audio file recording and posting. This will be a particularly difficult hurdle as the type of audio file recorded, seems to be different on every phone. iOS records to wav (seriously?), some android phones record to AMR (never heard of it until now) while others might record to some other asinine format.
Anyway, expect to see plenty of updates on my progress

#indieweb @t Just leftover W words on my fridge

Yay pesos #indieweb
indiewebcamp irc logs
Webmention Glory
As of today, I have webmention working on my site. What does webmention mean? Well start by checking out IndieWebCamp. Its basically a system for people to like and comment on my posts by simply making posts on their site and sending me some notice of it.
I have a lot of work ahead of me still. I want to be able to send out these types of posts, and I don't even really have any admin interface for my site. I am typing this right now straight in to the database. Yes, I'm just that cool.
Actually, I just noticed regular mentions aren't noted anywhere. I shall have to fix that.