2013-07-15 UTC
# 16:04 Loqi aaronpk: also display the secret on the TOTP login page, add link to blog post on setting up a pebble watch with indieauth
Loqi joined the channel
erikmaarten joined the channel
# 16:19 gjones OK I will added, the XSS issue is quite major
sandeepshetty joined the channel
# 16:21 barnabywalters any tips for handling the include pattern? I’m wanting to start working on it in php-mf2
# 16:22 gjones I am already building a helper lib to sanitizer/simplify html looks like that may come in useful for this problem as well
# 16:22 barnabywalters it’s not actually in the mf2 parsing spec, is that just an oversight or has it been dropped?
# 16:25 gjones t was talking about only support the 'data-include' attar pattern at one stage but you need the others for V1
smus joined the channel
bnvk joined the channel
# 16:28 gjones At the beginning of a parse I find all the includes in a page and clone the dom element of include into the right place in the document
# 16:32 gjones Yes building up the document by adding all the includes in the right places helps kill the complexity of trying to do as you parse
# 16:36 gjones bw: off to eat, talk later
spinnerin, smus, melvster_, hadleybeeman, smus_, b0bg0d, scor, tantek and eschnou joined the channel
# 18:25 tantek great conversations with aaronpk, evanpro, julien51, shaners, and jayallen at #yxyy
andreypopp, smus, smus_, b0bg0d, bnvk, sandeepshetty, bnvk_, tantek, bnvk__, eschnou, musigny, gjones and benwerd joined the channel
# 19:32 neuro` Yes, seems so. I wish I could attend as many (un)conferences I wanted instead of burning on the beach.
texburgher, sandeepshetty_, smus_, barnabywalters, tantek, sandeepshetty, b0bg0d, donpdonp, smus, tilgovi, gjones, bnvk and jfranusic joined the channel
gjones, earplugs, andreypopp, jfranusic and b0bg0d joined the channel
melvster_ and tantek joined the channel
benwerd, b0bg0d, scor, smus, smus_ and sandeepshetty joined the channel
# 23:35 sandeepshetty_ tantek: Re /authorship, Does 3.1.3 mean "find a h-card containing an anchor tag with class u-url and a rel attribute with me" or does it mean "find a h-card containing an anchor tag with class u-url whose href is the same a rel-me on the page"?
# 23:37 tantek it means the first, but the second could work as well, and is perhaps a bit more flexible
# 23:37 sandeepshetty_ the former is challenging to implement because you can't figure that out from php-mf2 json
# 23:40 tantek.com edited /authorship (+284) "/* Determining */ 3.1.3 if a u-url of an hCard matches *any* rel-me destination from that page, use that h-card (u-url and rel-me links may be different or the same element). Thanks to sandeepshetty for requesting that clarification." (
view diff )
# 23:40 tantek updated, please take a look and see if it reads as you expected.
# 23:43 tantek if it's a real problem (with a real world example URL) then we can address that
# 23:43 sandeepshetty_ right. I'm just skipping that checking the first of each for url == uid == page URL
# 23:43 tantek multiple u-uids don't make sense really, because a u-uid is supposed to represent the asserted canonical URL for a microformat
# 23:44 tantek checking just the first u-uid should be sufficient
# 23:44 tantek we can add that as an FAQ if you think it is right
# 23:44 tantek e.g. to different social network profiles etc.
# 23:45 tantek any URL that belongs to / represents the h-card (or other item, e.g. h-event)
# 23:45 tantek useful for creating a summary of an event that links to all the different representations on different networks
# 23:45 tantek e.g. check any of the microformats meetup events
# 23:45 tantek they have multiple URLs to link to FB, plancast etc.
smus joined the channel