<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>www/twilight.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@
 &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot; /&gt;
 &lt;link href=&quot;prawn.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
+&lt;link href=&quot;twilight.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt; 
 
@@ -26,7 +27,7 @@
 &lt;/div&gt;
 
 &lt;h2&gt;Building printable documents doesn't have to be hard&lt;/h2&gt; 
-&lt;img src=&quot;/media/prawn_logo.png&quot; style=&quot;float: right;&quot;&gt;
+&lt;img src=&quot;media/prawn_logo.png&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;
    If you've ever needed to produce PDF documents before, in Ruby or another language, you probably know how much it can suck.  &lt;span style=&quot;color: #eeff44&quot;&gt;&lt;b&gt;&lt;i&gt;Prawn takes the pain out of generating beautiful printable documents&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;, while still remaining fast, tiny and nimble.  It is also named after a majestic sea creature, and that has to count for something.     
 &lt;/p&gt;
@@ -43,8 +44,17 @@ a taste of what Prawn based programs looks like, &lt;span style=&quot;color: #eeff44&quot;&gt;&lt;b
 Internationalized text in Prawn is as simple as providing UTF-8 strings for it to render, assuming you've got a Unicode aware TTF font handy.  For those who are running on Ruby 1.9, any encoding that can be converted to UTF-8 will work out of the box!
 &lt;/p&gt;     
 
-&lt;a href=&quot;media/utf8.pdf&quot;&gt;&lt;img src=&quot;media/utf8.png&quot; style=&quot;padding-left: 1.5em;&quot;/&gt;&lt;/a&gt;
-         
+&lt;a href=&quot;media/utf8.pdf&quot;&gt;
+&lt;!-- begin dump from pastie.org/311073 --&gt;
+		&lt;pre class=&quot;textmate-source&quot;&gt;&lt;pre class=&quot;sunburst&quot;&gt;&lt;span class='support support_class support_class_ruby'&gt;Prawn&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;::&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;Document&lt;/span&gt;&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_with-arguments meta_function-call_method_with-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;generate&lt;/span&gt;&lt;/span&gt;(&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;utf8.pdf&amp;quot;&lt;/span&gt;) &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do&lt;/span&gt;
+  font &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;&lt;span class='source source_ruby source_ruby_embedded source_ruby_embedded_source'&gt;#{&lt;span class='support support_class support_class_ruby'&gt;Prawn&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;::&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;BASEDIR&lt;/span&gt;&lt;/span&gt;}&lt;/span&gt;/data/fonts/DejaVuSans.ttf&amp;quot;&lt;/span&gt;
+  text &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;&#8021;&#945;&#955;&#959;&#957; &#981;&#945;&#947;&#949;&#8150;&#957; &#948;&#973;&#957;&#945;&#956;&#945;&#953;&#183; &#964;&#959;&#8166;&#964;&#959; &#959;&#8020; &#956;&#949; &#946;&#955;&#940;&#960;&#964;&#949;&#953;.&amp;quot;&lt;/span&gt; &lt;span class='keyword keyword_operator keyword_operator_arithmetic keyword_operator_arithmetic_ruby'&gt;*&lt;/span&gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;20&lt;/span&gt;
+&lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;
+&lt;/pre&gt;&lt;/pre&gt;
+
+&lt;!-- end pastie dump --&gt;
+&lt;/a&gt;
+
 &lt;h3&gt;-- Easy image embedding&lt;/h3&gt;
   
 &lt;p&gt;
@@ -52,7 +62,22 @@ Prawn makes embedding JPEG and PNG images a breeze.  With support for alpha tran
 including all the graphics you need in your documents.
 &lt;/p&gt;  
 
