Created
February 10, 2011 22:57
-
-
Save jwlawrence/821550 to your computer and use it in GitHub Desktop.
Event Info with hCalendar Microformats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- http://microformats.org/code/hcalendar/creator --> | |
<div id="hcalendar-event" class="vevent"> | |
<a href="http://www.baltimore.com" class="url"> | |
<abbr title="2011-02-14T10:30-05:0000" class="dtstart">February 14th 10:30am</abbr>- | |
<abbr title="2011-02-15T11:15-05:00" class="dtend"> 11:15am 2011</abbr> : | |
<span class="summary">event</span> at | |
<span class="location">baltimore</span> | |
</a> | |
<div class="description">This is a super cool event in Baltimore.</div> | |
<div class="tags"> | |
Tags: | |
<a href="http://eventful.com/events/tags/event" rel="tag">event</a> | |
<a href="http://eventful.com/events/tags/baltimore" rel="tag"> baltimore</a> | |
</div> | |
</div> <!-- end .vevent --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment