2014-08-15 UTC
tantek, robmorrissey and gRegor` joined the channel
KevinMarks, KartikPrabhu, tantek, KevinMarks3, Soopaman, netweb, eschnou, pfefferle, KevinMarks_, krendil, barnabywalters, pfefferle_ and Garbee joined the channel
# 10:17 tantek jonnybarnes: authorship is an #indiewebcamp algorithm
pfefferle, adactio, krendil, netweb, benward__, eschnou, TallTed, philipashlock, robmorrissey, Soopaman, robmorri_, gRegor`, trendynick_, tantek, encolpe, KartikPrabhu and barnabywalters joined the channel
robmorrissey, KartikPrabhu and Erkan_Yilmaz joined the channel
# 20:35 Erkan_Yilmaz my experience:
# 20:36 Erkan_Yilmaz adding mf worked, at least pin13 showed it
# 20:36 Erkan_Yilmaz then I read about the backward compatibility:
# 20:36 Erkan_Yilmaz but now pin13 shows only:
# 20:37 Erkan_Yilmaz (no values)
# 20:37 Erkan_Yilmaz "items": [ { "type": [ "h-card" ], "properties": { "name": [ "" ] } }
],
# 20:37 Erkan_Yilmaz is adding it in a mediawiki page
# 20:45 Erkan_Yilmaz interesting, when I add the mf-only-code and the mf2-code also there, pin13 shows the mf2-JSON
# 20:45 Erkan_Yilmaz (so: separate, not mixed as in the backwards-compatible example)
# 20:47 aaronpk pin13 parses using the backwards compatible method
# 20:49 Erkan_Yilmaz the hcard generator was nice for the mf
# 20:50 KartikPrabhu Erkan_Yilmaz: aaronpk pin13 should work with both mf and mf2 markup existing simultaneously right?
# 20:51 aaronpk pin13 parses both yes. it's basically got the checkbox on waterpigs permanently checked
elux joined the channel
elux joined the channel
# 20:54 Erkan_Yilmaz perhaps I did it wrong?
# 20:54 Erkan_Yilmaz it's new territory for me
# 20:54 Erkan_Yilmaz I was happy pin13 showed the JSON correct
# 20:55 Erkan_Yilmaz let me see how I can make it invisible
# 20:56 aaronpk oh yeah that's bad, it's cause mediawiki is escaping it, so it's not actually showing up to the parser
# 20:56 KartikPrabhu Erkan_Yilmaz: you have to put the microformats stuff in the HTML not as wiki content
tantek joined the channel
# 20:58 KartikPrabhu Erkan_Yilmaz: also putting all microformats in an invisible section is not good anyway. You should use microformats to markup existing visible content
# 20:59 KartikPrabhu not sure mediawiki syntax supports adding HTML markup directly unless you mess with their templates
# 21:00 Erkan_Yilmaz perhaps I am just doing it wrong? reading (1) sounds like it should be possible somehow
tantek joined the channel
# 21:01 Erkan_Yilmaz looks into his old history, I had some <div>-tags used there once
# 21:01 Erkan_Yilmaz there <- in my signature
# 21:01 KartikPrabhu Erkan_Yilmaz: yes. but all those things should go in the HTML (possibly through your template) and should not be escaped
# 21:02 Erkan_Yilmaz I see, let me see if there's a html extenstion or so
tantek-ipod joined the channel
# 21:03 Erkan_Yilmaz "Another potential usage of HTML Tags is to embed microdata (especially the kind that can't be embedded already using $wgAllowMicrodataAttributes)."
robmorrissey, gRegor` and Soopaman joined the channel
# 22:39 Erkan_Yilmaz yay, I got it now working via templates
# 22:39 Erkan_Yilmaz no plugin needed to be installed
# 22:39 Erkan_Yilmaz let's see if I can turn them also into mf2
# 22:55 Erkan_Yilmaz thx again KartikPrabhu aaronpk
# 22:58 Erkan_Yilmaz but it's not really full microformats, now I just have: url fn (which is enough for me now)
philipashlock joined the channel
# 23:03 KartikPrabhu Erkan_Yilmaz: the good thing about microformats is that you can add them bit by bit and it still works
# 23:04 Erkan_Yilmaz I saw via pin13 that mediawiki seems to enable some other tag attributes in the JSON output by default also
# 23:05 Erkan_Yilmaz yes, you're right. it's in the "rels"
# 23:08 Erkan_Yilmaz I actually came from the webmention, pingback notifications to mf
# 23:08 Erkan_Yilmaz I first got in contact with mf via MMN-o when he added it to GNU social (aka statusnet)
# 23:24 Erkan_Yilmaz so, the mf2 format is definitely smaller than mf
# 23:24 Erkan_Yilmaz but I wonder how I do now the <a> tag ;-)
# 23:32 Erkan_Yilmaz so, changing the template to mf2 also seems to work: in this backward compatible style
# 23:34 Erkan_Yilmaz hm, not exactly, MW leaves out the u-url (it should be "u-url url")
# 23:34 Erkan_Yilmaz but pin13 and php-mf2 show it correct
# 23:35 KartikPrabhu they show it correctly because of the backwards compatible parsing. you don't need to put both the old syntax and new
# 23:37 Erkan_Yilmaz ok, I was thinking of apps not yet supporting mf2
# 23:37 Erkan_Yilmaz not updated ones :-)
# 23:39 Erkan_Yilmaz well, I was just thinking to be on the safe side, not that I know any parsers yet besides pin13 and php-mf2
tantek-ipod joined the channel
# 23:39 KartikPrabhu Erkan_Yilmaz: No i mean, I don't think "apps" use microformat data at all yet
# 23:40 Erkan_Yilmaz well, then they better should now that I enabled it
# 23:41 Erkan_Yilmaz well, serach engines could use it
# 23:43 KartikPrabhu yeah I guess search eingines are still parsing older syntax. I don't know if they do anything terribly useful with it other than some snippets
tantek-ipod, tantek_, robmorrissey and KartikPrabhu joined the channel