1
0
Fork 0
forked from wezm/wezm.net

Update projects page with node-genx and OCMustache

This commit is contained in:
Wesley Moore 2011-01-27 04:44:32 +11:00
parent 85c83bfb33
commit a35a4eef68

View file

@ -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
<!--
Monothumb
---------
@ -13,7 +16,33 @@ original one, written in Objective-C that uses CoreImage and a second version
written in Lua. The Lua one is the one currently in use.
[flickr]: http://www.flickr.com/photos/wezm/
[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
---------------