<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,8 +14,6 @@ This is designed to be ultra light-weight.  That means:
   * Specific set of content items (e.g. code / video / image)
   * Possibly trackback support
 
-** I could see myself adding this if others found this software useful.
-
 == Admin
 
 To start adding posts, just point your MetaWeblog-enabled client to this endpoint:
@@ -31,23 +29,22 @@ If you're using TextMate, this means:
 
 == Formatting
 
-The default post formatting is Markdown with additional filters as necessary.  Embedding code is supported through the use of &lt;code&gt; tags:
+The default post formatting is Markdown with additional filters as necessary.  Embedding code is supported through a simple addition to the standard preformatted Markdown text:
   
-    &lt;code lang=&quot;ruby&quot;&gt;
-      class PostsController &lt; ApplicationController
-        def index
-          @posts = Post.by_date
-        end
+    #lang:ruby
+    class PostsController &lt; ApplicationController
+      def index
+        @posts = Post.by_date
       end
-    &lt;/code&gt;
+    end
 
 The formatter uses CodeRay (http://coderay.rubychan.de/) internally so any of the supported programming languages are allowed.
 
 == TODO
 
-* Allow drag &amp; drop of media with MetaWeblog API
 * Auto-recognition of content (e.g. video / mp3) and generation of embed codes
 * Plugins
+* Convert this jonx to Sinatra - Rails is dead, but Sinatra is dead-er.
 
 == Thanks
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>88380ae99224f9574b071599624ff8c800fe6003</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Reagan</name>
    <email>patrick.reagan@viget.com</email>
  </author>
  <url>http://github.com/reagent/blurt/commit/7e0419fd29cd1bde273185b388c0f8896ccba459</url>
  <id>7e0419fd29cd1bde273185b388c0f8896ccba459</id>
  <committed-date>2009-03-05T19:56:03-08:00</committed-date>
  <authored-date>2009-03-05T19:56:03-08:00</authored-date>
  <message>Updated README to reflect latest changes</message>
  <tree>2c193926d3aeb46acc2f17b81c6f0fceb5ccb15e</tree>
  <committer>
    <name>Patrick Reagan</name>
    <email>patrick.reagan@viget.com</email>
  </committer>
</commit>
