<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -43,10 +43,10 @@ Things are explained in more detail in the RDoc.
   coll = service.workspaces.first.collections.first
     # =&gt; &lt;http://necronomicorp.com/testatom?app entries: 0 title='testing: entry endpoint'&gt;
 
-  coll.update!
+  coll.feed.update!
     # =&gt; &lt;http://necronomicorp.com/testatom?app entries: 10 title='testing the APP'&gt;
 
-  entry = coll.entries.first
+  entry = coll.feed.entries.first
   entry.title
     # =&gt; 'html entities'#text
 
@@ -57,47 +57,7 @@ Things are explained in more detail in the RDoc.
   coll.put! entry
     # =&gt; #&lt;Net::HTTPOK 200 OK readbody=true&gt;
 
-  coll.entries.first.title
+  coll.feed.entries.first.title
     # =&gt; 'HTML entities'#text
 
-For details on authentication, see the documentation for Atom::HTTP
-
-== Advanced Use
-
-=== Extension Elements
-
-  irt = REXML::Element.new(&quot;in-reply-to&quot;)
-  irt.add_namespace &quot;http://purl.org/syndication/thread/1.0&quot;
-
-  irt.attributes[&quot;ref&quot;] = &quot;tag:entries.com,2005:1&quot;
-
-  entry.extensions &lt;&lt; irt
-
-  entry.to_s
-    # =&gt; '&lt;entry xmlns=&quot;http://www.w3.org/2005/Atom&quot;&gt;&lt;in-reply-to ref=&quot;tag:entries.com,2005:1&quot; xmlns=&quot;http://purl.org/syndication/thread/1.0&quot;/&gt;&lt;/entry&gt;'
-
-== YAML
-
-if you feel like writing this stuff by hand, atom-tools can slurp an
-atom:entry from YAML:
-
-  require &quot;atom/yaml&quot;
-
-  yaml = &lt;&lt;END
-    title: Atom-Drunk Pirates Run Amok!
-    tags: tag1 tag2
-    authors:
-    -
-      name: Brendan Taylor
-      email: whateley@gmail.com
-    -
-      name: Harvey
-      uri: http://fake.com/
-
-    content: |
-      &lt;p&gt;blah blah blah blah&lt;/p&gt;
-
-      &lt;p&gt;and so on.&lt;/p&gt;
-  END
-
-  entry = Atom::Entry.from_yaml(yaml)
+For details on authentication, see the documentation for Atom::HTTP.</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7d4e99e5468f484ab7b3f64b4762a1dbbf821833</id>
    </parent>
  </parents>
  <author>
    <name>Brendan Taylor</name>
    <email>whateley@gmail.com</email>
  </author>
  <url>http://github.com/bct/atom-tools/commit/91c84ae59126d6afe9394a890df30d793628ce8d</url>
  <id>91c84ae59126d6afe9394a890df30d793628ce8d</id>
  <committed-date>2008-03-28T21:06:32-07:00</committed-date>
  <authored-date>2008-03-28T21:06:32-07:00</authored-date>
  <message>README-2.0

darcs-hash:20080329040632-ce558-d0714b14ab631749af2ffd2420c8c1f642d099f6.gz</message>
  <tree>ac08a7e7223d3202b36579b3f97b939809ffa931</tree>
  <committer>
    <name>Brendan Taylor</name>
    <email>whateley@gmail.com</email>
  </committer>
</commit>
