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
---------------