Skip to content

Instantly share code, notes, and snippets.

@veganstraightedge
Created May 16, 2017 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veganstraightedge/d734b58dc439cd82262a8df1ca3eeaeb to your computer and use it in GitHub Desktop.
Save veganstraightedge/d734b58dc439cd82262a8df1ca3eeaeb to your computer and use it in GitHub Desktop.
Microformats2 Ruby parsing of https://gregorlove.com/2017/07/mxpx/ to JSON
{
"items": [{
"type": ["h-event"],
"properties": {
"author": [{
"value": "gRegor Morrill",
"type": ["h-card"],
"properties": {
"photo": ["/assets/img/profile.jpg"],
"name": ["gRegor Morrill"],
"url": ["https://gregorlove.com"]
}
}],
"name": ["MxPx"],
"url": ["/2017/07/mxpx/"],
"start": ["2017-07-07 20:00:00-0700"],
"location": [{
"value": "The Showbox – Seattle, WA",
"type": ["h-card"],
"properties": {
"name": ["The Showbox – Seattle, WA"],
"url": ["/venues/the-showbox/"]
}
}],
"description": [{
"value": "With Five Iron Frenzy. Doors at 7pm.\nhttp://mxpx.com\nhttp://fiveironfrenzy.com",
"html": "<p>With Five Iron Frenzy. Doors at 7pm.<br>\n<a href=\"http://mxpx.com\">http://mxpx.com</a><br>\n<a href=\"http://fiveironfrenzy.com\">http://fiveironfrenzy.com</a></p>"
}],
"category": ["mxpx", "five-iron-frenzy"],
"published": ["2017-05-16 12:00:00-07:00"]
}
}],
"rels": {
"canonical": ["https://gregorlove.com/2017/07/mxpx/"],
"icon": ["/favicon.ico?v5"],
"apple-touch-icon": ["/images/gregorlove-mobile.png"],
"subscribe": ["http://woodwind.xyz/subscribe?origin={url}"],
"stylesheet": ["/site/assets/css/gRegorLove.css?t=20170127"],
"author": ["https://gregorlove.com"],
"permalink": ["/2017/07/mxpx/"]
},
"rel-urls": {
"https://gregorlove.com/2017/07/mxpx/": {
"rels": ["canonical"]
},
"/favicon.ico?v5": {
"rels": ["icon"]
},
"/images/gregorlove-mobile.png": {
"rels": ["apple-touch-icon"]
},
"http://woodwind.xyz/subscribe?origin={url}": {
"rels": ["subscribe"]
},
"/site/assets/css/gRegorLove.css?t=20170127": {
"type": "text/css",
"rels": ["stylesheet"]
},
"https://gregorlove.com": {
"text": "gRegor Morrill",
"rels": ["author"]
},
"/2017/07/mxpx/": {
"title": "Permanent link for: MxPx",
"text": "MxPx",
"rels": ["permalink"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment