<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,6 +16,7 @@ Chippino brings to the table:
     *   Modular config file support
     *   Input sanitization and filtering
     *   Canonical routing through PATH_INFO or $_GET if you want MVC shinies
+*   A TAL-compliant template language with support for Chippino data models
 
 
 Getting Started
@@ -24,7 +25,7 @@ Getting Started
 MVC Setup
 ---------
 
-Copy the mvc.php file to a public directory. Change the line:
+Copy the index.php file to a public directory. Change the line:
 
 require_once dirname(dirname(__FILE__)) . 'chippino.php';
 
@@ -60,4 +61,4 @@ A Sample Chippino Setup
         |- [your app]
         |- [your app]...
 
-The above setup is the most ideal. Grok and Chippino are both below the public directory, the index.php file is the only public entry point. Grok.php and the Chippino library are linked, making it easier to update both without issue.
\ No newline at end of file
+The above setup is the most ideal. Specifically, Grok and Chippino are both below the public directory, the index.php file is the only public entry point. Grok.php and the Chippino library are linked, making it easier to update both without issue.
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2,38 +2,14 @@
 
 
 // path to chippino.php
-require_once dirname(__FILE__) .  DIRECTORY_SEPARATOR . 'chippino.php';
+require_once dirname(dirname(__FILE__)) . 'chippino.php';
 
 // the base path is where your applications are located with ending slash
-chippino_config()-&gt;base_path = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'apps';
-
-// Choose your MVC Mode:
-// 'MVC2' is a typical MVC style architecture
-// 'TPL' is a template first MVC architecture
-// We really like TPL, but that's not really &quot;normal&quot; design
-$template_mode = 'MVC2';
+chippino_config()-&gt;base_path = dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'apps';
 
 // That's it, you're done with the primary config
 // don't mess with anything down here unless you know
 // what you are doing.
 // --------------------------------------------------------------------------
 
-$path = chip('#Chippino/Router/GetPath')-&gt;with(array(
-    'mode' =&gt; chipi('#Chippino/Config')-&gt;with()-&gt;core['url_mode'],
-));
-
-$route = chip('#Chippino/Router/GetRoute')-&gt;with(array(
-    'path' =&gt; $path
-));
-
-if ($template_mode === 'TPL') {
-    echo chip('#Chippino/Template/Init')-&gt;with(array(
-        'route' =&gt; $route,
-    ));
-}
-else {
-    $res = chip($route)-&gt;with(array(
-        'segments'  =&gt; explode('/', trim($path, '/')),
-        'POST'      =&gt; (count($_POST)) ? TRUE : FALSE,
-    ));
-}
+chip('#Chippino/Core/Init')-&gt;with();</diff>
      <filename>index.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>52ca2c6096f0b3a73fe9bdad83e3850b76147eb9</id>
    </parent>
  </parents>
  <author>
    <name>Jakob Heuser</name>
    <email>jakob@felocity.org</email>
  </author>
  <url>http://github.com/Jakobo/chippino/commit/b5a9f8cf8bed3e8b04a6be00ff5bb2e5fa448df6</url>
  <id>b5a9f8cf8bed3e8b04a6be00ff5bb2e5fa448df6</id>
  <committed-date>2009-04-12T12:37:26-07:00</committed-date>
  <authored-date>2009-04-12T12:37:26-07:00</authored-date>
  <message>new index.php for pxhtml and updated readme</message>
  <tree>ccfe1faa699accdf87f14d5f6312e8966a2e307a</tree>
  <committer>
    <name>Jakob Heuser</name>
    <email>jakob@felocity.org</email>
  </committer>
</commit>