-&lt;a href=&quot;media/image.pdf&quot;&gt;&lt;img src=&quot;media/images.png&quot; style=&quot;padding-left: 1.5em;&quot;/&gt;&lt;/a&gt;  
+&lt;a href=&quot;media/image.pdf&quot;&gt;
+
+&lt;!-- begin dump from pastie.org/311068 --&gt;
+
+		&lt;pre class=&quot;textmate-source&quot;&gt;&lt;pre class=&quot;sunburst&quot;&gt;&lt;span class='support support_class support_class_ruby'&gt;Prawn&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;::&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;Document&lt;/span&gt;&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_with-arguments meta_function-call_method_with-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;generate&lt;/span&gt;&lt;/span&gt;(&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;image2.pdf&amp;quot;&lt;/span&gt;, &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:page_layout&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:landscape&lt;/span&gt;) &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do     &lt;/span&gt;
+  pigs &lt;span class='keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby'&gt;=&lt;/span&gt; &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;&lt;span class='source source_ruby source_ruby_embedded source_ruby_embedded_source'&gt;#{&lt;span class='support support_class support_class_ruby'&gt;Prawn&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;::&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;BASEDIR&lt;/span&gt;&lt;/span&gt;}&lt;/span&gt;/data/images/pigs.jpg&amp;quot;&lt;/span&gt; 
+  image pigs, &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:at&lt;/span&gt; =&amp;gt; [&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;50&lt;/span&gt;,&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;450&lt;/span&gt;], &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:width&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;450&lt;/span&gt;                                      
+
+  dice &lt;span class='keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby'&gt;=&lt;/span&gt; &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;&lt;span class='source source_ruby source_ruby_embedded source_ruby_embedded_source'&gt;#{&lt;span class='support support_class support_class_ruby'&gt;Prawn&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;::&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;BASEDIR&lt;/span&gt;&lt;/span&gt;}&lt;/span&gt;/data/images/dice.png&amp;quot;&lt;/span&gt;
+  image dice, &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:at&lt;/span&gt; =&amp;gt; [&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;50&lt;/span&gt;, &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;450&lt;/span&gt;], &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:scale&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;0.75&lt;/span&gt; 
+&lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;
+&lt;/pre&gt;&lt;/pre&gt;
+
+&lt;!-- end pastie dump --&gt;
+
+&lt;/a&gt;
 
 &lt;h3&gt;-- Flexible table drawing&lt;/h3&gt;
 
@@ -63,7 +88,27 @@ documents rather than forcing them to write a ton of low level graphics drawing
 code.
 &lt;/p&gt;   
 
-&lt;a href=&quot;media/fancy_table.pdf&quot;&gt;&lt;img src=&quot;media/tables.png&quot; style=&quot;padding-left: 1.5em;&quot;/&gt;&lt;/a&gt;   
+&lt;a href=&quot;media/fancy_table.pdf&quot;&gt;
+&lt;!-- begin dump from pastie.org/311075 --&gt;  
+
+		&lt;pre class=&quot;textmate-source&quot;&gt;&lt;pre class=&quot;sunburst&quot;&gt;&lt;span class='support support_class support_class_ruby'&gt;Prawn&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;::&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;Document&lt;/span&gt;&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_with-arguments meta_function-call_method_with-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;generate&lt;/span&gt;&lt;/span&gt;(&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;fancy_table.pdf&amp;quot;&lt;/span&gt;) &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do&lt;/span&gt;
+
+  data &lt;span class='keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby'&gt;=&lt;/span&gt; [[&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;Gregory Brown&amp;quot;&lt;/span&gt;, &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;gregory.t.brown@fakemail.test&amp;quot;&lt;/span&gt; ],
+          [&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;James Healy&amp;quot;&lt;/span&gt;  , &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;jimmy@fakemail.test&amp;quot;&lt;/span&gt;           ],
+          [&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;Ross Perot&amp;quot;&lt;/span&gt;   , &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;ross@fakemail.test&amp;quot;&lt;/span&gt;            ],
+          [&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;Al Gore&amp;quot;&lt;/span&gt;      , &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;al@fakemail.test&amp;quot;&lt;/span&gt;              ],
+          [&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;Ralph Nader&amp;quot;&lt;/span&gt;  , &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;ralph@fakemail.test&amp;quot;&lt;/span&gt;           ]]
+
+  table data,
+    &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:position&lt;/span&gt;           =&amp;gt; &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:center&lt;/span&gt;,
+    &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:headers&lt;/span&gt;            =&amp;gt; [&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;Name&amp;quot;&lt;/span&gt;, &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;Email&amp;quot;&lt;/span&gt;],
+    &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:row_colors&lt;/span&gt;         =&amp;gt; [&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;ffffff&amp;quot;&lt;/span&gt;,&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;ffff00&amp;quot;&lt;/span&gt;],
+    &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:vertical_padding&lt;/span&gt;   =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;5&lt;/span&gt;,
+    &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:horizontal_padding&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;3&lt;/span&gt;
+&lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;
+&lt;/pre&gt;&lt;/pre&gt;
+&lt;!-- end pastie dump --&gt;
+&lt;/a&gt;   
 
 &lt;h3&gt;-- Simplified content positioning&lt;/h3&gt;
                                                         
@@ -74,7 +119,34 @@ Text can also be flowed within these sectioned off bounding boxes, so this
 makes it trivial to generate columns of text on the fly.
 &lt;/p&gt;              
 
