website/index.html in roo-0.2.0 vs website/index.html in roo-0.2.1
- old
+ new
@@ -31,16 +31,16 @@
<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.2.0</a>
+ <a href="http://rubyforge.org/projects/roo" class="numbers">0.2.1</a>
</div>
<h2>What</h2>
- <p>This gem allows you to access the values from open-office documents (.ods).</p>
+ <p>This gem allows you to access the content of open-office and Excel spreadsheets (.ods/.xls).</p>
<h2>Installing</h2>
@@ -154,11 +154,11 @@
<p>You can also access MS-Excel spreadsheat.</p>
Replace Openoffice with
<pre>
-<code>oo = Openoffice.new("/home/tp/Desktop/simple_spreadsheet.xls").
+<code>oo = Excel.new("/home/tp/Desktop/simple_spreadsheet.xls").
</code>
</pre>
<p>all methode are the same for OpenOffice and Excel-objects. The only difference
@@ -204,10 +204,10 @@
<h2>Thanks</h2>
<ul>
<li><a href="http://rubyforge.org/users/nicwilliams/">Dr Nic Williams</a> for his wonderful gem ‘<a href="http://rubyforge.org/projects/newgem/">newgem</a>’ which makes it very convenient to create, manage and publish Ruby gems</li>
- <li>for the Excel-part the ‘parseexcel’ gem is use. My functions are a convenient wrapper around the functions of this gem</li>
+ <li>for the Excel-part the ‘parseexcel’ gem is used. My functions are a convenient wrapper around the functions of this gem</li>
</ul>
<p class="coda">
<a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 1st June 2007<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>