<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,28 @@
 XhtmlDev
 ========
 
-Introduction goes here.
+This plugin makes design and development a little better by tweaking the content type of pages
+generated by Rails. In development mode, it'll automatically serve up HTML pages with the content-
+type 'application/xhtml+xml' &#8212; which means that standards-aware browsers will show an exception page
+if you enter invalid XHTML markup.
 
+Of course, IE6 and friends can't handle that MIME type, so the plugin makes sure that they get the 
+pages as 'text/html.' Also, to more easily deal with user-generated content in the wild, anything
+coming out of the production environment will also be served as 'text/html.'
 
 Example
 =======
 
-Example goes here.
+The only thing you have to do to get this running is add a before filter to your application 
+controller:
+
+class ApplicationController &lt; ActionController::Base
+  before_filter :handle_with_ie
+end
+
+And even that's optional, if you don't care to serve 'text/html' to IE6, et al. in development mode.
+
+Happy hacking!
 
 
 Copyright (c) 2008 Ben Scofield of Viget Labs, released under the MIT license</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>998b78e86adf0b5b55838127bac91823f227460f</id>
    </parent>
  </parents>
  <author>
    <name>Ben Scofield</name>
    <email>git@turrean.com</email>
  </author>
  <url>http://github.com/vigetlabs/xhtml-dev/commit/abcea24e9669109ca57bbe87c77c354ac5eb78ec</url>
  <id>abcea24e9669109ca57bbe87c77c354ac5eb78ec</id>
  <committed-date>2008-07-25T12:54:57-07:00</committed-date>
  <authored-date>2008-07-25T12:54:57-07:00</authored-date>
  <message>added contenful README</message>
  <tree>5afdc6e31836a4955308c5b3fe7ccce5f8a69079</tree>
  <committer>
    <name>Ben Scofield</name>
    <email>git@turrean.com</email>
  </committer>
</commit>
