<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,22 +1,21 @@
-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
-    &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en-us&quot;&gt;
+&lt;html xml:lang=&quot;en&quot; lang=&quot;en-us&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
 &lt;head&gt;
-  &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;content-type&quot; /&gt;
 &lt;title&gt;Tracks Manual :: Introduction&lt;/title&gt;
 &lt;meta name=&quot;author&quot; content=&quot;&quot; /&gt;
 
 &lt;!--- Blueprint CSS Framework --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blueprint/screen.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blueprint/print.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
 &lt;!-- Ultraviolet syntax highlighting CSS --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blackboard.css&quot; type=&quot;text/css&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blackboard.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
 
 &lt;!-- Custom CSS for screen and PDF --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/site.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/printed-pdf.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/site.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/printed-pdf.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
 &lt;/head&gt;
 &lt;body&gt;
@@ -26,7 +25,7 @@
 &lt;div class=&quot;container&quot;&gt;
 
    &lt;div class=&quot;column span-24 first last&quot; id=&quot;header&quot;&gt;
-     &lt;h1&gt;&lt;img src=&quot;/assets/tracks-logo.png&quot; /&gt;&lt;/h1&gt;
+     &lt;h1&gt;&lt;img src=&quot;http://www.getontracks.org/doc/assets/tracks-logo.png&quot; /&gt;&lt;/h1&gt;
      
      &lt;div id=&quot;navcontainer&quot;&gt;
        &lt;ul id=&quot;navlist&quot;&gt;
@@ -42,19 +41,19 @@
    &lt;/div&gt;
 
    &lt;div class=&quot;column span-15 append-1 first&quot;&gt;
-     &lt;div id=&quot;toc&quot; class=&quot;box&quot;&gt;
+     &lt;div class=&quot;box&quot; id=&quot;toc&quot;&gt;
        &lt;ul&gt;
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/1-introduction.html&quot; class=&quot;current&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/1-introduction.html&quot; class=&quot;current&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
             
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/2-installation.html&quot;&gt;Installation&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/2-installation.html&quot;&gt;Installation&lt;/a&gt;&lt;/li&gt;
             
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/3-upgrading.html&quot;&gt;Upgrading&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/3-upgrading.html&quot;&gt;Upgrading&lt;/a&gt;&lt;/li&gt;
             
          
        &lt;/ul&gt;
@@ -84,7 +83,7 @@
 	&lt;p&gt;The source for this manual is kept in a &lt;a href=&quot;http://github.com/bsag/tracks_manual/tree&quot;&gt;GitHub repository&lt;/a&gt;, and this is pulled as a submodule into the doc/manual subdirectory of the main &lt;a href=&quot;http://github.com/bsag/tracks/tree&quot;&gt;Tracks repository&lt;/a&gt;. The source is maintained using &lt;a href=&quot;http://webby.rubyforge.org/&quot;&gt;Webby&lt;/a&gt; to create the HTML (deployed to the Tracks site), and &lt;a href=&quot;http://www.princexml.com/&quot;&gt;Prince XML&lt;/a&gt; is used to convert the HTML to PDF.&lt;/p&gt;
    &lt;/div&gt;
 
-   &lt;div id=&quot;sidebar&quot; class=&quot;column span-8 last&quot;&gt;
+   &lt;div class=&quot;column span-8 last&quot; id=&quot;sidebar&quot;&gt;
         &lt;h4&gt;Other resources&lt;/h4&gt;
 
    &lt;div class=&quot;box&quot;&gt;
@@ -101,7 +100,7 @@
 
    &lt;/div&gt;
    
-   &lt;div id=&quot;footer&quot; class=&quot;column span-24 first last&quot;&gt;
+   &lt;div class=&quot;column span-24 first last&quot; id=&quot;footer&quot;&gt;
      &lt;p&gt;Last updated on Sat 28 Feb 2009 at 11:32 &amp;nbsp; :: &amp;nbsp; Created with &lt;a href=&quot;http://webby.rubyforge.org&quot;&gt;Webby&lt;/a&gt;&lt;/p&gt;
 
    &lt;/div&gt;</diff>
      <filename>output/chapter/1-introduction.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,21 @@
