You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/05/05 19:22:18 UTC

svn commit: r1592579 - in /cordova/site: public/index.html www/index.html

Author: marcelk
Date: Mon May  5 17:22:18 2014
New Revision: 1592579

URL: http://svn.apache.org/r1592579
Log:
CB-6634 Add a reference to plugin registry

Modified:
    cordova/site/public/index.html
    cordova/site/www/index.html

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1592579&r1=1592578&r2=1592579&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Mon May  5 17:22:18 2014
@@ -89,7 +89,7 @@
     <p>And because these JavaScript APIs are consistent across multiple device platforms and built on web standards, the app should be portable to other device platforms with minimal to no changes.</p>
     <p>Apps using Cordova are still packaged as apps using the platform SDKs, and can be made available for installation from each device's app store.</p>
     <p>Cordova provides a set of uniform JavaScript libraries that can be invoked, with device-specific native backing code for those JavaScript libraries. Cordova is available for the following platforms: iOS, Android, Blackberry, Windows Phone, Palm WebOS, Bada, and Symbian.</p>
-    <p>If you want to use Cordova in your mobile application, take a look at our <a href="http://cordova.apache.org/docs/en/3.4.0/">documentation</a>. It includes Getting Started guides, the JavaScript APIs reference and examples, instructions on Upgrading from previous versions of Cordova, how to write your own Cordova plugin, and more. The selector in the top-right corner of the documentation will let you pick different Cordova versions and language translations.</p>
+    <p>If you want to use Cordova in your mobile application, take a look at our <a href="http://cordova.apache.org/docs/en/3.4.0/">documentation</a>. It includes Getting Started guides, the JavaScript APIs reference and examples, instructions on Upgrading from previous versions of Cordova, how to write your own Cordova plugin, and more. The selector in the top-right corner of the documentation will let you pick different Cordova versions and language translations. And there is a <a href="http://plugins.cordova.io">registry</a> of third-party plugins that can be used in your mobile application.</p>
     <p>Apache Cordova graduated in October 2012 as a top level project within the Apache Software Foundation (ASF). Through the ASF, future Cordova development will ensure open stewardship of the project. It will always remain free and open source under the Apache License, Version 2.0.
 </p>
     <p>Some additional information may be found on our <a href="http://projects.apache.org/projects/cordova.html">Apache project page</a>.</p>
@@ -102,7 +102,8 @@
   <ul class="posts">
     
       <li><span>23 Apr 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/04/23/plugins.release.html">Plugins Release: April 23, 2014</a>
-      <p>The following plugins were updated today:</p>
+      
+<p>The following plugins were updated today:</p>
 
 <ul>
 <li>org.cordova.battery-status@0.2.8</li>
@@ -164,7 +165,7 @@
 <li>Windows8 uses the built-in cordova exec proxy for all plugins, rather than a custom proxy.</li>
 </ul>
 
-<p>The plugins have been updated on our registry at <a href='http://plugins.cordova.io/'>plugins.cordova.io</a>.</p>
+<p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
 
 <p>E.g. To update your file plugin:</p>
 
@@ -172,17 +173,19 @@
 cordova plugin add org.apache.cordova.file</code></pre>
 
 <p>Other changes include:</p>
+
       <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/04/23/plugins.release.html">Read More</a></div>
     
       <li><span>09 Apr 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/04/09/tools-ios-release.html">Tools Release: April 9, 2014</a>
-      <p>New versions of <code>plugman</code>, <code>cordova</code> and <code>cordova-ios</code> are now live!</p>
+      
+<p>New versions of <code>plugman</code>, <code>cordova</code> and <code>cordova-ios</code> are now live!</p>
 
 <ul>
-<li><a href='https://www.npmjs.org/package/plugman'>plugman@0.21.0</a></li>
+<li><a href="https://www.npmjs.org/package/plugman">plugman@0.21.0</a></li>
 
-<li><a href='https://www.npmjs.org/package/cordova'>cordova@3.4.1-0.1.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova">cordova@3.4.1-0.1.0</a></li>
 
-<li><a href='http://archive.apache.org/dist/cordova/platforms/ios'>cordova-ios@3.4.1</a></li>
+<li><a href="http://archive.apache.org/dist/cordova/platforms/ios">cordova-ios@3.4.1</a></li>
 </ul>
 
 <p>To update your tools:</p>
@@ -209,15 +212,17 @@ npm update -g plugman</code></pre>
 </ul>
 
 <p>Other changes include:</p>
+
       <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/04/09/tools-ios-release.html">Read More</a></div>
     
       <li><span>05 Mar 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/03/05/tools-release.html">Tools Release: March 5, 2014</a>
-      <p>New versions of <code>plugman</code> and <code>cordova</code> are now live!</p>
+      
+<p>New versions of <code>plugman</code> and <code>cordova</code> are now live!</p>
 
 <ul>
-<li><a href='https://www.npmjs.org/package/plugman'>plugman@0.20.2</a></li>
+<li><a href="https://www.npmjs.org/package/plugman">plugman@0.20.2</a></li>
 
-<li><a href='https://www.npmjs.org/package/cordova'>cordova@3.4.0-0.1.3</a></li>
+<li><a href="https://www.npmjs.org/package/cordova">cordova@3.4.0-0.1.3</a></li>
 </ul>
 
 <p>To update your tools:</p>
@@ -238,6 +243,7 @@ npm update -g plugman</code></pre>
 </ul>
 
 <p>Other changes include:</p>
+
       <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/03/05/tools-release.html">Read More</a></div>
     
   </ul>

Modified: cordova/site/www/index.html
URL: http://svn.apache.org/viewvc/cordova/site/www/index.html?rev=1592579&r1=1592578&r2=1592579&view=diff
==============================================================================
--- cordova/site/www/index.html (original)
+++ cordova/site/www/index.html Mon May  5 17:22:18 2014
@@ -28,7 +28,7 @@ title: Apache Cordova
     <p>And because these JavaScript APIs are consistent across multiple device platforms and built on web standards, the app should be portable to other device platforms with minimal to no changes.</p>
     <p>Apps using Cordova are still packaged as apps using the platform SDKs, and can be made available for installation from each device's app store.</p>
     <p>Cordova provides a set of uniform JavaScript libraries that can be invoked, with device-specific native backing code for those JavaScript libraries. Cordova is available for the following platforms: iOS, Android, Blackberry, Windows Phone, Palm WebOS, Bada, and Symbian.</p>
-    <p>If you want to use Cordova in your mobile application, take a look at our <a href="{{site.sitemap.docs.url}}">documentation</a>. It includes Getting Started guides, the JavaScript APIs reference and examples, instructions on Upgrading from previous versions of Cordova, how to write your own Cordova plugin, and more. The selector in the top-right corner of the documentation will let you pick different Cordova versions and language translations.</p>
+    <p>If you want to use Cordova in your mobile application, take a look at our <a href="{{site.sitemap.docs.url}}">documentation</a>. It includes Getting Started guides, the JavaScript APIs reference and examples, instructions on Upgrading from previous versions of Cordova, how to write your own Cordova plugin, and more. The selector in the top-right corner of the documentation will let you pick different Cordova versions and language translations. And there is a <a href="http://plugins.cordova.io">registry</a> of third-party plugins that can be used in your mobile application.</p>
     <p>Apache Cordova graduated in October 2012 as a top level project within the Apache Software Foundation (ASF). Through the ASF, future Cordova development will ensure open stewardship of the project. It will always remain free and open source under the Apache License, Version 2.0.
 </p>
     <p>Some additional information may be found on our <a href="http://projects.apache.org/projects/cordova.html">Apache project page</a>.</p>