You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2012/03/26 19:52:30 UTC

[Cordova Wiki] Update of "RoadmapProjects" by FilMaj

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "RoadmapProjects" page has been changed by FilMaj:
http://wiki.apache.org/cordova/RoadmapProjects?action=diff&rev1=6&rev2=7

Comment:
Updates for plugin roadmap + description of JS project

    * embeddable phonegap 1.4-1.5
    * weinre nodeup 1.5
    * cli tooling 1.7
-   * phonegap plugin project 1.7 
+   * phonegap plugin project 1.7-2.0
    * ci server
    * mobile testing platform 
    * notifications api 
@@ -56, +56 @@

  
  -------
  
- == PhoneGap JS ==
+ == Cordova JS ==
  
  A single canonical JavaScript file providing the baseline PhoneGap API. As PhoneGap grew, and new platforms were added, each platform implemented its own JavaScript file. This can cause confusion in cross platform projects. This file is generated but our userbase often accidentally checks it into thier revision control system.  
  
- Work is currently under way in the form of branches on Github. The final integration will include a CommonJS patterned codebase that is built using NodeJS. Compiles to AMD friendly src. 
+ In 1.5.0 this dropped into the Android implementation. In 1.6.0rc1 this made its way into the iOS implementation.
  
- The prototyping for this work is currently done here: https://github.com/callback/callback-js
+ Other integration work is currently under way in the form of branches on GitHub. The final integration will include a CommonJS patterned codebase that is built using NodeJS. Compiles to AMD friendly src. 
+ 
+ The canonical repository is located on GitHub here: http://github.com/apache/incubator-cordova-js
   
  -------