#microformats 2015-06-10
2015-06-10 UTC
KartikPrabhu, elux, fuzzyhorns and tantek joined the channel
# ben_thatmustbeme is still lost at times on why p- and not u-
# ben_thatmustbeme <a class="p-author h-card" href="http://martin.example.org/">Martin</a>
# ben_thatmustbeme why wouldn't that be u-author ?
# ben_thatmustbeme so the non-technical answer is really what data you are focusing on as the primary item
dym_cx, eschnou, tantek, KevinMarks_ and kez joined the channel
kez, Zegnat, ChiefRA, csarven, eschnou, chiui, pfefferle, pfefferle_, KevinMarks__, Left_Turn and KevinMarks_ joined the channel
# csarven Dear LazyMF , Are @rel self and bookmark changed in mf2?
adactio and KevinMarks_ joined the channel
# @wpscouts Author hReview : Ajouter une Evaluation étoilée á WordPress et des Témoignages d'Utilisateurs http://wpscouts.com/author-hreview/ via @wpscouts (twitter.com/_/status/608575044797739008)
pfefferle, KevinMarks__ and glennjones joined the channel
# KevinMarks csarven: you mean rel=me ?
# KevinMarks rel=self is a weird Atom thing
glennjones, eschnou and pfefferle joined the channel
# @hirameki (掘り返ã—) h:1130 ã²ã‚‰ã‚ã„ã£ãŸãƒ¼ã‚’AutoPagerizeã®Microformatsã«å¯¾å¿œã•ã›ã‚‹ã€‚ã•ã›ã‚ from id:fuba http://ryogrid.net/idea/twit/1130 (twitter.com/_/status/608596980428738563)
# csarven KevinMarks IIRC from mf1, "self bookmark" was used as a permalink
# csarven I suppose in mf2, its equivalent is u-url
# csarven Yeap: http://microformats.org/wiki/hEntry#What_about_rel_bookmark
netweb, glennjones, KartikPrabhu, pfefferle, TallTed and eschnou joined the channel
# ben_thatmustbeme do any implementations of the parser support the p-audio yet?
# ben_thatmustbeme or rather u-audio
# csarven I was talking about self *and* bookmark together. It is about the current document's permalink.
# csarven "bookmark external" would be for.. external links
eschnou, pfefferle and fuzzyhorns joined the channel
# csarven kylewm OKie.. then I'm mistaken. I don't remember why I had self in the first place. Probably pre-2007 stuff.
# csarven I really can't remember. No big deal :)
KevinMarks_ and KartikPrabhu joined the channel
KartikPrabhu and KevinMarks__ joined the channel
# KevinMarks__ Will that override actual encoding? There are lots of sites that use non utf8 encodings, especially Chinese and Japanese
# KevinMarks__ If it just changes default that's good.
# KevinMarks__ The Unicode dammit stuff tried to deal with guessing encoding
# KevinMarks__ We could just add encoding to the test
# KevinMarks__ I mean the meta tag for it, not a change to the test runner
# KevinMarks__ Yes
# KevinMarks__ The real scary case is when the encoding varies within a pagw
# KevinMarks__ This used to be a big problem with blogs copy and pasting quotes
# KevinMarks__ And if they had a windows nonbreaking space char in 0x80 the utf8 decoder would throw an exception
ben_thatmustbeme, KevinMarks_ and tantek joined the channel
# ben_thatmustbeme so in going through as2 there are a couple of things that i think make sense, but just had questions on
# ben_thatmustbeme first was supporting multiple sources for audio / video / picture tags
# ben_thatmustbeme right now they would all get clumped under just "audio" correct?
# ben_thatmustbeme well for video its about browser support
# ben_thatmustbeme a reader would need both if they want to re-include
# ben_thatmustbeme this is where I was testing pin13's support
# ben_thatmustbeme more of told me that it doesn't support u-audio grabbing src= value
# ben_thatmustbeme s/more of told me that it/actually it just confirmed that pin13s parser/
# KevinMarks_ Looks like mf2py isn't normalising urls http://www.unmung.com/mf2?url=https%3A%2F%2Fben.thatmustbe.me%2Fstatic%2Ftest.html&html=&pretty=on
# ben_thatmustbeme but that shows properly parsed values. the question is how to group the multiple audio files which are just alternates
# ben_thatmustbeme that looks like 4 seperate files in the parsed version
KevinMarks__ joined the channel
# kylewm KevinMarks_: it normalises them for me https://kylewm.com/services/mf2?url=https%3A%2F%2Fben.thatmustbe.me%2Fstatic%2Ftest.html
# ben_thatmustbeme added a p-name too so it has something better in there
# ben_thatmustbeme alternate encodings of the same video content, they are grouped in an <audio> tag which is intended for that
# ben_thatmustbeme audio tag i am already using though i don't rewrite code for multiple versions yet
# ben_thatmustbeme in indieweb not sure anyone is, outside of indieweb it shouldn't be too hard to find some samples
# KevinMarks__ It's less common with audio, as mp3 is ubiquitous. Rarer to see m4a these days
# KevinMarks__ Also rarer to see different quality choices for audio based on bandwidth
# ben_thatmustbeme I only do one right now because i haven't built that part out yet. Wasn't going to bother until i fixed up mobilepub
# ben_thatmustbeme agreed, transcoding is annoying
# ben_thatmustbeme though it can be pretty important for mobile
# ben_thatmustbeme ideally the format wars can just be relegated to "in the future browser makers will finally just support 1"
KevinMarks_ joined the channel
# ben_thatmustbeme aaronpk: same here, haha, we have DSL in our office
# ben_thatmustbeme so i can accept that for now, a single <source> is sufficient
# ben_thatmustbeme until need arises
# ben_thatmustbeme my second question was on supporting language of an h-entry
# ben_thatmustbeme though i know tantek already said (other channel) that it can be difficult to convince publishers to include such information
KevinMarks__ joined the channel
# ben_thatmustbeme My last question thus far will likely get relagated to "real world examples" which is what I will be working on soon. Its on having some way to convey a "type" of h-entry or action taken
# ben_thatmustbeme I will be publishing any activity i do, as an h-feed
# ben_thatmustbeme but while posts you can determine things like "like" from the existance of u-like-of, ways to determine create of a post vs edit of a post are not so clear
# ben_thatmustbeme unless there is a bunch of u-edit / u-create etc
# ben_thatmustbeme sorry, moved off the second question as it didn't seem to be getting a response
# ben_thatmustbeme and the language thing was just more of a curiousity
# ben_thatmustbeme ahh true, a lot of peopel jsut copy paste that
# ben_thatmustbeme switching to other question. I will be publishing data on creating / editing / deleting posts. an h-feed of things done, not actual posts.
# ben_thatmustbeme i already do this with incoming events (though i have yet to have anyone edit a reply or anything)
gRegorLove joined the channel
# ben_thatmustbeme okay
# KevinMarks__ Language of an entry I'd look at Stephanie Booth for examples
# KevinMarks__ Steph posts in English and French, and posts a summary in the other language
# KevinMarks__ And wrote a WordPress plugin for other people to use too
KevinMarks_ joined the channel
# KevinMarks_ She uses both visible [fr] [en] markup and lang on the hentry
chiui joined the channel
KevinMarks__ joined the channel
# KevinMarks__ Steph's deeper point is about perception of language use
# KevinMarks__ We are all imperfectly multilingual in different ways
# KevinMarks__ Assuming that a text has a single language is an oversimplification
# KevinMarks__ Which Google insists on, to the point of telling you not to use more than one language as they treat it as a bug
# KevinMarks__ They do use rel=alternate hreflang
# KevinMarks__ Stephanie gave a tech talk about it at Google (I invited her to)
# KevinMarks__ Also programmers assuming there is a simple country:language mapping
# KevinMarks__ Stephanie lives in Switzerland, the French speaking bit
# KevinMarks__ Many us sites assume that their .ch site should be in German
KevinMarks_ and elf-pavlik joined the channel
# KevinMarks the hreflang is already documented there
# csarven KevinMarks I'm in Bern, CH (mostly German in this Canton). https://developers.google.com/structured-data/testing-tool/ displays content in English (outer) and German (inner).
# KevinMarks Google thinks that they can do better by algorithm than by explicit setting
# KevinMarks and a lto of the time they are right
# KevinMarks but some of the time they have misdefined the problem
# KevinMarks assuming things have a single language is one of those times
KevinMarks__, chiui, dym_cx, glennjones, KevinMarks_, eschnou, elf-pavlik, iwaim, Erkan_Yilmaz and fuzzyhorns joined the channel