<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,27 +28,28 @@
 &lt;/head&gt;
 &lt;body&gt;
 
-&lt;h1&gt;Rich Text Editor&lt;/h1&gt;
+&lt;h1&gt;OO Rich Text Editor&lt;/h1&gt;
 &lt;p&gt;
-This is an adaptation of an early version of &lt;a href=&quot;http://www.kevinroth.com/rte/demo.htm&quot;&gt;RTE&lt;/a&gt; to provide an object oriented interface to a dynamic rich text editing javascript control.
+This OORTE, it is an adaptation of an early version of &lt;a href=&quot;http://www.kevinroth.com/rte/demo.htm&quot;&gt;RTE&lt;/a&gt; to provide an object oriented interface to a dynamic rich text editing javascript control.
 &lt;/p&gt;
 &lt;div class=&quot;message&quot;&gt;
   &lt;div class=&quot;content&quot; id=&quot;content1234&quot;&gt;
     &lt;h2&gt;Hello&lt;/h2&gt;
-    My name is Earl.
+    &lt;p&gt;
+    This is an ordinary div element with some html content inside. OORTE (Object Oriented RTE) lets you grab any element on a page and turn it into 
+    a html simple text editor.  
+    &lt;/p&gt;
+    &lt;p&gt;
+    You can hook in your own callback javascript function that get called when the user hits save too.
+    &lt;/p&gt;
   &lt;/div&gt;
 &lt;/div&gt;
-
-&lt;div class=&quot;message&quot;&gt;
-  &lt;div class=&quot;content&quot; id=&quot;abcdefg&quot;&gt;
-    &lt;h2&gt;Free (as in) Beer!&lt;/h2&gt;
-    Hundreds flock to the local beer festival for free ale.
-  &lt;/div&gt;
-&lt;/div&gt;
-
-&lt;div style=&quot;width:2in; height:2em; border:1px solid red; margin-bottom:1em;&quot; id=&quot;outputid&quot;&gt;&lt;/div&gt;
+&lt;blockquote&gt;
+&lt;div style=&quot;width:4in;border:1px solid red; margin-bottom:1em;&quot; id=&quot;outputid&quot;&gt; The example callback puts the id of the editor element in here...&lt;/div&gt;
 &lt;div id=&quot;output&quot; style=&quot;width:4in;height:2in;border:1px solid red&quot;&gt;
+... and the HTML output in here.
 &lt;/div&gt;
+&lt;/blockquote&gt;
 
 &lt;script type=&quot;text/javascript&quot;&gt;
  SetCallback_Save( function (id, content ) { 
@@ -65,7 +66,6 @@ This is an adaptation of an early version of &lt;a href=&quot;http://www.kevinroth.com/r
   } );
 
  var editor1 = new Editor(&quot;content1234&quot;);
- var editor2 = new Editor(&quot;abcdefg&quot;);
 &lt;/script&gt;
 
 </diff>
      <filename>index.html</filename>
    </modified>
    <modified>
      <diff>@@ -131,7 +131,8 @@ function Buttons()
 
   var repbtn = make_button(&quot;Reply&quot;);
   repbtn.onmouseup = function() { x.Reply(); }
-  repbtn.style.display = &quot;inline&quot;;
+  // repbtn.style.display = &quot;inline&quot;;
+  repbtn.style.display = &quot;none&quot;;
   div.appendChild( repbtn );
 
 
@@ -317,7 +318,6 @@ function Reply()
   var newid = this.id + &quot;_reply&quot;;
 
   var box = document.createElement(&quot;blockquote&quot;);
-  box.style.border = &quot;1px dotted silver&quot;;
   box.style.padding = &quot;3px&quot;;
   box.setAttribute(&quot;id&quot;, newid );
 </diff>
      <filename>richtext.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9cc0ba3b80ef16644f4cbe80c069294f11500c58</id>
    </parent>
  </parents>
  <author>
    <name>Ian Norton</name>
    <email>inb@ncipher.com</email>
  </author>
  <url>http://github.com/inorton/oorte/commit/4bdef85bbdc3527a4af23a83f295570210cd96ea</url>
  <id>4bdef85bbdc3527a4af23a83f295570210cd96ea</id>
  <committed-date>2009-06-25T05:31:31-07:00</committed-date>
  <authored-date>2009-06-25T05:31:31-07:00</authored-date>
  <message>tidy up the index page and remove Reply button</message>
  <tree>da4dc32c6bfd082663396d47df99b2ed09fb26f5</tree>
  <committer>
    <name>Ian Norton</name>
    <email>inb@ncipher.com</email>
  </committer>
</commit>
