<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,30 +1,35 @@
 &lt;?php
 
-# Routes tackles an interesting problem that comes up frequently in web development.
+# Routes tackles an interesting problem that comes up frequently in web
+# development.
+#
 # How do you map a URL to your code?
 #
-# While there are many solutions to this problem, that range from using the URL paths as an object publishing
-# hierarchy, to regular expression matching; Routes goes a slightly different way.
+# While there are many solutions to this problem, that range from using the URL
+# paths as an object publishing hierarchy, to regular expression matching;
+# Routes goes a slightly different way.
 #
-# Using Routes, you specify parts of the URL path and how to match them to your Controllers and Actions.
+# Using Routes, you specify parts of the URL path and how to match them to your
+# Controllers and Actions.
 #
-# The web framework you&quot;re using may actually call them by slightly different names, but for the sake of
-# consistency we will use these names.
+# The web framework you&quot;re using may actually call them by slightly different
+# names, but for the sake of consistency we will use these names.
 #
-# Routes lets you have multiple ways to get to the same Controller and Action, and uses an intelligent lookup
-# mechanism to try and guarantee you the URL with the least cruft when generating the URL.
+# Routes lets you have multiple ways to get to the same Controller and Action,
+# and uses an intelligent lookup mechanism to try and guarantee you the URL
+# with the least cruft when generating the URL.
 #
-# The priority is based upon order of creation: first created -&gt; highest priority.
+# The priority is based upon order of creation: first created -&gt; high priority.
 #
 # Sample of regular route (default route)
 #
 #	&quot;:controller/:action/:id&quot; =&gt; array(
 #		&quot;parameters&quot; =&gt; array(&quot;controller&quot; =&gt; &quot;index&quot;, &quot;action&quot; =&gt; &quot;index&quot;),
-#		&quot;requirements&quot; =&gt; array(&quot;controller&quot; =&gt; &quot;/^\w+$/&quot;, &quot;action&quot; =&gt; &quot;/^\w+$/&quot;, &quot;id&quot; =&gt; &quot;/^\d$/&quot;)
+#		&quot;requirements&quot; =&gt; array(&quot;controller&quot; =&gt; &quot;/^\w*$/&quot;, &quot;action&quot; =&gt; &quot;/^\w*$/&quot;, &quot;id&quot; =&gt; &quot;/^\d*$/&quot;)
 #	)
 #
-# Requirements are regular expression that the given url must validate on invoking the route.
-#
+# Requirements are regular expression that the given url must validate on
+# invoking the route.
 #
 # Keep in mind you can assign values other than &quot;controller&quot; and &quot;action&quot;.
 #
@@ -32,7 +37,7 @@
 #
 #	&quot;products/:id/purchase&quot; =&gt; array(
 #		&quot;name&quot; =&gt; &quot;purchase&quot;
-#		&quot;parameters&quot; =&gt; array(&quot;controller&quot; =&gt; &quot;catalog&quot;, &quot;action&quot; =&gt; &quot;purchase&quot;, &quot;id&quot; =&gt; false)
+#		&quot;parameters&quot; =&gt; array(&quot;controller&quot; =&gt; &quot;catalog&quot;, &quot;action&quot; =&gt; &quot;purchase&quot;)
 #	)
 #
 # This route can be invoked with link_to(array(&quot;purchase&quot; =&gt; array(&quot;id&quot; =&gt; 5)))</diff>
      <filename>config/routes.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f534ed5c5f36e46912a3246163a0f8b051f209ab</id>
    </parent>
  </parents>
  <author>
    <name>Javier Martinez Fernandez</name>
    <email>ecentinela@gmail.com</email>
  </author>
  <url>http://github.com/comodo/comodo/commit/0fa21218f3eefe95c40cc51f638c68a058c3a273</url>
  <id>0fa21218f3eefe95c40cc51f638c68a058c3a273</id>
  <committed-date>2009-11-08T04:40:14-08:00</committed-date>
  <authored-date>2009-11-08T04:40:14-08:00</authored-date>
  <message>fixed documentation</message>
  <tree>eca1b0308a9c76025dd36592a87173859702d9e5</tree>
  <committer>
    <name>Javier Martinez Fernandez</name>
    <email>ecentinela@gmail.com</email>
  </committer>
</commit>
