microformats 4.0.7 → 4.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.editorconfig +10 -0
- data/.gitignore +33 -15
- data/.rspec +3 -2
- data/.rubocop +3 -0
- data/.rubocop.yml +25 -0
- data/.ruby-version +1 -0
- data/.simplecov +11 -0
- data/.travis.yml +14 -2
- data/CONTRIBUTING.md +103 -0
- data/Guardfile +2 -2
- data/LICENSE +116 -0
- data/README.md +112 -172
- data/Rakefile +6 -7
- data/bin/microformats +10 -9
- data/lib/microformats.rb +15 -14
- data/lib/microformats/absolute_uri.rb +4 -8
- data/lib/microformats/format_parser.rb +271 -251
- data/lib/microformats/parser.rb +38 -38
- data/lib/microformats/parser_core.rb +142 -109
- data/lib/microformats/property_parser.rb +42 -65
- data/lib/microformats/results/collection.rb +19 -38
- data/lib/microformats/results/parser_result.rb +25 -37
- data/lib/microformats/results/property_set.rb +24 -31
- data/lib/microformats/time_property_parser.rb +122 -118
- data/lib/microformats/version.rb +1 -1
- data/logo.svg +23 -0
- data/microformats.gemspec +35 -33
- metadata +140 -442
- data/LICENSE.md +0 -36
- data/spec/lib/microformats/absolute_uri_spec.rb +0 -56
- data/spec/lib/microformats/parser_spec.rb +0 -132
- data/spec/lib/microformats_spec.rb +0 -33
- data/spec/spec_helper.rb +0 -10
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-0.html +0 -2
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-0.js +0 -9
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-1.html +0 -2
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-1.js +0 -10
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-2.html +0 -5
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-2.js +0 -11
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-3.html +0 -17
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-3.js +0 -20
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-4.html +0 -16
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-4.js +0 -24
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-5.html +0 -7
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-5.js +0 -11
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-6.html +0 -9
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-6.js +0 -18
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-7.html +0 -9
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-7.js +0 -18
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-8.html +0 -9
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-8.js +0 -17
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-9.html +0 -9
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-9.js +0 -17
- data/spec/support/lib/edge_cases/blank_href.html +0 -23
- data/spec/support/lib/edge_cases/blank_href.js +0 -15
- data/spec/support/lib/edge_cases/blank_rel.html +0 -23
- data/spec/support/lib/edge_cases/blank_rel.js +0 -41
- data/spec/support/lib/edge_cases/blank_src.html +0 -24
- data/spec/support/lib/edge_cases/blank_src.js +0 -16
- data/spec/support/lib/edge_cases/blank_value.html +0 -5
- data/spec/support/lib/edge_cases/blank_value.js +0 -19
- data/spec/support/lib/edge_cases/relative.html +0 -29
- data/spec/support/lib/edge_cases/relative.js +0 -15
- data/spec/support/lib/edge_cases/vcp-dates.html +0 -13
- data/spec/support/lib/edge_cases/vcp-dates.js +0 -30
- data/spec/support/lib/microformats/blank_href.html +0 -23
- data/spec/support/lib/microformats/blank_href.js +0 -11
- data/spec/support/lib/microformats/implied_property/name-fail.html +0 -60
- data/spec/support/lib/microformats/implied_property/name-pass.html +0 -30
- data/spec/support/lib/microformats/implied_property/photo-fail.html +0 -60
- data/spec/support/lib/microformats/implied_property/photo-pass.html +0 -30
- data/spec/support/lib/microformats/implied_property/url-fail.html +0 -18
- data/spec/support/lib/microformats/implied_property/url-pass.html +0 -12
- data/spec/support/lib/microformats/implied_property/url-relative.html +0 -13
- data/spec/support/lib/microformats/implied_property/url-unnormalized.html +0 -12
- data/spec/support/lib/microformats/nested-format-with-property-of-same-name.html +0 -13
- data/spec/support/lib/microformats/nested-format-with-property-of-same-name.js +0 -16
- data/spec/support/lib/microformats/nested-format-with-property.html +0 -12
- data/spec/support/lib/microformats/nested-format-with-property.js +0 -16
- data/spec/support/lib/microformats/nested-format-without-property.html +0 -13
- data/spec/support/lib/microformats/nested-property.html +0 -12
- data/spec/support/lib/microformats/nested-property.js +0 -10
- data/spec/support/lib/microformats/rels-that-drop-the-base.html +0 -11
- data/spec/support/lib/microformats/rels-with-unnormalized-urls.html +0 -11
- data/spec/support/lib/microformats/rels.html +0 -12
- data/spec/support/lib/microformats/rels.js +0 -13
- data/spec/support/lib/microformats/simple.html +0 -23
- data/spec/support/lib/microformats/simple.js +0 -11
- data/vendor/tests/.gitignore +0 -25
- data/vendor/tests/LICENSE.md +0 -36
- data/vendor/tests/README.md +0 -48
- data/vendor/tests/app.js +0 -84
- data/vendor/tests/composer.json +0 -5
- data/vendor/tests/css/testsuite.css +0 -159
- data/vendor/tests/interface.js +0 -18
- data/vendor/tests/package.json +0 -27
- data/vendor/tests/tests/microformats-mixed/h-card/change-log.html +0 -63
- data/vendor/tests/tests/microformats-mixed/h-card/mixedpropertries.html +0 -14
- data/vendor/tests/tests/microformats-mixed/h-card/mixedpropertries.json +0 -22
- data/vendor/tests/tests/microformats-mixed/h-card/tworoots.html +0 -1
- data/vendor/tests/tests/microformats-mixed/h-card/tworoots.json +0 -10
- data/vendor/tests/tests/microformats-mixed/h-entry/mixedroots.html +0 -16
- data/vendor/tests/tests/microformats-mixed/h-entry/mixedroots.json +0 -38
- data/vendor/tests/tests/microformats-mixed/h-resume/change-log.html +0 -68
- data/vendor/tests/tests/microformats-mixed/h-resume/mixedroots.html +0 -16
- data/vendor/tests/tests/microformats-mixed/h-resume/mixedroots.json +0 -31
- data/vendor/tests/tests/microformats-v1/adr/change-log.html +0 -63
- data/vendor/tests/tests/microformats-v1/adr/simpleproperties.html +0 -8
- data/vendor/tests/tests/microformats-v1/adr/simpleproperties.json +0 -15
- data/vendor/tests/tests/microformats-v1/geo/abbrpattern.html +0 -5
- data/vendor/tests/tests/microformats-v1/geo/abbrpattern.json +0 -11
- data/vendor/tests/tests/microformats-v1/geo/change-log.1.html +0 -78
- data/vendor/tests/tests/microformats-v1/geo/change-log.html +0 -63
- data/vendor/tests/tests/microformats-v1/geo/hidden.html +0 -10
- data/vendor/tests/tests/microformats-v1/geo/hidden.json +0 -11
- data/vendor/tests/tests/microformats-v1/geo/simpleproperties.html +0 -6
- data/vendor/tests/tests/microformats-v1/geo/simpleproperties.json +0 -11
- data/vendor/tests/tests/microformats-v1/geo/valuetitleclass.html +0 -11
- data/vendor/tests/tests/microformats-v1/geo/valuetitleclass.json +0 -11
- data/vendor/tests/tests/microformats-v1/hcalendar/ampm.html +0 -41
- data/vendor/tests/tests/microformats-v1/hcalendar/ampm.json +0 -21
- data/vendor/tests/tests/microformats-v1/hcalendar/attendees.html +0 -13
- data/vendor/tests/tests/microformats-v1/hcalendar/attendees.json +0 -37
- data/vendor/tests/tests/microformats-v1/hcalendar/change-log.html +0 -68
- data/vendor/tests/tests/microformats-v1/hcalendar/combining.html +0 -15
- data/vendor/tests/tests/microformats-v1/hcalendar/combining.json +0 -31
- data/vendor/tests/tests/microformats-v1/hcalendar/concatenate.html +0 -7
- data/vendor/tests/tests/microformats-v1/hcalendar/concatenate.json +0 -12
- data/vendor/tests/tests/microformats-v1/hcalendar/time.html +0 -44
- data/vendor/tests/tests/microformats-v1/hcalendar/time.json +0 -22
- data/vendor/tests/tests/microformats-v1/hcard/change-log.html +0 -68
- data/vendor/tests/tests/microformats-v1/hcard/email.html +0 -14
- data/vendor/tests/tests/microformats-v1/hcard/email.json +0 -11
- data/vendor/tests/tests/microformats-v1/hcard/format.html +0 -6
- data/vendor/tests/tests/microformats-v1/hcard/format.json +0 -11
- data/vendor/tests/tests/microformats-v1/hcard/hyperlinkedphoto.html +0 -3
- data/vendor/tests/tests/microformats-v1/hcard/hyperlinkedphoto.json +0 -8
- data/vendor/tests/tests/microformats-v1/hcard/justahyperlink.html +0 -1
- data/vendor/tests/tests/microformats-v1/hcard/justahyperlink.json +0 -8
- data/vendor/tests/tests/microformats-v1/hcard/justaname.html +0 -1
- data/vendor/tests/tests/microformats-v1/hcard/justaname.json +0 -8
- data/vendor/tests/tests/microformats-v1/hcard/multiple.html +0 -74
- data/vendor/tests/tests/microformats-v1/hcard/multiple.json +0 -65
- data/vendor/tests/tests/microformats-v1/hcard/name.html +0 -11
- data/vendor/tests/tests/microformats-v1/hcard/name.json +0 -15
- data/vendor/tests/tests/microformats-v1/hcard/single.html +0 -14
- data/vendor/tests/tests/microformats-v1/hcard/single.json +0 -24
- data/vendor/tests/tests/microformats-v1/hentry/change-log.html +0 -73
- data/vendor/tests/tests/microformats-v1/hentry/summarycontent.html +0 -20
- data/vendor/tests/tests/microformats-v1/hentry/summarycontent.json +0 -24
- data/vendor/tests/tests/microformats-v1/hfeed/simple.html +0 -30
- data/vendor/tests/tests/microformats-v1/hfeed/simple.json +0 -49
- data/vendor/tests/tests/microformats-v1/hnews/all.html +0 -37
- data/vendor/tests/tests/microformats-v1/hnews/all.json +0 -74
- data/vendor/tests/tests/microformats-v1/hnews/change-log.html +0 -72
- data/vendor/tests/tests/microformats-v1/hnews/minimum.html +0 -25
- data/vendor/tests/tests/microformats-v1/hnews/minimum.json +0 -48
- data/vendor/tests/tests/microformats-v1/hproduct/aggregate.html +0 -26
- data/vendor/tests/tests/microformats-v1/hproduct/aggregate.json +0 -52
- data/vendor/tests/tests/microformats-v1/hproduct/change-log.html +0 -62
- data/vendor/tests/tests/microformats-v1/hproduct/simpleproperties.html +0 -13
- data/vendor/tests/tests/microformats-v1/hproduct/simpleproperties.json +0 -33
- data/vendor/tests/tests/microformats-v1/hresume/affiliation.html +0 -12
- data/vendor/tests/tests/microformats-v1/hresume/affiliation.json +0 -25
- data/vendor/tests/tests/microformats-v1/hresume/change-log.html +0 -73
- data/vendor/tests/tests/microformats-v1/hresume/contact.html +0 -18
- data/vendor/tests/tests/microformats-v1/hresume/contact.json +0 -32
- data/vendor/tests/tests/microformats-v1/hresume/education.html +0 -13
- data/vendor/tests/tests/microformats-v1/hresume/education.json +0 -29
- data/vendor/tests/tests/microformats-v1/hresume/skill.html +0 -12
- data/vendor/tests/tests/microformats-v1/hresume/skill.json +0 -33
- data/vendor/tests/tests/microformats-v1/hresume/work.html +0 -16
- data/vendor/tests/tests/microformats-v1/hresume/work.json +0 -30
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/change-log.html +0 -67
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/hcard.html +0 -18
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/hcard.json +0 -31
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/justahyperlink.html +0 -6
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/justahyperlink.json +0 -19
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/vevent.html +0 -13
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/vevent.json +0 -22
- data/vendor/tests/tests/microformats-v1/hreview/change-log.html +0 -73
- data/vendor/tests/tests/microformats-v1/hreview/item.html +0 -8
- data/vendor/tests/tests/microformats-v1/hreview/item.json +0 -19
- data/vendor/tests/tests/microformats-v1/hreview/vcard.html +0 -23
- data/vendor/tests/tests/microformats-v1/hreview/vcard.json +0 -58
- data/vendor/tests/tests/microformats-v1/includes/change-log.html +0 -72
- data/vendor/tests/tests/microformats-v1/includes/hcarditemref.html +0 -16
- data/vendor/tests/tests/microformats-v1/includes/hcarditemref.json +0 -49
- data/vendor/tests/tests/microformats-v1/includes/heventitemref.html +0 -25
- data/vendor/tests/tests/microformats-v1/includes/heventitemref.json +0 -33
- data/vendor/tests/tests/microformats-v1/includes/hyperlink.html +0 -18
- data/vendor/tests/tests/microformats-v1/includes/hyperlink.json +0 -43
- data/vendor/tests/tests/microformats-v1/includes/object.html +0 -23
- data/vendor/tests/tests/microformats-v1/includes/object.json +0 -42
- data/vendor/tests/tests/microformats-v1/includes/table.html +0 -12
- data/vendor/tests/tests/microformats-v1/includes/table.json +0 -19
- data/vendor/tests/tests/microformats-v2/h-adr/change-log.html +0 -62
- data/vendor/tests/tests/microformats-v2/h-adr/geo.html +0 -10
- data/vendor/tests/tests/microformats-v2/h-adr/geo.json +0 -16
- data/vendor/tests/tests/microformats-v2/h-adr/geourl.html +0 -4
- data/vendor/tests/tests/microformats-v2/h-adr/geourl.json +0 -13
- data/vendor/tests/tests/microformats-v2/h-adr/justaname.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-adr/justaname.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-adr/lettercase.html +0 -21
- data/vendor/tests/tests/microformats-v2/h-adr/lettercase.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-adr/simpleproperties.html +0 -8
- data/vendor/tests/tests/microformats-v2/h-adr/simpleproperties.json +0 -16
- data/vendor/tests/tests/microformats-v2/h-as-note/note.html +0 -56
- data/vendor/tests/tests/microformats-v2/h-as-note/note.json +0 -98
- data/vendor/tests/tests/microformats-v2/h-card/baseurl.html +0 -6
- data/vendor/tests/tests/microformats-v2/h-card/baseurl.json +0 -26
- data/vendor/tests/tests/microformats-v2/h-card/change-log.html +0 -100
- data/vendor/tests/tests/microformats-v2/h-card/childimplied.html +0 -7
- data/vendor/tests/tests/microformats-v2/h-card/childimplied.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-card/extendeddescription.html +0 -10
- data/vendor/tests/tests/microformats-v2/h-card/extendeddescription.json +0 -15
- data/vendor/tests/tests/microformats-v2/h-card/hcard.html +0 -4
- data/vendor/tests/tests/microformats-v2/h-card/hcard.json +0 -19
- data/vendor/tests/tests/microformats-v2/h-card/horghcard.html +0 -4
- data/vendor/tests/tests/microformats-v2/h-card/horghcard.json +0 -19
- data/vendor/tests/tests/microformats-v2/h-card/hyperlinkedphoto.html +0 -3
- data/vendor/tests/tests/microformats-v2/h-card/hyperlinkedphoto.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-card/impliedname.html +0 -15
- data/vendor/tests/tests/microformats-v2/h-card/impliedname.json +0 -90
- data/vendor/tests/tests/microformats-v2/h-card/impliedphoto.html +0 -11
- data/vendor/tests/tests/microformats-v2/h-card/impliedphoto.json +0 -72
- data/vendor/tests/tests/microformats-v2/h-card/impliedurl.html +0 -5
- data/vendor/tests/tests/microformats-v2/h-card/impliedurl.json +0 -45
- data/vendor/tests/tests/microformats-v2/h-card/justahyperlink.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-card/justahyperlink.json +0 -11
- data/vendor/tests/tests/microformats-v2/h-card/justaname.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-card/justaname.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-card/nested.html +0 -4
- data/vendor/tests/tests/microformats-v2/h-card/nested.json +0 -18
- data/vendor/tests/tests/microformats-v2/h-card/p-property.html +0 -21
- data/vendor/tests/tests/microformats-v2/h-card/p-property.json +0 -15
- data/vendor/tests/tests/microformats-v2/h-card/relativeurls.html +0 -6
- data/vendor/tests/tests/microformats-v2/h-card/relativeurls.json +0 -29
- data/vendor/tests/tests/microformats-v2/h-entry/change-log.html +0 -90
- data/vendor/tests/tests/microformats-v2/h-entry/encoding.html +0 -3
- data/vendor/tests/tests/microformats-v2/h-entry/encoding.json +0 -14
- data/vendor/tests/tests/microformats-v2/h-entry/impliedvalue-nested.html +0 -9
- data/vendor/tests/tests/microformats-v2/h-entry/impliedvalue-nested.json +0 -27
- data/vendor/tests/tests/microformats-v2/h-entry/justahyperlink.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-entry/justahyperlink.json +0 -11
- data/vendor/tests/tests/microformats-v2/h-entry/justaname.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-entry/justaname.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-entry/scriptstyletags.html +0 -4
- data/vendor/tests/tests/microformats-v2/h-entry/scriptstyletags.json +0 -14
- data/vendor/tests/tests/microformats-v2/h-entry/summarycontent.html +0 -20
- data/vendor/tests/tests/microformats-v2/h-entry/summarycontent.json +0 -25
- data/vendor/tests/tests/microformats-v2/h-entry/u-property.html +0 -33
- data/vendor/tests/tests/microformats-v2/h-entry/u-property.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-entry/urlincontent.html +0 -13
- data/vendor/tests/tests/microformats-v2/h-entry/urlincontent.json +0 -14
- data/vendor/tests/tests/microformats-v2/h-event/ampm.html +0 -41
- data/vendor/tests/tests/microformats-v2/h-event/ampm.json +0 -21
- data/vendor/tests/tests/microformats-v2/h-event/attendees.html +0 -13
- data/vendor/tests/tests/microformats-v2/h-event/attendees.json +0 -37
- data/vendor/tests/tests/microformats-v2/h-event/change-log.html +0 -82
- data/vendor/tests/tests/microformats-v2/h-event/combining.html +0 -13
- data/vendor/tests/tests/microformats-v2/h-event/combining.json +0 -25
- data/vendor/tests/tests/microformats-v2/h-event/concatenate.html +0 -8
- data/vendor/tests/tests/microformats-v2/h-event/concatenate.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-event/dates.html +0 -13
- data/vendor/tests/tests/microformats-v2/h-event/dates.json +0 -26
- data/vendor/tests/tests/microformats-v2/h-event/dt-property.html +0 -23
- data/vendor/tests/tests/microformats-v2/h-event/dt-property.json +0 -20
- data/vendor/tests/tests/microformats-v2/h-event/justahyperlink.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-event/justahyperlink.json +0 -11
- data/vendor/tests/tests/microformats-v2/h-event/justaname.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-event/justaname.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-event/time.html +0 -47
- data/vendor/tests/tests/microformats-v2/h-event/time.json +0 -25
- data/vendor/tests/tests/microformats-v2/h-feed/implied-title.html +0 -30
- data/vendor/tests/tests/microformats-v2/h-feed/implied-title.json +0 -23
- data/vendor/tests/tests/microformats-v2/h-feed/simple.html +0 -26
- data/vendor/tests/tests/microformats-v2/h-feed/simple.json +0 -33
- data/vendor/tests/tests/microformats-v2/h-geo/abbrpattern.html +0 -5
- data/vendor/tests/tests/microformats-v2/h-geo/abbrpattern.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-geo/altitude.html +0 -8
- data/vendor/tests/tests/microformats-v2/h-geo/altitude.json +0 -13
- data/vendor/tests/tests/microformats-v2/h-geo/change-log.html +0 -67
- data/vendor/tests/tests/microformats-v2/h-geo/hidden.html +0 -10
- data/vendor/tests/tests/microformats-v2/h-geo/hidden.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-geo/justaname.html +0 -3
- data/vendor/tests/tests/microformats-v2/h-geo/justaname.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-geo/simpleproperties.html +0 -5
- data/vendor/tests/tests/microformats-v2/h-geo/simpleproperties.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-geo/valuetitleclass.html +0 -11
- data/vendor/tests/tests/microformats-v2/h-geo/valuetitleclass.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-news/all.html +0 -35
- data/vendor/tests/tests/microformats-v2/h-news/all.json +0 -51
- data/vendor/tests/tests/microformats-v2/h-news/change-log.html +0 -78
- data/vendor/tests/tests/microformats-v2/h-news/minimum.html +0 -24
- data/vendor/tests/tests/microformats-v2/h-news/minimum.json +0 -40
- data/vendor/tests/tests/microformats-v2/h-org/change-log.html +0 -57
- data/vendor/tests/tests/microformats-v2/h-org/hyperlink.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-org/hyperlink.json +0 -11
- data/vendor/tests/tests/microformats-v2/h-org/simple.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-org/simple.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-org/simpleproperties.html +0 -4
- data/vendor/tests/tests/microformats-v2/h-org/simpleproperties.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-product/aggregate.html +0 -21
- data/vendor/tests/tests/microformats-v2/h-product/aggregate.json +0 -45
- data/vendor/tests/tests/microformats-v2/h-product/change-log.html +0 -62
- data/vendor/tests/tests/microformats-v2/h-product/justahyperlink.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-product/justahyperlink.json +0 -11
- data/vendor/tests/tests/microformats-v2/h-product/justaname.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-product/justaname.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-product/simpleproperties.html +0 -10
- data/vendor/tests/tests/microformats-v2/h-product/simpleproperties.json +0 -26
- data/vendor/tests/tests/microformats-v2/h-recipe/all.html +0 -63
- data/vendor/tests/tests/microformats-v2/h-recipe/all.json +0 -54
- data/vendor/tests/tests/microformats-v2/h-recipe/change-log.html +0 -62
- data/vendor/tests/tests/microformats-v2/h-recipe/minimum.html +0 -7
- data/vendor/tests/tests/microformats-v2/h-recipe/minimum.json +0 -17
- data/vendor/tests/tests/microformats-v2/h-resume/affiliation.html +0 -12
- data/vendor/tests/tests/microformats-v2/h-resume/affiliation.json +0 -20
- data/vendor/tests/tests/microformats-v2/h-resume/change-log.html +0 -78
- data/vendor/tests/tests/microformats-v2/h-resume/contact.html +0 -17
- data/vendor/tests/tests/microformats-v2/h-resume/contact.json +0 -26
- data/vendor/tests/tests/microformats-v2/h-resume/education.html +0 -13
- data/vendor/tests/tests/microformats-v2/h-resume/education.json +0 -30
- data/vendor/tests/tests/microformats-v2/h-resume/justaname.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-resume/justaname.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-resume/skill.html +0 -12
- data/vendor/tests/tests/microformats-v2/h-resume/skill.json +0 -12
- data/vendor/tests/tests/microformats-v2/h-resume/work.html +0 -16
- data/vendor/tests/tests/microformats-v2/h-resume/work.json +0 -31
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/change-log.html +0 -78
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/hevent.html +0 -13
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/hevent.json +0 -23
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/justahyperlink.html +0 -8
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/justahyperlink.json +0 -19
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/simpleproperties.html +0 -18
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/simpleproperties.json +0 -26
- data/vendor/tests/tests/microformats-v2/h-review/change-log.html +0 -84
- data/vendor/tests/tests/microformats-v2/h-review/hyperlink.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-review/hyperlink.json +0 -11
- data/vendor/tests/tests/microformats-v2/h-review/implieditem.html +0 -4
- data/vendor/tests/tests/microformats-v2/h-review/implieditem.json +0 -19
- data/vendor/tests/tests/microformats-v2/h-review/item.html +0 -8
- data/vendor/tests/tests/microformats-v2/h-review/item.json +0 -20
- data/vendor/tests/tests/microformats-v2/h-review/justaname.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-review/justaname.json +0 -10
- data/vendor/tests/tests/microformats-v2/h-review/photo.html +0 -1
- data/vendor/tests/tests/microformats-v2/h-review/photo.json +0 -11
- data/vendor/tests/tests/microformats-v2/h-review/vcard.html +0 -23
- data/vendor/tests/tests/microformats-v2/h-review/vcard.json +0 -48
- data/vendor/tests/tests/microformats-v2/rel/change-log.html +0 -67
- data/vendor/tests/tests/microformats-v2/rel/duplicate-rels.html +0 -10
- data/vendor/tests/tests/microformats-v2/rel/duplicate-rels.json +0 -75
- data/vendor/tests/tests/microformats-v2/rel/license.html +0 -1
- data/vendor/tests/tests/microformats-v2/rel/license.json +0 -12
- data/vendor/tests/tests/microformats-v2/rel/nofollow.html +0 -1
- data/vendor/tests/tests/microformats-v2/rel/nofollow.json +0 -12
- data/vendor/tests/tests/microformats-v2/rel/rel-urls.html +0 -8
- data/vendor/tests/tests/microformats-v2/rel/rel-urls.json +0 -33
- data/vendor/tests/tests/microformats-v2/rel/varying-text-duplicate-rels.html +0 -4
- data/vendor/tests/tests/microformats-v2/rel/varying-text-duplicate-rels.json +0 -20
- data/vendor/tests/tests/microformats-v2/rel/xfn-all.html +0 -19
- data/vendor/tests/tests/microformats-v2/rel/xfn-all.json +0 -92
- data/vendor/tests/tests/microformats-v2/rel/xfn-elsewhere.html +0 -10
- data/vendor/tests/tests/microformats-v2/rel/xfn-elsewhere.json +0 -40
@@ -1 +0,0 @@
|
|
1
|
-
<a class="h-product" href="http://www.raspberrypi.org/">Raspberry Pi</a>
|
@@ -1 +0,0 @@
|
|
1
|
-
<p class="h-product">Raspberry Pi</p>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<meta charset="utf-8">
|
2
|
-
<div class="h-product">
|
3
|
-
<h2 class="p-name">Raspberry Pi</h2>
|
4
|
-
<img class="u-photo" src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/RaspberryPi.jpg/320px-RaspberryPi.jpg" />
|
5
|
-
<p class="e-description">The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming.</p>
|
6
|
-
<a class="u-url" href="http://www.raspberrypi.org/">More info about the Raspberry Pi</a>
|
7
|
-
<p class="p-price">£29.95</p>
|
8
|
-
<p class="p-review h-review"><span class="p-rating">4.5</span> out of 5</p>
|
9
|
-
<p>Categories: <span class="p-category">Computer</span>, <span class="p-category">Education</span></p>
|
10
|
-
</div>
|
@@ -1,26 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"items": [{
|
3
|
-
"type": ["h-product"],
|
4
|
-
"properties": {
|
5
|
-
"name": ["Raspberry Pi"],
|
6
|
-
"photo": ["http://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/RaspberryPi.jpg/320px-RaspberryPi.jpg"],
|
7
|
-
"description": [{
|
8
|
-
"value": "The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming.",
|
9
|
-
"html": "The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming."
|
10
|
-
}],
|
11
|
-
"url": ["http://www.raspberrypi.org/"],
|
12
|
-
"price": ["£29.95"],
|
13
|
-
"category": ["Computer", "Education"],
|
14
|
-
"review": [{
|
15
|
-
"value": "4.5 out of 5",
|
16
|
-
"type": ["h-review"],
|
17
|
-
"properties": {
|
18
|
-
"rating": ["4.5"],
|
19
|
-
"name": ["4.5 out of 5"]
|
20
|
-
}
|
21
|
-
}]
|
22
|
-
}
|
23
|
-
}],
|
24
|
-
"rels": {},
|
25
|
-
"rel-urls": {}
|
26
|
-
}
|
@@ -1,63 +0,0 @@
|
|
1
|
-
<section class="h-recipe">
|
2
|
-
<h1 class="p-name">Yorkshire Puddings</h1>
|
3
|
-
<p class="p-summary">Makes <span class="p-yield">6 good sized Yorkshire puddings</span>, the way my mum taught me</p>
|
4
|
-
|
5
|
-
|
6
|
-
<p><img class="u-photo" src="http://codebits.glennjones.net/semantic/yorkshire-puddings.jpg" /></p>
|
7
|
-
|
8
|
-
<span class="p-review h-review-aggregate">
|
9
|
-
<span class="p-rating">
|
10
|
-
<span class="p-average">4.5</span> stars out 5 based on </span>
|
11
|
-
<span class="p-count">35</span> reviews</span>
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
<div id="ingredients-container">
|
16
|
-
<h3>Ingredients</h3>
|
17
|
-
<ul>
|
18
|
-
<li class="e-ingredient">1 egg</li>
|
19
|
-
<li class="e-ingredient">75g plain flour</li>
|
20
|
-
<li class="e-ingredient">70ml milk</li>
|
21
|
-
<li class="e-ingredient">60ml water</li>
|
22
|
-
<li class="e-ingredient">Pinch of salt</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<h3>Time</h3>
|
27
|
-
<ul>
|
28
|
-
<li class="prepTime">Preparation <span class="value-title" title="PT0H10M">10 mins</span></li>
|
29
|
-
<li class="cookTime">Cook <span class="value-title" title="PT0H25M">25 mins</span></li>
|
30
|
-
</ul>
|
31
|
-
|
32
|
-
|
33
|
-
<h3>Instructions</h3>
|
34
|
-
<div class="e-instructions">
|
35
|
-
<ol>
|
36
|
-
<li>Pre-heat oven to 230C or gas mark 8. Pour the vegetable oil evenly into 2 x 4-hole
|
37
|
-
Yorkshire pudding tins and place in the oven to heat through.</li>
|
38
|
-
|
39
|
-
<li>To make the batter, add all the flour into a bowl and beat in the eggs until smooth.
|
40
|
-
Gradually add the milk and water while beating the mixture. It should be smooth and
|
41
|
-
without lumps. Finally add a pinch of salt.</li>
|
42
|
-
|
43
|
-
<li>Make sure the oil is piping hot before pouring the batter evenly into the tins.
|
44
|
-
Place in the oven for 20-25 minutes until pudding have risen and look golden brown</li>
|
45
|
-
</ol>
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<h3>Nutrition</h3>
|
49
|
-
<ul id="nutrition-list">
|
50
|
-
<li class="p-nutrition">Calories: <span class="calories">125</span></li>
|
51
|
-
<li class="p-nutrition">Fat: <span class="fat">3.2g</span></li>
|
52
|
-
<li class="p-nutrition">Cholesterol: <span class="cholesterol">77mg</span></li>
|
53
|
-
</ul>
|
54
|
-
<p>(Amount per pudding)</p>
|
55
|
-
|
56
|
-
<p>
|
57
|
-
Published on <time class="dt-published" datetime="2011-10-27">27 Oct 2011</time> by
|
58
|
-
<span class="p-author h-card">
|
59
|
-
<a class="p-name u-url" href="http://glennjones.net">Glenn Jones</a>
|
60
|
-
</span>
|
61
|
-
</p>
|
62
|
-
<a href="http://www.flickr.com/photos/dithie/4106528495/">Photo by dithie</a>
|
63
|
-
</section>
|
@@ -1,54 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"items": [{
|
3
|
-
"type": ["h-recipe"],
|
4
|
-
"properties": {
|
5
|
-
"name": ["Yorkshire Puddings"],
|
6
|
-
"summary": ["Makes 6 good sized Yorkshire puddings, the way my mum taught me"],
|
7
|
-
"yield": ["6 good sized Yorkshire puddings"],
|
8
|
-
"photo": ["http://codebits.glennjones.net/semantic/yorkshire-puddings.jpg"],
|
9
|
-
"review": [{
|
10
|
-
"value": "4.5 stars out 5 based on \n 35 reviews",
|
11
|
-
"type": ["h-review-aggregate"],
|
12
|
-
"properties": {
|
13
|
-
"rating": ["4.5 stars out 5 based on"],
|
14
|
-
"average": ["4.5"],
|
15
|
-
"count": ["35"],
|
16
|
-
"name": ["4.5 stars out 5 based on \n 35 reviews"]
|
17
|
-
}
|
18
|
-
}],
|
19
|
-
"ingredient": [{
|
20
|
-
"value": "1 egg",
|
21
|
-
"html": "1 egg"
|
22
|
-
}, {
|
23
|
-
"value": "75g plain flour",
|
24
|
-
"html": "75g plain flour"
|
25
|
-
}, {
|
26
|
-
"value": "70ml milk",
|
27
|
-
"html": "70ml milk"
|
28
|
-
}, {
|
29
|
-
"value": "60ml water",
|
30
|
-
"html": "60ml water"
|
31
|
-
}, {
|
32
|
-
"value": "Pinch of salt",
|
33
|
-
"html": "Pinch of salt"
|
34
|
-
}],
|
35
|
-
"instructions": [{
|
36
|
-
"value": "Pre-heat oven to 230C or gas mark 8. Pour the vegetable oil evenly into 2 x 4-hole \n Yorkshire pudding tins and place in the oven to heat through. \n \n To make the batter, add all the flour into a bowl and beat in the eggs until smooth. \n Gradually add the milk and water while beating the mixture. It should be smooth and \n without lumps. Finally add a pinch of salt.\n \n Make sure the oil is piping hot before pouring the batter evenly into the tins. \n Place in the oven for 20-25 minutes until pudding have risen and look golden brown",
|
37
|
-
"html": "\n <ol>\n <li>Pre-heat oven to 230C or gas mark 8. Pour the vegetable oil evenly into 2 x 4-hole \n Yorkshire pudding tins and place in the oven to heat through.</li> \n \n <li>To make the batter, add all the flour into a bowl and beat in the eggs until smooth. \n Gradually add the milk and water while beating the mixture. It should be smooth and \n without lumps. Finally add a pinch of salt.</li>\n \n <li>Make sure the oil is piping hot before pouring the batter evenly into the tins. \n Place in the oven for 20-25 minutes until pudding have risen and look golden brown</li>\n </ol>\n"
|
38
|
-
}],
|
39
|
-
"nutrition": ["Calories: 125", "Fat: 3.2g", "Cholesterol: 77mg"],
|
40
|
-
"published": ["2011-10-27"],
|
41
|
-
"author": [{
|
42
|
-
"value": "Glenn Jones",
|
43
|
-
"type": ["h-card"],
|
44
|
-
"properties": {
|
45
|
-
"name": ["Glenn Jones"],
|
46
|
-
"url": ["http://glennjones.net"]
|
47
|
-
}
|
48
|
-
}],
|
49
|
-
"url": ["http://www.flickr.com/photos/dithie/4106528495/"]
|
50
|
-
}
|
51
|
-
}],
|
52
|
-
"rels": {},
|
53
|
-
"rel-urls": {}
|
54
|
-
}
|
@@ -1,62 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<title>h-recipe parsing tests</title>
|
6
|
-
|
7
|
-
<link rel="stylesheet" href="../../../css/testsuite.css">
|
8
|
-
<link rel="stylesheet" href="../../../prettify.css">
|
9
|
-
|
10
|
-
<script src="../../../javascript/prettify.js"></script>
|
11
|
-
<script src="../../../javascript/testsuite.js"></script>
|
12
|
-
|
13
|
-
</head>
|
14
|
-
<body class="h-feed">
|
15
|
-
|
16
|
-
<h1 class="p-name"><span class="p-x-format">h-recipe</span> parsing tests ‐ change logs</h1>
|
17
|
-
|
18
|
-
<p class="p-description">The files in this directory where designed to test the parsing of h-recipe. </p>
|
19
|
-
|
20
|
-
|
21
|
-
<h2>Change log:</h2>
|
22
|
-
<ul>
|
23
|
-
<!-- Add change log event to the top of this list as a h-entry -->
|
24
|
-
<li class="h-entry">
|
25
|
-
<span class="p-name e-content">Update text output to be textContent non-trimmed for all test</span> ‐
|
26
|
-
<time class="dt-published" datetime="2015-05-29">29 May 2015</time>
|
27
|
-
by <span class="p-author">Glenn Jones</span>
|
28
|
-
</li>
|
29
|
-
<li class="h-entry">
|
30
|
-
<span class="p-name e-content">Broke old HTML format into small files to aid simpler testing</span> ‐
|
31
|
-
<time class="dt-published" datetime="2015-05-21">21 May 2015</time>
|
32
|
-
by <span class="p-author">Glenn Jones</span>
|
33
|
-
</li>
|
34
|
-
<li class="h-entry">
|
35
|
-
<span class="p-name e-content">Updated JSON examples so it always has the rel={} object as well as the items=[] array</span> ‐
|
36
|
-
<time class="dt-published" datetime="2013-11-21">21 November 2013</time>
|
37
|
-
by <span class="p-author">Glenn Jones</span>
|
38
|
-
</li>
|
39
|
-
<li class="h-entry">
|
40
|
-
<span class="p-name e-content">Created</span> ‐
|
41
|
-
<time class="dt-published" datetime="2013-01-14">14 January 2013</time>
|
42
|
-
by <span class="p-author">Glenn Jones</span>
|
43
|
-
</li>
|
44
|
-
</ul>
|
45
|
-
|
46
|
-
|
47
|
-
<h2>Contributors:</h2>
|
48
|
-
<ul>
|
49
|
-
<!-- If you Contribute to the test please add yourself as an author using p-author h-card -->
|
50
|
-
<li class="p-author h-card">
|
51
|
-
<a class="u-url p-name" rel="author" href="http://www.glennjones.net/">Glenn Jones</a>
|
52
|
-
</li>
|
53
|
-
</ul>
|
54
|
-
|
55
|
-
|
56
|
-
<footer>
|
57
|
-
All content and code is released into the <a href="http://en.wikipedia.org/wiki/public_domain">public domain</a>
|
58
|
-
</footer>
|
59
|
-
|
60
|
-
</body>
|
61
|
-
|
62
|
-
</html>
|
@@ -1,17 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"items": [{
|
3
|
-
"type": ["h-recipe"],
|
4
|
-
"properties": {
|
5
|
-
"name": ["Toast"],
|
6
|
-
"ingredient": [{
|
7
|
-
"value": "Slice of bread",
|
8
|
-
"html": "Slice of bread"
|
9
|
-
}, {
|
10
|
-
"value": "Butter",
|
11
|
-
"html": "Butter"
|
12
|
-
}]
|
13
|
-
}
|
14
|
-
}],
|
15
|
-
"rels": {},
|
16
|
-
"rel-urls": {}
|
17
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<div class="h-resume">
|
2
|
-
<p>
|
3
|
-
<span class="p-name">Tim Berners-Lee</span>,
|
4
|
-
<span class="p-summary">invented the World Wide Web</span>.
|
5
|
-
</p>
|
6
|
-
Belongs to following groups:
|
7
|
-
<p>
|
8
|
-
<a class="p-affiliation h-card" href="http://www.w3.org/">
|
9
|
-
<img class="p-name u-photo" alt="W3C" src="http://www.w3.org/Icons/WWW/w3c_home_nb.png" />
|
10
|
-
</a>
|
11
|
-
</p>
|
12
|
-
</div>
|
@@ -1,20 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"items": [{
|
3
|
-
"type": ["h-resume"],
|
4
|
-
"properties": {
|
5
|
-
"name": ["Tim Berners-Lee"],
|
6
|
-
"summary": ["invented the World Wide Web"],
|
7
|
-
"affiliation": [{
|
8
|
-
"type": ["h-card"],
|
9
|
-
"value": "W3C",
|
10
|
-
"properties": {
|
11
|
-
"name": ["W3C"],
|
12
|
-
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
|
13
|
-
"url": ["http://www.w3.org/"]
|
14
|
-
}
|
15
|
-
}]
|
16
|
-
}
|
17
|
-
}],
|
18
|
-
"rels": {},
|
19
|
-
"rel-urls": {}
|
20
|
-
}
|
@@ -1,78 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<title>h-resume parsing tests</title>
|
6
|
-
|
7
|
-
<link rel="stylesheet" href="../../../css/testsuite.css">
|
8
|
-
<link rel="stylesheet" href="../../../prettify.css">
|
9
|
-
|
10
|
-
<script src="../../../javascript/prettify.js"></script>
|
11
|
-
<script src="../../../javascript/testsuite.js"></script>
|
12
|
-
|
13
|
-
</head>
|
14
|
-
<body class="h-feed">
|
15
|
-
|
16
|
-
<h1 class="p-name"><span class="p-x-format">h-resume</span> parsing tests ‐ change logs</h1>
|
17
|
-
|
18
|
-
<p class="p-description">The files in this directory where designed to test the parsing of h-resume. </p>
|
19
|
-
|
20
|
-
|
21
|
-
<h2>Change log:</h2>
|
22
|
-
<ul>
|
23
|
-
<!-- Add change log event to the top of this list as a h-entry -->
|
24
|
-
<li class="h-entry">
|
25
|
-
<span class="p-name e-content">Update text output to be textContent non-trimmed for contact, education and work tests</span> ‐
|
26
|
-
<time class="dt-published" datetime="2015-05-29">29 May 2015</time>
|
27
|
-
by <span class="p-author">Glenn Jones</span>
|
28
|
-
</li>
|
29
|
-
<li class="h-entry">
|
30
|
-
<span class="p-name e-content">Remove empty value property in affiliation test.
|
31
|
-
Also added missing title property to work test.</span> ‐
|
32
|
-
<time class="dt-published" datetime="2015-05-23">23 May 2015</time>
|
33
|
-
by <span class="p-author">Glenn Jones</span>
|
34
|
-
</li>
|
35
|
-
<li class="h-entry">
|
36
|
-
<span class="p-name e-content">Remove duplicate structures from items[] in affiliation, contact, education and work tests</span> ‐
|
37
|
-
<time class="dt-published" datetime="2015-05-23">23 May 2015</time>
|
38
|
-
by <span class="p-author">Glenn Jones</span>
|
39
|
-
</li>
|
40
|
-
<li class="h-entry">
|
41
|
-
<span class="p-name e-content">Broke old HTML format into small files to aid simpler testing</span> ‐
|
42
|
-
<time class="dt-published" datetime="2015-05-21">21 May 2015</time>
|
43
|
-
by <span class="p-author">Glenn Jones</span>
|
44
|
-
</li>
|
45
|
-
<li class="h-entry">
|
46
|
-
<span class="p-name e-content">Updated JSON examples so it always has the rel={} object as well as the items=[] array</span> ‐
|
47
|
-
<time class="dt-published" datetime="2013-11-21">21 November 2013</time>
|
48
|
-
by <span class="p-author">Glenn Jones</span>
|
49
|
-
</li>
|
50
|
-
<li class="h-entry">
|
51
|
-
<span class="p-name e-content">Removed competency tests</span> ‐
|
52
|
-
<time class="dt-published" datetime="2013-01-11">11 January 2013</time>
|
53
|
-
by <span class="p-author">Glenn Jones</span>
|
54
|
-
</li>
|
55
|
-
<li class="h-entry">
|
56
|
-
<span class="p-name e-content">Created</span> ‐
|
57
|
-
<time class="dt-published" datetime="2012-12-29">29 December 2012</time>
|
58
|
-
by <span class="p-author">Glenn Jones</span>
|
59
|
-
</li>
|
60
|
-
</ul>
|
61
|
-
|
62
|
-
|
63
|
-
<h2>Contributors:</h2>
|
64
|
-
<ul>
|
65
|
-
<!-- If you Contribute to the test please add yourself as an author using p-author h-card -->
|
66
|
-
<li class="p-author h-card">
|
67
|
-
<a class="u-url p-name" rel="author" href="http://www.glennjones.net/">Glenn Jones</a>
|
68
|
-
</li>
|
69
|
-
</ul>
|
70
|
-
|
71
|
-
|
72
|
-
<footer>
|
73
|
-
All content and code is released into the <a href="http://en.wikipedia.org/wiki/public_domain">public domain</a>
|
74
|
-
</footer>
|
75
|
-
|
76
|
-
</body>
|
77
|
-
|
78
|
-
</html>
|
@@ -1,17 +0,0 @@
|
|
1
|
-
<div class="h-resume">
|
2
|
-
<p class="p-name">Tim Berners-Lee</p>
|
3
|
-
<p class="p-summary">Invented the World Wide Web.</p><hr />
|
4
|
-
<div class="p-contact h-card">
|
5
|
-
<p class="p-name">MIT</p>
|
6
|
-
<p>
|
7
|
-
<span class="p-street-address">32 Vassar Street</span>,
|
8
|
-
<span class="p-extended-address">Room 32-G524</span>,
|
9
|
-
<span class="p-locality">Cambridge</span>,
|
10
|
-
<span class="p-region">MA</span>
|
11
|
-
<span class="p-postal-code">02139</span>,
|
12
|
-
<span class="p-country-name">USA</span>.
|
13
|
-
</p>
|
14
|
-
<p>Tel:<span class="p-tel">+1 (617) 253 5702</span></p>
|
15
|
-
<p>Email:<a class="u-email" href="mailto:timbl@w3.org">timbl@w3.org</a></p>
|
16
|
-
</div>
|
17
|
-
</div>
|
@@ -1,26 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"items": [{
|
3
|
-
"type": ["h-resume"],
|
4
|
-
"properties": {
|
5
|
-
"name": ["Tim Berners-Lee"],
|
6
|
-
"summary": ["Invented the World Wide Web."],
|
7
|
-
"contact": [{
|
8
|
-
"value": "MIT",
|
9
|
-
"type": ["h-card"],
|
10
|
-
"properties": {
|
11
|
-
"name": ["MIT"],
|
12
|
-
"street-address": ["32 Vassar Street"],
|
13
|
-
"extended-address": ["Room 32-G524"],
|
14
|
-
"locality": ["Cambridge"],
|
15
|
-
"region": ["MA"],
|
16
|
-
"postal-code": ["02139"],
|
17
|
-
"country-name": ["USA"],
|
18
|
-
"tel": ["+1 (617) 253 5702"],
|
19
|
-
"email": ["mailto:timbl@w3.org"]
|
20
|
-
}
|
21
|
-
}]
|
22
|
-
}
|
23
|
-
}],
|
24
|
-
"rels": {},
|
25
|
-
"rel-urls": {}
|
26
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<div class="h-resume">
|
2
|
-
<p class="p-name">Tim Berners-Lee</p>
|
3
|
-
<div class="p-contact h-card">
|
4
|
-
<p class="p-title">Director of the World Wide Web Foundation</p>
|
5
|
-
</div>
|
6
|
-
<p class="p-summary">Invented the World Wide Web.</p><hr />
|
7
|
-
<p class="p-education h-event h-card">
|
8
|
-
<span class="p-name p-org">The Queen's College, Oxford University</span>,
|
9
|
-
<span class="p-description">BA Hons (I) Physics</span>
|
10
|
-
<time class="dt-start" datetime="1973-09">1973</time> –
|
11
|
-
<time class="dt-end" datetime="1976-06">1976</time>
|
12
|
-
</p>
|
13
|
-
</div>
|