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/09 02:59:44 UTC

svn commit: r1701889 - in /cordova/site/public/use-the-force-luke: ./ docs/de/edge/config_ref/ docs/en/edge/config_ref/ docs/en/edge/guide/platforms/ios/ docs/es/edge/config_ref/ docs/fr/edge/config_ref/ docs/it/edge/config_ref/ docs/ja/edge/config_ref...

Author: dblotsky
Date: Wed Sep  9 00:59:43 2015
New Revision: 1701889

URL: http://svn.apache.org/r1701889
Log:
Updating in-progress site.

Added:
    cordova/site/public/use-the-force-luke/static/img/tools/monaca.png   (with props)
    cordova/site/public/use-the-force-luke/static/img/tools/onsen.png   (with props)
Modified:
    cordova/site/public/use-the-force-luke/docs/de/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/en/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/en/edge/guide/platforms/ios/config.html
    cordova/site/public/use-the-force-luke/docs/es/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/fr/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/it/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/ja/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/ko/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/pl/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/ru/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/docs/zh/edge/config_ref/index.html
    cordova/site/public/use-the-force-luke/feed.xml
    cordova/site/public/use-the-force-luke/index.html
    cordova/site/public/use-the-force-luke/static/js/index.js

Modified: cordova/site/public/use-the-force-luke/docs/de/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/de/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/de/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/de/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -917,25 +917,9 @@
     <preference name="Orientation" value="all" />
 </platform>
 </code></pre>
-
-    <p>Für iOS kann Orientierung programmgesteuert gesteuert werden, indem Sie einen Javascript-Rückruf für <code>window</code>definieren:</p>
   </li>
 </ul>
 
-<pre>/** 
-     * @param {Number} degree 
-     *     UIInterfaceOrientationPortrait: 0, 
-     *     UIInterfaceOrientationLandscapeRight: 90, 
-     *     UIInterfaceOrientationLandscapeLeft: -90, 
-     *     UIInterfaceOrientationPortraitUpsideDown: 180 
-     *
-     * @returns {Boolean} Indicating if rotation should be allowed.
-     */
-    function shouldRotateToOrientation(degrees) {
-      return true;
-    }
-    </pre>
-
 <h2 id="das-feature-element">Das <em>Feature</em> Element</h2>
 
 <p>Wenn Sie die CLI verwenden, um Anwendungen zu erstellen, verwenden Sie den <code>plugin</code> -Befehl Gerät APIs zu aktivieren. Dies ändert nicht die Datei auf oberster Ebene <code>"config.xml"</code> , also das <code>&lt;feature&gt;</code> nicht für Ihren Workflow gilt. Wenn Sie direkt in ein SDK und mit der plattformspezifischen <code>config.xml</code> -Datei als Quelle arbeiten, verwenden Sie das Tag <code>&lt;feature&gt;</code> Geräteebene APIs und externe Plugins aktivieren. Sie erscheinen oft mit benutzerdefinierten Werte in plattformspezifischen <code>"config.xml"</code> -Dateien. Hier ist beispielsweise die Device-API für Android Projekte angeben:</p>

Modified: cordova/site/public/use-the-force-luke/docs/en/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/en/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/en/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/en/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -1345,22 +1345,6 @@ allowing the platform to fallback to its
       &lt;preference name="Orientation" value="all" /&gt;
   &lt;/platform&gt;
 </code></pre>
-
-    <p>For iOS, orientation can be programmatically controlled by defining a javascript callback on <code>window</code>:</p>
-    <pre>
-  /** 
-   * @param {Number} degree 
-   *     UIInterfaceOrientationPortrait: 0, 
-   *     UIInterfaceOrientationLandscapeRight: 90, 
-   *     UIInterfaceOrientationLandscapeLeft: -90, 
-   *     UIInterfaceOrientationPortraitUpsideDown: 180 
-   *
-   * @returns {Boolean} Indicating if rotation should be allowed.
-   */
-  function shouldRotateToOrientation(degrees) {
-    return true;
-  }
-  </pre>
   </li>
 </ul>
 

Modified: cordova/site/public/use-the-force-luke/docs/en/edge/guide/platforms/ios/config.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/en/edge/guide/platforms/ios/config.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/en/edge/guide/platforms/ios/config.html (original)
+++ cordova/site/public/use-the-force-luke/docs/en/edge/guide/platforms/ios/config.html Wed Sep  9 00:59:43 2015
@@ -1290,6 +1290,25 @@ When using with OverrideUserAgent, this
     <pre><code>  &lt;preference name="OverrideUserAgent" value="My Browser" /&gt;
 </code></pre>
   </li>
