Skip to content

Commit

Permalink
improve documents
Browse files Browse the repository at this point in the history
  • Loading branch information
lifesinger committed Jun 20, 2011
1 parent adaf06f commit fb016d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ <h1>
</ul>


<h2 id="demo">简单示例</h2>
<h2 id="demo">简易示例</h2>
<ul>
<li><a href="demo/hello-seajs/">Hello, SeaJS!</a></li>
<li><a href="demo/spinning-icons/">旋转图标</a></li>
<li><a href="demo/calculator/">简易计算器</a></li>
</ul>

Expand Down Expand Up @@ -57,6 +56,7 @@ <h2 id="posts">社区动态</h2>
<li><a href="http://lifesinger.wordpress.com/2011/05/02/seajs-css-support/">SeaJS - 对 CSS 模块的支持</a></li>
<li><a href="http://lifesinger.wordpress.com/2011/04/26/intro-to-seajs/">SeaJS - 不仅仅是脚本加载器</a></li>
<li><a href="http://www.infoq.com/cn/presentations/hjp-infoq-salon">去哪儿网的 JavaScript 模块化之路</a></li>
<li>范例:<a href="demo/spinning-icons/">旋转图标</a></li>
<li><a href="http://lifesinger.wordpress.com/2011/04/05/seajs-080-released/">发布 SeaJS 0.8.0 - 海纳百川、有容乃大</a></li>
</ul>

Expand Down
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ <h1>
<li><a href="docs/help.html">帮助</a></li>
</ul>

<!--<p>-->
<!--<img src="docs/assets/seajs-poster.jpg" width="541" height="412" alt="SeaJS"/>-->
<!--</p>-->

<p>
SeaJS 是一个遵循 <a href="http://wiki.commonjs.org/">CommonJS</a>
规范的模块加载框架,可用来轻松愉悦地加载任意 JavaScript 模块。下面是一段典型的初始化入口代码:
Expand Down Expand Up @@ -74,6 +70,11 @@ <h1>
</p>


<p>
<img src="docs/assets/seajs-poster.jpg" width="541" height="412" alt="SeaJS"/>
</p>


<div id="ribbon">
<a href="http://github.com/seajs/seajs">
<img src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
Expand Down

0 comments on commit fb016d2

Please sign in to comment.