<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,3 +6,4 @@ Contributors:
     
     * Jannis Leidel &lt;http://jezdez.com/&gt; 
     * Matthew R. Scott &lt;http://http://goldenspud.com/rotr/&gt;
+    * Alexander Artemenko &lt;http://aartemenko.com/&gt;</diff>
      <filename>AUTHORS.txt</filename>
    </modified>
    <modified>
      <diff>@@ -31,3 +31,28 @@ newest
 as_egg
     Set to True if you want the checkout to be registered as a
     development egg in your buildout.
+
+cache-name
+    Name of the repository in the download-cache directory.
+
+
+Offline installation
+--------------------
+
+If you want to install a part from the download-cache, this is now possible, too::
+    
+    [buildout]
+    parts = myapp
+    download-cache = /var/cache/buildout
+    install-from-cache = true
+
+    [mylib]
+    recipe = zerokspot.recipe.git
+    repository = http://domain.com/repo.git
+
+With this configuration, the recipe will look for /var/cache/buildout/repo and
+clone it into the local parts/ folder.
+
+The recipe also supports an additional &quot;cache-name&quot; setting that lets you
+configure the folder name of the repository in the download cache.
+</diff>
      <filename>README.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>245db77300146f4f9b4eb14174150807ea566a9c</id>
    </parent>
  </parents>
  <author>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </author>
  <url>http://github.com/zerok/zerokspot.gitrecipe/commit/f0092f38646f3353aaf28f05e3c54b695d1ae70d</url>
  <id>f0092f38646f3353aaf28f05e3c54b695d1ae70d</id>
  <committed-date>2009-06-16T07:00:12-07:00</committed-date>
  <authored-date>2009-06-16T07:00:12-07:00</authored-date>
  <message>Updated README and AUTHORS</message>
  <tree>61d6246f3f5058c5596b463daa549a5342a68636</tree>
  <committer>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </committer>
</commit>
