<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -42,6 +42,7 @@ You can grab a collection of pages with a certain tag like so;
 
 Which would iterate over all the resulting pages, like you do with children:each.
 When you define scope, only this page and any of it's (grand)children will be used.
+Using scope=&quot;current_page&quot; will use the page that is currently being rendered as scope. 
 You can also set limit, offset etc like with children:each.
 
 Using r:tagged in it's default setting searches for pages that have all of the given tags.</diff>
      <filename>HELP.md</filename>
    </modified>
    <modified>
      <diff>@@ -26,4 +26,5 @@ after creating your tags.
 == Tag Clouds
 
 Some styles are provided in tags.css for the &lt;r:tag_cloud&gt;. To use it, add this to your layout:
-    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/stylesheets/tags.css&quot; /&gt;
\ No newline at end of file
+  
+  &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/stylesheets/tags.css&quot; /&gt;
\ No newline at end of file</diff>
      <filename>HELP_admin.md</filename>
    </modified>
    <modified>
      <diff>@@ -4,18 +4,35 @@ Created by: Keith Bingman - keithbingman.com
 Revived by: Benny Degezelle - gorilla-webdesign.be
 New features by: Jim Gay - saturnflyer.com
 Version: 0.2
-Contact: benny AT gorilla-webdesign DOT be
 
 This extension enhances the page model with tagging capabilities, tagging as in &quot;2.0&quot; and tagclouds.
 
 == Requirements
 
-This extension depends on the shards extension and the has_many_polymorphs plugin (included in the extension)
-Shards should be installed and loaded first; you can change the load order of extensions in config/environment.rb (see http://wiki.radiantcms.org/Using_the_Shards_Extension).
+This extension depends on the has_many_polymorphs plugin (included in vendor/plugins)
+If you're still on Radiant pre-0.6.7, then the shards_extension should be installed and loaded first.
+You can change the load order of extensions in config/environment.rb (see http://wiki.radiantcms.org/Using_the_Shards_Extension).
 
 == Installation
 
 1. Copy the extension to your vendor/extensions directory as you would any other extension.
 2. Run 'rake radiant:extensions:tags:install'
 3. Make a page to sit in /search/by-tag, and give it the &quot;Tag Search&quot; pagetype.
-	If you want to change this location, it's in Radiant::Config['tags.results_page_url'].
\ No newline at end of file
+	If you want to change this location, it's in Radiant::Config['tags.results_page_url'].
+
+Done!
+Here's a sample results page to get you started;
+	
+	&lt;r:search:empty&gt;
+	  &lt;h2&gt;I couldn't find anything tagged with &quot;&lt;r:search:query/&gt;&quot;.&lt;/h2&gt;
+	&lt;/r:search:empty&gt;
+
+	&lt;r:search:results&gt;
+	  &lt;h2&gt;Found the following pages that are tagged with &quot;&lt;em&gt;&lt;r:search:query/&gt;&lt;/em&gt;&quot;.&lt;/h2&gt;
+
+	  &lt;ul&gt;
+	  &lt;r:search:results:each&gt;
+	    &lt;li&gt;&lt;r:link/&gt; - &lt;r:author/&gt; - &lt;r:date/&gt;&lt;/li&gt;
+	  &lt;/r:search:results:each&gt;
+	  &lt;/ul&gt;
+	&lt;/r:search:results&gt;
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>007475b862c2c1de84d0bf90065bfc642198987b</id>
    </parent>
  </parents>
  <author>
    <name>Benny Degezelle</name>
    <email>benny@gorilla-webdesign.be</email>
  </author>
  <url>http://github.com/jomz/radiant-tags-extension/commit/1106163051ce873195e6a0b61289f71a656fb9f9</url>
  <id>1106163051ce873195e6a0b61289f71a656fb9f9</id>
  <committed-date>2008-10-26T08:00:29-07:00</committed-date>
  <authored-date>2008-10-26T07:51:54-07:00</authored-date>
  <message>documentation updates</message>
  <tree>bbf97cbb5256feb87fc3a609f6df655948a9906c</tree>
  <committer>
    <name>Benny Degezelle</name>
    <email>benny@gorilla-webdesign.be</email>
  </committer>
</commit>
