Sha256: 3588675cdb1a7adbc28ec6277e53955d898d8035e22d125f7b6347498908babd

Contents?: true

Size: 1.09 KB

Versions: 13

Compression:

Stored size: 1.09 KB

Contents

// http://microformat2-node.jit.su/h-event.html

{
    "items": [{ 
        "type": ["h-event"],
        "properties": {
            "name": ["IndieWebCamp 2012"],
            "url": ["http://indiewebcamp.com/2012"],
            "start": ["2012-06-30"],
            "end": ["2012-07-01"],
            "location": [{
                "value": "Geoloqi, 920 SW 3rd Ave. Suite 400, Portland, OR",
                "type": ["h-card"],
                "properties": {
                    "name": ["Geoloqi"],
                    "org": ["Geoloqi"],
                    "url": ["http://geoloqi.com/"],
                    "street-address": ["920 SW 3rd Ave. Suite 400"],
                    "locality": ["Portland"],
                    "region": ["Oregon"]
                }
            }]
        }
    },{
        "type": ["h-card"],
        "properties": {
            "name": ["Geoloqi"],
            "org": ["Geoloqi"],
            "url": ["http://geoloqi.com/"],
            "street-address": ["920 SW 3rd Ave. Suite 400"],
            "locality": ["Portland"],
            "region": ["Oregon"]
        }
    }]
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
microformats2-3.0.1 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-3.0.0 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.9.0 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.1.0 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.3 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.2 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.1 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.0 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.0.pre5 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.0.pre4 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.0.pre3 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.0.pre2 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
microformats2-2.0.0.pre1 spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js