IndieWebCamp UK Demos
Barnaby Walters:my site http://glennjones.net/ shows me the nearest places to me so I can check in
I found an HTML5 JS open source pedometer! @tommorris: so, Glenn Jones has been working on indie-fitbit.js
by having this javscript pedometer, I can make my phone only look for locations when I am walking
Grant Richmond:on install of taproot, it registers with the browser as a handler for indie actions
we can do cross-site commenting without a browser extension by having handlers on our site using iframes
I added in intermediate certificates so we can use SSL with all our tools
I also added a way to track people's post locations using the shrewdness data
Jeremy Keith:I got a new domain, http://grant.codes and set up transmat.io on it and also made a contact page grant.codes/contact
Shane Hudson:my demo is that adactio.com is now all https
I now have support for indie-actions on adactio.com and connect to bridgy
Nat Welch:I don't have much to demo, but I do have ssl working on my site and got an A grade
Tom Morris:my goal this weekend was to rewrite everything, but I did get my blog running in go on AppEngine
currently using appengine auth, but I want to switch to indieauth for this
Kevin Beynon:my current site is not very responsive
mf2py now has a way to quickly parse and generate microformats 2
Joschi Kuphal 吉:I set up indieauth on my own site to log in as admin so I can end password sharing
Chris A.:I also got my site up on SSL, and fixed my webmention interop
Tantek Çelik:my site http://digitalbliss.uk.com is fairly new so I'm going through IndieMark
Aral Balkan:I've been working on indie actions too, and doing UI analysis on silos answers
Rosa Emerald Fox:I also got my site fully SSL+working with forward secrey
Aaron Parecki:I wanted to make my own CMS, and have images and tags working
Kevin Marks:I've been publishing bookmarks elsewhere and want to move back to my own site
now I have aaron.pk/bookmarks which I imported from wordpress and they're now all microformatted
you can comment on my bookmarks now
I built feed.unmung.com which takes legacy atom+rss feeds and makes microformats 2 hfeed pages
so you can now read xkcd: http://feed.unmung.com/feed?feed=http%3A%2F%2Fxkcd.com%2Frss.xml and see it in shrewdness http://shrewdness.waterpigs.co.uk/test/?url=http%3A%2F%2Ffeed.unmung.com%2Ffeed%3Ffeed%3Dhttp%253A%252F%252Fxkcd.com%252Frss.xml
I also made it work with podcasts like @onthemedia to generate <audio> embeds like so http://feed.unmung.com/feed?feed=http://feeds.wnyc.org/onthemedia
unmung is running on appengine, the code is up at https://github.com/kevinmarks/unmung