public
Description: access core functions on Android, iPhone and Blackberry using JavaScript
Homepage: http://phonegap.com
Clone URL: git://github.com/sintaxi/phonegap.git
sintaxi (author)
Thu Feb 26 20:02:22 -0800 2009
commit  05f35a90fea0506e36848ee9d114adb183a0875e
tree    4befde81ec7c55b45ae30ddd82e5630d61dd3701
parent  3cc622c8a16193dd73ef69bb2659b59a1b65147c
name age message
file .gitignore Fri Feb 27 09:24:43 -0800 2009 tweaked settings [sintaxi]
file README.md Wed Feb 25 12:29:02 -0800 2009 added telphony to readme [sintaxi]
file Rakefile Fri Jan 23 10:41:31 -0800 2009 added namespace to rakefile [sintaxi]
directory android/ Wed Feb 25 01:28:02 -0800 2009 Backup 20090225 [Indeed]
directory blackberry/ Sun Dec 07 19:39:35 -0800 2008 not sure exactly what changed but I bet its goo... [davejohnson]
directory iphone/ Mon Feb 16 13:47:59 -0800 2009 changed setting defaults [sintaxi]
directory javascripts/ Mon Jan 05 12:58:18 -0800 2009 repaired gap.js [sintaxi]
README.md

PhoneGap

PhoneGap is a development tool that allows web developers to take advantage of the core features in the iPhone and Android SDK using JavaScript.

Get Started

Download the source.

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

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

phonegap
  |- README.md
  |- Rakefile
  |- android/
  |- blackberry/
  |- iphone/
  `- javascripts/

Each project has a respective README.md file. view that file for detailed information on how to work with that device. PhoneGap offers one unified API for accessing core functionality on all devices. Where possible, phonegap follows the HTML5 spec.

API

Device

Location

Accelerometer

Contacts

Orientation

Camera

Vibrate

Sound

Telephony

XUI

You may work with any Javascript framework within a PhoneGap application. XUI 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.

Community

The MIT License

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 in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 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 sponsored project