Home
last modified time | relevance | path

Searched refs:microformats (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md202 * Switched from regex to xpath for microformats discovery. [#536](https://github.com/simplepie/simplepie/pull/536)
230 * Added `mf2/mf2` as a suggestion in Composer for use with microformats. [#491](https://github.com/simplepie/simplepie/pull/491)
237 * More cleanly separates discovery of microformats and parsing when php-mf2 is not present.
258 * Added photo de-duping in microformats. [#348](https://github.com/simplepie/simplepie/pull/348)
271 * Improved support, feed and authorship discovery, and parsing for microformats. [#348](https://github.com/simplepie/simplepie/pull/348)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1838 $microformats = false;
1848 $microformats = $result->length !== 0;
1850 // Now also do feed discovery, but if microformats were found don't
1856 if ($microformats) {
3175 * There is no way to find PuSH links in the body of a microformats feed,