#tantekit's a custom post style, with a way of storing it in an h-entry such that it can be parsed and included on a permalink, archive, or homepage stream
#GWGI think I need to rethink textual location display.
#tantekbret - Chrome does not implement HTML5 <style scoped>
#tanteknote that all I have to do is include *one* style rule that applies to ".h-entry" and that's the "hook" for styling the entire post.
#tantekeven on the post permalink page (which is now on body)
#tantekinteresting back compat question, should we ignore an hentry inside an h-entry?
j12t joined the channel
#tantek.comedited /custom_post_style (+123) "Tantek.com now has custom post styles, per the addition of the feature to Falcon storage and post display. Brainstorm successfully implemented, deployed, and in use with real-world example." (view diff)
#aaronpki think that needs to be cleared up, because normal traversal of parsed microformats JSON tends to not be depth-first-search, just scanning the items array or scanning the properties of a single object
#tantekthat's my point, from a web author perspective, no
#tantekbecause web authors think from a source perspective by default, and thus "first", absent any other specifics can only mean document/source order
#tantekBTW one way of making the "look for the first h-*" easier, is to provide it as a parameter to a parser
#tantekso it could do smarter things like use XPath or a CSS Selector parser to pull out a subtree for parsing instead of the whole document
#aaronpkhm, i'd rather not have to parse the page twice and think about it in different structures. the nice thing about the parsed JSON version of the page is you can stop thinking about it as HTML
#aaronpkHTML is messy, parsed microformats is a clean data structure
KevinMarks and KartikPrabhu joined the channel
#ben_thatmustbemeBtw tantek your homepage on chrome mobile looks crazy full off rainbows right now
tilgovi, KevinMarks_, KevinMarks, snarfed, j12t, csarven_ and csarven joined the channel
#Phyksuhhyeahbret: why emails would be more difficult than any other service to hack on?
#Phyksit would be possible to implement such features as a Thunderbird extension (or any other email client) or in roundcube or in whatever, no?
csarven joined the channel
#Phyksthe important thing is just that these extra infos should not prevent readability for standard users and only enhance emails for people who want it
csarven, cmhobbs and elima_ joined the channel
#kylewmPhyks: Thunderbird+Lightning does intelligent stuff when it gets an iCal attachment, and i think there is a well-defined conversion from vCard to iCal
#GWGSo, for example, I can write a simple note with my thoughts on my site, and kylewm, who uses completely different software, can write a reply on his site, and send me notice of that using a webmention, and my site will process that as a comment.
#GWGBut I have no idea how kylewm's site works or vice versa.