forked from nickjs/Cappuccino-Extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
36 lines (27 loc) · 1017 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
A collection of extensions for the Cappuccino Application Framework.
Installation Instructions
-------------------------
If you are using Git:
1) cd root/git/dir
2) git submodule add git://github.com/nciagra/Cappuccino-Extensions.git root/app/dir/Frameworks/Extensions
If you are NOT using Git:
1) cd root/app/dir/Frameworks
2) git clone git://github.com/nciagra/Cappuccino-Extensions.git Extensions
(or download the archive and put it here manually).
Including Extensions
--------------------
In main.j:
@import <Extensions/CPActiveRecord/CPActiveRecord.j>
Repeat for any extension you would like to use.
(Pay attention to extension requirements! For example, CPNavigationController requires CPViewController and CPPropertyAnimation to be @imported first.)
CouchDB
-------
Provided by Geoffrey Grosenbach
http://peepcode.com
http://github.com/topfunky/cappuccino-couchdb
CappuGeo
--------
IP Geolocation services provided by:
http://maxmind.com
JSONP Geocoding services provided by:
http://tinygeocoder.com