#GWGI don't understand the behavior of one of Barnaby's functions
#GWGThe description suggests a function called getRepresentativeHcard should return an hcard or null, but on some urls it returns the whole parsed array
#GWGI think I need to experiment a little before filing
#GWGAlso, may try some other data sources as well. Can always change the priority later.
KartikPrabhu, KevinMarks_, nloadholtes, torrorist and tilgovi joined the channel
#tantek.comedited /Twitter (+326) "/* Developer Relations */ 2015-03-15 Sarah Kessler / FastCompany Twitter Only Gave Meerkat 2 Hours Notice Before Cutting Access To The Social Graph" (view diff)
tilgovi joined the channel
#tantek.comedited /Ghost () "(-4650) restore deleted content, remove content apparently copy / pasted from Wikipedia which does not have a public domain compatible license. Please update with *original content*, not just WP copy/paste, and do not remove existing content with citations" (view diff)
#tantek.comedited /Ghost (+39) "update definition since ghost is available, and incorporate old criticism into history since it is past/resolved" (view diff)
#tantekI've tried to update the Ghost article to restore both the previous content that was deleted, and then fix/update that content according to current easily verifiable (cited) facts that were claimed by the edits that removed the previous content.
#bearKevinMarks, I used Pelican until I realized that I could do the same with jinja2 templates and markdown files and a loop to take my directory structure and create the site
#tantekbecause rels are also document-scoped rather than element scoped, it gets tricky doing any kind of implying in either direction.
#tantekthe only case where it has made sense to do so so far is with a representative h(-)card for the page, that is a case where the h-card is also document-scoped.
#tantekKevinMarks: I sympathize with getting more attributes from elements like that. the other similar case we have is with <area> and shape / coords
#tantekproblem we have discovered is that adding any kind of "extra-format" attributes like that to the canonical microformats JSON can create an impedance mismatch with Micropub - as ben_thatmustbeme figured out when he tried to implement <area> tagging.
#tanteknote the media and hreflang attributes in the parsed result for the alternate
#tantek(for "text" I am presuming that you do just want the text inside the <a href>, that is, you don't want any of the markup that might be inside, e.g. <span> etc., and for <img> you'd want the alt text to automatically come through)
#KevinMarksthat implies different parsing for multiple rels