Skip to content

Commit

Permalink
Keep it up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
towerhe committed Feb 11, 2014
1 parent d8f3027 commit 606b3f8
Show file tree
Hide file tree
Showing 357 changed files with 5,248 additions and 931 deletions.
6 changes: 5 additions & 1 deletion bilingual_guides/application/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand All @@ -547,7 +551,7 @@
<div class="chapter">

<h1>介绍
<a href="https://github.com/emberjs-cn/www.emberjs.cn/tree/master/source/guides/application.md" target="_blank" class="edit-page">
<a href="https://github.com/emberjs-cn/www.emberjs.cn/tree/master/source/guides/application/index.md" target="_blank" class="edit-page">
编辑页面</a>
</h1>

Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
4 changes: 4 additions & 0 deletions bilingual_guides/components/defining-a-component/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
6 changes: 5 additions & 1 deletion bilingual_guides/components/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand All @@ -547,7 +551,7 @@
<div class="chapter">

<h1>介绍
<a href="https://github.com/emberjs-cn/www.emberjs.cn/tree/master/source/guides/components.md" target="_blank" class="edit-page">
<a href="https://github.com/emberjs-cn/www.emberjs.cn/tree/master/source/guides/components/index.md" target="_blank" class="edit-page">
编辑页面</a>
</h1>

Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
4 changes: 4 additions & 0 deletions bilingual_guides/concepts/core-concepts/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
8 changes: 6 additions & 2 deletions bilingual_guides/concepts/naming-conventions/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand All @@ -559,9 +563,9 @@ <h2 class='anchorable-toc' id='toc_naming-conventions'>命名惯例(Naming Conve

<p><code>Ember.js</code>使用命名惯例来连接各个对象,而不是通过大量的引用。对于路由,控制器以及模板,你都应该使用此命名惯例。</p>

<p>You can usually guess the names, but this guide outlines, in one place, all of the naming conventions. In the following examples &#39;App&#39; is a name that we chose to namespace or represent our Ember application when it was created, but you can theoretically choose any name you want for your application. We will show you later how to create an Ember application, but for now we will focus on conventions.</p>
<p>You can usually guess the names, but this guide outlines, in one place, all of the naming conventions. In the following examples &#39;App&#39; is a name that we chose to namespace or represent our Ember application when it was created, but you can choose any name you want for your application. We will show you later how to create an Ember application, but for now we will focus on conventions.</p>

<p>有些时候,或许你可以猜到某些正确的命名,但是,这篇指南在此概述了所有的命名惯例。在下面的例子中&#39;App&#39;是被选来作为命名空间的名字,或者说用来代表Ember应用,当然理论上可以选择任何你喜欢的名字。后面我们将具体介绍如何创建一个Ember应用,不过现在我们将关注惯例。</p>
<p>有些时候,或许你可以猜到某些正确的命名,但是,这篇指南在此概述了所有的命名惯例。在下面的例子中&#39;App&#39;是被选来作为命名空间的名字,或者说用来代表Ember应用,当然也可以选择任何你喜欢的名字。后面我们将具体介绍如何创建一个Ember应用,不过现在我们将关注惯例。</p>
<h2 class='anchorable-toc' id='toc_the-application'>应用程序(The Application)</h2>
<p>When your application boots, Ember will look for these objects:</p>

Expand Down
4 changes: 4 additions & 0 deletions bilingual_guides/concepts/understanding-web-apps/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
4 changes: 4 additions & 0 deletions bilingual_guides/concepts/what-is-ember-js/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
4 changes: 4 additions & 0 deletions bilingual_guides/configuring-ember/feature-flags/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
6 changes: 5 additions & 1 deletion bilingual_guides/controllers/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand All @@ -547,7 +551,7 @@
<div class="chapter">

<h1>介绍
<a href="https://github.com/emberjs-cn/www.emberjs.cn/tree/master/source/guides/controllers.md" target="_blank" class="edit-page">
<a href="https://github.com/emberjs-cn/www.emberjs.cn/tree/master/source/guides/controllers/index.md" target="_blank" class="edit-page">
编辑页面</a>
</h1>

Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
4 changes: 4 additions & 0 deletions bilingual_guides/cookbook/contributing/index.html
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down
Expand Up @@ -535,6 +535,10 @@
<li class="level-3">
<a href="/bilingual_guides/understanding-ember/debugging">调试</a>
</li>

<li class="level-3">
<a href="/bilingual_guides/understanding-ember/run-loop">The Run Loop</a>
</li>
</ol></li></ol>

<div id="back-to-top"><a id="back-top-top" href="#">&#11014; 返回顶部</a></div>
Expand Down

0 comments on commit 606b3f8

Please sign in to comment.