Antoine Mercadal c77b35c07b Major XCC improvments
This patch contains the following:

 - FSEvent is now at files level instead of folders level. This allows to drop the registry in plist and improve the performances
 - When you remove a J file, the mirrored H file is removed too
 - .xcodecapp-ignore has been added to the FSEvent stream. ignored token are updated in live
 - By default XCC ignores all .git, .svn, .hg .xCodeSupport, Frameworks and Build folders
 - When you quit XCC without stop listening of the project, at next launch it will resume on the same project
 - Help has been added
 - Help is displayed at first user launch
 - The Error & Warning table doesn't pop ups automatically, instead it displays Growl (you can then open the panel for more informations)
 - The code has been refactored into several classes, one for UI thing, another one for XCC worker
 - Several bugs has been fixed
 - The about window now displays the version number
 - The main window has been removed
 - Several other small enhancements.

This is XCC 2.0.
2011-11-03 17:47:33 +01:00
2011-11-03 17:47:33 +01:00
2011-11-03 17:47:33 +01:00
2011-10-10 14:49:06 +02:00
2011-09-19 21:42:59 -07:00
2008-09-04 03:52:20 -07:00
2009-12-19 04:31:11 -08:00
2011-03-25 23:36:07 -04:00

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: Getting and Building the Source.

If you're using Windows, you'll also need Cygwin.

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.

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, check out the most recent stable version from GitHub:

$ git clone git://github.com/cappuccino/cappuccino.git (git)

or download the zipball of the most recent source code:

http://github.com/cappuccino/cappuccino/zipball/master (zip)

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

$ ./bootstrap.sh

Then, 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.

Editors

The Cappuccino TextMate Bundle: http://github.com/malkomalko/Cappuccino.tmbundle.

The Cappuccino Xcode Plugin: http://github.com/rbartolome/xcode-cappuccino.

Getting Help

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

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

http://github.com/cappuccino/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

S
Description
No description provided
Readme LGPL-2.1
87 MiB
Languages
Objective-J 66.5%
HTML 19.7%
JavaScript 10%
Objective-C 1.9%
Python 0.9%
Other 0.8%