<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,6 +28,22 @@ Installation
 * Add services to aggregate at http://example.com/services
 * Add cron job to aggregate added services.
 
+### Cron job for aggregation
+
+Setup the cron job for aggregation. The example will run every 5 minute change 
+it to whatever suits you best.
+
+&lt;pre&gt;
+*/5 * * * * php /path/to/phplifestream/app/jobs/aggregate.php &gt;&gt; /dev/null
+&lt;/pre&gt;
+
+In production make sure that the directory where the phplifestream-conf.php is 
+is in the include path for an easy way to set environment.
+
+&lt;pre&gt;
+*/5 * * * * php -d include_path=&quot;/path/to/phplifestream/&quot; /path/to/phplifestream/app/jobs/aggregate.php
+&lt;/pre&gt;
+
 ### phplifestream-conf.php
 
 This file makes it easier to add the include path and choose the application 
@@ -44,23 +60,7 @@ deploy_env.properties.
 When running the ant target 'package' these options are applied to the 
 production properties in the app.ini file. The project file structure is then 
 copied to and prepared with production settings to the 'dist' directory. A 
-tar ball is also created and places in this directory. Just for you to deploy.
-
-### Cron job to Aggregate Services
-
-Setup the cron job for aggregation. The example will run every 5 minute change 
-it to whatever suits you best.
-
-&lt;pre&gt;
-*/5 * * * * php /path/to/phplifestream/app/jobs/aggregate.php &gt;&gt; /dev/null
-&lt;/pre&gt;
-
-In production make sure that the directory where the phplifestream-conf.php is 
-is in the include path for an easy way to set environment.
-
-&lt;pre&gt;
-*/5 * * * * php -d include_path=&quot;/path/to/phplifestream/&quot; /path/to/phplifestream/app/jobs/aggregate.php
-&lt;/pre&gt;
+tar ball is also created in this directory. Just for you to deploy.
 
 Todo
 ----</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d8f4e63b1b6b658395b39b028a8d7760a5489d65</id>
    </parent>
  </parents>
  <author>
    <name>Johan Nilsson</name>
    <email>github@markupartist.com</email>
  </author>
  <url>http://github.com/johannilsson/phplifestream/commit/e09d3d09913d1120d74a2990351b3ff55edb3682</url>
  <id>e09d3d09913d1120d74a2990351b3ff55edb3682</id>
  <committed-date>2009-03-25T12:25:56-07:00</committed-date>
  <authored-date>2009-03-25T12:25:56-07:00</authored-date>
  <message>updated</message>
  <tree>d6b4721b8d45f1cb6af5f166435dbf3683fdb1f5</tree>
  <committer>
    <name>Johan Nilsson</name>
    <email>github@markupartist.com</email>
  </committer>
</commit>
