Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:phonegap/phonegap
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil Maj committed Nov 26, 2009
2 parents ff58c13 + f2a76cb commit a51aa5a
Show file tree
Hide file tree
Showing 189 changed files with 483 additions and 11,562 deletions.
168 changes: 0 additions & 168 deletions Makefile

This file was deleted.

39 changes: 22 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,25 @@ PhoneGap
=============================================================
PhoneGap is a development tool that allows web developers to
take advantage of the core features in the iPhone, Android,
BlackBerry, and Symbian WRT (Nokia) SDK using JavaScript.
BlackBerry, and Symbian with a unified JavaScript API.


Get Started
-------------------------------------------------------------
Download the source.
Get the source.

git clone git:https://github.com/phonegap/phonegap.git

PhoneGap project is separated into a native project for each
device, javascript files and a rakefile.
device.

phonegap
|- README.md
|- Rakefile
|- android/
|- blackberry/
|- iphone/
|- symbian.wrt/
|- winmo/
`- javascripts/
`- winmo/ (not production ready)
Each project has a respective README.md file. view that file
for detailed information on how to work with that device. PhoneGap
Expand All @@ -36,15 +34,18 @@ API

### Device

Exposes properties of the phone, such as its device ID, model, and OS version number.
Exposes properties of the phone, such as its device ID, model,
and OS version number.

### Location

Gain access to the Latitude / Longitude of the device, and depending on the type of device, the course, speed, and altitude.
Gain access to the Latitude / Longitude of the device, and
depending on the type of device, the course, speed, and altitude.

### Accelerometer

Monitor the accelerometer on the device to detect orientation, shaking and other similar actions.
Monitor the accelerometer on the device to detect orientation,
shaking and other similar actions.

### Contacts

Expand All @@ -56,7 +57,8 @@ Read the device layout orientation, e.g. landscape vs portrait.

### Camera

Brings up the camera or photo browser on the phone to allow the user to upload a photo.
Brings up the camera or photo browser on the phone to allow the
user to upload a photo.

### Vibrate

Expand All @@ -70,12 +72,13 @@ Play sound files (WAV, MP3, etc).

Trigger and activate phone calls.


XUI
-------------------------------------------------------------
You may work with any Javascript framework within a PhoneGap
application. [XUI](http:https://xuijs.com) is the "officially preferred"
framework of the phonegap core team. XUI is inspired by JQuery,
optimized for web browsers and weighs in at 6.2k (2.4k minified and gziped).
optimized for web browsers and weighs in at 2.4k (minified and gziped).


Community
Expand All @@ -86,10 +89,16 @@ Community
* Twitter - [twitter.com/phonegap](http:https://twitter.com/phonegap)
* Issue Tracker [phonegap.lighthouseapp.com](http:https://phonegap.lighthouseapp.com/)



Contribute
-------------------------------------------------------------
Fork, commit, push, and send us a pull request at phonegap/phonegap.


The MIT License
-------------------------------------------------------------
Copyright (c) 2008, Rob Ellis, Brock Whitten, Brian Leroux, Joe Bowser, Dave Johnson, Nitobi
Copyright (c) 2008
Rob Ellis, Brock Whitten, Brian Leroux, Joe Bowser, Dave Johnson, Nitobi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -108,7 +117,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

-------------------------------------------------------------

*phonegap is a [nitobi](http:https://nitobi.com) sponsored project*
83 changes: 0 additions & 83 deletions Rakefile

This file was deleted.

Loading

0 comments on commit a51aa5a

Please sign in to comment.