#microformats 2015-04-18

2015-04-18 UTC
Soopaman, KevinMarks_, KevinMarks__, KevinMarks___ and KartikPrabhu joined the channel
KevinMarks__, KevinMarks_, eschnou, ben_thatmustbeme, Erkan_Yilmaz, Soopaman and tantek joined the channel
#
kevin marks
edited /microformats2-parsing-brainstorming (+2040) "suggetsed enhanced rel parsing to preserve attributes"
(view diff)
#
tantek
!tell tommorris what do you think of http://microformats.org/wiki/microformats2-parsing-brainstorming#more_information_for_rel-based_formats ? Should we have another microformats dev meetup while you're in town to go through this (and any another open mf parsing questions?)
#
Loqi
Ok, I'll tell them that when I see them next
#
tommorris
tantek: can certainly have a chat about it when I am in town. :)
#
Loqi
tommorris: tantek left you a message 1 minute ago: what do you think of http://microformats.org/wiki/microformats2-parsing-brainstorming#more_information_for_rel-based_formats ? Should we have another microformats dev meetup while you're in town to go through this (and any another open mf parsing questions?)
#
KevinMarks
hm, the alternate example is a very mf1 way of doing it http://microformats.org/wiki/microformats2-parsing#rel_parse_examples
#
KevinMarks
"I found a magic value, so did some extra magic"
#
KevinMarks
and it's only some magic values
#
KevinMarks
if I parse <link rel="alternate" type="application/atom+xml" title="Epeus&#39; epigone - Atom" href="http://epeus.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="Epeus&#39; epigone - RSS" href="http://epeus.blogspot.com/feeds/posts/default?alt=rss" />
#
KevinMarks
I get { "items": [ ], "rels": { }, "alternates": [ { "url": "http:\/\/epeus.blogspot.com\/feeds\/posts\/default", "rel": "" }, { "url": "http:\/\/epeus.blogspot.com\/feeds\/posts\/default?alt=rss", "rel": "" } ] }
#
KevinMarks
losing title and type
KevinMarks__ joined the channel
#
KevinMarks
that's the PHP code, the python does keep the type
#
KevinMarks
'{"rels": {}, "items": [], "alternates": [{"url": "http://epeus.blogspot.com/feeds/posts/default", "type": "application/atom+xml"}, {"url": "http://epeus.blogspot.com/feeds/posts/default?alt=rss", "type": "application/rss+xml"}]}'
KevinMarks_, eschnou, KartikPrabhu, KevinMarks__, philipashlock and KevinMarks___ joined the channel