Eureka Wiki (易易维基)

您的足迹:

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
后一修订版 两侧同时换到之后的修订记录
h-entry [2018/05/21 21:55]
eureka 创建
h-entry [2018/05/22 09:02]
eureka
行 1: 行 1:
-====h-entry====+=====h-entry=====
 **h-entry** 是一个简单的开放格式, 用作WEB上的松散片段或者有日期戳的内容。h-entry经常用作打算联合发表的内容。例如blog贴子。h-entry是几个开放的 [[microformats|microformat]]标准之一用来内嵌数据在HTML中。 **h-entry** 是一个简单的开放格式, 用作WEB上的松散片段或者有日期戳的内容。h-entry经常用作打算联合发表的内容。例如blog贴子。h-entry是几个开放的 [[microformats|microformat]]标准之一用来内嵌数据在HTML中。
  
 h-entry 是[[hAtom]]各式的[[microformats2]]升级版。 特别是"​hentry"​ 根类本身就是基于 [[Atom]]的 "​entry"​ 元素。对于"​hfeed"​的更新参见 [[h-feed]]. h-entry 是[[hAtom]]各式的[[microformats2]]升级版。 特别是"​hentry"​ 根类本身就是基于 [[Atom]]的 "​entry"​ 元素。对于"​hfeed"​的更新参见 [[h-feed]].
  
-===Status=== +====状态==== 
-This is a **Living Specification** yet mature enough to encourage additional implementations and [[h-entry-issues|feedback]]. This specification has portions that are stable, draft, and proposed. Features are stable unless explicitly labeled draft or proposed, or in draft or proposed sections. Draft and proposed features are likely to change substantively. While substantive changes to stable features are unexpected, it is a living specification subject to substantive change by issues and errata filed in response to implementation experience, requiring consensus among participating implementers as part of an explicit ​[[#​change_control|change control]] process. ​+这是一个 ​**活规范**,但已经足够成熟,鼓励更多的实现和 ​[[mf>h-entry-issues|反馈]]。 该规范有部分是稳定的、草案和建议。 除非有明确的标为草案或提议,其它功能是稳定的。草案和提议的功能可能发生实质性的改变。不期望对稳定的功能特征进行改变,但作为一个活规范,可以根据实施经验 
 +对问题和勘误进行实质性更改,这需要参与实施人员达到共识,作为明确的[[#​change_control|更改控制]] 过程的一部分。 ​
  
-===Participate ​===+===参与===
 [[https://​github.com/​microformats/​h-entry/​issues|Open Issues]] [[https://​github.com/​microformats/​h-entry/​issues|Open Issues]]
 [[h-entry-issues|Resolved issues before 2012-246]] [[h-entry-issues|Resolved issues before 2012-246]]
 [[IRC]]: [[irc://​irc.freenode.net/​microformats|#​microformats on Freenode]] [[IRC]]: [[irc://​irc.freenode.net/​microformats|#​microformats on Freenode]]
  
-=== Editor ​=== +=== 编辑 ​=== 
-**Tantek Çelik**+[[mf>​User:​Tantek|Tantek Çelik]] 
 +中文翻译 
 +[[User:​eureka|Eureka Chen]]
  
-=== License === 
-todo 
  
-=====  Example == +=== 许可证 === 
-Here is a simple ​blog post example:+cc0  owfat 
 + 
 +=====  ​例子Example == 
 +这里是简单的blog贴子例子:
  
 <code html4strict>​ <code html4strict>​
行 35: 行 39:
 </​code>​ </​code>​
  
-Parsed ​JSON: +解析为 ​JSON: 
-<source lang=javascript>​+<code javascript>​
 { {
   "​items":​ [[   "​items":​ [[
行 79: 行 83:
   ]]   ]]
 } }
-</source>+</code>
  
-=====  ​Get started ​== +=====  ​开始 ==== 
-The class **<​code>​h-entry</​code>​** is a //root class name// that indicates the presence of an h-entry.+类 **''​h-entry''​** 是下 ​//根类名 ​// 表示存在一个 ​h-entry.
  
-**p-name**, **p-author**,​ **dt-published** ​and the other h-entry ​property classnames listed below define properties of the h-entry.+**p-name**, **p-author**,​ **dt-published** ​和其它的列在 ​h-entry ​下面的 ​h-entry ​属性类名在下面进行定义。
  
 Note: The purpose of an entry is to place it around both the explicitly written content (in the content property or in other specific properties for non-textual content or responses) and whatever else is the context for that content, including properties for when it was published and/or updated, who created it, tags or categorization,​ and links to what the content is a response to (perhaps with a quoted excerpt) and/or links to syndicated copies. Note: The purpose of an entry is to place it around both the explicitly written content (in the content property or in other specific properties for non-textual content or responses) and whatever else is the context for that content, including properties for when it was published and/or updated, who created it, tags or categorization,​ and links to what the content is a response to (perhaps with a quoted excerpt) and/or links to syndicated copies.