<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,15 +14,15 @@ You can also specify the direction and parameters for the animation as well as a
 
   glider = new Glider($('glider', { direction: 'x', transition: Effect.Transitions.sinoidal, duration: .6 }, myCallBackFunction));
 
-The glider's direction defaults to horizontal (x). Additionally to the Glider class, there is a GliderLink class. Just
-&lt;b&gt;instantiate a new GliderLink for all links on the page that are supposed to trigger the glider&lt;/b&gt;, e.g.:
+The glider's direction defaults to horizontal (x). Additionally to the &lt;tt&gt;Glider&lt;/tt&gt; class, there is the &lt;tt&gt;GliderLink&lt;/tt&gt; class. Just
+instantiate a new &lt;tt&gt;GliderLink&lt;/tt&gt; for all links on the page that are supposed to trigger the glider to show a section, e.g.:
 
   $$('a[href^=&quot;#&quot;]').each(function(link) {
     link = new GliderLink(link, glider);
   });
 
-Setup of the HTML required for the glider to work is pretty straight forward. You need &lt;b&gt;a surrounding div, a div that
-marks the list of sections the glider can glide and one div fore each section&lt;/b&gt;:
+Setup of the HTML required for the glider to work is pretty straight forward. You need a surrounding div, a div that
+marks the list of sections and one div for each section:
 
   &lt;div id=&quot;glider&quot;&gt;
     &lt;div class=&quot;sections&quot;&gt;
@@ -38,13 +38,17 @@ marks the list of sections the glider can glide and one div fore each section&lt;/b
     &lt;/div&gt;
   &lt;/div&gt;
 
-&lt;b&gt;The ids of these sections have to correspond to the GliderLinks' hrefs&lt;/b&gt;, e.g. a link with href=&quot;#section1&quot; triggers the glider to glide div#section1 into view.
+&lt;b&gt;The ids of these sections have to correspond to the &lt;tt&gt;GliderLink&lt;/tt&gt;s' hrefs&lt;/b&gt;, e.g. a link with &lt;tt&gt;href=&quot;#section1&quot;&lt;/tt&gt; triggers the glider to glide &lt;tt&gt;div#section1&lt;/tt&gt; into view.
 
-Glider will also scale the surrounding container (div#glider) to match the current section's width or height respectively. To disable that scaling, simply specify a fixed width and/or height for all sections.
+&lt;tt&gt;Glider&lt;/tt&gt; will also resize the surrounding container to match the current section's width or height respectively. To disable that scaling, simply specify a fixed width and/or height for all sections.
 
 &lt;b&gt;For guidance on the required CSS, see the examples&lt;/b&gt;
 
 
+== TODOs/ future plans
+
+At the moment there are neither TODOs nor future plans. If you want ot suggest any, do so at github.com/marcoow/glider/issues.
+
 == Author
 
 Copyright (c) 2008 Marco Otte-Witte (http://simplabs.com), released under the MIT license
\ No newline at end of file</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>256ccb026edf2fc50f47adebccc2c028ad98c790</id>
    </parent>
    <parent>
      <id>282c53d2624893d1964e4e8d93bea00f744fbfda</id>
    </parent>
  </parents>
  <author>
    <name>Marco Otte-Witte</name>
    <email>marco.otte-witte@simplabs.com</email>
  </author>
  <url>http://github.com/marcoow/glider/commit/737c1ed3d4c05dba500a94a243d42a0c380c2dea</url>
  <id>737c1ed3d4c05dba500a94a243d42a0c380c2dea</id>
  <committed-date>2009-04-30T01:44:34-07:00</committed-date>
  <authored-date>2009-04-30T01:44:34-07:00</authored-date>
  <message>Merge branch 'master' of git@github.com:marcoow/glider</message>
  <tree>0873700ae689157d7e6be7e5fb05765243600e62</tree>
  <committer>
    <name>Marco Otte-Witte</name>
    <email>marco.otte-witte@simplabs.com</email>
  </committer>
</commit>