+  <li>
+    <p><code>target-device</code> (string, defaults to <code>universal</code>): Valid values are <code>handset</code>, <code>tablet</code>, <code>universal</code>
+For targeting a specific device family.  This property maps directly to <code>TARGETED_DEVICE_FAMILY</code> 
+in the xcode project.
+Note that if you target <code>universal</code> (which is the default) you will need to supply screen shots for 
+both iPhone and iPad or your app may be rejected.</p>
+
+    <pre><code>  &lt;preference name="target-device" value="universal" /&gt;
+</code></pre>
+  </li>
+  <li>
+    <p><code>deployment-target</code> (string, not set by default):
+This sets the <code>IPHONEOS_DEPLOYMENT_TARGET</code> in the build, which ultimately tranlsates to the <code>MinimumOSVersion</code> in the ipa.
+For more details please refer to Apple’s documentation on 
+<a href="https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html"><code>Deployment Target Settings</code></a></p>
+
+    <pre><code>  &lt;preference name="deployment-target" value="7.0" /&gt;
+</code></pre>
+  </li>
 </ul>
 
 

Modified: cordova/site/public/use-the-force-luke/docs/es/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/es/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/es/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/es/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -917,25 +917,9 @@
     &lt;preference name="Orientation" value="all" /&gt;
 &lt;/platform&gt;
 </code></pre>
-
-    <p>Para iOS, orientación se puede controlar mediante programación por definir un callback de javascript en la <code>window</code>:</p>
   </li>
 </ul>
 
-<pre>/** 
-     * @param {Number} degree 
-     *     UIInterfaceOrientationPortrait: 0, 
-     *     UIInterfaceOrientationLandscapeRight: 90, 
-     *     UIInterfaceOrientationLandscapeLeft: -90, 
-     *     UIInterfaceOrientationPortraitUpsideDown: 180 
-     *
-     * @returns {Boolean} Indicating if rotation should be allowed.
-     */
-    function shouldRotateToOrientation(degrees) {
-      return true;
-    }
-    </pre>
-
 <h2 id="la-funcin-de-elemento">La <em>función de</em> elemento</h2>
 
 <p>Si utilizas el CLI para construir aplicaciones, usted utilice el comando <code>plugin</code> para habilitar dispositivo APIs. No se modifique el archivo <code>config.xml</code> de nivel superior, por lo que el elemento <code>&lt; feature &gt;</code> no se aplica a su flujo de trabajo. Si trabajas directamente en un SDK y usando el archivo <code>config.xml</code> de específicas de la plataforma como fuente, se utiliza la etiqueta <code>&lt; feature &gt;</code> para habilitar APIs de nivel de dispositivo y plugins externos. A menudo aparecen con valores personalizados en archivos específicos para cada plataforma <code>config.xml</code> . Por ejemplo, aquí es cómo especificar el dispositivo API para los proyectos de Android:</p>

Modified: cordova/site/public/use-the-force-luke/docs/fr/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/fr/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/fr/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/fr/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -863,25 +863,9 @@
     &lt;preference name="Orientation" value="all" /&gt;
 &lt;/platform&gt;
 </code></pre>
-
-    <p>Pour iOS, orientation peut être contrôlée par programmation en définissant un rappel javascript sur <code>window</code>:</p>
   </li>
 </ul>
 
-<pre>/** 
-     * @param {Number} degree 
-     *     UIInterfaceOrientationPortrait: 0, 
-     *     UIInterfaceOrientationLandscapeRight: 90, 
-     *     UIInterfaceOrientationLandscapeLeft: -90, 
-     *     UIInterfaceOrientationPortraitUpsideDown: 180 
-     *
-     * @returns {Boolean} Indicating if rotation should be allowed.
-     */
-    function shouldRotateToOrientation(degrees) {
-      return true;
-    }
-    </pre>
-
 <h2 id="la-fonctionnalit-lment">La <em>fonctionnalité</em> élément</h2>
 
 <p>Si vous utilisez la CLI pour créer des applications, vous utilisez la commande <code>plugin</code> pour activer le dispositif API. Cela ne modifie pas le fichier de niveau supérieur <code>config.xml</code> , aussi l’élément <code>&lt; feature &gt;</code> ne s’applique pas à votre flux de travail. Si vous êtes travaillant directement dans un kit de développement logiciel et à l’aide de la plate-forme spécifique <code>config.xml</code> fichier source, vous utilisez le <code>&lt;feature&gt;</code> tag pour permettre aux API de niveau périphérique et des plugins externes. Elles apparaissent souvent avec des valeurs personnalisées dans les fichiers spécifiques à une plateforme <code>config.xml</code> . Par exemple, voici comment spécifier l’API Device pour les projets Android :</p>

Modified: cordova/site/public/use-the-force-luke/docs/it/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/it/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/it/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/it/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -935,25 +935,9 @@
     &lt;preference name="Orientation" value="all" /&gt;
 &lt;/platform&gt;
 </code></pre>
-
-    <p>Per iOS, orientamento può essere controllato a livello di codice mediante la definizione di un callback javascript sulla <code>window</code>:</p>
   </li>
 </ul>
 
-<pre>/** 
-     * @param {Number} degree 
-     *     UIInterfaceOrientationPortrait: 0, 
-     *     UIInterfaceOrientationLandscapeRight: 90, 
-     *     UIInterfaceOrientationLandscapeLeft: -90, 
-     *     UIInterfaceOrientationPortraitUpsideDown: 180 
-     *
-     * @returns {Boolean} Indicating if rotation should be allowed.
-     */
-    function shouldRotateToOrientation(degrees) {
-      return true;
-    }
-    </pre>
-
 <h2 id="la-funzione-di-elemento">La <em>funzione di</em> elemento</h2>
 
 <p>Se si utilizza la CLI per costruire applicazioni, si utilizza il comando <code>plugin</code> per abilitare dispositivo API. Questo non modifica il file di primo livello <code>config. XML</code> , quindi l’elemento <code>&lt; feature &gt;</code> non si applica al vostro flusso di lavoro. Se si lavora direttamente in un SDK e utilizzando il file di specifica della piattaforma <code>config. XML</code> come origine, si utilizza il tag <code>&lt; feature &gt;</code> abilitare dispositivo-livello API e plugin esterni. Essi appaiono spesso con i valori personalizzati nel file specifici della piattaforma <code>config. XML</code> . Ad esempio, ecco come specificare il Device API per progetti Android:</p>

Modified: cordova/site/public/use-the-force-luke/docs/ja/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ja/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ja/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ja/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -1019,25 +1019,9 @@
     &lt;preference name="Orientation" value="all" /&gt;
 &lt;/platform&gt;
 </code></pre>
-
-    <p>IOS 用, 向きが<code>ウィンドウ</code>で javascript コールバックを定義することによってプログラムで制御できます。</p>
   </li>
 </ul>
 
-<pre>/** 
-     * @param {Number} degree 
-     *     UIInterfaceOrientationPortrait: 0, 
-     *     UIInterfaceOrientationLandscapeRight: 90, 
-     *     UIInterfaceOrientationLandscapeLeft: -90, 
-     *     UIInterfaceOrientationPortraitUpsideDown: 180 
-     *
-     * @returns {Boolean} Indicating if rotation should be allowed.
-     */
-    function shouldRotateToOrientation(degrees) {
-      return true;
-    }
-    </pre>
-
 <h2 id="section-4"><em>機能</em>要素</h2>
 
 <p>CLI を使用してアプリケーションを構築する場合は、デバイス Api を有効にする<code>プラグイン</code>コマンドを使用します。 これは<code>&lt; feature &gt;</code>要素は、ワークフローに適用されないのでトップレベルの<code>config.xml</code>ファイルを変更されません。 直接で、SDK とソースとしてプラットフォーム固有の<code>config.xml</code>ファイルを使用して作業する場合は、デバイス レベルの Api と外部プラグインを有å
 Š¹ã«ã™ã‚‹<code>&lt; 機能 &gt;</code>タグを使用します。 彼らはしばしばプラットフォーム固有の<code>config.xml</code>ファイルにカスタム値で表示されます。 たとえば、ここでは Android プロジェクトのデバイス API を指定する方法です。</p>

Modified: cordova/site/public/use-the-force-luke/docs/ko/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ko/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ko/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ko/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -949,25 +949,9 @@
     &lt;preference name="Orientation" value="all" /&gt;
 &lt;/platform&gt;
 </code></pre>
-
-    <p>IOS에 대 한 방향은 프로그래밍 방식으로 <code>창</code>에 자바 스크립트 콜백을 정의 하 여 제어할 수 있습니다.</p>
   </li>
 </ul>
 
