<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 
-Blogtags
+BlogTags
 ==========
-Blogtags is a plugin for the [Radiant CMS][1] that provides some useful blogging tags. OK, for now there are just three tags. But they're really useful. Honest!
+BlogTags is a plugin for the [Radiant CMS][1] that provides some useful blogging tags. OK, for now there are just three tags. But they're really useful. Honest!
 
 The latest version is available at &lt;http://seansantry.com/dev/blogtags/&gt; and from my subversion repository at &lt;http://seansantry.com/svn/radiant/plugins/blogtags/trunk&gt;.
 
@@ -18,11 +18,11 @@ will get the previous page according to the `published_at` date and output a lin
 
 Inside the `next` and `previous` tags you can use whatever page tags you like and they'll refer to the next or previous page. If your pages have a `summary` part, you could output the summary for the next page like this:
 
-	&lt;r:next by=&quot;published_at&quot;&gt;&lt;r:content part=&quot;summary&quot;/&gt;&lt;/r:next&gt;
+	&lt;r:next&gt;&lt;r:content part=&quot;summary&quot;/&gt;&lt;/r:next&gt;
 	
 Of course I have no idea _why_ you'd want to do that, but you could.
 
-Since this is the Blogtags plugin, the `previous` and `next` tags are designed to be used in a blog. Here's how I use the `previous` and `next` tags on [my site][2] to provide links to the previous and next blog entries:
+Since this is the BlogTags plugin, the `previous` and `next` tags are designed to be used in a blog. Here's how I use the `previous` and `next` tags on [my site][2] to provide links to the previous and next blog entries:
 
 	&lt;div class=&quot;article-nav&quot;&gt;
 		&lt;p&gt;&lt;r:previous&gt;&lt;r:link&gt;&amp;laquo;&amp;nbsp;&lt;r:title/&gt;&lt;/r:link&gt;&amp;nbsp;&amp;nbsp;&lt;/r:previous&gt;</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -5,17 +5,17 @@ require 'rake/rdoctask'
 desc 'Default: run unit tests.'
 task :default =&gt; :test
 
-desc 'Test the 00_blogtags plugin.'
+desc 'Test the BlogTags plugin.'
 Rake::TestTask.new(:test) do |t|
   t.libs &lt;&lt; 'lib'
   t.pattern = 'test/**/*_test.rb'
   t.verbose = true
 end
 
-desc 'Generate documentation for the 00_blogtags plugin.'
+desc 'Generate documentation for the BlogTags plugin.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
-  rdoc.title    = '00Blogtags'
+  rdoc.title    = 'BlogTags'
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README')
   rdoc.rdoc_files.include('lib/**/*.rb')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 # desc &quot;Explaining what the task does&quot;
-# task :00_blogtags do
+# task :BlogTags do
 #   # Task goes here
 # end
\ No newline at end of file</diff>
      <filename>tasks/00_blogtags_tasks.rake</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'test/unit'
 
-class 00BlogtagsTest &lt; Test::Unit::TestCase
+class BlogTagsTest &lt; Test::Unit::TestCase
   # Replace this with your real tests.
   def test_this_plugin
     flunk</diff>
      <filename>test/00_blogtags_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a619910619afd6736f593e1919a6315431661a3f</id>
    </parent>
  </parents>
  <author>
    <name>santry</name>
    <email>santry@53b936e0-3221-0410-8748-df35822c787b</email>
  </author>
  <url>http://github.com/santry/blogtags/commit/adc7870250f4e451b20032ec1eb22c3c1b05f854</url>
  <id>adc7870250f4e451b20032ec1eb22c3c1b05f854</id>
  <committed-date>2006-11-02T09:33:07-08:00</committed-date>
  <authored-date>2006-11-02T09:33:07-08:00</authored-date>
  <message>Normalized the name to BlogTags (instead of Blogtags or 00_blogtags)

git-svn-id: http://seansantry.com/svn/radiant/plugins/blogtags/trunk@12 53b936e0-3221-0410-8748-df35822c787b</message>
  <tree>84413f5066410a4cff5aa2395b5d874c61d726e5</tree>
  <committer>
    <name>santry</name>
    <email>santry@53b936e0-3221-0410-8748-df35822c787b</email>
  </committer>
</commit>
