You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/30 23:40:55 UTC

svn commit: r1706161 [2/2] - in /cordova/site/public/use-the-force-luke: ./ docs/de/3.1.0/ docs/de/3.4.0/ docs/de/3.5.0/ docs/de/edge/ docs/en/1.5.0/ docs/en/1.5.0/guide/getting-started/android/ docs/en/1.5.0/guide/upgrading/blackberry/ docs/en/1.5.0/p...

Modified: cordova/site/public/use-the-force-luke/docs/ko/2.0.0/guide/getting-started/android/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ko/2.0.0/guide/getting-started/android/index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ko/2.0.0/guide/getting-started/android/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ko/2.0.0/guide/getting-started/android/index.html Wed Sep 30 21:40:54 2015
@@ -914,7 +914,7 @@
         <div id="page-toc-source">
             <h1>Getting Started with Android</h1>
 
-<p>이 문서는 Cordova의 개발환경을 설정하고 샘플 어플리케이션을 실행할 수 있는 방법을 설명한다. Cordova는 과거에 Phonegap으로 불리었기 때문에 일부에서 Phonegap의 이름이 남아있을 수 있다. </p>
+<p>이 문서는 Cordova의 개발환경을 설정하고 샘플 어플리케이션을 실행할 수 있는 방법을 설명한다. Cordova는 과거에 Phonegap으로 불리었기 때문에 일부에서 Phonegap의 이름이 남아있을 수 있다.</p>
 
 <h2>1. 요구사항</h2>
 
@@ -928,23 +928,23 @@
 <li><a href="http://www.eclipse.org/downloads/">Eclipse Classic</a> 를 다운로드 받고 설치한다.</li>
 <li><a href="http://developer.android.com/sdk/index.html">Android SDK</a> 를 다운로드받고 설치한다.</li>
 <li><a href="http://developer.android.com/sdk/eclipse-adt.html#installing">ADT Plugin</a>  를 다운로드받고 설치한다.</li>
-<li>최신버전의 <a href="http://phonegap.com/download">Cordova</a> 를 다운받고 압축을 푼다. 이제부터는 Android 디렉토리에서 작업할 것이다. </li>
+<li>최신버전의 <a href="http://phonegap.com/download">Cordova</a> 를 다운받고 압축을 푼다. 이제부터는 Android 디렉토리에서 작업할 것이다.</li>
 </ul>
 
 <h2> 3. Setup New Project</h2>
 
 <ul>
-<li>이클립스를 실행하고 <strong>New Project</strong>메뉴를 선택한다. 
-<img src="/use-the-force-luke/static/img/guide/getting-started/android/step_1.jpg" alt=""> </li>
+<li>이클립스를 실행하고 <strong>New Project</strong>메뉴를 선택한다.
+<img src="/use-the-force-luke/static/img/guide/getting-started/android/step_1.jpg" alt=""></li>
 <li>새로운 어플리케이션을 지정한다.
 <img src="/use-the-force-luke/static/img/guide/getting-started/android/step_2.jpg" alt=""></li>
 <li>어플리케이션 이름을 지정한다. 이는 프로젝트 이름과 패키지 네임스페이스로 사용된다.
 <img src="/use-the-force-luke/static/img/guide/getting-started/android/step_3.jpg" alt=""></li>
-<li>그림대로 선택한다. 
+<li>그림대로 선택한다.
 <img src="/use-the-force-luke/static/img/guide/getting-started/android/step_4.jpg" alt=""></li>
-<li>Blank Activity 를 생선한다. 
+<li>Blank Activity 를 생선한다.
 <img src="/use-the-force-luke/static/img/guide/getting-started/android/step_5.jpg" alt=""></li>
-<li><p>Activity가 아무것도 상속받지 않았는지 확인한다. </p></li>
+<li><p>Activity가 아무것도 상속받지 않았는지 확인한다.</p></li>
 <li><p>프로젝트의 루트 디렉토리에서 두 개의 디렉토리를 생성한다.</p>
 
 <ul>
@@ -954,22 +954,22 @@
 <li><p>다운받은 Cordova에서 <strong>cordova-2.0.0.js</strong> 를 선택해 <strong>assets/www</strong> 에 복사한다.</p></li>
 <li><p>다운받은 Cordova에서 <strong>cordova-2.0.jar</strong> 를 선택해  <strong>/libs</strong> 에 복사한다.</p></li>
 <li><p>다운받은 Cordova에서 <strong>xml</strong> 폴더를 <strong>/res</strong> 에 복사한다.</p></li>
