<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/models/wrappit_tags.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,20 +2,15 @@
 # require_dependency 'application'
 
 class WrappitsExtension &lt; Radiant::Extension
-  version &quot;1.0&quot;
-  description &quot;Describe your extension here&quot;
-  url &quot;http://yourwebsite.com/wrappits&quot;
-  
-  # define_routes do |map|
-  #   map.connect 'admin/wrappits/:action', :controller =&gt; 'admin/wrappits'
-  # end
+  version &quot;0.1&quot;
+  description &quot;Allows you to create snippets as a double tag, whose contents may be inserted inside a snippet with the &lt;r:yield/&gt; tag.&quot;
+  url &quot;http://github.com/nelstrom/radiant-wrappits-extension/&quot;
   
   def activate
-    # admin.tabs.add &quot;Wrappits&quot;, &quot;/admin/wrappits&quot;, :after =&gt; &quot;Layouts&quot;, :visibility =&gt; [:all]
+    Page.send :include, WrappitTags
   end
   
   def deactivate
-    # admin.tabs.remove &quot;Wrappits&quot;
   end
   
 end
\ No newline at end of file</diff>
      <filename>wrappits_extension.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4271f9b3eafac7b5c3f41f6661baeef432f38f05</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Neil</name>
    <email>andrew.jr.neil@gmail.com</email>
  </author>
  <url>http://github.com/nelstrom/radiant-wrappits-extension/commit/92aa23d6947130dca6deba3453340c22faead7d6</url>
  <id>92aa23d6947130dca6deba3453340c22faead7d6</id>
  <committed-date>2008-07-21T13:50:27-07:00</committed-date>
  <authored-date>2008-07-21T13:50:27-07:00</authored-date>
  <message>Redefined the &lt;r:snippet/&gt; tag so that, if it is used as a double tag, it stores its contents in a local variable called yield. Created a &lt;r:yield/&gt; tag which can be used within a snippet to render the contents of the calling &lt;r:snippet&gt;CONTENTS&lt;/r:snippet&gt;.</message>
  <tree>a8b6454803d55bd996305a4a1c30e6b6fd9220fa</tree>
  <committer>
    <name>Andrew Neil</name>
    <email>andrew.jr.neil@gmail.com</email>
  </committer>
</commit>
