gideondk / GrowlCappuccino

Growl, for Cappuccino

Home Page:http://archipelproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrowlCappuccino

What is GrowlCappuccino ?

GrowlCappuccino is a framework that allows to mimic Growl notificatiom system in Cappuccino

Build

To build TNKit you can type

# jake debug ; jake release

Quick Start

Simply include the GrowlCappuccino framework in your Frameworks directory and include GrowlCappuccino.js

@import <GrowlCappuccino/GrowlCappuccino.j>

[...]

var growl = [TNGrowlCenter defaultCenter];

[grow setView:aView];
[growl pushNotificationWithTitle:@"Hello" message:@"Hello World!"];

[...]

Demo application

You can see a demo application here: Demo

Documentation

To generate the documentation execute the following :

# jake docs

Help / Suggestion

You can reach us at irc://irc.freenode.net/#archipel

About

Growl, for Cappuccino

http://archipelproject.org

License:GNU Lesser General Public License v3.0