blank template for hCalendar.html
[HTML5TV.git] / media / hCalendar.html
1 <!-- http://microformats.org/wiki/hcalendar-cheatsheet -->
2 <div class="vevent">
3  <span class="organiser">
4 <!-- author -->
5  </span>
6  <span class="summary">
7 <!-- title -->
8  </span>
9  <a class="url" href=""><!-- conference --></a>,
10  <span class="location"></span>,
11  <abbr class="dtstart" title="2009mmdd"></abbr>
12  <div class="description">
13 <p>
14  </div>
15 </div>