-<li><p><strong>cordova-2.0.0.jar</strong> 를 프로젝트 Build Path 에 추가한다. 우선 /libs 디렉토리르 우클릭해서 <strong>Build Paths/ &gt; Configure Build Path...</strong> 로 메뉴로 이동한다. Libraries 탭을 누르고 <strong>cordova-2.0.0.jar</strong> 를 프로젝트에 추가한다. 바로 추가되지 않는다면 f5 를 눌러서 리프레쉬한다. 
+<li><p><strong>cordova-2.0.0.jar</strong> 를 프로젝트 Build Path 에 추가한다. 우선 /libs 디렉토리르 우클릭해서 <strong>Build Paths/ &gt; Configure Build Path...</strong> 로 메뉴로 이동한다. Libraries 탭을 누르고 <strong>cordova-2.0.0.jar</strong> 를 프로젝트에 추가한다. 바로 추가되지 않는다면 f5 를 눌러서 리프레쉬한다.
 <img src="/use-the-force-luke/static/img/guide/getting-started/android/buildPath.jpg" alt=""></p></li>
 <li><p><strong>src</strong> 폴더의 메인 Java 파일을 수정한다.</p>
 
 <ul>
 <li><strong>import org.apache.cordova.*;</strong> 를 추가한다.</li>
 <li>상속받는 class 를 <strong>Activity</strong> 에서 <strong>DroidGap</strong> 로 바꾼다.</li>
-<li><strong>setContentView()</strong> 라인을 <strong>super.loadUrl(&quot;file:///android_asset/www/index.html&quot;);</strong> 로 바꾼다.  <img src="/use-the-force-luke/static/img/guide/getting-started/android/javaSrc.jpg" alt=""></li>
+<li><strong>setContentView()</strong> 라인을 <strong>super.loadUrl(&quot;file:///android_asset/www/index.html&quot;);</strong> 로 바꾼다.    <img src="/use-the-force-luke/static/img/guide/getting-started/android/javaSrc.jpg" alt=""></li>
 </ul></li>
-<li><p>AndroidManifest.xml 를 우클릭하고 <strong>Open With &gt; Text Editor</strong> 를 선택해서 파일을 연다. </p></li>
+<li><p>AndroidManifest.xml 를 우클릭하고 <strong>Open With &gt; Text Editor</strong> 를 선택해서 파일을 연다.</p></li>
 <li><p>아래의 권한설정값을 <strong>&lt;uses-sdk.../&gt;</strong> 와 <strong>&lt;application.../&gt;</strong> 태그 사이에 넣는다.</p>
-<div class="highlight"><pre><code class="language-text" data-lang="text">&lt;supports-screens 
-    android:largeScreens=&quot;true&quot; 
-    android:normalScreens=&quot;true&quot; 
-    android:smallScreens=&quot;true&quot; 
-    android:resizeable=&quot;true&quot; 
+<div class="highlight"><pre><code class="language-text" data-lang="text">&lt;supports-screens
+    android:largeScreens=&quot;true&quot;
+    android:normalScreens=&quot;true&quot;
+    android:smallScreens=&quot;true&quot;
+    android:resizeable=&quot;true&quot;
     android:anyDensity=&quot;true&quot; /&gt;
 &lt;uses-permission android:name=&quot;android.permission.VIBRATE&quot; /&gt;
 &lt;uses-permission android:name=&quot;android.permission.ACCESS_COARSE_LOCATION&quot; /&gt;
@@ -983,11 +983,11 @@
 &lt;uses-permission android:name=&quot;android.permission.READ_CONTACTS&quot; /&gt;
 &lt;uses-permission android:name=&quot;android.permission.WRITE_CONTACTS&quot; /&gt;
 &lt;uses-permission android:name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot; /&gt;
-&lt;uses-permission android:name=&quot;android.permission.ACCESS_NETWORK_STATE&quot; /&gt; 
+&lt;uses-permission android:name=&quot;android.permission.ACCESS_NETWORK_STATE&quot; /&gt;
 &lt;uses-permission android:name=&quot;android.permission.GET_ACCOUNTS&quot; /&gt;
 &lt;uses-permission android:name=&quot;android.permission.BROADCAST_STICKY&quot; /&gt;
 </code></pre></div></li>
-<li><p>어플리케이션 권한의 담요 목록을 추가하였음에 주의하자. Google play에 커밋하기 전에 사용하지 않는 권한은 삭제해주어야 한다. </p></li>
+<li><p>어플리케이션 권한의 담요 목록을 추가하였음에 주의하자. Google play에 커밋하기 전에 사용하지 않는 권한은 삭제해주어야 한다.</p></li>
 <li><p><strong>&lt;activity&gt;</strong> 태그안에 아래의 구문을 붙여넣기 함으로써 orientation 변화를 사용할 수 있다.</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">android:configChanges=&quot;orientation|keyboardHidden&quot;
 </code></pre></div></li>

Modified: cordova/site/public/use-the-force-luke/docs/ko/2.0.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ko/2.0.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ko/2.0.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ko/2.0.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 키워드 인덱스
+            
         
     </title>
 
@@ -909,12 +911,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>키워드 인덱스</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ko/3.1.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ko/3.1.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ko/3.1.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ko/3.1.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 키워드 인덱스
+            
         
     </title>
 
@@ -903,12 +905,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>키워드 인덱스</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ko/3.4.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ko/3.4.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ko/3.4.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ko/3.4.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 키워드 인덱스
+            
         
     </title>
 
@@ -812,12 +814,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>키워드 인덱스</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ko/3.5.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ko/3.5.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ko/3.5.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ko/3.5.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 키워드 인덱스
+            
         
     </title>
 
@@ -812,12 +814,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>키워드 인덱스</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ko/edge/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ko/edge/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ko/edge/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ko/edge/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 키워드 인덱스
+            
         
     </title>
 
@@ -883,12 +885,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>키워드 인덱스</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/pl/edge/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/pl/edge/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/pl/edge/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/pl/edge/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Indeks słów kluczowych
+            
         
     </title>
 
@@ -791,12 +793,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>Indeks słów kluczowych</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ru/3.1.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ru/3.1.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ru/3.1.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ru/3.1.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Алфавитный указатель
+            
         
     </title>
 
@@ -995,12 +997,11 @@
     }
 </style>
 
-<h1 id="keyword-index-page-title"></h1>
+<h1>Алфавитный указатель</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ru/3.4.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ru/3.4.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ru/3.4.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ru/3.4.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Алфавитный указатель
+            
         
     </title>
 
@@ -832,12 +834,11 @@
     }
 </style>
 