-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
-    &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en-us&quot;&gt;
+&lt;html xml:lang=&quot;en&quot; lang=&quot;en-us&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
 &lt;head&gt;
-  &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;content-type&quot; /&gt;
 &lt;title&gt;Tracks Manual :: Installation&lt;/title&gt;
 &lt;meta name=&quot;author&quot; content=&quot;&quot; /&gt;
 
 &lt;!--- Blueprint CSS Framework --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blueprint/screen.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blueprint/print.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
 &lt;!-- Ultraviolet syntax highlighting CSS --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blackboard.css&quot; type=&quot;text/css&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blackboard.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
 
 &lt;!-- Custom CSS for screen and PDF --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/site.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/printed-pdf.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/site.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/printed-pdf.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
 &lt;/head&gt;
 &lt;body&gt;
@@ -26,7 +25,7 @@
 &lt;div class=&quot;container&quot;&gt;
 
    &lt;div class=&quot;column span-24 first last&quot; id=&quot;header&quot;&gt;
-     &lt;h1&gt;&lt;img src=&quot;/assets/tracks-logo.png&quot; /&gt;&lt;/h1&gt;
+     &lt;h1&gt;&lt;img src=&quot;http://www.getontracks.org/doc/assets/tracks-logo.png&quot; /&gt;&lt;/h1&gt;
      
      &lt;div id=&quot;navcontainer&quot;&gt;
        &lt;ul id=&quot;navlist&quot;&gt;
@@ -42,19 +41,19 @@
    &lt;/div&gt;
 
    &lt;div class=&quot;column span-15 append-1 first&quot;&gt;
-     &lt;div id=&quot;toc&quot; class=&quot;box&quot;&gt;
+     &lt;div class=&quot;box&quot; id=&quot;toc&quot;&gt;
        &lt;ul&gt;
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/1-introduction.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/1-introduction.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
             
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/2-installation.html&quot; class=&quot;current&quot;&gt;Installation&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/2-installation.html&quot; class=&quot;current&quot;&gt;Installation&lt;/a&gt;&lt;/li&gt;
             
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/3-upgrading.html&quot;&gt;Upgrading&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/3-upgrading.html&quot;&gt;Upgrading&lt;/a&gt;&lt;/li&gt;
             
          
        &lt;/ul&gt;
@@ -219,7 +218,7 @@ If all goes well, you should see some text informing you that the Mongrel server
 	&lt;p&gt;Once logged in, add some Contexts and Projects, and then go ahead and add your actions. You might also want to visit the Preferences page to edit various settings to your liking. Have fun!&lt;/p&gt;
    &lt;/div&gt;
 
-   &lt;div id=&quot;sidebar&quot; class=&quot;column span-8 last&quot;&gt;
+   &lt;div class=&quot;column span-8 last&quot; id=&quot;sidebar&quot;&gt;
         &lt;h4&gt;Other resources&lt;/h4&gt;
 
    &lt;div class=&quot;box&quot;&gt;
@@ -236,7 +235,7 @@ If all goes well, you should see some text informing you that the Mongrel server
 
    &lt;/div&gt;
    
-   &lt;div id=&quot;footer&quot; class=&quot;column span-24 first last&quot;&gt;
+   &lt;div class=&quot;column span-24 first last&quot; id=&quot;footer&quot;&gt;
      &lt;p&gt;Last updated on Sat 28 Feb 2009 at 11:32 &amp;nbsp; :: &amp;nbsp; Created with &lt;a href=&quot;http://webby.rubyforge.org&quot;&gt;Webby&lt;/a&gt;&lt;/p&gt;
 
    &lt;/div&gt;</diff>
      <filename>output/chapter/2-installation.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,21 @@
-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
-    &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en-us&quot;&gt;
+&lt;html xml:lang=&quot;en&quot; lang=&quot;en-us&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
 &lt;head&gt;