-<pre>/** 
-     * @param {Number} degree 
-     *     UIInterfaceOrientationPortrait: 0, 
-     *     UIInterfaceOrientationLandscapeRight: 90, 
-     *     UIInterfaceOrientationLandscapeLeft: -90, 
-     *     UIInterfaceOrientationPortraitUpsideDown: 180 
-     *
-     * @returns {Boolean} Indicating if rotation should be allowed.
-     */
-    function shouldRotateToOrientation(degrees) {
-      return true;
-    }
-    </pre>
-
 <h2 id="section-4"><em>기능</em> 요소</h2>
 
 <p>CLI를 사용 하 여 응용 프로그램을 구축할 경우 장치 Api를 설정 하려면 <code>플러그인</code> 명령을 사용 합니다. 이 <code>&lt; 기능 &gt;</code> 요소 워크플로에 적용 되지 않습니다 그래서 최상위 <code>config.xml</code> 파일을 수정 하지 않습니다. SDK 및 플랫폼 특정 <code>config.xml</code> 파일을 사용 하 여 원본으로에서 직접 작업 하는 경우 장치 수준 Api와 외부 플러그인을 사용 하려면 <code>&lt; 기능 &gt;</code> 태그를 사용 합니다. 그들은 종종 플랫폼 특정
  <code>config.xml</code> 파일에서 사용자 지정 값으로 나타납니다. 예를 들어 여기에 안 드 로이드 프로젝트에 대 한 장치 API를 지정 하는 방법이입니다.</p>

Modified: cordova/site/public/use-the-force-luke/docs/pl/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/pl/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/pl/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/pl/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -857,25 +857,9 @@
     &lt;preference name="Orientation" value="all" /&gt;
 &lt;/platform&gt;
 </code></pre>
-
-    <p>Dla iOS orientację można programowo kontrolowane przez definiowanie wywołania zwrotnego javascript na <code>windows</code>:</p>
   </li>
 </ul>
 
-<pre>/** 
-     * @param {Number} degree 
-     *     UIInterfaceOrientationPortrait: 0, 
-     *     UIInterfaceOrientationLandscapeRight: 90, 
-     *     UIInterfaceOrientationLandscapeLeft: -90, 
-     *     UIInterfaceOrientationPortraitUpsideDown: 180 
-     *
-     * @returns {Boolean} Indicating if rotation should be allowed.
-     */
-    function shouldRotateToOrientation(degrees) {
-      return true;
-    }
-    </pre>
-
 <h2 id="funkcja-elementu"><em>Funkcja</em> elementu</h2>
 
 <p>Jeśli używasz CLI do tworzenia aplikacji, należy użyć polecenia <code>plugin</code> aby umożliwić API urządzeń. To nie modyfikuje plik najwyższego poziomu <code>pliku config.xml</code> , więc element <code>&lt; feature &gt;</code> nie stosuje się do pracy. Jeśli pracujesz bezpośrednio w SDK i przy użyciu pliku platformy <code>plik config.xml</code> jako źródła, używasz tagu <code>&lt; feature &gt;</code> włączyć urządzenie na poziomie API i zewnętrznych wtyczek. Często pojawiają się z wartości niestandardowe w pliki specyficzne dla platformy <code>pliku config.xml</code> . Na przykład Oto jak określić API urządzenia Android projektów:</p>

Modified: cordova/site/public/use-the-force-luke/docs/ru/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/ru/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/ru/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/ru/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -987,22 +987,6 @@
     &lt;preference name="Orientation" value="all" /&gt;
 &lt;/platform&gt;
 </code></pre>
-
-    <p>Для iOS ориентацией можно программно управлять путем определения функции обратного вызова javascript в объекте <code>window</code>:</p>
-    <pre>
- /** 
- * @param {Number} degree 
- *     UIInterfaceOrientationPortrait: 0, 
- *     UIInterfaceOrientationLandscapeRight: 90, 
- *     UIInterfaceOrientationLandscapeLeft: -90, 
- *     UIInterfaceOrientationPortraitUpsideDown: 180 
- *
- * @returns {Boolean} Определяет допускается ли поворот.
- */
-function shouldRotateToOrientation(degrees) {
-  return true;
-}
-</pre>
   </li>
 </ul>
 

Modified: cordova/site/public/use-the-force-luke/docs/zh/edge/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/docs/zh/edge/config_ref/index.html?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/docs/zh/edge/config_ref/index.html (original)
+++ cordova/site/public/use-the-force-luke/docs/zh/edge/config_ref/index.html Wed Sep  9 00:59:43 2015
@@ -917,25 +917,9 @@
     &lt;preference name="Orientation" value="all" /&gt;
 &lt;/platform&gt;
 </code></pre>
-
-    <p>IOS,通過<code>視窗</code>上定義 javascript 回檔可以以程式設計方式控制方向:</p>
   </li>
 </ul>
 
