index.html in table_fu-0.3.2 vs index.html in table_fu-0.3.3
- old
+ new
@@ -8,11 +8,11 @@
<link rel="stylesheet" type="text/css" href="documentation/css/dawn.css" />
</head>
<body>
<a href="http://www.propublica.org" class="propublica"> </a>
- <h1>TableFu <small>– Version: 0.3.2</small></h1>
+ <h1>TableFu <small>– Version: 0.3.3</small></h1>
<p><a href="http://github.com/propublica/table-fu">TableFu</a> is a ruby gem for spreadsheet-style handling of arrays (e.g. filtering, formatting, and sorting by "column" or "row"). In addition, it has the ability to <a href="#facet">facet</a> — or group — rows according to cell value. It was developed as a backend for its companion project <a href="http://www.github.com/propublica/table-setter">TableSetter</a>.</p>
<p>For example, <strong>TableFu</strong> can consume a csv file and sort on a column:
<pre class="dawn">csv <span class="Keyword">=</span><<-CSV
Author,Best Book,Number of Pages,Style
@@ -167,10 +167,15 @@
</li>
<li><a href="http://github.com/propublica/table-fu/issues">Issues</a><br>Post bug reports and feature requests here.</li>
<li><a href="doc/index.html">API Docs</a></li>
</ul>
<h2><a id="credits" href="#toc">Credits</a></h2>
- <p><a href="http://github.com/thejefflarson">Jeff Larson</a> (Maintainer), <a href="http://github.com/brianboyer/">Brian Boyer</a>, <a href="http://github.com/kleinmatic">Scott Klein</a>, <a href="http://github.com/markpercival">Mark Percival</a>, and <a href="http://github.com/seebq">Charles Brian Quinn</a>.</p>
+ <p><a href="http://github.com/thejefflarson">Jeff Larson</a> (Maintainer),
+ <a href="http://github.com/brianboyer/">Brian Boyer</a>,
+ <a href="http://github.com/kleinmatic">Scott Klein</a>,
+ <a href="http://github.com/markpercival">Mark Percival</a>,
+ <a href="http://github.com/seebq">Charles Brian Quinn</a>, and
+ <a href="http://github.com/jpmckinney">James McKinney</a>.</p>.</p>
<h2><a id="license" href="#toc">License</a></h2>
<pre>Copyright (c) 2010 ProPublica
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the