Open eliemichel opened 10 years ago
Is it a format like RSS, ATOM, etc. ?
In some way yes, in some other no. ^^ It is a micro-format embedded inside a page.
http://microformats.org/wiki/h-entry
@eliemichel :+1:
The link was in the first post. ;) Example websites using h-entries:
Oups, I did not get it in the mail notification :/ My bad.
This imposes to parse the blog main HTML code however, no ?
Yep I'll start testing about that. I may start by using xslt and try to avoid using it after. If I can't, it will be an additionnal feature.
Acutally I should have said h-feed.
Not sure this code is enough, but it's nice and looks quite small: https://github.com/indieweb/php-mf2.
And as far as I saw, it only uses the DOMDocument class and no XSLT.
h-entries are another way of web syndication. This is in particular used by IndieWeb so it should be handled by Freeder!