<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,7 @@
       var dbname = document.location.href.split('/')[3];
       var design = unescape(document.location.href).split('/')[5];
       var DB = $.couch.db(dbname);
-      DB.view(design+&quot;/example&quot;,{success: function(json) {
+      DB.view(design+&quot;/example&quot;, { reduce: false, success: function(json) {
         $(&quot;#view&quot;).html(json.rows.map(function(row) {
           return '&lt;li&gt;'+row.key+'&lt;/li&gt;';
         }).join(''));</diff>
      <filename>app-template/_attachments/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -36,6 +36,7 @@ def process_distribution(self, *args, **kwargs):
     easy_install.real_process_distribution(self, *args, **kwargs)
     import pkg_resources
     external_path = '/pathto/couchapp/_external'
+    
     try:
         pkg_resources.require('couchapp')
         external_path = pkg_resources.resource_filename(&quot;couchapp&quot;, &quot;_external&quot;)
@@ -51,7 +52,7 @@ easy_install.process_distribution = process_distribution
  
 setup(
     name = 'Couchapp',
-    version = '0.1.14',
+    version = '0.2',
     url = 'http://github.com/benoitc/couchapp/tree/master',
     license =  'Apache License 2',
     author = 'Benoit Chesneau',</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>296f5c0e1734a14491507368d99b9b9226e80471</id>
    </parent>
  </parents>
  <author>
    <name>Benoit Chesneau</name>
    <email>bchesneau@gmail.com</email>
  </author>
  <url>http://github.com/jchris/couchapp/commit/3e5333b0bd4ff888fcf946ef6c7df2884eb93360</url>
  <id>3e5333b0bd4ff888fcf946ef6c7df2884eb93360</id>
  <committed-date>2009-03-27T04:10:14-07:00</committed-date>
  <authored-date>2009-03-27T04:10:14-07:00</authored-date>
  <message>update setup version and fix index.html so it don't send null.</message>
  <tree>020fe63fec006a1dee97a8c2687c3bbfb6af5247</tree>
  <committer>
    <name>Benoit Chesneau</name>
    <email>bchesneau@gmail.com</email>
  </committer>
</commit>
