#aaronpkIndieAuth says the OAuth 2 client_id must be a URL
#aaronpkThe intent is to be able to fetch app name/icon from that URL using the h-app microformat
#bearI thought /developers page made it very clear "client_id: Set the client_id in a hidden field to let indieauth.com know the home page of the application the user is signing in to"
#aaronpkSo displaying the client info on a site would publish the h-app markup, not a property named client_id
#aaronpkNow that indieauth.com actually consumes the x-h-app microformat I should update that sentence accordingly
#aaronpkLike instead of going to dev.twitter.com and registering an app, entering the name and uploading the logo! you just publish your app info on a web page
#Loqitantek: bret left you a message 2 hours, 47 minutes ago: sure as soon as I can edit that page :p
#Loqitantek: bret left you a message 2 hours, 46 minutes ago: I am starting notes for the page locally :)
#Loqitantek: bret left you a message 2 hours, 42 minutes ago: conceivably posting tools/clients may live at different domains but have a human readable name relating to the software powering it. If client_id is the url of the client making the post maybe we need a separate client name field
#willnorristhis is only like the second or third time I’ve got POSSE working :-P (previously on wordpress)
#willnorrishopefully I can stop regressing now and just keep adding more stuff
snarfed joined the channel
#Loqisnarfed: kylewm left you a message 2 hours, 12 minutes ago: hey I've got a version of oauth-dropins running here for (only Flickr is likely to work) https://oauth-dropins-kwm.appspot.com
#willnorrisyeah, have been for about a month now. I’m not completely wedded to jekyll specifically… I’ve also been looking at hugo a bit
benwerd joined the channel
#bretwillnorris: good! jekyll has problems that anoy me. I'm working on a git based publishing system for static stites though so its cool to see others see the value in static sites
#willnorrisyeah, i’m pretty well sold on serving static pages at this point… it’s been really nice. The only other thing I might consider is hooking it up to camlistore, but that’s still some ways off
#willnorrisi’d definitely be interested in seeing the git based system you come up with
#bret!tell willnorris ack computer crashed.. im totally on board with camlistore (and the idea of immutable data). Its to hard to use right now personally so git is like my camlistore lite. Can't wait till I can handle arbitrary data
techlifeweb, snarfed and cuibonobo joined the channel
#snarfedJeena: if you include a u-syndication link to instagram on your photo posts, bridgy will find that and you won't need to include a backlink in instagram at all
#cuibonoboi was checking out camlistore (someone mentioned it last night) but to contribute you need to sign a contributor license agreement with Google...
#cuibonobois this because the code is hosted on Google? because I was under the impression that Google didn't have any claim over camlistore
#snarfedcuibonobo: it's not because it's hosted on google. i think brad (et al) own the IP, but i can double check and ask him
KartikPrabhu, chrissaad, gRegor` and willnorris joined the channel
#Loqiwillnorris: bret left you a message 12 hours, 42 minutes ago: ack computer crashed.. im totally on board with camlistore (and the idea of immutable data). Its to hard to use right now personally so git is like my camlistore lite. Can't wait till I can handle arbitrary data
#Acidnerdanyone can tell me what is the code behind Loqi bot ? is it available out there ?
#KartikPrabhubear: it seems strange to me to have ronkyuu do both webmention and indieauth as they are fairly independent. Any particular reason for clubbing them together?
#anNofMeKartikPrabhu: I agree, it’s a little cluttered. Could you do something like “2014 | Jan Feb Mar…” rather than have the year attached to each month?
#KartikPrabhuyou mean treat the year as a sort of 'heading' and then list the months?
#KartikPrabhugood idea... will have to see if my templatin system allows me to do that :) thanks
#anNofMeThinking ahead, you probably won’t need links to every month in past years, so past years maybe should just be links to archives of that year
#anNofMeit’s not a big deal now since you only have one past year, but if you continue for another year or two, that footer’s gonna get real big
#techlifewebMost of what you all talk about is probably over my head but I love learning this stuff. I have a Wordpress blog that I mostly "break" and fix again just so I can learn. Thinking of indiewebifying it (that's a word, right?) mostly for POSSE reasons.
#anNofMeother suggestion: you probably don’t need the “months” thing - it’s pretty obvious what’s going on w/o the label. Maybe just put the little calendar icon next to the year?
#anNofMetechlifeweb: I’m in a similar boat… and if indiewebifying isn’t a word, it probably should be
#anNofMetechlifeweb: I’m mostly planning to scrap WP because I don’t understand the SQL databases it uses… lack of technical knowledge is it’s own form of siloing I think
#KartikPrabhusnarfed: yeah that is what I mean the first author should be inside the properties of the h-entry, which it is in the link to kyle's mf2py but not in your code example
#snarfedKartikPrabhu: ah. i may have removed too much when i simplified my examples
#techlifewebsnarfed: thanks. Yep, been reading that page.
#anNofMesnarfed: I’m sure there are plenty of good reasons to use WP, and I may well go back just for ease of use purposes, but as this whole thing is a learning exercise as much as anything else, I think I’d like to be a bit more in control (read: know what’s happening behind the scenes)
#snarfedKartikPrabhu: yes, my bad, i'll fix the examples. still, the bigger question remains, the author-inside-author
#snarfed(also, my mf2py repo is up to date with yours)
#KartikPrabhusnarfed: in anycase to find author you should be doiing the following: Find first item of type=h-entry, then look in properties for "author". If it is a string use as name, if it is dictionary assume it is h-card then use the property=name of the hcard... the second "author" is a result of bad markup but it is irrelevant to parsing in these cases
#snarfedKartikPrabhu: sure. i'm not just running the authorship algorithm here though. i'm transforming the whole object to activitystreams. i'm happy to do whatever with the embedded author string, i just didn't expect it, so i didn't (and still don't) know what to do
#KartikPrabhusnarfed: ignore it. it seems to be saying that this is the author of the h-card which is irrelevant. you should only look for name property in the h-card
#KartikPrabhuthe authors of those blogs should be using p-name instead of p-author inside the h-card
#snarfedwell, i should look for tons of stuff in the h-card - url, photo, address, etc - but ok, i can happily ignore an inner author property
#snarfedthanks. want me to file an mf2py bug? or is this expected output?
#lewiscowperI figured I'd come in and say hello for now, I'm going to tear down and rebuild my site in an indie way over the next few weeks. I may have met some of you at the indie tech summit in Brighton last month.
#KartikPrabhulewiscowper: I suggest starting small with setting up rel=me stuff on current site so you can log into the wiki and edit/contribute to things :)
#lewiscowperThat's where I've gone so far, setting up indieauth. :)
#techlifewebKartikPrabhu: I didn't know about that either. Ha! Thanks, lewiscowper!
#KartikPrabhulearning to spell is now an arcane skill! thanks technology!
#lewiscowpertechlifeweb++ I usually just remember the first few characters of busy chatroom participants user names because it's just tec[Tab], kar[Tab]. :)
#bearKartikPrabhu - yea, it will probably get split out but right now it's convienent for my debugging - but yes, I should do that
#KartikPrabhubear: I see. I was looking to cleanup my webmention code with probably including mf2 awareness into it (like look for links only in first h-entry by default) and ran into this
#beargo ahead and clean up - just comment out anything causing you grief and add a # BEAR marker or something