<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,6 +11,7 @@ If you haven't yet checked out the source do so with:
 Then to work with it:
 
   * edit the `content.markdown` Markdown file with your content.
+  * edit the `config.php` file to setup the titles you want
   * edit the `footer.php` file to include the links you want in your footer.
   * when you're set run `rake` to generate the html file.
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,6 @@
-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+&lt;?php
+include 'config.php';
+?&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
 	&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-tocict.dtd&quot;&gt;
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
@@ -7,7 +9,7 @@
 	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;
 	&lt;meta name=&quot;description&quot; content=&quot;Ruby Readline Documentation, Tutorial, and Examples&quot; /&gt;
 	&lt;meta name=&quot;keywords&quot; content=&quot;ruby, readline, documentation, docs, examples, libedit, shell&quot; /&gt;
-	&lt;title&gt;Ruby Readline&lt;/title&gt;
+	&lt;title&gt;&lt;?php echo $html_title; ?&gt;&lt;/title&gt;
 
 	&lt;!-- Blueprint CSS Framework (0.8) --&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
@@ -82,7 +84,7 @@
 
 	&lt;!-- Header and Gradient --&gt;
 	&lt;div id=&quot;header&quot; class=&quot;center last alt&quot;&gt;
-		&lt;h1&gt;Ruby Readline Documentation and Tutorial&lt;/h1&gt;
+		&lt;h1&gt;&lt;?php echo $tutorial_title; ?&gt;&lt;/h1&gt;
 	&lt;/div&gt;
 	&lt;div id=&quot;header-grad1&quot;&gt;&amp;nbsp;&lt;/div&gt;
 	&lt;div id=&quot;header-grad2&quot;&gt;&amp;nbsp;&lt;/div&gt;</diff>
      <filename>index.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>54bf9e95b0b0c27009ace00954f719af1e025fbf</id>
    </parent>
  </parents>
  <author>
    <name>Joseph Pecoraro</name>
    <email>joepeck02@gmail.com</email>
  </author>
  <url>http://github.com/JosephPecoraro/markdownorial/commit/9bd31262808a8f245dabb33bbe580d573e222579</url>
  <id>9bd31262808a8f245dabb33bbe580d573e222579</id>
  <committed-date>2009-05-16T21:11:24-07:00</committed-date>
  <authored-date>2009-05-16T21:11:24-07:00</authored-date>
  <message>- Extracted title information to the config.php file, updated README</message>
  <tree>182fbe144df7e0d97f18fda935fc09c51f2f0022</tree>
  <committer>
    <name>Joseph Pecoraro</name>
    <email>joepeck02@gmail.com</email>
  </committer>
</commit>
