Skip to content

Commit

Permalink
Added mailing list, other tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricemach committed Aug 20, 2011
1 parent ecf2c35 commit e505e78
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions README.md
@@ -1,4 +1,4 @@
# CoffeeKup <Ũp/>
# CoffeeKup </>
## Markup as CoffeeScript

CoffeeKup is a templating engine for [node.js](http://nodejs.org) and browsers that lets you to write your HTML templates in 100% pure [CoffeeScript](http://coffeescript.org).
Expand Down Expand Up @@ -208,39 +208,43 @@ Command-line:

See [/examples](http://github.com/mauricemach/coffeekup/tree/master/examples) for complete versions. Please note that even though all examples are given in CoffeeScript, you can also use their plain JavaScript counterparts just fine.

## Knowing more
## Resources

You can find the complete reference at `/docs/reference.md`.
- [API reference](https://github.com/mauricemach/coffeekup/blob/master/docs/reference.md)

There's also Mark Hahn's excellent [A Beginners's Introduction to CoffeeKup](https://github.com/mark-hahn/coffeekup-intro). It's a work in progress, but already a great introduction on how CoffeeKup operates.
- [Mailing list](https://groups.google.com/group/coffeekup)

## Compatibility
- [Issues](https://github.com/mauricemach/coffeekup/issues)

Latest version tested with node 0.4.9 and CoffeeScript 1.1.1.
- [A Beginners's Introduction to CoffeeKup](https://github.com/mark-hahn/coffeekup-intro)

## Resources
## Tools

[html2coffeekup](https://github.com/brandonbloom/html2coffeekup) - "Converts HTML to CoffeeKup markup".
- [html2coffeekup](https://github.com/brandonbloom/html2coffeekup) - Converts HTML to CoffeeKup templates.

[ice](https://github.com/ludicast/ice) - "Javascript templates for ruby apps": CoffeeKup and Eco in Rails ([screencast](http://vimeo.com/25907220)).
- [ice](https://github.com/ludicast/ice) - CoffeeKup and Eco in Rails ([screencast](http://vimeo.com/25907220)).

[coffee-world](https://github.com/khoomeister/coffee-world) - "Watches the current folder to compile CoffeeScript into CSS, HTML & JS".
- [coffee-world](https://github.com/khoomeister/coffee-world) - Tool to watch and compile HTML with CoffeeKup, CSS with coffee-css and JS with CoffeeScript.

cupcake
- [cupcake](https://github.com/twilson63/cupcake) - Express app generator with CoffeeKup support.

## Related projects

[ck](https://github.com/aeosynth/ck) - "a smaller, faster coffeekup": Alternative, barebones implementation.
- [ck](https://github.com/aeosynth/ck) - "a smaller, faster coffeekup": Alternative, barebones implementation.

[ckup](https://github.com/satyr/ckup) - "Markup as Coco": Similar engine but for [Coco](https://github.com/satyr/coco) ("Unfancy CoffeeScript").
- [ckup](https://github.com/satyr/ckup) - "Markup as Coco": Similar engine but for [Coco](https://github.com/satyr/coco) ("Unfancy CoffeeScript").

[Eco](https://github.com/sstephenson/eco) - "Embedded CoffeeScript templates": "EJS/ERB" for CoffeeScript.
- [Eco](https://github.com/sstephenson/eco) - "Embedded CoffeeScript templates": "EJS/ERB" for CoffeeScript.

[timbits](https://github.com/Postmedia/timbits) - "Widget framework based on Express and CoffeeScript".
- [timbits](https://github.com/Postmedia/timbits) - "Widget framework based on Express and CoffeeScript".

[coffee-css](https://github.com/khoomeister/coffee-css) - "More CSS for CoffeeScript".
- [coffee-css](https://github.com/khoomeister/coffee-css) - "More CSS for CoffeeScript".

[ccss](https://github.com/aeosynth/ccss) - "CoffeeScript CSS".
- [ccss](https://github.com/aeosynth/ccss) - "CoffeeScript CSS".

## Compatibility

Latest version tested with node 0.4.9 and CoffeeScript 1.1.1.

## Special thanks

Expand Down

0 comments on commit e505e78

Please sign in to comment.