Skip to content

Commit

Permalink
Updated readme to refer to cordova as opposed to phonegap
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Mar 28, 2012
1 parent 4964173 commit c5128d1
Showing 1 changed file with 40 additions and 25 deletions.
65 changes: 40 additions & 25 deletions bin/README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,54 @@
PhoneGap
========
C O R D O V A
===================

PhoneGap is a web platform that exposes native mobile device apis and data to JavaScript.

### PhoneGap has been accepted into the Apache Software Foundation for incubation as Apache Cordova, where it will remain free and open source. This will ensure open, independent stewardship of the project over the long term.

---

More information on Apache Incubator Callback Project and the incubation process can be found here:
[http://incubator.apache.org/projects/callback.html](http://incubator.apache.org/projects/callback.html)
What is it?
-------------------
Cordova is a web platform that exposes native mobile device apis and
data to JavaScript. Previously known as PhoneGap, the name changed
happened when PhoneGap was donated to the Apache foundation.

Currently Apache Cordova is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator
project. Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure, communications, and
decision making process have stabilized in a manner consistent with
other successful ASF projects. While incubation status is not
necessarily a reflection of the completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed by the
ASF.

Why?
-------------------
Mobile development is a mess. Building applications for each
device--iPhone, Android, Windows Mobile and more--requires different
frameworks and languages. One day, the big players in mobile may decide
to work together and unify third-party app development processes. Until
then, Cordova will use standards-based web technologies to bridge web
applications and mobile devices. Plus, because Cordova apps are
standards compliant, they’re future-proofed to work with browsers as
they evolve. Cordova is an open source implementation of open
standards. That means developers and companies can use Cordova for
mobile applications that are free, commercial, open source, or any
combination of these.

Get started
-----------
-------------------
Note the following links still refer to the original PhoneGap project.
As time goes on, these will be ideally moved to an Apache hosted site or
be renamed to the Apache Cordova Brand.

[phonegap.com/start](http://phonegap.com/start)

Community
---------
-------------------
Note the following links still refer to the original PhoneGap project.
As time goes on, these will be ideally moved to an Apache hosted site or
be renamed to the Apache Cordova Brand.

- [Website](http://phonegap.com)
- [Website](http://incubator.apache.org/cordova/)
- [Twitter](http://twitter.com/phonegap)
- [Facebook](http://facebook.com/phonegap)
- [Wiki](http://wiki.phonegap.com/)
- [Mailing List](http://groups.google.com/group/phonegap)
- [Issue Tracker](https://issues.apache.org/jira/browse/CB)
- [IRC](http://webchat.freenode.net/?channels=#phonegap)

Directory Structure
-------------------

|-doc/ ........... source documentation
|-bin/ ........... binaries compiled from src platform code
|-src/ ........... source code for supported platforms
|-changelog ...... a changelog compiled from comments and authors
|-license ........ file containing all of the licenses used within the platform src code
|-notice ......... file containing all of the third party notices withing the platform src code
|-version ........ release version in plain text
'-readme.md ...... release readme

0 comments on commit c5128d1

Please sign in to comment.