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 2013/01/17 17:40:54 UTC

svn commit: r1434772 - in /cordova/site: infra/doap_Cordova.rdf public/index.html www/template.html

Author: marcelk
Date: Thu Jan 17 16:40:54 2013
New Revision: 1434772

URL: http://svn.apache.org/viewvc?rev=1434772&view=rev
Log:
CB-2223: Minor wordsmithing on the UI frameworks names in the opening paragraph.

Modified:
    cordova/site/infra/doap_Cordova.rdf
    cordova/site/public/index.html
    cordova/site/www/template.html

Modified: cordova/site/infra/doap_Cordova.rdf
URL: http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova.rdf?rev=1434772&r1=1434771&r2=1434772&view=diff
==============================================================================
--- cordova/site/infra/doap_Cordova.rdf (original)
+++ cordova/site/infra/doap_Cordova.rdf Thu Jan 17 16:40:54 2013
@@ -29,7 +29,7 @@
     <!-- see the comment at the top of pmc_list.xml that explains asfext:pmc rdf:resource -->
     <asfext:pmc rdf:resource="http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova_PMC.rdf" />
     <shortdesc>A platform for building native mobile applications using HTML, CSS and JavaScript.</shortdesc>
-    <description>Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.</description>
+    <description>Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/CB" />
     <mailing-list rdf:resource="http://cordova.apache.org/#mailing-list" />
     <download-page rdf:resource="https://www.apache.org/dist/cordova/" />

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1434772&r1=1434771&r2=1434772&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Thu Jan 17 16:40:54 2013
@@ -101,7 +101,7 @@
 <a class="scroll-point pt-about" name="about"></a>
 <div class="wrap">
     <h2 class="icon icon-about">About Apache Cordova&trade;</h2>
-    <p>Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.</p>
+    <p>Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.</p>
     <p>When using the Cordova APIs, an app can be built without any native code (Java, Objective-C, etc) from the app developer. Instead, web technologies are used, and they are hosted in the app itself locally (generally not on a remote http server).</p>
     <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>

Modified: cordova/site/www/template.html
URL: http://svn.apache.org/viewvc/cordova/site/www/template.html?rev=1434772&r1=1434771&r2=1434772&view=diff
==============================================================================
--- cordova/site/www/template.html (original)
+++ cordova/site/www/template.html Thu Jan 17 16:40:54 2013
@@ -107,7 +107,7 @@
 <a class="scroll-point pt-about" name="about"></a>
 <div class="wrap">
     <h2 class="icon icon-about">About Apache Cordova&trade;</h2>
-    <p>Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.</p>
+    <p>Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.</p>
     <p>When using the Cordova APIs, an app can be built without any native code (Java, Objective-C, etc) from the app developer. Instead, web technologies are used, and they are hosted in the app itself locally (generally not on a remote http server).</p>
     <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>