-
There are a number of implied parsing rules with V1 of microformats i.e. do we applied things like:
Implied "nickname" Optimization
http://microformats.org/wiki/hcard#Implied_.22nickname.22_Optimiza…
-
Federating the whole federated web :)
I'll add this to my infinitely-long list of things to look into, but if someone else decides to poke at it, that'd be awesome too!
-
In version 1 there was an implied parsing rule where a geo was broken into its latitude and longitude parts, so:
<span class="geo">51.526421;-0.081067</span>
would produce
"…
-
Compare how it parses:
```
Hello
```
to how it parses:
```
Hello
```
Note that in the second example the "html:" key inside content is lost for no reason.
-
Oh my goodness, I love this repo! :+1:
What do you think about including all http://microformats.org/wiki/microformats2-* docs? Mainly, I'm interested in the parsing docs, since that's what I'm spe…
-
There have been a few discussions about rich snippets and structured data. https://github.com/Automattic/_s/issues/508, https://github.com/Automattic/_s/pull/457
I would like to discuss how _s suppor…
-
http://www.brid.gy/tumblr/uebyn.tumblr.com tried a few publish attempts before it added mf2, and those attempts failed, which is fine, but they left `Publish` entities with `status='new'` and `html` u…
-
I feel like this has come up before, sorry if it's a repeat. I've noticed a couple cases where Untitled images don't seem to have img tags int he XML feed. Any idea what's happening here?
photo: http…
-
As mentioned [here](https://github.com/aaronpk/self/issues/3#issuecomment-66416841), I tried to webmention from github, got a 202, and nothing happened.
I tried again now, got the 202 below,
```
$ c…
-
We've had some recent dicussion centered around data and `_s`. See:
- #510
- #590
`_s` has great support for Microformats, Version 1. I'm wondering if we should consider adding support for Version …