website/index.html in roo-0.1.1 vs website/index.html in roo-0.1.2

- old
+ new

@@ -31,11 +31,11 @@ <div id="main"> <h1>roo</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/roo"; return false'> Get Version - <a href="http://rubyforge.org/projects/roo" class="numbers">0.1.1</a> + <a href="http://rubyforge.org/projects/roo" class="numbers">0.1.2</a> </div> <h2>What</h2> <p>This gem allows you to access the values from open-office documents (.ods).</p> @@ -120,10 +120,36 @@ 2007-05-18 3.0 370.35 G��stebuch 2007-05-18 1.75 216.0375 G��stebuch </code> </pre> + <p>With the newly written methods</p> + + +<code>first_column</code>, +<code>last_column</code>, +<code>first_row</code> and +<code>last_row</code> + + <p>you can change line 8 from</p> + + +<pre> +<code> + 8 4.upto(1000) do |line| +</code> +</pre> + + <p>to</p> + + +<pre> +<code> + 8 4.upto(oo.last_row) do |line| +</code> +</pre> + <h2>Documentation</h2> <p><a href="rdoc/index.html">rdoc</a></p> @@ -149,10 +175,10 @@ <h2>Contact</h2> <p>Comments are welcome. Send an email to <a href="mailto:thopre@gmail.com">Thomas Preymesser</a>.</p> <p class="coda"> - <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 30th May 2007<br> + <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 31st May 2007<br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <!-- insert site tracking codes here, like Google Urchin -->