From a35a4eef68f3b8f8dabe446d8599469b8a7408b3 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 27 Jan 2011 04:44:32 +1100 Subject: [PATCH] Update projects page with node-genx and OCMustache --- content/projects.html | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/content/projects.html b/content/projects.html index b67856e..00ec9a7 100644 --- a/content/projects.html +++ b/content/projects.html @@ -1,6 +1,9 @@ +I have a collection of open-source software on [GitHub][github]. Some of the +more noteworthy projects are listed below. -I have collection of source code on [GitHub][github]. Some of the more noteworthy -projects are listed below. +[github]: http://github.com/wezm + + + +node-genx +--------- + +[node-genx] is a [node.js][node] binging to the [Genx][genx] XML generation +library. It allows fast and correct XML generation from the Javascript based +node.js environment. Available for easy install on [npm] via: + + npm install genx + +[node-genx]: https://github.com/wezm/node-genx +[node]: http://nodejs.org/ +[genx]: http://www.tbray.org/ongoing/When/200x/2004/02/20/GenxStatus +[npm]: http://npmjs.org/ + +OCMustache +---------- + +[OCMustache][ocmustache] brings the [Mustache templating language][mustache] to +Objective-C. The parser is built using the [Ragel State Machine +Compiler][ragel] in the hope that it will help ensure fast and correct parsing. + +[ocmustache]: https://github.com/wezm/OCMustache +[mustache]: http://mustache.github.com/ +[ragel]: http://www.complang.org/ragel/ Weather Station ---------------