Archive for September, 2011

We’re now cappuccino/cappuccino on GitHub

Thursday, September 1st, 2011

The main Cappuccino repository has been renamed. What used to be: `280north/cappuccino`
is now `cappuccino/cappuccino`. `280north/cappuccino` is a fork of the new main repository, which means old links will continue to work.

For most people this will not make much of a difference but if you are building from source, you might want to pull from the new repository instead. The Git URL is then:

git://github.com/cappuccino/cappuccino.git

If you are running a UNIX like system, you can update your Git clone using a command like this one:

find . -path "*.git/config" -type f -exec sed -i '' 's/github.com\/280north/github.com\/cappuccino/g' '{}' \;

If you find an old issue link, from a mailing list for instance, you will have to modify it by hand to find its new home. For example:

https://github.com/280north/cappuccino/issues/10

becomes:

https://github.com/cappuccino/cappuccino/issues/10

Feel free to help out and update links in the wiki.

Download

Cappuccino and Objective-J are licensed under the LGPL. For more information, see our licensing page.

Copyright © 2008-2011 - 280 North, Inc. Cappuccino and Objective-J are registered Trademarks of 280 North. Logo by Sofa. Hosting by Slicehost.