-<h1 id="keyword-index-page-title"></h1>
+<h1>Алфавитный указатель</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ru/3.5.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ru/3.5.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ru/3.5.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ru/3.5.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Алфавитный указатель
+            
         
     </title>
 
@@ -832,12 +834,11 @@
     }
 </style>
 
-<h1 id="keyword-index-page-title"></h1>
+<h1>Алфавитный указатель</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ru/5.0.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ru/5.0.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ru/5.0.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ru/5.0.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Алфавитный указатель
+            
         
     </title>
 
@@ -840,12 +842,11 @@
     }
 </style>
 
-<h1 id="keyword-index-page-title"></h1>
+<h1>Алфавитный указатель</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ru/5.1.1/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ru/5.1.1/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ru/5.1.1/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ru/5.1.1/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Алфавитный указатель
+            
         
     </title>
 
@@ -897,12 +899,11 @@
     }
 </style>
 
-<h1 id="keyword-index-page-title"></h1>
+<h1>Алфавитный указатель</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/ru/edge/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ru/edge/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ru/edge/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ru/edge/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Алфавитный указатель
+            
         
     </title>
 
@@ -921,12 +923,11 @@
     }
 </style>
 
-<h1 id="keyword-index-page-title"></h1>
+<h1>Алфавитный указатель</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/sl/3.4.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/sl/3.4.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/sl/3.4.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/sl/3.4.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Ključne besede kazalo
+            
         
     </title>
 
@@ -784,12 +786,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>Ključne besede kazalo</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/sl/3.5.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/sl/3.5.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/sl/3.5.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/sl/3.5.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Ključne besede kazalo
+            
         
     </title>
 
@@ -784,12 +786,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>Ključne besede kazalo</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/sl/edge/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/sl/edge/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/sl/edge/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/sl/edge/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - Ključne besede kazalo
+            
         
     </title>
 
@@ -801,12 +803,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>Ključne besede kazalo</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/zh/3.1.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/zh/3.1.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/zh/3.1.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/zh/3.1.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 關鍵字索引
+            
         
     </title>
 
@@ -997,12 +999,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>關鍵字索引</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/zh/3.4.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/zh/3.4.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/zh/3.4.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/zh/3.4.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 關鍵字索引
+            
         
     </title>
 
@@ -798,12 +800,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>關鍵字索引</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/zh/3.5.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/zh/3.5.0/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/zh/3.5.0/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/zh/3.5.0/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 關鍵字索引
+            
         
     </title>
 