-  &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;content-type&quot; /&gt;
 &lt;title&gt;Tracks Manual :: Upgrading&lt;/title&gt;
 &lt;meta name=&quot;author&quot; content=&quot;&quot; /&gt;
 
 &lt;!--- Blueprint CSS Framework --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blueprint/screen.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blueprint/print.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
 &lt;!-- Ultraviolet syntax highlighting CSS --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blackboard.css&quot; type=&quot;text/css&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blackboard.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
 
 &lt;!-- Custom CSS for screen and PDF --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/site.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/printed-pdf.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/site.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/printed-pdf.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
 &lt;/head&gt;
 &lt;body&gt;
@@ -26,7 +25,7 @@
 &lt;div class=&quot;container&quot;&gt;
 
    &lt;div class=&quot;column span-24 first last&quot; id=&quot;header&quot;&gt;
-     &lt;h1&gt;&lt;img src=&quot;/assets/tracks-logo.png&quot; /&gt;&lt;/h1&gt;
+     &lt;h1&gt;&lt;img src=&quot;http://www.getontracks.org/doc/assets/tracks-logo.png&quot; /&gt;&lt;/h1&gt;
      
      &lt;div id=&quot;navcontainer&quot;&gt;
        &lt;ul id=&quot;navlist&quot;&gt;
@@ -42,19 +41,19 @@
    &lt;/div&gt;
 
    &lt;div class=&quot;column span-15 append-1 first&quot;&gt;
-     &lt;div id=&quot;toc&quot; class=&quot;box&quot;&gt;
+     &lt;div class=&quot;box&quot; id=&quot;toc&quot;&gt;
        &lt;ul&gt;
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/1-introduction.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/1-introduction.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
             
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/2-installation.html&quot;&gt;Installation&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/2-installation.html&quot;&gt;Installation&lt;/a&gt;&lt;/li&gt;
             
          
             
-              &lt;li&gt;&lt;a href=&quot;/chapter/3-upgrading.html&quot; class=&quot;current&quot;&gt;Upgrading&lt;/a&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/3-upgrading.html&quot; class=&quot;current&quot;&gt;Upgrading&lt;/a&gt;&lt;/li&gt;
             
          
        &lt;/ul&gt;
