<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitmodules</filename>
    </added>
    <added>
      <filename>externals/curlcall</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,2 @@
 cache
 config/config.php
-externals</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -18,6 +18,18 @@ The second key that needs to be set is the `SEARCH_API_KEY`.  This is a Yahoo! B
 
 WikiSlurp comes with an `example.php` file that you can use to test the system and make sure that things are happening in the way you expect.  In order to use the `example.php` file, you'll need to uncomment the line in the `.htaccess` file that forbids its use on production systems.
 
+### Git Submodules
+
+After you have clone the repository, you'll need to run the following to
+pull in all the submodules:
+
+    git submodule init
+    git submodule update
+    cd externals/curlcall
+    git submodule init
+    git submodule update
+    
+
 [1]: http://isneilannoyedby.com
 [2]: http://thetenwordreview.com
 [3]: http://thecodetrain.co.uk/code/wikislurp/</diff>
      <filename>README.Markdown</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>config/giternal.yml</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>721a7085f72fce6880ce001e45f66c7f2b8266c1</id>
    </parent>
  </parents>
  <author>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </author>
  <url>http://github.com/NeilCrosby/wikislurp/commit/da1e8cc31f48a4fac712c52adfa3836838785265</url>
  <id>da1e8cc31f48a4fac712c52adfa3836838785265</id>
  <committed-date>2008-12-31T06:54:28-08:00</committed-date>
  <authored-date>2008-12-31T06:54:28-08:00</authored-date>
  <message>Moved from giternal to git submodules</message>
  <tree>b29a05097dbc71b7330306bd234bb4807830281f</tree>
  <committer>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </committer>
</commit>
