<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config/config.php</filename>
    </added>
    <added>
      <filename>includes/init.php</filename>
    </added>
    <added>
      <filename>includes/no.tmpl</filename>
    </added>
    <added>
      <filename>includes/yes.tmpl</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 &lt;?php
 
-require_once('config.php');
-require_once('init.php');
+require_once('config/config.php');
+require_once('includes/init.php');
 
 // Shouldn't really pull deep into wikislurp like this, but I can so I will
 require_once('externals/wikislurp/externals/CurlCall/CurlCall.php');
@@ -52,7 +52,7 @@ $closestNo = getClosestString( $hated, $aNo );
 $levPercentClosestYes = 100 * levenshtein( strtolower($hated), strtolower($closestYes) ) / strlen($hated);
 $levPercentClosestNo  = 100 * levenshtein( strtolower($hated), strtolower($closestNo) ) / strlen($hated);
 
-$file = 'yes.tmpl';
+$file = 'includes/yes.tmpl';
 if ( $levPercentClosestYes &lt;= $levPercentClosestNo ) {
     if ( $levPercentClosestYes &lt; 10 ) {
         $answerString = &quot;Definitely Yes!&quot;;
@@ -65,7 +65,7 @@ if ( $levPercentClosestYes &lt;= $levPercentClosestNo ) {
 } else {
     if ( $levPercentClosestNo &lt; 10 ) {
         $answerString = &quot;No!&quot;;
-        $file = 'no.tmpl';
+        $file = 'includes/no.tmpl';
         foreach ( $aNo as $item ) {
             if ( $closestNo == getDataFromArray($item, array('title')) ) {
                 $currentDescription = getDataFromArray($item, array('description'));</diff>
      <filename>controller.php</filename>
    </modified>
    <modified>
      <diff>@@ -46,7 +46,7 @@
             &lt;/div&gt;
             &lt;div class=&quot;yui-b&quot;&gt;
                 &lt;?php
-                    require_once('config.php');
+                    require_once('config/config.php');
                     echo getHtmlAnnoyingAndLovely($aYes, $nYesToShow, $aNo, $nNoToShow);
                 ?&gt;
             &lt;/div&gt;</diff>
      <filename>index.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>config.php</filename>
    </removed>
    <removed>
      <filename>init.php</filename>
    </removed>
    <removed>
      <filename>no.tmpl</filename>
    </removed>
    <removed>
      <filename>yes.tmpl</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>6ce6455c2d0f353c061000b43b5de7eca54e1957</id>
    </parent>
  </parents>
  <author>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </author>
  <url>http://github.com/NeilCrosby/isneilannoyedby/commit/30dce9ca2faa2aad3712ab44c4c88d712a5605e7</url>
  <id>30dce9ca2faa2aad3712ab44c4c88d712a5605e7</id>
  <committed-date>2008-12-31T04:46:14-08:00</committed-date>
  <authored-date>2008-12-31T04:46:14-08:00</authored-date>
  <message>Moved files around</message>
  <tree>e1ab978c302d202b33ccea64c4cfcc2610a34e57</tree>
  <committer>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </committer>
</commit>
