I bumped up a little plugin for my site that generates rewrite URLs for avatar images. So if you visit /avatar/username you get redirected to the avatar for that username. You can add ?s=250 to pass the size to the other side. This is the same query used by Gravatar. Right now, this calls the gravatar URL and does a temporary redirect to it, setting cache control headers to save the redirect. This means that there could be up to two http queries per avatar image. In a future version, I might actually serve the avatar locally. I got tired of broken URLs for my image. Now, the same link will always produce my image.
Micropub 2.2.3 for WordPress has been released. It fixes a variety of warning notices.  Published, updated, name, and summary properties are no longer stored in post meta. When queried, they will be pulled from the equivalent WordPress properties. Content should be as well, however as content in the post includes rendered microformats we need to store the pure version. Might address this in a future version. As timezone is not stored in the WordPress timestamp, store the timezone offset for the post in meta instead of the full published and updated date. It will also sideload and set featured images if featured property is set. Note: Version 8.9 of JetPack apparently breaks this plugin. This is under investigation.
Took a drive on Friday down to Callicoon, New York, walked around a bit, then down the Delaware to Narrowsburg, and back up in a loop to head back through Bethel, site of the Woodstock Festival. Eventually I’ll be able to display this trip using my own mapping system, instead of this screenshot.

 

 

 

 

 

 

I’ve never watched the conventions before, but was curious how the two parties would handle a virtual one. I’ve been watching the DNC. It is rather surreal..enjoyed the backdrops of all the delegates.
Syndication Links for WordPress 4.2.4 is out. It tries for a few fixes to the scheduling of syndications, refreshes the icons, and introduces one new feature. A custom query. /?syndication=twitter.com or such. It tries to return all posts that have a matching syndication link and can be added to any archive page.
Deployed IndieAuth for WordPress 3.5.0 this morning. So I’m writing this release note using Micropub, to ensure that IndieAuth still works on my site(no reason I think it shouldn’t.) No new user facing features, but tried to improve security.
Doing IndieWebCamp West Hack Day, and added another Simple Location for WordPress trick. I was doing custom rewrite improvements for Post Kinds, and added the ability to generate map views from any taxonomy or user.  Just add /map to the archive URL.
Released Post Kinds for WordPress 3.3.4. this includes a refresh of the Parse This library, which adds a lot of improvements in getting data, some minor tweaks, and a bug fix for an issue where pagination was not working on the custom archive pages the plugin creates, such as /onthisday/06/09, /kind/article/2020, and /kind/photo/pool (tag), which were not working.
Released Simple Location 4.1.3. This fixes an issue raised where the Airport Weather Widget only accepted 3 letter airport codes, not 4. Now it accepts both, as I supported both in other places. I also added additional error handling to support this. At the same time, I replaced the ‘master’ branch with the ‘trunk’ branch and added deployment code to auto create a Github release going forward.