adds rake task to scrape sites for spec examples

This commit is contained in:
Jessica Lynn Suttles 2013-02-07 14:09:25 -08:00
parent dfa6047eb9
commit 506ae94adb
29 changed files with 368 additions and 0 deletions

View file

@ -0,0 +1,17 @@
// http://microformats.org/wiki/microformats-2
{
"items": [{
"type": ["h-card"],
"properties": {
"name": ["Mitchell Baker"],
"url": ["http://blog.lizardwrangler.com/"]
},
"children": [{
"type": ["h-card","h-org"],
"properties": {
"name": ["Mozilla Foundation"],
"url": ["http://mozilla.org/"]
}
}]
}]
}