<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,3 @@
+This is an open-source JavaScript widget for editing JSON data structures.  Features include a JSON structural view with buttons for adding and removing objects and arrays, and a text view, with easy toggling between them, plus undo and redo.
+
+Feel free to send patches!
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -10,22 +10,22 @@
       // Setup control buttons at bottom.
       
       $(document).ready(function(){
+        JSONEditor.prototype.ADD_IMG = 'jsoneditor/add.png';
+        JSONEditor.prototype.DELETE_IMG = 'jsoneditor/delete.png';
         var j = new JSONEditor($(&quot;#t&quot;), 400, 300);
         j.doTruncation(true);
-        
         j.showFunctionButtons();
       });
     &lt;/script&gt;
   &lt;/head&gt;
   &lt;body&gt;
 &lt;textarea id=&quot;t&quot;&gt;{
-  &quot;name&quot;: &quot;a.title&quot;,
-  &quot;description&quot;: &quot;foo.bar&quot;,
-  &quot;authors&quot;: [{
-    &quot;name&quot;: &quot;p.foo&quot;,
-    &quot;link&quot;: &quot;a | @href&quot;,
+  &quot;names&quot;: [&quot;andy&quot;, &quot;ben&quot;, &quot;sam&quot;],
+  &quot;some_object&quot;: {
+    &quot;foo&quot;: &quot;bar&quot;,
+    &quot;baz&quot;: [{ &quot;woah&quot;: &quot;there&quot;}],
     &quot;long_line&quot;: &quot;a b c d e f g h i j | a b c d e f g h i j | match(/dflkjdfkjhdfkjhdf/) | dfjkhsdfh | a b c d e f g h i j&quot;
-  }]
+  }
 }
     &lt;/textarea&gt;
   &lt;/body&gt;  </diff>
      <filename>index.html</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
   by
     Andrew Cantino
     Kyle Maxwell
-  Copyright 2008
+  Copyright 2009
   Version 0.5
 
   You will probably need to tell the editor where to find its add and delete images.  In your 
@@ -12,7 +12,7 @@
      JSONEditor.prototype.ADD_IMG = '/javascripts/jsoneditor/add.png';
      JSONEditor.prototype.DELETE_IMG = '/javascripts/jsoneditor/delete.png';
   
-  You can enable or disable truncation with the following:
+  You can enable or disable visual truncation in the structure editor with the following:
     myEditor.doTruncation(false);
     myEditor.doTruncation(true); // The default
 */</diff>
      <filename>jsoneditor/editor.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1342bfcce76c6c56a454c7e829c4377f51b46133</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Cantino</name>
    <email>cantino@gmail.com</email>
  </author>
  <url>http://github.com/iterationlabs/jsoneditor/commit/f00866fc6bd6f96c752213e3df0a6d0aa6f47362</url>
  <id>f00866fc6bd6f96c752213e3df0a6d0aa6f47362</id>
  <committed-date>2009-02-17T12:55:15-08:00</committed-date>
  <authored-date>2009-02-17T12:55:15-08:00</authored-date>
  <message>moving to opensource</message>
  <tree>715aae93a00e599c6c6ae35728408e0d51bbbe3a</tree>
  <committer>
    <name>Andrew Cantino</name>
    <email>cantino@gmail.com</email>
  </committer>
</commit>
