Merge branch 'master' of github.com:veganstraightedge/microformats2

This commit is contained in:
Shane Becker 2011-06-25 17:25:56 -07:00
commit b35a24becc

43
test/hcalendar.html Normal file
View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>hCalendar test</title>
</head>
<body>
<div class="h-event">
<h2 class="p-summary">Barcamp Brighton 1</h2>
<div>
<abbr class="d-duration" title="P2D">2 day</abbr> event.
</div>
<div>
<abbr class="d-dtstart" title="2007-09-08">8</abbr> -
<abbr class="d-dtend" title="2007-09-09">9 September 2007</abbr>
</div>
<div>Loaction: <span class="p-location">Madgex Office, Brighton</span></div>
<div class="p-description">Barcamp is an ad-hoc gathering born from the desire to share and learn in an open environment.</div>
<a class="u-url" href="http://www.barcampbrighton.org/">http://www.barcampbrighton.org/</a>
<div>This meeting is <strong class="p-class">public</strong>.</div>
<div>Created: <abbr class="d-dtstamp" title="2007-05-01">1 May 2007</abbr></div>
<div>Last modified: <abbr class="d-last-modified" title="2007-05-02">2 May 2007</abbr></div>
<div>Ref: <span class="i-uid">guid1.example.com</span></div>
<div>Status: <span class="p-status">Confirmed</span></div>
<abbr class="n-geo" title="37.77;-122.41">Northern California</abbr>
<div class="p-contact h-card">
Contact: <span class="p-fn">John Doe</span>
</div>
<div class="p-organizer h-card">
Managed by: <span class="p-fn p-org">Example Company</span>
</div>
</div>
</body>
</html>