@@ -219,7 +218,7 @@ Rename your old Tracks installation (e.g. to &amp;#8216;tracks-old&amp;#8217;) so that y
 	&lt;p id=&quot;fn1&quot;&gt;&lt;sup&gt;1&lt;/sup&gt; The &lt;code&gt;env&lt;/code&gt; binary helps to locate other binaries, regardless of their location. If you don&amp;#8217;t have &lt;code&gt;env&lt;/code&gt; installed, you&amp;#8217;ll need to change this line to point to the location of your Ruby binary.&lt;/p&gt;
    &lt;/div&gt;
 
-   &lt;div id=&quot;sidebar&quot; class=&quot;column span-8 last&quot;&gt;
+   &lt;div class=&quot;column span-8 last&quot; id=&quot;sidebar&quot;&gt;
         &lt;h4&gt;Other resources&lt;/h4&gt;
 
    &lt;div class=&quot;box&quot;&gt;
@@ -236,7 +235,7 @@ Rename your old Tracks installation (e.g. to &amp;#8216;tracks-old&amp;#8217;) so that y
 
    &lt;/div&gt;
    
-   &lt;div id=&quot;footer&quot; class=&quot;column span-24 first last&quot;&gt;
+   &lt;div class=&quot;column span-24 first last&quot; id=&quot;footer&quot;&gt;
      &lt;p&gt;Last updated on Sat 28 Feb 2009 at 11:32 &amp;nbsp; :: &amp;nbsp; Created with &lt;a href=&quot;http://webby.rubyforge.org&quot;&gt;Webby&lt;/a&gt;&lt;/p&gt;
 
    &lt;/div&gt;</diff>
      <filename>output/chapter/3-upgrading.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,21 @@
-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
-    &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en-us&quot;&gt;
+&lt;html xml:lang=&quot;en&quot; lang=&quot;en-us&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
 &lt;head&gt;
-  &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;content-type&quot; /&gt;
 &lt;title&gt;Tracks Manual :: Home&lt;/title&gt;
 &lt;meta name=&quot;author&quot; content=&quot;&quot; /&gt;
 
 &lt;!--- Blueprint CSS Framework --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blueprint/screen.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blueprint/print.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
 &lt;!-- Ultraviolet syntax highlighting CSS --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blackboard.css&quot; type=&quot;text/css&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/blackboard.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
 
 &lt;!-- Custom CSS for screen and PDF --&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/site.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/printed-pdf.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/site.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+&lt;link href=&quot;http://www.getontracks.org/doc/css/printed-pdf.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
 &lt;body&gt;
 
@@ -39,7 +38,7 @@
    &lt;/div&gt;
 
    &lt;div class=&quot;column span-15 append-1 first&quot;&gt;
-      &lt;div id=&quot;toc&quot; class=&quot;box&quot;&gt;
+      &lt;div class=&quot;box&quot; id=&quot;toc&quot;&gt;
   &lt;ul&gt;
     &lt;li&gt;&lt;a href=&quot;http://www.getontracks.org/doc/chapter/1-introduction.html&quot; class=&quot;current&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
 
@@ -69,7 +68,7 @@
     &lt;p&gt;The source for this manual is kept in a &lt;a href=&quot;http://github.com/bsag/tracks_manual/tree&quot;&gt;GitHub repository&lt;/a&gt;, and this is pulled as a submodule into the doc/manual subdirectory of the main &lt;a href=&quot;http://github.com/bsag/tracks/tree&quot;&gt;Tracks repository&lt;/a&gt;. The source is maintained using &lt;a href=&quot;http://webby.rubyforge.org/&quot;&gt;Webby&lt;/a&gt; to create the HTML (deployed to the Tracks site), and &lt;a href=&quot;http://www.princexml.com/&quot;&gt;Prince XML&lt;/a&gt; is used to convert the HTML to PDF.&lt;/p&gt;
    &lt;/div&gt;
 
-   &lt;div id=&quot;sidebar&quot; class=&quot;column span-8 last&quot;&gt;
+   &lt;div class=&quot;column span-8 last&quot; id=&quot;sidebar&quot;&gt;
         &lt;h4&gt;Other resources&lt;/h4&gt;
 
    &lt;div class=&quot;box&quot;&gt;
@@ -86,11 +85,11 @@
 
    &lt;/div&gt;
    
-   &lt;div id=&quot;footer&quot; class=&quot;column span-24 first last&quot;&gt;
+   &lt;div class=&quot;column span-24 first last&quot; id=&quot;footer&quot;&gt;
      &lt;p&gt;Last updated on Sat 28 Feb 2009 at 11:32 &amp;nbsp; :: &amp;nbsp; Created with &lt;a href=&quot;http://webby.rubyforge.org&quot;&gt;Webby&lt;/a&gt;&lt;/p&gt;
 
    &lt;/div&gt;
 
 &lt;/div&gt;
 &lt;/body&gt;
-&lt;/html&gt;
+&lt;/head&gt;&lt;/html&gt;</diff>
      <filename>output/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac12c3f93f3f6678d74c49b881a5574052e23ce8</id>
    </parent>
  </parents>
  <author>
    <name>bsag</name>
    <email>butshesagirl@rousette.org.uk</email>
  </author>
  <url>http://github.com/bsag/tracks_manual/commit/99fc18dcbf80efa9a923aec1c9f64e79673abeef</url>
  <id>99fc18dcbf80efa9a923aec1c9f64e79673abeef</id>
  <committed-date>2009-02-28T03:49:38-08:00</committed-date>
  <authored-date>2009-02-28T03:49:38-08:00</authored-date>
  <message>Adding modified output files again.</message>
  <tree>80dc6cf9bfe47787c210d4cf144dfebc4a4a7519</tree>
  <committer>
    <name>bsag</name>
    <email>butshesagirl@rousette.org.uk</email>
  </committer>
</commit>
