<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
+Manifest
 .DS\_Store
 .svn/
 #*
@@ -7,4 +8,3 @@ pkg/
 *.gem
 *.gemspec
 !rails
-Manifest*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -103,8 +103,31 @@ It will look something like this:
   * [Installing the Gem](agent-installation#Installing_the_Gem)
 &lt;/pre&gt;
 
+#### Customizing the amount of detail in the Index
+
 You can show sections deeper than one level in a particular document
-using the -l option.
+using the `-d` option.  The default is 1.
+
+    tendersync index -d 2
+
+#### Definiting TOC groups
+
+If you want to divide the table of contents into groups of related
+documents, you can pass in a title for a group and a regular expression
+to match against document titles that belong in that group. These group
+definitions will be saved so you only need to enter them once.
+
+Enter a group using the `-g` option passing in a title and regular
+expression separated by a semi-colon.
+
+    tendersync index -g &quot;Page Details;/page/i&quot;
+
+You can add multiple groups with additional -g options:
+
+    tendersync index -g &quot;Page Details;/page/i&quot; -g &quot;Installation Info;/installation/i&quot;
+
+If you want to remove a group definition, you need to remove it 
+manually from the `.tendersync` file.
 
 ## THANKS
 </diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ Tendersync is a utility for syncing files from ENTP's Tender site for managing c
 
 # Generate all the Rake tasks
 # Run 'rake -T' to see list of generated tasks (from gem root directory)
-Echoe.new('tendersync', Tendersync::VERSION) do |p|
+Echoe.new(GEM_NAME, Tendersync::VERSION) do |p|
   p.author = AUTHOR
   p.email = EMAIL
   p.summary = SUMMARY
@@ -32,7 +32,7 @@ Echoe.new('tendersync', Tendersync::VERSION) do |p|
   p.development_dependencies = [
     ['newgem', &quot;&gt;= #{::Newgem::VERSION}&quot;]
   ]
-  
+  p.ignore_pattern = %w[docs/** general/** troubleshooting/**]
   p.clean_pattern |= %w[**/.DS_Store tmp *.log]
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,6 @@ $:.unshift(File.dirname(__FILE__)) unless
   $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
 
 module Tendersync
-  VERSION = '1.0.0'
+  VERSION = '1.0.1'
 end
 require 'tendersync/runner'</diff>
      <filename>lib/tendersync/tendersync.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b3b012d96a673bc3986e938d3b3906319ad8d64</id>
    </parent>
  </parents>
  <author>
    <name>Bill Kayser</name>
    <email>bkayser@newrelic.com</email>
  </author>
  <url>http://github.com/newrelic/tendersync/commit/17b5829888af42a703d526d02d6c8923c0579d6c</url>
  <id>17b5829888af42a703d526d02d6c8923c0579d6c</id>
  <committed-date>2009-07-24T09:00:18-07:00</committed-date>
  <authored-date>2009-07-24T08:58:48-07:00</authored-date>
  <message>More doc work</message>
  <tree>e879717632fdee665b9eb10eabd7dbc0ee479d03</tree>
  <committer>
    <name>Bill Kayser</name>
    <email>bkayser@newrelic.com</email>
  </committer>
</commit>
