Skip to content

Commit

Permalink
restructured dir structure to support other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
sintaxi committed Sep 27, 2008
1 parent d60b454 commit d7327df
Show file tree
Hide file tree
Showing 29 changed files with 11 additions and 31 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
.DS_Store
build/*
Glass.xcodeproj/*.pbxuser
Glass.xcodeproj/*.perspectivev3
.DS_Store
28 changes: 1 addition & 27 deletions README.markdown → README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
# GAP

### bridging the gap between the web and the iphone SDK

PhoneGap is a free open source development tool and framework that
allows web developers to take advantage of the powerful features in
the iPhone SDK from HTML and JavaScript. We're trying to make iPhone
app development easy and open. For many applications a web
application is the way to but in Safari you don't get access to the
native iPhone APIs, and the that's the problem we're trying to solve.

It is written in Objective-C and allows developers to embed their web
app (HTML, JavaScript, CSS) in Webkit within a native iPhone app.
We're big advocates of the Open Web and want JavaScript developers to
be able to get access iPhone features such as a spring board icon,
background processing, push, geo location, camera, local sqlLite and
accelerometers without the burden of learning Objective-C and Cocoa.

PhoneGap also has a web app that allows web developers to quickly
package their web app into a native iPhone app by providing a URL, a
name and icon graphic the web service with automagically create a
native iPhone application. We haven't open sourced that code but
we're going to soon.

PhoneGap was conceived at iPhoneDevCamp II by Nitobi developer Brock
Whitten, Rob Ellis, freelance designer Colin Toomey and Eric
Oesterle.

[get the GAP source](http://github.com/sintaxi/gap "source code via github") or [generate your GAP app](http://phonegap.com/ "generates iphone app")
### open souce platform for iphone, blackberry

## Javascript API

Expand Down
Empty file added blackberry/.gitignore
Empty file.
3 changes: 3 additions & 0 deletions blackberry/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# GAP

### Blackberry
3 changes: 3 additions & 0 deletions iphone/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/*
Glass.xcodeproj/*.pbxuser
Glass.xcodeproj/*.perspectivev3
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions iphone/README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PhoneGap

### iPhone
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d7327df

Please sign in to comment.