<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,6 +19,11 @@ Requirements
 Installing eWiki
 ================
 
+Installing dependencies
+-----------------------
+eWiki uses `glip &lt;http://fimml.at/glip&gt;`_ to access git repositories.
+You should copy or symlink the `lib` folder of glip to `include/glip`.
+
 Setting up a bare git repository
 --------------------------------
 This only sets up a bare repository that will be used by eWiki. You still need</diff>
      <filename>README.rst</filename>
    </modified>
    <modified>
      <diff>@@ -12,12 +12,11 @@ require_once('config.class.php');
 setlocale(LC_ALL, Config::LOCALE);
 date_default_timezone_set(Config::TIMEZONE);
 
-require_once('git/git.class.php');
+require_once('glip/glip.php');
 require_once('markup.class.php');
 require_once('wikipage.class.php');
 require_once('view.class.php');
 require_once('mime.class.php');
-require_once('binary.class.php');
 require_once('cache.class.php');
 
 // Functions {{{1</diff>
      <filename>index.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>include/binary.class.php</filename>
    </removed>
    <removed>
      <filename>include/git/git.class.php</filename>
    </removed>
    <removed>
      <filename>include/git/git_blob.class.php</filename>
    </removed>
    <removed>
      <filename>include/git/git_commit.class.php</filename>
    </removed>
    <removed>
      <filename>include/git/git_commit_stamp.class.php</filename>
    </removed>
    <removed>
      <filename>include/git/git_object.class.php</filename>
    </removed>
    <removed>
      <filename>include/git/git_tree.class.php</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>55db5f7651edbcb84f14b09b7ec6af86daf0cc2d</id>
    </parent>
  </parents>
  <author>
    <name>Patrik Fimml</name>
    <email>patrik@fimml.at</email>
  </author>
  <url>http://github.com/patrikf/ewiki/commit/bf7011aba780ed885440821d1256e86a983a498a</url>
  <id>bf7011aba780ed885440821d1256e86a983a498a</id>
  <committed-date>2009-05-31T06:20:47-07:00</committed-date>
  <authored-date>2009-05-31T06:16:45-07:00</authored-date>
  <message>Split off git library code to glip

More information on glip can be found on &lt;http://fimml.at/glip&gt;.</message>
  <tree>910ad915680b8cecf79017feff316ab662f195b2</tree>
  <committer>
    <name>Patrik Fimml</name>
    <email>patrik@fimml.at</email>
  </committer>
</commit>
