<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 .tusk
+README.html
 local.json
 narwhal.conf
 zips</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -34,6 +34,12 @@
         },
         &quot;nitro&quot;: {
             &quot;name&quot;: &quot;nitro&quot;,
+            &quot;description&quot;: &quot;A Web Application Framework&quot;,
+            &quot;keywords&quot;: [
+                &quot;web&quot;,
+                &quot;framework&quot;,
+                &quot;jsgi&quot;
+            ],
             &quot;author&quot;: &quot;George Moschovitis&quot;,
             &quot;email&quot;: &quot;george.moschovitis@gmail.com&quot;,
             &quot;dependencies&quot;: [
@@ -41,9 +47,9 @@
                 &quot;template&quot;
             ],
             &quot;contributors&quot;: [
-                &quot;Kris Kowal&quot;
+                &quot;Kris Kowal (http://askawizard.blogspot.com/)&quot;
             ],
-            &quot;js&quot;: &quot;lib&quot;,
+            &quot;lib&quot;: &quot;lib&quot;,
             &quot;main&quot;: &quot;examples/simple/jackconfig&quot;,
             &quot;lean&quot;: [
                 &quot;lib&quot;
@@ -54,8 +60,10 @@
         },
         &quot;chiron&quot;: {
             &quot;author&quot;: &quot;Kris Kowal&quot;,
+            &quot;contributors&quot;: [
+                &quot;Steven Levithan&quot;
+            ],
             &quot;dependencies&quot;: [],
-            &quot;lib&quot;: &quot;src&quot;,
             &quot;githubName&quot;: &quot;chiron&quot;,
             &quot;type&quot;: &quot;zip&quot;,
             &quot;location&quot;: &quot;http://github.com/kriskowal/chiron/zipball/master&quot;
@@ -72,6 +80,15 @@
         },
         &quot;creolejs&quot;: {
             &quot;author&quot;: &quot;Ivan Fomichev&quot;,
+            &quot;description&quot;: &quot;A JavaScript implementation of the CreoleWiki language, for browsers.&quot;,
+            &quot;keywords&quot;: [
+                &quot;browser&quot;,
+                &quot;markup&quot;,
+                &quot;wiki&quot;,
+                &quot;creole&quot;,
+                &quot;javascript&quot;,
+                &quot;dom-based&quot;
+            ],
             &quot;contributors&quot;: [
                 &quot;Chris Purcell&quot;,
                 &quot;Kris Kowal&quot;
@@ -113,10 +130,17 @@
         },
         &quot;appengine&quot;: {
             &quot;name&quot;: &quot;appengine&quot;,
+            &quot;description&quot;: &quot;A port of the Python AppEngine API to JavaScript&quot;,
+            &quot;keywords&quot;: [
+                &quot;google&quot;,
+                &quot;appengine&quot;,
+                &quot;cloud&quot;,
+                &quot;datastore&quot;
+            ],
             &quot;author&quot;: &quot;George Moschovitis&quot;,
             &quot;email&quot;: &quot;george.moschovitis@gmail.com&quot;,
             &quot;contributors&quot;: [],
-            &quot;js&quot;: &quot;lib&quot;,
+            &quot;lib&quot;: &quot;lib&quot;,
             &quot;githubName&quot;: &quot;appengine&quot;,
             &quot;type&quot;: &quot;zip&quot;,
             &quot;location&quot;: &quot;http://github.com/gmosx/appengine/zipball/master&quot;
@@ -154,16 +178,27 @@
         },
         &quot;template&quot;: {
             &quot;name&quot;: &quot;template&quot;,
+            &quot;description&quot;: &quot;A simple templating engine&quot;,
+            &quot;keywords&quot;: [
+                &quot;template&quot;,
+                &quot;text&quot;,
+                &quot;json&quot;
+            ],
             &quot;author&quot;: &quot;George Moschovitis&quot;,
             &quot;email&quot;: &quot;george.moschovitis@gmail.com&quot;,
             &quot;dependencies&quot;: [],
-            &quot;js&quot;: &quot;lib&quot;,
+            &quot;lib&quot;: &quot;lib&quot;,
             &quot;githubName&quot;: &quot;template&quot;,
             &quot;type&quot;: &quot;zip&quot;,
             &quot;location&quot;: &quot;http://github.com/gmosx/template/zipball/master&quot;
         },
         &quot;markdown&quot;: {
             &quot;name&quot;: &quot;markdown&quot;,
+            &quot;description&quot;: &quot;A port of markdown to JavaScript&quot;,
+            &quot;keywords&quot;: [
+                &quot;markdown&quot;,
+                &quot;markup&quot;
+            ],
             &quot;author&quot;: &quot;John Fraser&quot;,
             &quot;contributors&quot;: [
                 &quot;John Gruber&quot;,
@@ -171,10 +206,38 @@
                 &quot;Kris Kowal&quot;
             ],
             &quot;dependencies&quot;: [],
-            &quot;js&quot;: &quot;lib&quot;,
+            &quot;lib&quot;: &quot;lib&quot;,
             &quot;githubName&quot;: &quot;markdown&quot;,
             &quot;type&quot;: &quot;zip&quot;,
             &quot;location&quot;: &quot;http://github.com/gmosx/markdown/zipball/master&quot;
+        },
+        &quot;xbin&quot;: {
+            &quot;name&quot;: &quot;xbin&quot;,
+            &quot;description&quot;: &quot;A suite of Unix command line tools for enlightened pipelines.&quot;,
+            &quot;keywords&quot;: [
+                &quot;cli&quot;,
+                &quot;command line&quot;,
+                &quot;bin&quot;,
+                &quot;tools&quot;,
+                &quot;enquote&quot;,
+                &quot;xip&quot;,
+                &quot;shuffle&quot;,
+                &quot;cycle&quot;,
+                &quot;nonblank&quot;,
+                &quot;uncomment&quot;,
+                &quot;dog&quot;
+            ],
+            &quot;author&quot;: {
+                &quot;name&quot;: &quot;Kris Kowal&quot;,
+                &quot;web&quot;: &quot;http://cixar.com/~kris.kowal&quot;,
+                &quot;email&quot;: &quot;kris.kowal@cixar.com&quot;
+            },
+            &quot;lean&quot;: [
+                &quot;bin&quot;
+            ],
+            &quot;githubName&quot;: &quot;xbin&quot;,
+            &quot;type&quot;: &quot;zip&quot;,
+            &quot;location&quot;: &quot;http://github.com/kriskowal/xbin/zipball/master&quot;
         }
     }
-}
+}
\ No newline at end of file</diff>
      <filename>catalog.json</filename>
    </modified>
    <modified>
      <diff>@@ -72,6 +72,10 @@
         &quot;markdown&quot;: {
             &quot;type&quot;: &quot;github&quot;,
             &quot;user&quot;: &quot;gmosx&quot;
+        },
+        &quot;xbin&quot;: {
+            &quot;type&quot;: &quot;github&quot;,
+            &quot;user&quot;: &quot;kriskowal&quot;
         }
     }
 }</diff>
      <filename>sources.json</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c8b42579ecad46d0ee954ff529be49516bc4e664</id>
    </parent>
  </parents>
  <author>
    <name>kriskowal</name>
    <email>kris.kowal@cixar.com</email>
  </author>
  <url>http://github.com/tlrobinson/narwhal/commit/c6e3a465f92a4c02fca31a002c85beee8e2984ee</url>
  <id>c6e3a465f92a4c02fca31a002c85beee8e2984ee</id>
  <committed-date>2009-08-09T17:31:28-07:00</committed-date>
  <authored-date>2009-08-09T17:31:28-07:00</authored-date>
  <message>Updated the catalog, since the package descriptions are beginning to come in.</message>
  <tree>1f9903929d82cbddab252ad8d1b8218b982a89fd</tree>
  <committer>
    <name>kriskowal</name>
    <email>kris.kowal@cixar.com</email>
  </committer>
</commit>
