Sha256: 784e7841f2bfbc8b9ed5882cac4c05508d2c627aec2cb4425c84f33a024127a7

Contents?: true

Size: 1.45 KB

Versions: 13

Compression:

Stored size: 1.45 KB

Contents

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

{
    "items": [{ 
        "type": ["h-event"],
        "properties": {
            "name": ["CPJ Online Press Freedom Summit"],
            "start": ["2012-10-10"],
            "location": ["San Francisco"],
            "attendee": [{
                "value": "Brian Warner",
                "type": ["h-card"],
                "properties": {
                    "name": ["Brian Warner"]
                }
            },{
                "value": "Kyle Machulis",
                "type": ["h-card"],
                "properties": {
                    "name": ["Kyle Machulis"]
                }
            },{
                "value": "Tantek Çelik",
                "type": ["h-card"],
                "properties": {
                    "name": ["Tantek Çelik"]
                }
            },{
                "value": "Sid Sutter",
                "type": ["h-card"],
                "properties": {
                    "name": ["Sid Sutter"]
                }
            }]
        }
    },{
        "type": ["h-card"],
        "properties": {
            "name": ["Brian Warner"]
        }
    },{
        "type": ["h-card"],
        "properties": {
            "name": ["Kyle Machulis"]
        }
    },{
        "type": ["h-card"],
        "properties": {
            "name": ["Tantek Çelik"]
        }
    },{
        "type": ["h-card"],
        "properties": {
            "name": ["Sid Sutter"]
        }
    }]
}

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-2.js
microformats2-3.0.0 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.9.0 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.1.0 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.3 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.2 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.1 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.0 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.0.pre5 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.0.pre4 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.0.pre3 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.0.pre2 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
microformats2-2.0.0.pre1 spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js