Dear wiki user,

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

The page "ProjectLayout" has been deleted by purplecabbage:

https://wiki.apache.org/cordova/ProjectLayout?action=diff&rev1=7&rev2=8

Comment:
hopelessly out of date

- Apache Cordova is a suite of smaller sub projects for specific problem spaces.
  
-   * [[https://github.com/apache/cordova-cli|Command line]]
-   * [[https://github.com/apache/cordova-coho|Development automation helper]]
-   * [[https://github.com/apache/cordova-plugman|Plugin management]]
-   * [[https://github.com/apache/cordova-js|JavaScript]]
-   * [[https://github.com/apache/cordova-medic|Automated Integration/Testing]]
- 
- Mobile platforms:
-   * [[https://github.com/apache/cordova-ios|Apple iOS]]
-   * [[https://github.com/apache/cordova-android|Google Android]]
-   * [[https://github.com/apache/cordova-blackberry|BlackBerry WebWorks]]
-   * [[https://github.com/apache/cordova-wp8|Windows Phone 7 and 8]]
-   * [[https://github.com/apache/cordova-firefoxos|Mozilla FirefoxOS]]
-   * [[https://github.com/apache/cordova-tizen|Tizen]]
-   * [[https://github.com/apache/cordova-bada|Samsung Bada]]
-   * [[https://github.com/apache/cordova-webos|HP webOS]]
- 
- Desktop platforms:
-   * [[https://github.com/apache/cordova-osx|Apple Mac OS X]]
-   * [[https://github.com/apache/cordova-windows|Windows 8]]
-   * [[https://github.com/apache/cordova-qt|Qt]]
- 
- Plugins:
-   * ...
- 
- In addition to operating system platforms there are satellite projects 
orbiting Apache Cordova:
- 
-   * [[https://github.com/apache/cordova-docs|Documentation]] (Hand authored 
markdown.)
-   * [[https://github.com/apache/cordova-mobile-spec|Mobile Spec]] (A test 
suite written in qunit that exercises the official device api.)
-   * [[https://github.com/apache/cordova-weinre|Web Inspector Remote]] for any 
operating system.
-   * [[https://github.com/apache/cordova-labs|Labs]] for prototyping new work.
- 
- The decision to split into discreet repositories for this code was 
deliberate. The effort involved in setting up a development environment and the 
devices required for testing all of these platforms is extensive. In addition 
to this hurdle, merging changes and rebasing project code for platforms an 
author may not be familiar with is risky. For these reasons we separated the 
code into atomic repositories and treat releases as the time to unify the 
codebases. 
- 
- == Project Structure ==
- 
- Each platform implementation of Cordova consists of:
- 
-  * a set of native modules enabling various bits of the Cordova API - this is 
different for each platform implementation
-  * a `cordova.js` file that is generated from the `cordova-js` project
-  * a folder (usually named `www`) that contains web technology-based assets 
making up your application
- 

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

Reply via email to