<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MIT-LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
-What is it?
------------
+VersionCache
+===========
+
 A Ruby on rails (v2.1.0) plugin that provides additional caching features.
 Version caching is similar to action caching but it solves one major problem.
 It solves the problem of having to expire your cached stuff via the provided rails methods. Instead, it relies on versions.
@@ -17,8 +18,17 @@ The first time a request is made to http://localhost:3000/posts/1, the page is s
 
 One more feature of the plugin is time caching.
 
+
+Introducing the plugin blog entry
+=================================
+http://humanzz.spaces.live.com/blog/cns!82322F9506CB0449!713.entry
+
+
 Setup
------
+=====
+
+	ruby script/plugin install git://github.com/humanzz/version_cache.git
+
 After installing the version_cache plugin you'll need to do the following
 1. Generate the version_cache_observer using the supplied generator as follows
 	ruby script/generate version_cache_observer ObserverName Model1 Model2
@@ -35,7 +45,8 @@ After installing the version_cache plugin you'll need to do the following
 
 
 Usage
------
+=====
+
 To version cache an action put the following line in the controller
 
 	version_cache Item, :associates =&gt; [&quot;user&quot;], :expiry =&gt; 20, :browser_cache_enabled =&gt; true
@@ -60,7 +71,7 @@ For controllers on which some actions affect other models there's a convenience
 	
 	
 Other convenience methods
--------------------------
+=========================
 version_cache_model_id
 
 version_cache_key_part: this can be used if we want to cache multiple versions of the same
@@ -69,4 +80,6 @@ for example in a controller that uses version or time caching for its show actio
 
 def version_cache_key_part
   current_user.type_1? ? &quot;one&quot; : &quot;two&quot;
-end
\ No newline at end of file
+end
+
+Copyright (c) 2008 humanzz (Ahmed Sobhi), released under the MIT license
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e316ade569e544be7e2f404a57ac48a795d72a6d</id>
    </parent>
  </parents>
  <author>
    <name>Ahmed Sobhi</name>
    <email>humanzz@hotmail.com</email>
  </author>
  <url>http://github.com/humanzz/version_cache/commit/8b34c1cee2a911988a793015482084841c7c9d1e</url>
  <id>8b34c1cee2a911988a793015482084841c7c9d1e</id>
  <committed-date>2008-07-09T05:17:46-07:00</committed-date>
  <authored-date>2008-07-09T05:17:46-07:00</authored-date>
  <message>updating README and license</message>
  <tree>a492846ad4d0b4a6fc2343fc1bd800a14aef2cd2</tree>
  <committer>
    <name>Ahmed Sobhi</name>
    <email>humanzz@hotmail.com</email>
  </committer>
</commit>
