[snarfed]1, Learning247, [chrisaldrich], gRegorLove, Lweasel, [tantek], [jgmac1106], [schmarty], [tw2113] and [Murray] joined the channel
#bekoI may have found a pattern. Parse-This seems to have problems finding data when the h-entry is nested in an h-feed. Some websites seem to wrap single articles in a feed with one child for reasons unknown to me. This is probably even legit for microformats.
[pfefferle] joined the channel
#[pfefferle]I would rephrase it to: most wordpress sites use hfeed also on single pages
#GWGbeko: I am positive that I tested that scenario many times, but need to look at your data
#GWGI'm trying to figure out mf2 unit tests right now for another project
#bekoGWG: I see. I always forget that there is a Parse This Debugger page (because it does not show as regular WordPress user - it needs admin role) and it works whhen I switch the Return Type to Feed
#bekoSingle is indeed empty. Looks like the auto parsing does not try Feed type.
#[chrisaldrich]GWG is there an issue page where we can add example pages to for you as potential tests for the parser? It seems like I recall one, but I can't find it now.
#GWG[chrisaldrich]: The Parse This GitHub repo....linked in the parsing debugge
gRegorLove, nickodd, [jgmac1106], [Ana_Rodrigues], joba and [fluffy] joined the channel
#[jgmac1106]beko the very first thing I do when hacking on a WP theme or plugin is just do a global search for old microformats and delete them
#[jgmac1106]...half the time all you need to do for a theme to almost work with the mf2 plugin
[snarfed] joined the channel
#[chrisaldrich]Be careful to do a search for those old microformats in the style.css file and not simply delete them, but replace them so the styles don't break. π
#[chrisaldrich]I've found a lot of themes that will use them for styling, which is something I generally wouldn't recommend.