microformats 0.3 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/Gemfile +4 -0
- data/Guardfile +5 -0
- data/LICENSE.md +36 -0
- data/README.md +228 -0
- data/Rakefile +7 -25
- data/lib/microformats.rb +25 -9
- data/lib/microformats/absolute_uri.rb +30 -0
- data/lib/microformats/format_parser.rb +343 -0
- data/lib/microformats/parser.rb +105 -0
- data/lib/microformats/parser_core.rb +343 -0
- data/lib/microformats/property_parser.rb +122 -0
- data/lib/microformats/results/collection.rb +121 -0
- data/lib/microformats/results/parser_result.rb +111 -0
- data/lib/microformats/results/property_set.rb +87 -0
- data/lib/microformats/time_property_parser.rb +161 -0
- data/lib/microformats/version.rb +3 -0
- data/microformats.gemspec +37 -0
- data/spec/lib/microformats/absolute_uri_spec.rb +48 -0
- data/spec/lib/microformats/parser_spec.rb +72 -0
- data/spec/lib/microformats_spec.rb +33 -0
- data/spec/spec_helper.rb +10 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-0.html +2 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-0.js +9 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-1.html +2 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-1.js +10 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-2.html +5 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-2.js +11 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-3.html +17 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-3.js +20 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-4.html +16 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-4.js +24 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-5.html +7 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-5.js +11 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-6.html +9 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-6.js +18 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-7.html +9 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-7.js +18 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-8.html +9 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-8.js +17 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-9.html +9 -0
- data/spec/support/cases/microformats.org/microformats-2/microformats-2-9.js +17 -0
- data/spec/support/lib/microformats/implied_property/name-fail.html +60 -0
- data/spec/support/lib/microformats/implied_property/name-pass.html +30 -0
- data/spec/support/lib/microformats/implied_property/photo-fail.html +60 -0
- data/spec/support/lib/microformats/implied_property/photo-pass.html +30 -0
- data/spec/support/lib/microformats/implied_property/url-fail.html +18 -0
- data/spec/support/lib/microformats/implied_property/url-pass.html +12 -0
- data/spec/support/lib/microformats/implied_property/url-relative.html +13 -0
- data/spec/support/lib/microformats/implied_property/url-unnormalized.html +12 -0
- data/spec/support/lib/microformats/nested-format-with-property-of-same-name.html +13 -0
- data/spec/support/lib/microformats/nested-format-with-property-of-same-name.js +16 -0
- data/spec/support/lib/microformats/nested-format-with-property.html +12 -0
- data/spec/support/lib/microformats/nested-format-with-property.js +16 -0
- data/spec/support/lib/microformats/nested-format-without-property.html +13 -0
- data/spec/support/lib/microformats/nested-property.html +12 -0
- data/spec/support/lib/microformats/nested-property.js +10 -0
- data/spec/support/lib/microformats/rels-that-drop-the-base.html +11 -0
- data/spec/support/lib/microformats/rels-with-unnormalized-urls.html +11 -0
- data/spec/support/lib/microformats/rels.html +12 -0
- data/spec/support/lib/microformats/rels.js +13 -0
- data/spec/support/lib/microformats/simple.html +23 -0
- data/spec/support/lib/microformats/simple.js +11 -0
- data/vendor/tests/.gitignore +25 -0
- data/vendor/tests/LICENSE.md +36 -0
- data/vendor/tests/README.md +48 -0
- data/vendor/tests/app.js +84 -0
- data/vendor/tests/composer.json +5 -0
- data/vendor/tests/css/testsuite.css +159 -0
- data/vendor/tests/interface.js +18 -0
- data/vendor/tests/package.json +27 -0
- data/vendor/tests/tests/microformats-mixed/h-card/change-log.html +63 -0
- data/vendor/tests/tests/microformats-mixed/h-card/mixedpropertries.html +14 -0
- data/vendor/tests/tests/microformats-mixed/h-card/mixedpropertries.json +22 -0
- data/vendor/tests/tests/microformats-mixed/h-card/tworoots.html +1 -0
- data/vendor/tests/tests/microformats-mixed/h-card/tworoots.json +10 -0
- data/vendor/tests/tests/microformats-mixed/h-entry/mixedroots.html +16 -0
- data/vendor/tests/tests/microformats-mixed/h-entry/mixedroots.json +38 -0
- data/vendor/tests/tests/microformats-mixed/h-resume/change-log.html +68 -0
- data/vendor/tests/tests/microformats-mixed/h-resume/mixedroots.html +16 -0
- data/vendor/tests/tests/microformats-mixed/h-resume/mixedroots.json +31 -0
- data/vendor/tests/tests/microformats-v1/adr/change-log.html +63 -0
- data/vendor/tests/tests/microformats-v1/adr/simpleproperties.html +8 -0
- data/vendor/tests/tests/microformats-v1/adr/simpleproperties.json +15 -0
- data/vendor/tests/tests/microformats-v1/geo/abbrpattern.html +5 -0
- data/vendor/tests/tests/microformats-v1/geo/abbrpattern.json +11 -0
- data/vendor/tests/tests/microformats-v1/geo/change-log.1.html +78 -0
- data/vendor/tests/tests/microformats-v1/geo/change-log.html +63 -0
- data/vendor/tests/tests/microformats-v1/geo/hidden.html +10 -0
- data/vendor/tests/tests/microformats-v1/geo/hidden.json +11 -0
- data/vendor/tests/tests/microformats-v1/geo/simpleproperties.html +6 -0
- data/vendor/tests/tests/microformats-v1/geo/simpleproperties.json +11 -0
- data/vendor/tests/tests/microformats-v1/geo/valuetitleclass.html +11 -0
- data/vendor/tests/tests/microformats-v1/geo/valuetitleclass.json +11 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/ampm.html +41 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/ampm.json +21 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/attendees.html +13 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/attendees.json +37 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/change-log.html +68 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/combining.html +15 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/combining.json +31 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/concatenate.html +7 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/concatenate.json +12 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/time.html +44 -0
- data/vendor/tests/tests/microformats-v1/hcalendar/time.json +22 -0
- data/vendor/tests/tests/microformats-v1/hcard/change-log.html +68 -0
- data/vendor/tests/tests/microformats-v1/hcard/email.html +14 -0
- data/vendor/tests/tests/microformats-v1/hcard/email.json +11 -0
- data/vendor/tests/tests/microformats-v1/hcard/format.html +6 -0
- data/vendor/tests/tests/microformats-v1/hcard/format.json +11 -0
- data/vendor/tests/tests/microformats-v1/hcard/hyperlinkedphoto.html +3 -0
- data/vendor/tests/tests/microformats-v1/hcard/hyperlinkedphoto.json +8 -0
- data/vendor/tests/tests/microformats-v1/hcard/justahyperlink.html +1 -0
- data/vendor/tests/tests/microformats-v1/hcard/justahyperlink.json +8 -0
- data/vendor/tests/tests/microformats-v1/hcard/justaname.html +1 -0
- data/vendor/tests/tests/microformats-v1/hcard/justaname.json +8 -0
- data/vendor/tests/tests/microformats-v1/hcard/multiple.html +74 -0
- data/vendor/tests/tests/microformats-v1/hcard/multiple.json +65 -0
- data/vendor/tests/tests/microformats-v1/hcard/name.html +11 -0
- data/vendor/tests/tests/microformats-v1/hcard/name.json +15 -0
- data/vendor/tests/tests/microformats-v1/hcard/single.html +14 -0
- data/vendor/tests/tests/microformats-v1/hcard/single.json +24 -0
- data/vendor/tests/tests/microformats-v1/hentry/change-log.html +73 -0
- data/vendor/tests/tests/microformats-v1/hentry/summarycontent.html +20 -0
- data/vendor/tests/tests/microformats-v1/hentry/summarycontent.json +24 -0
- data/vendor/tests/tests/microformats-v1/hfeed/simple.html +30 -0
- data/vendor/tests/tests/microformats-v1/hfeed/simple.json +49 -0
- data/vendor/tests/tests/microformats-v1/hnews/all.html +37 -0
- data/vendor/tests/tests/microformats-v1/hnews/all.json +74 -0
- data/vendor/tests/tests/microformats-v1/hnews/change-log.html +72 -0
- data/vendor/tests/tests/microformats-v1/hnews/minimum.html +25 -0
- data/vendor/tests/tests/microformats-v1/hnews/minimum.json +48 -0
- data/vendor/tests/tests/microformats-v1/hproduct/aggregate.html +26 -0
- data/vendor/tests/tests/microformats-v1/hproduct/aggregate.json +52 -0
- data/vendor/tests/tests/microformats-v1/hproduct/change-log.html +62 -0
- data/vendor/tests/tests/microformats-v1/hproduct/simpleproperties.html +13 -0
- data/vendor/tests/tests/microformats-v1/hproduct/simpleproperties.json +33 -0
- data/vendor/tests/tests/microformats-v1/hresume/affiliation.html +12 -0
- data/vendor/tests/tests/microformats-v1/hresume/affiliation.json +25 -0
- data/vendor/tests/tests/microformats-v1/hresume/change-log.html +73 -0
- data/vendor/tests/tests/microformats-v1/hresume/contact.html +18 -0
- data/vendor/tests/tests/microformats-v1/hresume/contact.json +32 -0
- data/vendor/tests/tests/microformats-v1/hresume/education.html +13 -0
- data/vendor/tests/tests/microformats-v1/hresume/education.json +29 -0
- data/vendor/tests/tests/microformats-v1/hresume/skill.html +12 -0
- data/vendor/tests/tests/microformats-v1/hresume/skill.json +33 -0
- data/vendor/tests/tests/microformats-v1/hresume/work.html +16 -0
- data/vendor/tests/tests/microformats-v1/hresume/work.json +30 -0
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/change-log.html +67 -0
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/hcard.html +18 -0
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/hcard.json +31 -0
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/justahyperlink.html +6 -0
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/justahyperlink.json +19 -0
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/vevent.html +13 -0
- data/vendor/tests/tests/microformats-v1/hreview-aggregate/vevent.json +22 -0
- data/vendor/tests/tests/microformats-v1/hreview/change-log.html +73 -0
- data/vendor/tests/tests/microformats-v1/hreview/item.html +8 -0
- data/vendor/tests/tests/microformats-v1/hreview/item.json +19 -0
- data/vendor/tests/tests/microformats-v1/hreview/vcard.html +23 -0
- data/vendor/tests/tests/microformats-v1/hreview/vcard.json +58 -0
- data/vendor/tests/tests/microformats-v1/includes/change-log.html +72 -0
- data/vendor/tests/tests/microformats-v1/includes/hcarditemref.html +16 -0
- data/vendor/tests/tests/microformats-v1/includes/hcarditemref.json +49 -0
- data/vendor/tests/tests/microformats-v1/includes/heventitemref.html +25 -0
- data/vendor/tests/tests/microformats-v1/includes/heventitemref.json +33 -0
- data/vendor/tests/tests/microformats-v1/includes/hyperlink.html +18 -0
- data/vendor/tests/tests/microformats-v1/includes/hyperlink.json +43 -0
- data/vendor/tests/tests/microformats-v1/includes/object.html +23 -0
- data/vendor/tests/tests/microformats-v1/includes/object.json +42 -0
- data/vendor/tests/tests/microformats-v1/includes/table.html +12 -0
- data/vendor/tests/tests/microformats-v1/includes/table.json +19 -0
- data/vendor/tests/tests/microformats-v2/h-adr/change-log.html +62 -0
- data/vendor/tests/tests/microformats-v2/h-adr/geo.html +10 -0
- data/vendor/tests/tests/microformats-v2/h-adr/geo.json +16 -0
- data/vendor/tests/tests/microformats-v2/h-adr/geourl.html +4 -0
- data/vendor/tests/tests/microformats-v2/h-adr/geourl.json +13 -0
- data/vendor/tests/tests/microformats-v2/h-adr/justaname.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-adr/justaname.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-adr/lettercase.html +21 -0
- data/vendor/tests/tests/microformats-v2/h-adr/lettercase.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-adr/simpleproperties.html +8 -0
- data/vendor/tests/tests/microformats-v2/h-adr/simpleproperties.json +16 -0
- data/vendor/tests/tests/microformats-v2/h-as-note/note.html +56 -0
- data/vendor/tests/tests/microformats-v2/h-as-note/note.json +98 -0
- data/vendor/tests/tests/microformats-v2/h-card/baseurl.html +6 -0
- data/vendor/tests/tests/microformats-v2/h-card/baseurl.json +26 -0
- data/vendor/tests/tests/microformats-v2/h-card/change-log.html +100 -0
- data/vendor/tests/tests/microformats-v2/h-card/childimplied.html +7 -0
- data/vendor/tests/tests/microformats-v2/h-card/childimplied.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-card/extendeddescription.html +10 -0
- data/vendor/tests/tests/microformats-v2/h-card/extendeddescription.json +15 -0
- data/vendor/tests/tests/microformats-v2/h-card/hcard.html +4 -0
- data/vendor/tests/tests/microformats-v2/h-card/hcard.json +19 -0
- data/vendor/tests/tests/microformats-v2/h-card/horghcard.html +4 -0
- data/vendor/tests/tests/microformats-v2/h-card/horghcard.json +19 -0
- data/vendor/tests/tests/microformats-v2/h-card/hyperlinkedphoto.html +3 -0
- data/vendor/tests/tests/microformats-v2/h-card/hyperlinkedphoto.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-card/impliedname.html +15 -0
- data/vendor/tests/tests/microformats-v2/h-card/impliedname.json +90 -0
- data/vendor/tests/tests/microformats-v2/h-card/impliedphoto.html +11 -0
- data/vendor/tests/tests/microformats-v2/h-card/impliedphoto.json +72 -0
- data/vendor/tests/tests/microformats-v2/h-card/impliedurl.html +5 -0
- data/vendor/tests/tests/microformats-v2/h-card/impliedurl.json +45 -0
- data/vendor/tests/tests/microformats-v2/h-card/justahyperlink.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-card/justahyperlink.json +11 -0
- data/vendor/tests/tests/microformats-v2/h-card/justaname.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-card/justaname.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-card/nested.html +4 -0
- data/vendor/tests/tests/microformats-v2/h-card/nested.json +18 -0
- data/vendor/tests/tests/microformats-v2/h-card/p-property.html +21 -0
- data/vendor/tests/tests/microformats-v2/h-card/p-property.json +15 -0
- data/vendor/tests/tests/microformats-v2/h-card/relativeurls.html +6 -0
- data/vendor/tests/tests/microformats-v2/h-card/relativeurls.json +29 -0
- data/vendor/tests/tests/microformats-v2/h-entry/change-log.html +90 -0
- data/vendor/tests/tests/microformats-v2/h-entry/encoding.html +3 -0
- data/vendor/tests/tests/microformats-v2/h-entry/encoding.json +14 -0
- data/vendor/tests/tests/microformats-v2/h-entry/impliedvalue-nested.html +9 -0
- data/vendor/tests/tests/microformats-v2/h-entry/impliedvalue-nested.json +27 -0
- data/vendor/tests/tests/microformats-v2/h-entry/justahyperlink.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-entry/justahyperlink.json +11 -0
- data/vendor/tests/tests/microformats-v2/h-entry/justaname.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-entry/justaname.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-entry/scriptstyletags.html +4 -0
- data/vendor/tests/tests/microformats-v2/h-entry/scriptstyletags.json +14 -0
- data/vendor/tests/tests/microformats-v2/h-entry/summarycontent.html +20 -0
- data/vendor/tests/tests/microformats-v2/h-entry/summarycontent.json +25 -0
- data/vendor/tests/tests/microformats-v2/h-entry/u-property.html +33 -0
- data/vendor/tests/tests/microformats-v2/h-entry/u-property.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-entry/urlincontent.html +13 -0
- data/vendor/tests/tests/microformats-v2/h-entry/urlincontent.json +14 -0
- data/vendor/tests/tests/microformats-v2/h-event/ampm.html +41 -0
- data/vendor/tests/tests/microformats-v2/h-event/ampm.json +21 -0
- data/vendor/tests/tests/microformats-v2/h-event/attendees.html +13 -0
- data/vendor/tests/tests/microformats-v2/h-event/attendees.json +37 -0
- data/vendor/tests/tests/microformats-v2/h-event/change-log.html +82 -0
- data/vendor/tests/tests/microformats-v2/h-event/combining.html +13 -0
- data/vendor/tests/tests/microformats-v2/h-event/combining.json +25 -0
- data/vendor/tests/tests/microformats-v2/h-event/concatenate.html +8 -0
- data/vendor/tests/tests/microformats-v2/h-event/concatenate.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-event/dates.html +13 -0
- data/vendor/tests/tests/microformats-v2/h-event/dates.json +26 -0
- data/vendor/tests/tests/microformats-v2/h-event/dt-property.html +23 -0
- data/vendor/tests/tests/microformats-v2/h-event/dt-property.json +20 -0
- data/vendor/tests/tests/microformats-v2/h-event/justahyperlink.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-event/justahyperlink.json +11 -0
- data/vendor/tests/tests/microformats-v2/h-event/justaname.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-event/justaname.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-event/time.html +47 -0
- data/vendor/tests/tests/microformats-v2/h-event/time.json +25 -0
- data/vendor/tests/tests/microformats-v2/h-feed/implied-title.html +30 -0
- data/vendor/tests/tests/microformats-v2/h-feed/implied-title.json +23 -0
- data/vendor/tests/tests/microformats-v2/h-feed/simple.html +26 -0
- data/vendor/tests/tests/microformats-v2/h-feed/simple.json +33 -0
- data/vendor/tests/tests/microformats-v2/h-geo/abbrpattern.html +5 -0
- data/vendor/tests/tests/microformats-v2/h-geo/abbrpattern.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-geo/altitude.html +8 -0
- data/vendor/tests/tests/microformats-v2/h-geo/altitude.json +13 -0
- data/vendor/tests/tests/microformats-v2/h-geo/change-log.html +67 -0
- data/vendor/tests/tests/microformats-v2/h-geo/hidden.html +10 -0
- data/vendor/tests/tests/microformats-v2/h-geo/hidden.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-geo/justaname.html +3 -0
- data/vendor/tests/tests/microformats-v2/h-geo/justaname.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-geo/simpleproperties.html +5 -0
- data/vendor/tests/tests/microformats-v2/h-geo/simpleproperties.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-geo/valuetitleclass.html +11 -0
- data/vendor/tests/tests/microformats-v2/h-geo/valuetitleclass.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-news/all.html +35 -0
- data/vendor/tests/tests/microformats-v2/h-news/all.json +51 -0
- data/vendor/tests/tests/microformats-v2/h-news/change-log.html +78 -0
- data/vendor/tests/tests/microformats-v2/h-news/minimum.html +24 -0
- data/vendor/tests/tests/microformats-v2/h-news/minimum.json +40 -0
- data/vendor/tests/tests/microformats-v2/h-org/change-log.html +57 -0
- data/vendor/tests/tests/microformats-v2/h-org/hyperlink.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-org/hyperlink.json +11 -0
- data/vendor/tests/tests/microformats-v2/h-org/simple.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-org/simple.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-org/simpleproperties.html +4 -0
- data/vendor/tests/tests/microformats-v2/h-org/simpleproperties.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-product/aggregate.html +21 -0
- data/vendor/tests/tests/microformats-v2/h-product/aggregate.json +45 -0
- data/vendor/tests/tests/microformats-v2/h-product/change-log.html +62 -0
- data/vendor/tests/tests/microformats-v2/h-product/justahyperlink.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-product/justahyperlink.json +11 -0
- data/vendor/tests/tests/microformats-v2/h-product/justaname.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-product/justaname.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-product/simpleproperties.html +10 -0
- data/vendor/tests/tests/microformats-v2/h-product/simpleproperties.json +26 -0
- data/vendor/tests/tests/microformats-v2/h-recipe/all.html +63 -0
- data/vendor/tests/tests/microformats-v2/h-recipe/all.json +54 -0
- data/vendor/tests/tests/microformats-v2/h-recipe/change-log.html +62 -0
- data/vendor/tests/tests/microformats-v2/h-recipe/minimum.html +7 -0
- data/vendor/tests/tests/microformats-v2/h-recipe/minimum.json +17 -0
- data/vendor/tests/tests/microformats-v2/h-resume/affiliation.html +12 -0
- data/vendor/tests/tests/microformats-v2/h-resume/affiliation.json +20 -0
- data/vendor/tests/tests/microformats-v2/h-resume/change-log.html +78 -0
- data/vendor/tests/tests/microformats-v2/h-resume/contact.html +17 -0
- data/vendor/tests/tests/microformats-v2/h-resume/contact.json +26 -0
- data/vendor/tests/tests/microformats-v2/h-resume/education.html +13 -0
- data/vendor/tests/tests/microformats-v2/h-resume/education.json +30 -0
- data/vendor/tests/tests/microformats-v2/h-resume/justaname.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-resume/justaname.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-resume/skill.html +12 -0
- data/vendor/tests/tests/microformats-v2/h-resume/skill.json +12 -0
- data/vendor/tests/tests/microformats-v2/h-resume/work.html +16 -0
- data/vendor/tests/tests/microformats-v2/h-resume/work.json +31 -0
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/change-log.html +78 -0
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/hevent.html +13 -0
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/hevent.json +23 -0
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/justahyperlink.html +8 -0
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/justahyperlink.json +19 -0
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/simpleproperties.html +18 -0
- data/vendor/tests/tests/microformats-v2/h-review-aggregate/simpleproperties.json +26 -0
- data/vendor/tests/tests/microformats-v2/h-review/change-log.html +84 -0
- data/vendor/tests/tests/microformats-v2/h-review/hyperlink.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-review/hyperlink.json +11 -0
- data/vendor/tests/tests/microformats-v2/h-review/implieditem.html +4 -0
- data/vendor/tests/tests/microformats-v2/h-review/implieditem.json +19 -0
- data/vendor/tests/tests/microformats-v2/h-review/item.html +8 -0
- data/vendor/tests/tests/microformats-v2/h-review/item.json +20 -0
- data/vendor/tests/tests/microformats-v2/h-review/justaname.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-review/justaname.json +10 -0
- data/vendor/tests/tests/microformats-v2/h-review/photo.html +1 -0
- data/vendor/tests/tests/microformats-v2/h-review/photo.json +11 -0
- data/vendor/tests/tests/microformats-v2/h-review/vcard.html +23 -0
- data/vendor/tests/tests/microformats-v2/h-review/vcard.json +48 -0
- data/vendor/tests/tests/microformats-v2/rel/change-log.html +67 -0
- data/vendor/tests/tests/microformats-v2/rel/duplicate-rels.html +10 -0
- data/vendor/tests/tests/microformats-v2/rel/duplicate-rels.json +75 -0
- data/vendor/tests/tests/microformats-v2/rel/license.html +1 -0
- data/vendor/tests/tests/microformats-v2/rel/license.json +12 -0
- data/vendor/tests/tests/microformats-v2/rel/nofollow.html +1 -0
- data/vendor/tests/tests/microformats-v2/rel/nofollow.json +12 -0
- data/vendor/tests/tests/microformats-v2/rel/rel-urls.html +8 -0
- data/vendor/tests/tests/microformats-v2/rel/rel-urls.json +33 -0
- data/vendor/tests/tests/microformats-v2/rel/varying-text-duplicate-rels.html +4 -0
- data/vendor/tests/tests/microformats-v2/rel/varying-text-duplicate-rels.json +20 -0
- data/vendor/tests/tests/microformats-v2/rel/xfn-all.html +19 -0
- data/vendor/tests/tests/microformats-v2/rel/xfn-all.json +92 -0
- data/vendor/tests/tests/microformats-v2/rel/xfn-elsewhere.html +10 -0
- data/vendor/tests/tests/microformats-v2/rel/xfn-elsewhere.json +40 -0
- metadata +533 -57
- data/CHANGELOG.rdoc +0 -6
- data/LICENSE +0 -20
- data/README.rdoc +0 -147
- data/lib/address.rb +0 -97
- data/lib/calendar.rb +0 -40
- data/lib/event.rb +0 -156
- data/lib/formatting_helpers.rb +0 -57
- data/lib/helpers.rb +0 -74
- data/lib/vcard.rb +0 -177
@@ -0,0 +1,17 @@
|
|
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>
|
@@ -0,0 +1,26 @@
|
|
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
|
+
}
|
@@ -0,0 +1,13 @@
|
|
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>
|
@@ -0,0 +1,30 @@
|
|
1
|
+
{
|
2
|
+
"items": [{
|
3
|
+
"type": ["h-resume"],
|
4
|
+
"properties": {
|
5
|
+
"name": ["Tim Berners-Lee"],
|
6
|
+
"contact": [{
|
7
|
+
"value": "Director of the World Wide Web Foundation",
|
8
|
+
"type": ["h-card"],
|
9
|
+
"properties": {
|
10
|
+
"title": ["Director of the World Wide Web Foundation"],
|
11
|
+
"name": ["Director of the World Wide Web Foundation"]
|
12
|
+
}
|
13
|
+
}],
|
14
|
+
"summary": ["Invented the World Wide Web."],
|
15
|
+
"education": [{
|
16
|
+
"value": "The Queen's College, Oxford University",
|
17
|
+
"type": ["h-event", "h-card"],
|
18
|
+
"properties": {
|
19
|
+
"name": ["The Queen's College, Oxford University"],
|
20
|
+
"org": ["The Queen's College, Oxford University"],
|
21
|
+
"description": ["BA Hons (I) Physics"],
|
22
|
+
"start": ["1973-09"],
|
23
|
+
"end": ["1976-06"]
|
24
|
+
}
|
25
|
+
}]
|
26
|
+
}
|
27
|
+
}],
|
28
|
+
"rels": {},
|
29
|
+
"rel-urls": {}
|
30
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
<p class="h-resume">Tim Berners-Lee, invented the World Wide Web.</p>
|
@@ -0,0 +1,12 @@
|
|
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
|
+
Skills:
|
7
|
+
<ul>
|
8
|
+
<li class="p-skill">information systems</li>
|
9
|
+
<li class="p-skill">advocacy</li>
|
10
|
+
<li class="p-skill">leadership</li>
|
11
|
+
<ul>
|
12
|
+
</ul></ul></div>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<meta charset="utf-8">
|
2
|
+
<div class="h-resume">
|
3
|
+
<p class="p-name">Tim Berners-Lee</p>
|
4
|
+
<div class="p-contact h-card">
|
5
|
+
<p class="p-title">Director of the World Wide Web Foundation</p>
|
6
|
+
</div>
|
7
|
+
<p class="p-summary">Invented the World Wide Web.</p><hr />
|
8
|
+
<div class="p-experience h-event h-card">
|
9
|
+
<p class="p-title">Director</p>
|
10
|
+
<p><a class="p-name p-org u-url" href="http://www.webfoundation.org/">World Wide Web Foundation</a></p>
|
11
|
+
<p>
|
12
|
+
<time class="dt-start" datetime="2009-01-18">Jan 2009</time> – Present
|
13
|
+
<time class="dt-duration" datetime="P2Y11M">(2 years 11 month)</time>
|
14
|
+
</p>
|
15
|
+
</div>
|
16
|
+
</div>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"items": [{
|
3
|
+
"type": ["h-resume"],
|
4
|
+
"properties": {
|
5
|
+
"name": ["Tim Berners-Lee"],
|
6
|
+
"contact": [{
|
7
|
+
"value": "Director of the World Wide Web Foundation",
|
8
|
+
"type": ["h-card"],
|
9
|
+
"properties": {
|
10
|
+
"title": ["Director of the World Wide Web Foundation"],
|
11
|
+
"name": ["Director of the World Wide Web Foundation"]
|
12
|
+
}
|
13
|
+
}],
|
14
|
+
"summary": ["Invented the World Wide Web."],
|
15
|
+
"experience": [{
|
16
|
+
"value": "World Wide Web Foundation",
|
17
|
+
"type": ["h-event", "h-card"],
|
18
|
+
"properties": {
|
19
|
+
"title": ["Director"],
|
20
|
+
"name": ["World Wide Web Foundation"],
|
21
|
+
"org": ["World Wide Web Foundation"],
|
22
|
+
"url": ["http://www.webfoundation.org/"],
|
23
|
+
"start": ["2009-01-18"],
|
24
|
+
"duration": ["P2Y11M"]
|
25
|
+
}
|
26
|
+
}]
|
27
|
+
}
|
28
|
+
}],
|
29
|
+
"rels": {},
|
30
|
+
"rel-urls": {}
|
31
|
+
}
|
@@ -0,0 +1,78 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8" />
|
5
|
+
<title>h-news 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-news</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-news. </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 justahyperlink, hevent and simpleproperties 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">Changed author property to an array for all and minimum tests.
|
31
|
+
Also added missing summary property to minimum 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">Broke old HTML format into small files to aid simpler testing</span> ‐
|
37
|
+
<time class="dt-published" datetime="2015-05-21">21 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">Updated JSON examples so it always has the rel={} object as well as the items=[] array</span> ‐
|
42
|
+
<time class="dt-published" datetime="2013-11-21">21 November 2013</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 encoding issue on e-*</span> ‐
|
47
|
+
<time class="dt-published" datetime="2013-09-19">19 September 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">Created</span> ‐
|
52
|
+
<time class="dt-published" datetime="2013-01-14">14 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">Updated encoding issue on e-*</span> ‐
|
57
|
+
<time class="dt-published" datetime="2013-09-19">19 September 2013</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>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<div class="h-review-aggregate">
|
2
|
+
<div class="p-item h-event">
|
3
|
+
<h3 class="p-name">Fullfrontal</h3>
|
4
|
+
<p class="p-description">A one day JavaScript Conference held in Brighton</p>
|
5
|
+
<p><time class="dt-start" datetime="2012-11-09">9th November 2012</time></p>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<p class="p-rating">
|
9
|
+
<span class="p-average value">9.9</span> out of
|
10
|
+
<span class="p-best">10</span>
|
11
|
+
based on <span class="p-count">62</span> reviews
|
12
|
+
</p>
|
13
|
+
</div>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"items": [{
|
3
|
+
"type": ["h-review-aggregate"],
|
4
|
+
"properties": {
|
5
|
+
"item": [{
|
6
|
+
"value": "Fullfrontal",
|
7
|
+
"type": ["h-event"],
|
8
|
+
"properties": {
|
9
|
+
"name": ["Fullfrontal"],
|
10
|
+
"description": ["A one day JavaScript Conference held in Brighton"],
|
11
|
+
"start": ["2012-11-09"]
|
12
|
+
}
|
13
|
+
}],
|
14
|
+
"rating": ["9.9"],
|
15
|
+
"average": ["9.9"],
|
16
|
+
"best": ["10"],
|
17
|
+
"count": ["62"],
|
18
|
+
"name": ["Fullfrontal\n A one day JavaScript Conference held in Brighton\n 9th November 2012 \n \n \n \n 9.9 out of \n 10 \n based on 62 reviews"]
|
19
|
+
}
|
20
|
+
}],
|
21
|
+
"rels": {},
|
22
|
+
"rel-urls": {}
|
23
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<div class="h-review-aggregate">
|
2
|
+
<h3 class="p-item h-item">Mediterranean Wraps</h3>
|
3
|
+
<span class="p-summary">
|
4
|
+
Customers flock to this small restaurant for their
|
5
|
+
tasty falafel and shawerma wraps and welcoming staff.
|
6
|
+
</span>
|
7
|
+
<span class="p-rating">4.5</span> out of 5
|
8
|
+
</div>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"items": [{
|
3
|
+
"type": ["h-review-aggregate"],
|
4
|
+
"properties": {
|
5
|
+
"item": [{
|
6
|
+
"value": "Mediterranean Wraps",
|
7
|
+
"type": ["h-item"],
|
8
|
+
"properties": {
|
9
|
+
"name": ["Mediterranean Wraps"]
|
10
|
+
}
|
11
|
+
}],
|
12
|
+
"summary": ["Customers flock to this small restaurant for their \n tasty falafel and shawerma wraps and welcoming staff."],
|
13
|
+
"rating": ["4.5"],
|
14
|
+
"name": ["Mediterranean Wraps\n \n Customers flock to this small restaurant for their \n tasty falafel and shawerma wraps and welcoming staff.\n \n 4.5 out of 5"]
|
15
|
+
}
|
16
|
+
}],
|
17
|
+
"rels": {},
|
18
|
+
"rel-urls": {}
|
19
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<div class="h-review-aggregate">
|
2
|
+
<div class="p-item h-card">
|
3
|
+
<h3 class="p-name">Mediterranean Wraps</h3>
|
4
|
+
<p>
|
5
|
+
<span class="p-street-address">433 S California Ave</span>,
|
6
|
+
<span class="p-locality">Palo Alto</span>,
|
7
|
+
<span class="p-region">CA</span> -
|
8
|
+
<span class="p-tel">(650) 321-8189</span>
|
9
|
+
</p>
|
10
|
+
</div>
|
11
|
+
<span class="p-summary">Customers flock to this small restaurant for their
|
12
|
+
tasty falafel and shawerma wraps and welcoming staff.</span>
|
13
|
+
<span class="p-rating">
|
14
|
+
<span class="p-average value">9.2</span> out of
|
15
|
+
<span class="p-best">10</span>
|
16
|
+
based on <span class="p-count">17</span> reviews
|
17
|
+
</span>
|
18
|
+
</div>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"items": [{
|
3
|
+
"type": ["h-review-aggregate"],
|
4
|
+
"properties": {
|
5
|
+
"item": [{
|
6
|
+
"value": "Mediterranean Wraps",
|
7
|
+
"type": ["h-card"],
|
8
|
+
"properties": {
|
9
|
+
"name": ["Mediterranean Wraps"],
|
10
|
+
"street-address": ["433 S California Ave"],
|
11
|
+
"locality": ["Palo Alto"],
|
12
|
+
"region": ["CA"],
|
13
|
+
"tel": ["(650) 321-8189"]
|
14
|
+
}
|
15
|
+
}],
|
16
|
+
"summary": ["Customers flock to this small restaurant for their \n tasty falafel and shawerma wraps and welcoming staff."],
|
17
|
+
"rating": ["9.2"],
|
18
|
+
"average": ["9.2"],
|
19
|
+
"best": ["10"],
|
20
|
+
"count": ["17"],
|
21
|
+
"name": ["Mediterranean Wraps\n \n 433 S California Ave, \n Palo Alto, \n CA - \n (650) 321-8189\n \n \n Customers flock to this small restaurant for their \n tasty falafel and shawerma wraps and welcoming staff.\n \n 9.2 out of \n 10 \n based on 17 reviews"]
|
22
|
+
}
|
23
|
+
}],
|
24
|
+
"rels": {},
|
25
|
+
"rel-urls": {}
|
26
|
+
}
|
@@ -0,0 +1,84 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8" />
|
5
|
+
<title>h-review 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-review</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-review. </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 implieditem, vcard and item 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">Added missing name property to item test.
|
31
|
+
Also add two missing properties reviewed and rel=licence to vcard test.
|
32
|
+
</span> ‐
|
33
|
+
<time class="dt-published" datetime="2015-05-23">23 May 2015</time>
|
34
|
+
by <span class="p-author">Glenn Jones</span>
|
35
|
+
</li>
|
36
|
+
<li class="h-entry">
|
37
|
+
<span class="p-name e-content">Broke old HTML format into small files to aid simpler testing</span> ‐
|
38
|
+
<time class="dt-published" datetime="2015-05-21">21 May 2015</time>
|
39
|
+
by <span class="p-author">Glenn Jones</span>
|
40
|
+
</li>
|
41
|
+
<li class="h-entry">
|
42
|
+
<span class="p-name e-content">Updated JSON examples so it always has the rel={} object as well as the items=[] array</span> ‐
|
43
|
+
<time class="dt-published" datetime="2013-11-21">21 November 2013</time>
|
44
|
+
by <span class="p-author">Glenn Jones</span>
|
45
|
+
</li>
|
46
|
+
<li class="h-entry">
|
47
|
+
<span class="p-name e-content">Updated encoding issue on e-*</span> ‐
|
48
|
+
<time class="dt-published" datetime="2013-09-19">19 September 2013</time>
|
49
|
+
by <span class="p-author">Glenn Jones</span>
|
50
|
+
</li>
|
51
|
+
<li class="h-entry">
|
52
|
+
<span class="p-name e-content">Updated test for h-item</span> ‐
|
53
|
+
<time class="dt-published" datetime="2013-01-21">21 January 2013</time>
|
54
|
+
by <span class="p-author">Glenn Jones</span>
|
55
|
+
</li>
|
56
|
+
<li class="h-entry">
|
57
|
+
<span class="p-name e-content">Created</span> ‐
|
58
|
+
<time class="dt-published" datetime="2012-12-29">29 December 2012</time>
|
59
|
+
by <span class="p-author">Glenn Jones</span>
|
60
|
+
</li>
|
61
|
+
<li class="h-entry">
|
62
|
+
<span class="p-name e-content">Updated encoding issue on e-*</span> ‐
|
63
|
+
<time class="dt-published" datetime="2013-09-19">19 September 2013</time>
|
64
|
+
by <span class="p-author">Glenn Jones</span>
|
65
|
+
</li>
|
66
|
+
</ul>
|
67
|
+
|
68
|
+
|
69
|
+
<h2>Contributors:</h2>
|
70
|
+
<ul>
|
71
|
+
<!-- If you Contribute to the test please add yourself as an author using p-author h-card -->
|
72
|
+
<li class="p-author h-card">
|
73
|
+
<a class="u-url p-name" rel="author" href="http://www.glennjones.net/">Glenn Jones</a>
|
74
|
+
</li>
|
75
|
+
</ul>
|
76
|
+
|
77
|
+
|
78
|
+
<footer>
|
79
|
+
All content and code is released into the <a href="http://en.wikipedia.org/wiki/public_domain">public domain</a>
|
80
|
+
</footer>
|
81
|
+
|
82
|
+
</body>
|
83
|
+
|
84
|
+
</html>
|