-&lt;a href=&quot;media/bounding_boxes.pdf&quot;&gt;&lt;img src=&quot;media/bounding_boxes.png&quot;/&gt;&lt;/a&gt;
+&lt;a href=&quot;media/bounding_boxes.pdf&quot;&gt;
+  &lt;!-- begin dump from pastie.org/311081 --&gt;    
+  &lt;pre class=&quot;textmate-source&quot;&gt;&lt;pre class=&quot;sunburst&quot;&gt;&lt;span class='support support_class support_class_ruby'&gt;Prawn&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;::&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;Document&lt;/span&gt;&lt;/span&gt;&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_with-arguments meta_function-call_method_with-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;generate&lt;/span&gt;&lt;/span&gt;(&lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;bounding_boxes.pdf&amp;quot;&lt;/span&gt;) &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do   &lt;/span&gt;
+
+  bounding_box [&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;100&lt;/span&gt;,&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;600&lt;/span&gt;], &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:width&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;200&lt;/span&gt; &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do&lt;/span&gt;
+    text &lt;span class='string string_quoted string_quoted_double string_quoted_double_ruby'&gt;&amp;quot;The rain in spain falls mainly on the plains &amp;quot;&lt;/span&gt; &lt;span class='keyword keyword_operator keyword_operator_arithmetic keyword_operator_arithmetic_ruby'&gt;*&lt;/span&gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;5&lt;/span&gt;
+    stroke &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do&lt;/span&gt;
+      line bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;top_left&lt;/span&gt;&lt;/span&gt;,    bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;top_right&lt;/span&gt;&lt;/span&gt;
+      line bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;bottom_left&lt;/span&gt;&lt;/span&gt;, bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;bottom_right&lt;/span&gt;&lt;/span&gt;
+    &lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;
+  &lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;
+
+  bounding_box [&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;100&lt;/span&gt;,&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;500&lt;/span&gt;], &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:width&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;200&lt;/span&gt;, &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:height&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;200&lt;/span&gt; &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do&lt;/span&gt;
+    stroke &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do&lt;/span&gt;
+      circle_at [&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;100&lt;/span&gt;,&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;100&lt;/span&gt;], &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:radius&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;100&lt;/span&gt;
+      line bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;top_left&lt;/span&gt;&lt;/span&gt;, bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;bottom_right&lt;/span&gt;&lt;/span&gt;
+      line bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;top_right&lt;/span&gt;&lt;/span&gt;, bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;bottom_left&lt;/span&gt;&lt;/span&gt;
+    &lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;   
+
+    bounding_box [&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;50&lt;/span&gt;,&lt;span class='constant constant_numeric constant_numeric_ruby'&gt;150&lt;/span&gt;], &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:width&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;100&lt;/span&gt;, &lt;span class='constant constant_other constant_other_symbol constant_other_symbol_ruby'&gt;:height&lt;/span&gt; =&amp;gt; &lt;span class='constant constant_numeric constant_numeric_ruby'&gt;100&lt;/span&gt; &lt;span class='keyword keyword_control keyword_control_ruby keyword_control_ruby_start-block'&gt;do&lt;/span&gt;
+      stroke_rectangle bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;top_left&lt;/span&gt;&lt;/span&gt;, bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;width&lt;/span&gt;&lt;/span&gt;, bounds&lt;span class='meta meta_function-call meta_function-call_method meta_function-call_method_without-arguments meta_function-call_method_without-arguments_ruby'&gt;.&lt;span class='entity entity_name entity_name_function entity_name_function_ruby'&gt;height&lt;/span&gt;&lt;/span&gt;
+    &lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;   
+  &lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;
+&lt;span class='keyword keyword_control keyword_control_ruby'&gt;end&lt;/span&gt;
+  &lt;/pre&gt;&lt;/pre&gt;
+
+  &lt;!-- end pastie dump --&gt;  
+&lt;/a&gt;
 
 &lt;h3&gt;-- And loads more to come&lt;/h3&gt;
 </diff>
      <filename>www/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8f6d50c7a5bddfb4d4b2c814bad30947baa234e9</id>
    </parent>
  </parents>
  <author>
    <name>Colin A. Bartlett</name>
    <email>colin@kineticweb.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/631d2dbf237c7bc5eb0d80b78550d7568017dc7a</url>
  <id>631d2dbf237c7bc5eb0d80b78550d7568017dc7a</id>
  <committed-date>2008-11-09T17:28:23-08:00</committed-date>
  <authored-date>2008-11-09T17:28:23-08:00</authored-date>
  <message>changed code snippets to actual text from images</message>
  <tree>585775fed5d7cf1d0fe2600a806d056871baf7f7</tree>
  <committer>
    <name>Colin A. Bartlett</name>
    <email>colin@kineticweb.com</email>
  </committer>
</commit>
