From 598ef46a4582bb1b24966164c941913906ce681f Mon Sep 17 00:00:00 2001 From: Scott Sanders Date: Sun, 1 Jan 2012 11:57:08 -0800 Subject: [PATCH 1/2] added dust.js support and feature matrix --- README.md | 18 +++++++++++------- index.html | 14 ++++++++++++++ lib/languages/dustjs.js | 26 ++++++++++++++++++++++++++ lib/templates/dustjs/simple.html | 14 ++++++++++++++ package.json | 10 +++++++--- 5 files changed, 72 insertions(+), 10 deletions(-) create mode 100644 lib/languages/dustjs.js create mode 100644 lib/templates/dustjs/simple.html diff --git a/README.md b/README.md index fce97dd..320aeb9 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,21 @@ View all feature comparisons and templates on the [Node Templates Page](http://p ## Implemented Libraries (_Alphabetical Order_) - * [coffeekup@0.3.0](http://coffeekup.org/) -* [dust@0.3.0](http://akdubya.github.com/dustjs/) +* [dust.js@0.1.0](https://github.com/stanislavfeldman/dust.js), until [dust](http://akdubya.github.com/dustjs/) supports node > 0.4 +<<<<<<< Updated upstream * [ejs@0.4.2](https://github.com/visionmedia/ejs) +======= +* [ejs@0.6.1](https://github.com/visionmedia/ejs) +>>>>>>> Stashed changes * [haml@0.4.2](https://github.com/creationix/haml-js) -* [hamljs@0.5.1](https://github.com/visionmedia/haml.js) -* [jade@0.16.0](http://jade-lang.com/) -* [jqtpl@1.0.6](https://github.com/kof/node-jqtpl) +* [hamljs@0.5.2](https://github.com/visionmedia/haml.js) +* [jade@0.20.0](http://jade-lang.com/) +* [jqtpl@1.0.7](https://github.com/kof/node-jqtpl) * [mu2@0.5.3](https://github.com/raycmorgan/Mu) -* [swig@0.5.0](https://github.com/paularmstrong/swig) -* [Templ8@0.2.1](https://github.com/constantology/Templ8) +* [swig@0.9.0](https://github.com/paularmstrong/swig) +* [Templ8@0.3.0](https://github.com/constantology/Templ8) +* [whiskers@0.1.2](https://github.com/gsf/whiskers.js) ## Running diff --git a/index.html b/index.html index 3094fe7..5660a61 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@

Pages

Template Languages (alphabetical)