<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>assets/stylesheets/highlight.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -65,10 +65,14 @@ Installation is as easy as (for Rails &gt; 2.1):
 
   ./script/plugin install git@github.com:marcoow/highlight.git
 
+The hightlight.css stylesheet that contains the neccessary style definitions should be copied to your public/stylesheets directory automagically.
+
 If you are on Rails &lt; 2.1, do this from your RAILS_ROOT
 
   git clone git@github.com:marcoow/highlight.git vendor/plugins/highlight
 
+In this case you would have to copy the hightlight.css stylesheets manually from vendor/plugins/highlight/assets/stylesheets/.
+
 If you don't have python and pygments installed, you will need that too. For instructions on installing pygments,
 refer to http://pygments.org/docs/installation/
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,6 @@
+puts &quot;Copying highlight.css to #{RAILS_ROOT}/public/stylesheets/&quot;
+
+File.copy(
+  File.join(File.dirname(__FILE__), 'assets', 'stylesheets', 'highlight.css'),
+  File.join(RAILS_ROOT, 'public', 'stylesheets')
+)</diff>
      <filename>install.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>public/stylesheets/syntax_highlighting.css</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>42c352f30659d2210f7ba396df4a6fb57e3742f1</id>
    </parent>
  </parents>
  <author>
    <name>marcoow</name>
    <email>marco.otte-witte@simplabs.com</email>
  </author>
  <url>http://github.com/marcoow/highlight/commit/698798340efe2b12f7994d1fad25088dd426ae45</url>
  <id>698798340efe2b12f7994d1fad25088dd426ae45</id>
  <committed-date>2008-11-06T11:09:10-08:00</committed-date>
  <authored-date>2008-11-06T11:09:10-08:00</authored-date>
  <message>added install.rb; updated README</message>
  <tree>3406d82f5ddc8b3dbbca2f0bc5094deb156d9b2b</tree>
  <committer>
    <name>marcoow</name>
    <email>marco.otte-witte@simplabs.com</email>
  </committer>
</commit>
