#aaronpki'm going to fix the github thing, I think I know what's wrong now
#tantek_since others may have to troubleshoot similar problems in the future when either using indieauth.com as a service, or performing their own relmeauth with the indieauth library or relmeauth php library.
#tantek_sorry Phae - we'll get this fixed - right aaronpk ? ;)
#aaronpkyesterday when I was starting one of the new chapters I was googling for things, then realized why I'm writing the book... because there isn't enough documentation out there yet!
#aaronpkplease do, pretty sure I took care of Github with that
#tantek_wonders if we should have an IndieAuth status page on the wiki - noting what is broken and what is working, so new people are hopefully less frustrated trying to log-in.
#tommorrisokay, can log into indieauth.com so all is good
#tantek.comcreated /Template:indieauth-status (+188) "draft, assume down unless someone has gotten it working, and then they can edit this accordingly to change the status. github was down yesterday per Phae & rachelwente, Geoloqi down yesterday per rachelwente" (view diff)
#tantek.comedited /IndieAuth (+134) "add indieauth status template, move last year's talk to a new talks section" (view diff)
#tantek_ok there's a draft of a status template for IndieAuth
#tantek_I made it a template so it could be included on the login page as well - just to set expectations and give a heads up (and remind all of us to get it all working better)
#rachelwentetantek Hi. Happy Sunday. Great news. I'll try again just as soon as I settle in for the afternoon.
#rachelwenteI was going to finish my troubleshooting doc, but it may not be needed. (I started it last night and needed a few minutes more today before sharing: http://goo.gl/NJ4wv)
#tantek.comedited /Template:indieauth-status (+143) "add links to specific github issues for the "down" providers (so at least there's another place people having problems can add comments, screenshots, etc.)" (view diff)
barnabywalters joined the channel
#aaronpkok i'm pretty happy with the state of this now
#terbeaux@tantek, i was wrong about moxie's project. it does not replace dns. it replaces certificate authorities: http://convergence.io/
#barnabywalterstantek: hey, you never know, aaronpk might have made Loqi into a bot which listens to our complaints, formulates a test suite and evolves a codebase which satisfies it ;)
#tommorrisso, I'm just working on a patch for openstreetmap to add the ability for users to add links to their sites to their profiles. with rel=me, obvs.
#tommorrisand openstreetmap has OAuth and an Omniauth gem
#aaronpktommorris: awesome, I will add it as a provider when it's ready
#tommorrisit's very weird, I have the Rails app runing on my machine. it's showing me maps and everything, but there aren't any objects in the DB. ;-)
#eschnoubarnabywalters, thanks, plenty of ideas for next steps. One thing I would really like to get working is cross-site mentioning. Will try salmon and web mentions.
#barnabywalterseschnou: I am working on that right now, I’m just writing the last tests and then I’ll deploy pingback send/receive support
#barnabywaltersI did a prototype and the simple act of making mentions into a feed gets you twitter functionality for free built on open, widely implemented standards. yay!
#eschnoubarnabywalters, but will it work if we have never interacted, because that's really want I want to achieve: to be able to mention you and you get the notification although you are not subscribed to me.
#aaronpkthat's what pingback/webmention would solve
#aaronpkand that ping could cause your site to subscribe to the feed for future updates
#barnabywalterstommorris: not quite, my mentions feed is a feed of all the times I have been mentioned by others
#aaronpkthose are the kind of names I can make, but they aren't necessarily "fun" heh
#barnabywaltersaaronpk: and you improved what I was calling backfeedback to backfeed
#barnabywaltersI’d say you’re pretty good at the naming thing!
zztr joined the channel
#tantekeschnou, do you have a page on storytlr.org which documents its current IndieWeb related support? e.g. PuSH support (both in and out), rel=me on user profile pages (or home pages), hCard for user profiles (and home pages), hAtom for posts etc.?
#Loqibarnabywalters meant to say: ooh, I just remembered: FB will finally let me post statuses as public now so I can start experimenting with comment/like backfeed
#eschnoutantek, no yet, I'm bad at writing documentation, but will do ! By the way, I was looking for the same on the indieweb wiki: a list of stuff to support
#tommorrissomeone asked me why it was called ferocity. I pointed out that all the software I've created recently begins with 'f' (my wikipedia bot is called 'fabulous', in the same drag queenish way) so when they don't work, I can swear at them.
#eschnoutantek, thanks. So far storytlr is not a 'client' and I was thinking of decoupling the publish side from the client side. I'm still looking for a proper 'indieweb client' though, some ideas on building one myself.
#eschnouby client I mean to consume other indieweb users activities
#barnabywalterseschnou: +1 for the decoupling the client from publisher
#tantekaaronpk - Aaronparecki.com receives pingbacks? what does it do with them?
#eschnouand on another note, I plan to write a client API to storytlr, so that I can start writing some clients. Any open standard in mind ? I was looking into AtomPub. Did not find anything else.
#barnabywaltersTurns out activitystreams is quite useful for representing "objects" internally, even if I don’t like it’s actor/verb/object publishing model
#tantekbarnabywalters - more specifically, *where* does a pingback get sent to from waterpigs.co.uk when you "post a note or an article" and under what conditions? It's not always is it?
#@thibclaesRT @storytlr: Took almost 1000 days... storytlr 1.2 is finally out ! All issues fixed, and with #ostatus and #indieweb support. http://t ...
#barnabywalterstantek: at the moment I’m just pinging all the links on the page. If there are problems I’ll throttle it, possibly to links I’ve marked up with h-cite and h-card
#aaronpkpinging all links in the note is probably safe
#barnabywaltersaaronpk: okay, I made a note linking to all those sites. There was an uncaught curl exception which stalled most of the pingbacks, but I think one got through to oauth.net
#aaronpkbarnabywalters: I got a pingback to oauth.net, but not the others
#eschnoubarnabywalters, I'm just reading through the specs and I don't understand why you need webmention if you have pingback support. Can you enlighten me ?
#barnabywalterseschnou: well, webmention is a nicer, ligther weight version of pingback
#barnabywalterseschnou: it’d be great if you could make sure pingbacks are accepted for homepages, so we can use it as mentions infrastructure
#tommorrisin other news, someone mentioned earlier that Twitter have confirmed that if you haven't gotten downloadable Twitter archives yet, you should get them by Jan 31
#eschnoubarnabywalters, that would be my #1 priority, to be able to receive mentions, and to mention others.
#barnabywalterstommorris: it’s on my todo list — the http client library I use supports parallel requests, but I haven’t figured out how to use them yet