#indiewebcamp 2012-06-10
2012-06-10 UTC
spinnerin, tantek_ and dascher joined the channel
#
aaronpk well I just finished the proof-of-concept pingback service I was talking about the other day: https://github.com/aaronpk/Pingback

tantek joined the channel
#
aaronpk is now collecting data from pingbacks on all of his sites using https://github.com/aaronpk/Pingback

brennannovak, dascher, tantek, lmorchard, dascher_ and barnabywalters joined the channel
#
barnabywalters aaronpk: cheers, I've just got to the point in my system where I'm thinking about displaying this data, and possibly accepting pingbacks

#
barnabywalters I've been storing twitter and facebook ids for my syndicated content for a month or so now. the deficiency in the twitter api is really irritating, as is the slowness of the facebook API :(

#
barnabywalters yeah, I saw that, haven't had a proper look yet

zztr joined the channel
#
barnabywalters I'm no good at reading ruby - how does it work? The pingback server is separate to the pingedback things, and is accessible through an API or something?

#
barnabywalters I thought pingback could be useful for handling 'mentions', e.g. pinging aaronparecki.com if I mentioned you in a note

#
barnabywalters been thinking a bit about how to handle that - syntax and the like

#
barnabywalters not sure if webfinger is the way forward or not

#
barnabywalters there are too many discrepancies, e.g. people who have a separate email address will be confusing, duplication happens if people use a different accnt: to keep their email address private…

zztr joined the channel
#
barnabywalters yeah, if the server is well-implemented then it's a great protocol

#
barnabywalters my one niggle with it is the weight of xml-rpc

#
barnabywalters json-rpc looks like a much lighter weight format, but I doubt it's used at all

#
barnabywalters yep, I'm using codeigniter, which has nice simple client and server libraries — so I should be able to get it set up fairly quickly

#
aaronpk here's the method in my code that gets called when it gets the pingback.ping xmlrpc call: https://github.com/aaronpk/Pingback/blob/master/controller.rb#L79

#
barnabywalters so does wordpress do pingbacks by default, or is a plugin required?

#
barnabywalters making it extremely widely used, then! it'd be worth testing to see if it navigates shortlinks successfully

#
aaronpk I don't think it's supposed to work with shortlinks: http://www.hixie.ch/specs/pingback/pingback-1.0

#
barnabywalters I wonder how often shortlinks (or other redirects) are used by bloggers, then? off the top of my head I can't remember having seen any

#
barnabywalters but if we're using this for notes to be tweeted, people are likely to use them

#
barnabywalters yes. very irritating if you have a short linking service which produces shorter links than they do!

#
barnabywalters I think that's why tantek leaves the / after the domain name out of his links to notes

#
barnabywalters it's getting late here so I'm off - bye for the mo!

#
barnabywalters you too!

dascher joined the channel