这个框架使用了 class="popup" rel="width:800;height:300"这样html定义,不影响html显示,又能表达信息。这类似微格式Microformat,一种藏在网页背后的信息,是语义网的一个部分,比如我们要表达某天发生的事情,使用如下:
<div class="vevent">
<p>This year, our <span class="summary">company holiday dinner</span>
will begin at <span class="dtstart">2009-12-18T17:30</span>.</p>
</div>
这样,当搜索引擎或用户浏览器安装了Operator这样插件(FiexFox),就能把这个事件导出来,直接导入放到自己的日历事件管理器中。
还有名片,可以直接导入到outlook等地址簿中。可以到http://microformats.org/code/hcalendar/creator.html试验一下。