複製鏈接
請複製以下鏈接發送給好友

微格式

鎖定
微格式(microformats):是結構化數據的開放標準。是包含數據的結構化的XHTML代碼塊的定義格式,由於是XHTML代碼塊,所以很適合人類閲讀,由於是結構化的,又很容易被機器處理,很容易和外部進行數據通信。
中文名
微格式
外文名
microformats
領    域
計算機
所屬類別
XHTML代碼塊

目錄

微格式定義

是開放的數據格式,面向的是普通用户,任何用户可以透過簡單的程序讀取微格式內容。而不是像Flickr、Amazon、Google等提供特定的面向技術人員的API(一般基於XML-PRC、REST,相對複雜)。RSS具有微格式的部分優點,但限制還是比較多的,比如有限的元數據(標題、描述、URL等),不能更好地描述語義,不太容易與已存在的工具結合等。用微格式可以來聚合外部Blog,Flickr,YouTube,MapQuest,甚至MySpace裏的內容。
微格式(Microformats):Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.
Microformats are simple conventions for embedding semantics in HTML to enable decentralized development.
Microformats are simple codes that you can use to identity specific kinds of data, like people or events, in your webpages.

微格式特點介紹

為特殊應用而制定的特殊格式;
可以插入網頁或XML元數據中,被收割和索引;
數據可被重用、與具體應用無關;也可自定義,完全取決於應用;
例如:XFN, hcalendar, hcard, rel tags, rel license, lists and outlines等等