-<pre>/** 
-     * @param {Number} degree 
-     *     UIInterfaceOrientationPortrait: 0, 
-     *     UIInterfaceOrientationLandscapeRight: 90, 
-     *     UIInterfaceOrientationLandscapeLeft: -90, 
-     *     UIInterfaceOrientationPortraitUpsideDown: 180 
-     *
-     * @returns {Boolean} Indicating if rotation should be allowed.
-     */
-    function shouldRotateToOrientation(degrees) {
-      return true;
-    }
-    </pre>
-
 <h2 id="section-4"><em>功能</em>元素</h2>
 
 <p>如果你使用的 CLI 來構建應用程式,您將使用<code>外掛程式</code>命令來啟用設備的 Api。 這不修改頂級<code>config.xml</code>檔中,所以<code>&lt; 功能 &gt;</code>元素並不適用于您的工作流。 如果您直接在 SDK 和使用特定于平臺的<code>config.xml</code>檔作為源工作,你使用<code>&lt; 功能 &gt;</code>標記啟用設備級 Api 和外部外掛程式。 他們經常出現以特定于平臺的<code>config.xml</code>檔中的自訂值。 例如,下面是如何指定設備 API 為 Android 專案:</p>

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=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/feed.xml (original)
+++ cordova/site/public/use-the-force-luke/feed.xml Wed Sep  9 00:59:43 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>Wed, 02 Sep 2015 14:19:54 -0700</pubDate>
-    <lastBuildDate>Wed, 02 Sep 2015 14:19:54 -0700</lastBuildDate>
+    <pubDate>Tue, 08 Sep 2015 17:24:23 -0700</pubDate>
+    <lastBuildDate>Tue, 08 Sep 2015 17:24:23 -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=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/index.html (original)
+++ cordova/site/public/use-the-force-luke/index.html Wed Sep  9 00:59:43 2015
@@ -309,6 +309,40 @@
             </div>
         </div>
         
+        <div class="col-lg-2 col-sm-4 card">
+            <div class="card_inner">
+                <img src="/use-the-force-luke/static/img/tools/monaca.png" class="center-block"/>
+                <p class="card_title">
+                    
+                        <a href="https://monaca.io/">
+                            Monaca
+                        </a>
+                    
+                </p>
+                <p>
+                    Comprehensive cloud-powered and framework-agnostic set of tools  Monaca supports both online and offline development, debugging with live-reload feature and cloud build experience.
+
+                </p>
+            </div>
+        </div>
+        
+        <div class="col-lg-2 col-sm-4 card">
+            <div class="card_inner">
+                <img src="/use-the-force-luke/static/img/tools/onsen.png" class="center-block"/>
+                <p class="card_title">
+                    
+                        <a href="http://onsen.io/">
+                            Onsen UI
+                        </a>
+                    
+                </p>
+                <p>
+                    Custom Elements-based HTML5 framework offers a large selection of components and responsive layout support. Onsen UI lets you create professionally designed multiplatform apps without acquiring additional skillset.
+
+                </p>
+            </div>
+        </div>
+        
     </div>
     <div class="row"> <!-- Add yours or see more links -->
         <div class="col-sm-12">

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

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

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

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

Modified: cordova/site/public/use-the-force-luke/static/js/index.js
URL: http://svn.apache.org/viewvc/cordova/site/public/use-the-force-luke/static/js/index.js?rev=1701889&r1=1701888&r2=1701889&view=diff
==============================================================================
--- cordova/site/public/use-the-force-luke/static/js/index.js (original)
+++ cordova/site/public/use-the-force-luke/static/js/index.js Wed Sep  9 00:59:43 2015
@@ -234,22 +234,23 @@ $(document).ready(function () {
 
     // Smooth scroll to anchor links
     $("a[href^='#']").on('click', function(e) {
+        if(this.hash) {
+            // prevent default anchor click behavior
+            console.log('Scrolled to where you asked');
+            e.preventDefault();
 
-        // prevent default anchor click behavior
-        console.log('Scrolled to where you asked');
-        e.preventDefault();
+            // store hash
+            var hash = this.hash;
 
-        // store hash
-        var hash = this.hash;
-
-        // animate
-        $('html, body').animate(
-            {scrollTop: $(hash).offset().top},
-            300,
-            function () {
-                // when done, add hash to url (default click behaviour)
-                window.location.hash = hash;
-            }
-        );
+            // animate
+            $('html, body').animate(
+                {scrollTop: $(hash).offset().top},
+                300,
+                function () {
+                    // when done, add hash to url (default click behaviour)
+                    window.location.hash = hash;
+                }
+            );
+        }
     });
 });



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