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"
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, 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
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
Loqibret: tantek left you a message 2 hours, 32 minutes ago: looks like you need a few more microformats wiki edits before you can create pages :) stubbed it for now: http://microformats.org/wiki/h-entry-brainstorming
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
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
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...
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
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?
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 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
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)
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
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 :)
lewiscowpertechlifeweb++ I usually just remember the first few characters of busy chatroom participants user names because it's just tec[Tab], kar[Tab]. :)
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