#KartikPrabhuseems like Google Takeout does not export my Google Play books notes/highlights to the promised HTML/JSON format (it gives me the original epub I uploaded)... anyone else tried this?
#KartikPrabhuwould like a second opinion before I bother myself to bother Google
#KartikPrabhubret: I am all for normal people usable indieweb stuff... maybe transmat.io could include his site as an example so normal people can actually see it in action
#KartikPrabhuJonathanNeal: indieweb in general a lot has happened including this mornings discussion about photo posts
#KartikPrabhuI'm oscillating between cleaning my code (boring...) and trying to export Google play ebook notes as marginalia on my own site :)
#breti think so. his work is generally really great, even though we dont hear all that much from him in irc... something I should probrally mirror more. i talk too much/read too much logs here where I should put a lot of that time into just building stuff
#KartikPrabhubret: it is good that people are building indieweb stuff and possibly not interacting here...
#JonathanNealKartikPrabhu: so you’re saying we can still build a blog or a facebook or something? =)
#kylewmbret: have you seen a site of glenn's that has sort of a file structure? like folders containing different documents? my memory is vague :(
#KartikPrabhujust worried that not showing a working example might dissuade potential users from giving transmat.io a serious shot which would be a shame
#KartikPrabhuJonathanNeal: hopefully one where people can own their own data... hell yeah!
#KartikPrabhuthought I am generally sceptical of "normal" people realising that indieweb is what is best for their data and content
#bret!tell dietrich Heeyyyyy... wanna help host HWC tomorrow at mozilla? :)
#KartikPrabhumaybe it is just me but if I had something as awesome as known or transmat already working (not just talk) then I would mos def show it off!
#KartikPrabhuparticularly because people get promised things all the time with out actual action
#KartikPrabhuJonathanNeal: whats been happening/wokring on your side?
#bretkylewm not that I recall... just a beautiful / minimal possee / twitter client
#bretngoldman wanna work on indieweb stuff after work tomorrow at esri? pllzzzzzzzz :p
#kylewmbret: yes it is gorgeous... first thing i fawned over in the Design Elements session :P
#bretthere isnt really a good place I can think of in pdx to hack in the evening
#KartikPrabhuJonathanNeal: also it helps to take a shot at implementing things people here have already 'figured out'. Standing on the shoulders of giants so the speak
snarfed joined the channel
#ngoldmanbret: I'm in San Diego! I'm down as soon as I'm back.
#pdurbinKartikPrabhu: not bad. Oh, I realized there's a transcript for that podcast we talked about. I copied and pasted the part I especially liked: Creative Voices "The voices that we hear more often these days, I think, the… - https://plus.google.com/u/1/+PhilipDurbin/posts/HFPR1T4vqjn
#KartikPrabhuyeah I completely forgot that some listeners makes transcripts for that show! pretty awesome
#pdurbinKartikPrabhu: yeah, when I showed someone our redesign he said, "Ah, Bootstrap. Like everyone else. I like the old design better. More unique."
#KartikPrabhuhmmm is this because frameworks make it easier to just not write new CSS or something?
KartikPrabhu, dariusdunlap, glennjones and wolftune joined the channel
#kylewmhi glennjones, I've been wondering about something I thought I saw on (one of?) your site(s). my memory is a little vague, but it was like a folder hierarchy with different documents nested in the folders? is that something?
bvg, npdoty, glennjones_, lupinedev, squeakytoy2, chrissaad, Tallken, paulcp, jgarber, cweiske, scor and friedcell joined the channel
#KartikPrabhuwhich seem correct since the image is part of the content
glennjones_, paulcp and npdoty joined the channel
#npdotyis there any harm done if a page (for example, the index page of your blog) contains two <a> tags, both with rel="in-reply-to", pointing to different URLs?
#gRegor`You can have multiple in-reply-to URLs for a single post, yes.
#npdotyI'm thinking more the case where a blog might show the complete contents of multiple posts
#npdotyah, webmention just requires that there is a link of some kind to the target
#KartikPrabhuthe webmention protocol does not depend on any markup just a link
#KartikPrabhuthe microformat is for the receiver to parse and display your reply.
#npdotyokay, cool. so it sounds like rel="in-reply-to" isn't necessary for anything?
#KartikPrabhuso I would put a <a href="..." class="u-in-reply-to"> inside an h-entry so that the receiver knows it is a reply and not a generic mention
#npdotyah, I guess I was following the indiewebcamp.com page on replies, which states that rel=in-reply-to is required
#KartikPrabhuthat is for the permalink pages and not for feeds/streams
#npdotyright, so I could change the content so that a rel=in-reply-to is present on the permalink page but isn't present when the content is presented in a feed with multiple entries ...
lukebrooker, tilgovi, emmak_, chrissaad, glennjones, fmarier, gRegor` and paulcp joined the channel
#mko!tell aaronpk When you've got a few minutes to chat, I'd love to understand better how to enable authentication for micropub. I didn't actually realize IndieAuth provided a bearer/access token.
#mkoemmak_: Yep. I've already got the simple Webmention form available and the entire set of reply UI wrapped in a web action, but I wanted to set up a full round-trip of IndieWeb commenting from the view page.
#emmak_there was a discussion on trust-less micropub, which sounds like what you are looking for, but i don't think its been fleshed out yet
#bretbarnaby does something like storing the token in a client side cookie
gRegor`_ joined the channel
#mkoYeah. I've got that set up already (sort of). Like, anyone could listen for these micropub posts and just choose whether to post them or not based on the referrer, but I'd rather handle the post directly and have the post appear on both sites moments after using the interface.
#bretemmak_ I couldn't find a space last minute for HWC so I just posted an event to calagator at the waypost
#kylewmmko: I played with micropub comments on my site... it's problematic right now that to comment, people would have to give me write access to THEIR site
#kylewmof course, I trust barnaby not to do something sketchy with my access token a hell of a lot more than most of the twitter apps i give permissions to
#emmak_bret: not sure if i'll be able to make it out there tonight
#mkoThey control their micropub endpoint. If they want to create flood or abuse protection on their endpoint, that's easy to do, and granting access should only allow for certain activities (i.e. only posting replies or only posting replies, likes, favorites, bookmarks)
#kylewmnot sure ,he mentioned something about overloading oauth.net feeling a little wrong
KartikPrabhu joined the channel
#mkoTo be fair, I was confused when first implementing IndieAuth because I'm so used to generating access tokens during authentication, so it makes a lot more sense to me to be on IndieAuth, since that's the authentication provider.