@@ -798,12 +800,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>關鍵字索引</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/docs/zh/edge/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/zh/edge/page_index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/zh/edge/page_index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/zh/edge/page_index.html Wed Sep 30 21:40:54 2015
@@ -10,7 +10,9 @@
 
     <title>
         
-            Apache Cordova
+            
+                Apache Cordova - 關鍵字索引
+            
         
     </title>
 
@@ -851,12 +853,11 @@
         
 
         <div id="page-toc-source">
-            <h1 id="keyword-index-page-title"></h1>
+            <h1>關鍵字索引</h1>
 
 <div id="keyword-index-container" class="keyword-index-list row"></div>
 
 <script>
-var pageTitle = "";
 var keywordIndex = [
 
     {

Modified: cordova/site/public/use-the-force-luke/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/feed.xml?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/feed.xml (original)
+++ cordova/site/public/use-the-force-luke/feed.xml Wed Sep 30 21:40:54 2015
@@ -5,8 +5,8 @@
     <description>Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
     <link>http://cordova.apache.org/use-the-force-luke/</link>
     <atom:link href="http://cordova.apache.org/use-the-force-luke/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 28 Sep 2015 17:44:29 -0700</pubDate>
-    <lastBuildDate>Mon, 28 Sep 2015 17:44:29 -0700</lastBuildDate>
+    <pubDate>Wed, 30 Sep 2015 11:58:20 -0700</pubDate>
+    <lastBuildDate>Wed, 30 Sep 2015 11:58:20 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>

Modified: cordova/site/public/use-the-force-luke/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/index.html?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/index.html (original)
+++ cordova/site/public/use-the-force-luke/index.html Wed Sep 30 21:40:54 2015
@@ -281,7 +281,7 @@
     <div class="row showcase_section_intro">
         <div class="col-md-12 text-center">
             <h1>Cordova Tools</h1>
-            <h2>Work with Cordova even more efficiently</h2>
+            <h2>A diverse ecosystem of command line tools, JavaScript frameworks, and cloud services exist that augment Cordova</h2>
         </div>
     </div>
     <div class="row card_gallery">
@@ -424,10 +424,10 @@
     <div class="row card_gallery">
         
         <div class="col-lg-2 col-md-4 col-sm-6 col-xs-12 card">
-            <div class="showcase_app_thumb">
-                <img src="/use-the-force-luke/static/img/showcase-apps/NewVo.png" class="center-block"/>
-            </div>
             <div class="app card_inner">
+                <div class="showcase_app_thumb">
+                    <img src="/use-the-force-luke/static/img/showcase-apps/NewVo.png" class="center-block"/>
+                </div>
                 <p class="card_title">
                     
                         <a href="https://newvo.me">
@@ -441,10 +441,10 @@
         </div>
         
         <div class="col-lg-2 col-md-4 col-sm-6 col-xs-12 card">
-            <div class="showcase_app_thumb">
-                <img src="/use-the-force-luke/static/img/showcase-apps/Pacifica.png" class="center-block"/>
-            </div>
             <div class="app card_inner">
+                <div class="showcase_app_thumb">
+                    <img src="/use-the-force-luke/static/img/showcase-apps/Pacifica.png" class="center-block"/>
+                </div>
                 <p class="card_title">
                     
                         <a href="https://thinkpacifica.com">
@@ -458,10 +458,10 @@
         </div>
         
         <div class="col-lg-2 col-md-4 col-sm-6 col-xs-12 card">
-            <div class="showcase_app_thumb">
-                <img src="/use-the-force-luke/static/img/showcase-apps/Sworkit.png" class="center-block"/>
-            </div>
             <div class="app card_inner">
+                <div class="showcase_app_thumb">
+                    <img src="/use-the-force-luke/static/img/showcase-apps/Sworkit.png" class="center-block"/>
+                </div>
                 <p class="card_title">
                     
                         <a href="http://sworkit.com">
@@ -475,10 +475,10 @@
         </div>
         
         <div class="col-lg-2 col-md-4 col-sm-6 col-xs-12 card">
-            <div class="showcase_app_thumb">
-                <img src="/use-the-force-luke/static/img/showcase-apps/FanReact.png" class="center-block"/>
-            </div>
             <div class="app card_inner">
+                <div class="showcase_app_thumb">
+                    <img src="/use-the-force-luke/static/img/showcase-apps/FanReact.png" class="center-block"/>
+                </div>
                 <p class="card_title">
                     
                         <a href="http://fanreact.com/">
@@ -490,6 +490,23 @@
 </p>
             </div>
         </div>
+        
+        <div class="col-lg-2 col-md-4 col-sm-6 col-xs-12 card">
+            <div class="app card_inner">
+                <div class="showcase_app_thumb">
+                    <img src="/use-the-force-luke/static/img/showcase-apps/JustWatch.png" class="center-block"/>
+                </div>
+                <p class="card_title">
+                    
+                        <a href="https://www.justwatch.com/">
+                            JustWatch - Streaming Search Engine
+                        </a>
+                    
+                </p>
+                <p class="text">JustWatch is the easiest way to see if your favorite movies or TV shows are available on any streaming provider.
+</p>
+            </div>
+        </div>
         
     </div>
     <div class="row">

Modified: cordova/site/public/use-the-force-luke/infra/doap_Cordova.rdf
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/infra/doap_Cordova.rdf?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/infra/doap_Cordova.rdf (original)
+++ cordova/site/public/use-the-force-luke/infra/doap_Cordova.rdf Wed Sep 30 21:40:54 2015
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl"?>
 <rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#" 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          xmlns:asfext="http://projects.apache.org/ns/asfext#"
          xmlns:foaf="http://xmlns.com/foaf/0.1/">
 <!--
@@ -12,9 +12,9 @@
     The ASF licenses this file to You under the Apache License, Version 2.0
     (the "License"); you may not use this file except in compliance with
     the License.  You may obtain a copy of the License at
-   
+
          http://www.apache.org/licenses/LICENSE-2.0
-   
+
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -109,7 +109,7 @@
            <name>Legacy</name>
            <created>2013-04-30</created>
            <revision>2.7</revision>
-   	   </Version>
+       </Version>
    </release>
    <release>
         <Version>
@@ -140,7 +140,7 @@
       </Version>
   </release>
     <!-- at some point we should list the W3C standards we support.
-         See http://projects.apache.org/docs/standards.html 
+         See http://projects.apache.org/docs/standards.html
          and the projects listed in the "Standards" index as example users of standards. -->
     <repository>
       <SVNRepository>

Modified: cordova/site/public/use-the-force-luke/static/css/main.css
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/static/css/main.css?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/static/css/main.css (original)
+++ cordova/site/public/use-the-force-luke/static/css/main.css Wed Sep 30 21:40:54 2015
@@ -6771,13 +6771,14 @@ img#logo_top {
     padding: 8px; }
     .card_gallery .card .card_title {
       color: #4CC2E4;
-      font-weight: bold; }
+      font-weight: bold;
+      font-size: 13px;
+      padding-top: 10px; }
     .card_gallery .card .card_inner {
       background-color: #262626;
       padding: 32px 16px 32px 16px; }
       .card_gallery .card .card_inner img {
-        height: 50px;
-        padding-bottom: 10px; }
+        height: 50px; }
       .card_gallery .card .card_inner.tool .text {
         height: 250px; }
       .card_gallery .card .card_inner.app .text {
@@ -6786,7 +6787,8 @@ img#logo_top {
       width: 100%;
       height: 100px; }
       .card_gallery .card .showcase_app_thumb img {
-        height: 100%; }
+        height: 100%;
+        border-radius: 22px; }
 
 /* make cards smaller on smaller screens */
 @media (max-width: 1200px) {
@@ -7111,7 +7113,7 @@ img#logo_top {
   height: 40px; }
 
 /***
-****	Plugins Results
+****    Plugins Results
 ****
 */
 .plugins-results-container {

Added: cordova/site/public/use-the-force-luke/static/img/showcase-apps/JustWatch.png
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/static/img/showcase-apps/JustWatch.png?rev=1706161&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cordova/site/public/use-the-force-luke/static/img/showcase-apps/JustWatch.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: cordova/site/public/use-the-force-luke/static/img/tools/telerik.png
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/static/img/tools/telerik.png?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
Binary files - no diff available.

Modified: cordova/site/public/use-the-force-luke/static/js/docs-keyword-index.js
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/static/js/docs-keyword-index.js?rev=1706161&r1=1706160&r2=1706161&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/static/js/docs-keyword-index.js (original)
+++ cordova/site/public/use-the-force-luke/static/js/docs-keyword-index.js Wed Sep 30 21:40:54 2015
@@ -17,10 +17,6 @@ var createHeader = function() {
     return header;
 }
 
-// pageTitle is defined in docs_index.html
-var pageTitleTag = document.getElementById("keyword-index-page-title");
-pageTitleTag.textContent = pageTitle;
-
 var container = document.getElementById("keyword-index-container");
 var currentLetter = null;
 var currentList = null;




---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org