<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.textile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,5 @@
 Options FollowSymLinks
 RewriteEngine On
-RewriteRule ^$ index.php [QSA]
 RewriteRule ^([^.]+)$ $1.html [QSA]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^(.*)$ bootstrap.php [QSA,L]
\ No newline at end of file</diff>
      <filename>.htaccess</filename>
    </modified>
    <modified>
      <diff>@@ -8,9 +8,11 @@ include_once($viewsDir . 'common/header.php');
 &lt;p&gt;If you're seeing this message that means you've successfully installed Recess. &lt;strong&gt;Now for the fun part: building apps&lt;/strong&gt;!&lt;/p&gt;
 &lt;p&gt;I appreciate your interest in the &lt;strong&gt;&lt;a href=&quot;http://www.recessframework.org/&quot;&gt;Recess Framework&lt;/a&gt;&lt;/strong&gt;! I hope you'll find this preview release (mostly) functional and (a lot) fun. As you are checking out the framework and building apps stay plugged in at &lt;a href=&quot;http://www.recessframework.org/&quot;&gt;RecessFramework.org&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;Recess ships with an application called '&lt;strong&gt;&lt;a href=&quot;recess/&quot;&gt;Recess Tools&lt;/a&gt;&lt;/strong&gt;'. This app is designed to help you kick off your new application and maintain a 'global' sense of your projects.&lt;/p&gt;
-&lt;p&gt;This is the first &lt;strong&gt;Public Preview Release&lt;/strong&gt; so expect some rough edges and &lt;a href=&quot;http://recess.lighthouseapp.com/projects/19507-recess-framework/overview&quot;&gt;let us know when you get cut&lt;/a&gt;.&lt;/p&gt;
-&lt;p&gt;&lt;strong&gt;Thanks! I hope you enjoy,&lt;/strong&gt;&lt;/p&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.krisjordan.com/&quot;&gt;Kris Jordan&lt;/a&gt;&lt;/strong&gt; (&lt;a href=&quot;http://www.twitter.com/KrisJordan&quot;&gt;twitter&lt;/a&gt;)&lt;/p&gt;
+&lt;p&gt;This is the first &lt;strong&gt;Public Preview Release&lt;/strong&gt; so expect some rough edges and &lt;a href=&quot;http://recess.lighthouseapp.com/projects/19507-recess-framework/overview&quot;&gt;report the bugs that bite&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Thanks! Let me know how it goes for you,&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.krisjordan.com/&quot;&gt;Kris Jordan&lt;/a&gt;&lt;/strong&gt;
+&lt;br /&gt;(&lt;a href=&quot;http://www.twitter.com/KrisJordan&quot;&gt;twitter&lt;/a&gt;)&lt;/p&gt;
+&lt;br /&gt;(&lt;a href=&quot;mailto:krisjordan@gmail.com&quot;&gt;e-mail&lt;/a&gt;)&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 </diff>
      <filename>apps/welcome/views/home/index.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,12 +23,12 @@ RecessConf::$defaultTimeZone = 'America/New_York';
 
 RecessConf::$defaultDatabase
 	= array(	//'sqlite:' . $_ENV['dir.bootstrap'] . 'recess/sqlite/default.db'
-				'mysql:host=localhost;dbname=recess', 'recess', 'recess'
+				//'mysql:host=localhost;dbname=DBNAME', 'USER', 'PASS'
 			);
 
 RecessConf::$namedDatabases
-	= array( 	// 'name' =&gt; array('sqlite:' . $_ENV['dir.bootstrap'] . 'recess/sqlite/default.db')
-				// 'name' =&gt; array('mysql:host=localhost;dbname=recess', 'username', 'password')
+	= array( 	// 'nameFoo' =&gt; array('sqlite:' . $_ENV['dir.bootstrap'] . 'recess/sqlite/default.db')
+				// 'nameBar' =&gt; array('mysql:host=localhost;dbname=recess', 'username', 'password')
 			);
 
 // Paths to the recess and apps directories</diff>
      <filename>recess-conf.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 			&lt;/div&gt;
 			&lt;div class=&quot;span-24 footer&quot;&gt;
-			  &lt;p class=&quot;quiet bottom&quot;&gt;&lt;a href=&quot;http://&lt;?php echo $_ENV['url.base'] . 'blog/'; ?&gt;&quot;&gt;Blog&lt;/a&gt; is &amp;copy; &lt;?php echo date('Y'); ?&gt;
+			  &lt;p class=&quot;quiet bottom&quot;&gt;&lt;a href=&quot;http://&lt;?php echo $_ENV['url.base'] . '{{routesPrefix}}'; ?&gt;&quot;&gt;{{appName}}&lt;/a&gt; is &amp;copy; &lt;?php echo date('Y'); ?&gt;
 			  {Insert Kick-ass App Developer Name Here}. All rights reserved.
 			  &lt;/p&gt;
 			&lt;/div&gt;</diff>
      <filename>recess/lib/recess/apps/tools/templates/footer.template.php</filename>
    </modified>
    <modified>
      <diff>@@ -11,4 +11,6 @@
 	&lt;/fieldset&gt;
 &lt;/form&gt;
 &lt;hr /&gt;
+&lt;a href=&quot;&lt;?php echo $controller-&gt;urlTo('index'); ?&gt;&quot;&gt;Back to list of {{modelName}}s&lt;/a&gt;
+&lt;hr /&gt;
 &lt;?php include_once($viewsDir . 'common/footer.php'); ?&gt;
\ No newline at end of file</diff>
      <filename>recess/lib/recess/apps/tools/templates/scaffolding/views/details.template.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf6fbaef33411bef4c0f7ddaa818cf378923ce3b</id>
    </parent>
  </parents>
  <author>
    <name>Kris Jordan</name>
    <email>krisjordan@gmail.com</email>
  </author>
  <url>http://github.com/recess/recess/commit/3894a5bf7b7885c02c79a1afdae353a0545f5fff</url>
  <id>3894a5bf7b7885c02c79a1afdae353a0545f5fff</id>
  <committed-date>2008-12-24T20:51:24-08:00</committed-date>
  <authored-date>2008-12-24T20:51:24-08:00</authored-date>
  <message>Final commit before tagging Public Preview???</message>
  <tree>43d04e38e32c6a1095732dd90d49ce78522db677</tree>
  <committer>
    <name>Kris Jordan</name>
    <email>krisjordan@gmail.com</email>
  </committer>
</commit>
