public
Description: Web Application Framework in JavaScript and Objective-J
Homepage: http://cappuccino.org
Clone URL: git://github.com/280north/cappuccino.git
name age message
file .gitignore Mon Jul 27 15:55:53 -0700 2009 Add resources for CPButton disabled state. Clos... [boucher]
file .gitmodules Sat May 16 17:37:09 -0700 2009 Switch browser.js to browserjs. Fix External bu... [tlrobinson]
directory AppKit/ Fri Nov 20 18:06:16 -0800 2009 Add about panel [boucher]
directory CommonJS/ Tue Nov 03 01:54:53 -0800 2009 Updated cappuccino dependency on objective-j. A... [tolmasky]
directory External/ Thu Oct 15 19:48:57 -0700 2009 Merge branch 'master' into jake [tolmasky]
directory Foundation/ Thu Nov 12 00:50:34 -0800 2009 Fix intersectsSet: in CPSet. Reviewed by me. [tolmasky]
file Jakefile Fri Nov 13 13:58:23 -0800 2009 Add sudo to jake install. Add narwhal.local.con... [tlrobinson]
file LICENSE Thu Sep 04 03:52:20 -0700 2008 Initial commit. Reviewed by francisco, ross an... [tolmasky]
directory Objective-J/ Thu Nov 19 15:29:20 -0800 2009 Better error reporting for narwhal-jsc [boucher]
file README Mon Nov 02 19:38:25 -0800 2009 Updated readme file to remove references to rak... [tolmasky]
file Rakefile Mon Nov 02 15:20:23 -0800 2009 Added an additional warning to the rake message... [tolmasky]
directory Tests/ Mon Nov 09 04:11:04 -0800 2009 Fixes a bug in testHasSuffix, adds test cases f... [boucher]
directory Tools/ Thu Nov 19 13:26:02 -0800 2009 Fix for NSScrollView breaking nib2cib. Reviewe... [tolmasky]
file bootstrap.sh Thu Nov 19 14:18:49 -0800 2009 Add --clone option to bootstrap, and prompt for... [tlrobinson]
file common.jake Thu Nov 19 14:48:18 -0800 2009 Exit from subjake if the subjake returns non ze... [boucher]
file narwhal.local.conf Fri Nov 13 13:58:23 -0800 2009 Add sudo to jake install. Add narwhal.local.con... [tlrobinson]
README
Welcome to Cappuccino!
======================

Introduction
------------
Cappuccino is an open source framework that makes it easy to build
desktop-caliber applications that run in a web browser.

Cappuccino is built on top of standard web technologies like JavaScript, and
it implements most of the familiar APIs from GNUstep and Apple's Cocoa
frameworks. When you program in Cappuccino, you don't need to concern yourself
with the complexities of traditional web technologies like HTML, CSS, or even
the DOM. The unpleasantries of building complex cross browser applications are
abstracted away for you.

For more information, see http://cappuccino.org.

System Requirements
-------------------
To run Cappuccino applications, all you need is a web browser that understands
JavaScript.

To build Cappuccino itself, please read more here :

  - http://wiki.github.com/280north/cappuccino/getting-and-building-the-source

If you're using Windows, you'll also need Cygwin: http://www.cygwin.com/

Finally, if you want to easily stay up to date with the latest developments
and contribute your work back to the Cappuccino community, you'll want to
install Git: http://git-scm.com/

Getting Started
---------------
These instructions are for building a development copy of Cappuccino. If you'd
just like to get started using Cappuccino for your web apps, you should
instead download a pre-compiled copy of Cappuccino from:

    http://cappuccino.org/download/

To build Cappuccino from source, simply type "jake"  from within the root of the Cappuccino directory. 
This will build a "release" copy of the frameworks. Typing "jake debug" will build a debug version.
"jake install" will build Cappuccino and associated tools and install them for general use (similar to 
downloading the tools from the website).

If this is your first build and your system does not have jake installed, run the bootstrap script to 
install it and all of its dependencies:

$ sudo ./bootstrap.sh

Getting Help
------------
If you need help with Cappuccino, you can get help from the following sources:

  - FAQ:           http://cappuccino.org/discuss/faq.php
  - Documentation: http://cappuccino.org/learn/
  - Wiki:          http://github.com/280north/cappuccino/wikis
  - Mailing Lists: http://groups.google.com/group/objectivej
               http://groups.google.com/group/objectivej-dev
  - IRC:           irc://irc.freenode.net#cappuccino

If you discover any bugs, please file a ticket at:

    http://github.com/280north/cappuccino/issues.

License
-------
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.

This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.

You should have received a copy of the GNU Lesser General Public License along
with this library; if not, write to the Free Software Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA