<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://zhidian.wuute.com/html5dev/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://zhidian.wuute.com/html5dev/feed.php">
        <title>HTML5知典 56:86:16:21</title>
        <description></description>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <image rdf:resource="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico" />
       <dc:date>2026-04-18T10:44:34+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/handlebars?rev=1491979504&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/hokanjs?rev=1491979593&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/mustachejs?rev=1491979178&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/pug?rev=1491979120&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/purejs?rev=1491979615&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/start?rev=1489996938&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico">
        <title>HTML5知典</title>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <url>http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico</url>
    </image>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/handlebars?rev=1491979504&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-12T15:45:04+09:00</dc:date>
        <title>Handlebars.js</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/handlebars?rev=1491979504&amp;do=diff</link>
        <description>Handlebars.js

简介

Handlebars.js是一个构建在Mustache之上的模板引擎，通过对view和data的分离来快速构建HTML UI。

示例


&lt;div class=&quot;entry&quot;&gt;
  &lt;h1&gt;{{title}}&lt;/h1&gt;
  &lt;div class=&quot;body&quot;&gt;
    {{body}}
  &lt;/div&gt;
&lt;/div&gt;


相关资源与链接</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/hokanjs?rev=1491979593&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-12T15:46:33+09:00</dc:date>
        <title>Hogan.js</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/hokanjs?rev=1491979593&amp;do=diff</link>
        <description>Hogan.js

简介

Hogan.js是一个 Mustache 的模板语言编译器。

相关资源与链接

以下是 Hogan.js 各相关链接及授权信息的介绍：

	*  官网(HP) 
&lt;http://twitter.github.io/hogan.js/&gt;
	*  源代码(Source) 
&lt;https://github.com/twitter/hogan.js&gt;
	*  授权(License) 
Apache 2.0
	*  范例(Example)</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/mustachejs?rev=1491979178&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-12T15:39:38+09:00</dc:date>
        <title>mustache.js</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/mustachejs?rev=1491979178&amp;do=diff</link>
        <description>mustache.js

简介

Mustache是一个多语言，逻辑简单的模板系统，mustache.js是其中之一，它使用JavaScript语言实现。

示例


&lt;script id=&quot;sample_template&quot; type=&quot;text/html&quot;&gt;
&lt;h1&gt;{{name}}&lt;/h1&gt;
&lt;/script&gt;


相关资源与链接

以下是 mustache.js 各相关链接及授权信息的介绍：</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/pug?rev=1491979120&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-12T15:38:40+09:00</dc:date>
        <title>Pug</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/pug?rev=1491979120&amp;do=diff</link>
        <description>Pug

简介

Pug（原来的Jade）是一个高性能模板引擎，有很多设计思想源自haml（比如使用缩进格式编写页面），Pug使用JavaScript实现，可以与Node配合使用。

示例


 html
    head
      title Example
      script
        if (foo) {
          bar();
        } else {
          baz();
        }</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/purejs?rev=1491979615&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-12T15:46:55+09:00</dc:date>
        <title>pure.js</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/purejs?rev=1491979615&amp;do=diff</link>
        <description>pure.js

简介

pure.js - JavaScript模板引擎。

相关资源与链接

以下是 pure.js 各相关链接及授权信息的介绍：

	*  官网(HP) 
&lt;https://beebole.com/pure/&gt;
	*  源代码(Source) 
&lt;https://github.com/pure/pure&gt;

截图



点评

暂无点评</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/start?rev=1489996938&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-20T17:02:18+09:00</dc:date>
        <title>模板引擎</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/56/86/16/21/start?rev=1489996938&amp;do=diff</link>
        <description>模板引擎

本目录收录的是JavaScript模板引擎相关的开源码库。

定义

模板引擎(Template Engine)是为了使用户界面与业务数据（内容）分离而产生的一个技术方案，用户界面的结构由模板预先定义，运行时引擎将程序逻辑产生的数据加以组合从而动态生成相应的输出。21 index</description>
    </item>
</rdf:RDF>
