#microformats 2015-10-26
2015-10-26 UTC
tantek and ben_thatmustbeme joined the channel
tantek, fuzzyhorns, elf-pavlik, pfefferle, eschnou, adactio, gRegorLove, Garbee, warehouse13, termie, TallTed and KartikPrabhu joined the channel
# @technotipz Ultimate Guide to Microformats: Reference and Examples http://www.technotipz.com/tips-and-tricks/ultimate-guide-to-microformats-reference-and-examples/?utm_source=ReviveOldPost&utm_medium=social&utm_campaign=ReviveOldPost #tips (twitter.com/_/status/658671863313387520)
Soopaman, fuzzyhorns, gRegorLove, tantek and KartikPrabhu joined the channel
# @nico_casel Google Structured Data Testing Tool for testing #microdata , #microformats and #RDFa https://developers.google.com/structured-data/testing-tool/ #html5 (twitter.com/_/status/658722303342198785)
Soopaman, fuzzyhorns and tantek joined the channel
# ben_thatmustbeme aaronpk and I have been working on a jf2
# aaronpk most of the quick iterations have been happening on https://github.com/w3c-social/Social-Syntax-Brainstorming/wiki/Minimal-Activity-Stream and in ben's converter implementation
# Loqi kylewm: tantek left you a message on 9/18 at 4:02pm: would appreciate your review and comment(s) on the refinement on the updated proposal on this issue: http://microformats.org/wiki/microformats2-parsing-issues#implied_properties_when_an_explicit_class_is_provided
# Loqi kylewm: tantek left you a message on 9/18 at 4:26pm: all resolved issues with implementation(s) incorporated into the microformats2 parsing spec - take a look, see if you have any qs: http://microformats.org/wiki/index.php?title=microformats2-parsing&diff=65229&oldid=65090&rcid=101616
kevinmarks joined the channel
# ben_thatmustbeme we are going back and forth on what to do if there is more than 1 item at the top level
# ben_thatmustbeme so I was just returning an array of objects, aaronpk suggested we contain them in a blank object and put them as children or items within that
# ben_thatmustbeme i am leaning toward just always containing everything in a top level object representing the page
# ben_thatmustbeme i would say it makes sense as either just an array or the single object (you are really asking for the item(s) in the page) or as always an object of the page with its items contained in it
# ben_thatmustbeme alternatively we could make the top level always an array
# ben_thatmustbeme indeed
tantek joined the channel
# ben_thatmustbeme basically range14 is the other side of this, its if it refers to the top level page object or the thing the items[0] represents
# ben_thatmustbeme s/it refers to /a url refers to /
# aaronpk the problem is that in most common usage, demonstrated in both our indieweb sites as well as twitter and other networks, a URL like http://aaronparecki.com/notes/2015/10/24/1/indieweb represents a single post
# ben_thatmustbeme as an example been working off of the example on the github page http://stream.thatmustbe.us/?url=https://ben.thatmustbe.me/static/test2.html
# ben_thatmustbeme hmm, the issue i can see others complaining it that we were going to do this with rel=alternate to find the jf2 of the page
# ben_thatmustbeme if rel relates to the entire document, is rel=alternate to a jf2 that only represents the primary object
# ben_thatmustbeme ick
fuzzyhorns joined the channel
# ben_thatmustbeme so putting aside the rel alternate issue, perhaps we are going down the wrong track by trying to represent the object at all and should indeed go with only the primary item (first if there is an array of them)
# ben_thatmustbeme tantek, thats exactly what brought this up me parsing my home page
# aaronpk okay this is updated now https://github.com/w3c-social/Social-Syntax-Brainstorming/wiki/Minimal-Activity-Stream
# aaronpk also added a note on html content https://github.com/w3c-social/Social-Syntax-Brainstorming/wiki/Minimal-Activity-Stream#html-content
fuzzyhorns, Zegnat, KartikPrabhu, Soopaman, gordonb and tantek joined the channel
# ben_thatmustbeme thinking about the discussion earlier aaronpk, if this is really meant to be a step for social interaction, i think we should contain all top level h-* not just the first is simply for the sake of feed discovery