sant0sk1 / Cappuccino-Extensions forked from nciagra/Cappuccino-Extensions
- Source
- Commits
- Network (5)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Mon Oct 05 15:22:48 -0700 2009 | |
| |
CPActiveRecord/ | Fri Oct 23 07:44:46 -0700 2009 | |
| |
CPLightbox/ | Sat Oct 10 17:53:32 -0700 2009 | |
| |
CPNavigationController/ | Mon Oct 12 00:13:03 -0700 2009 | |
| |
CPPropertyAnimation/ | Sat Oct 10 17:53:32 -0700 2009 | |
| |
CPTrackingController/ | Mon Oct 12 00:56:44 -0700 2009 | |
| |
CPViewController/ | Mon Oct 12 00:13:03 -0700 2009 | |
| |
CouchDB - ae89309 | Mon Oct 05 15:22:48 -0700 2009 | |
| |
README | Sat Oct 10 17:53:32 -0700 2009 |
README
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
