index.html in table_setter-0.2.4 vs index.html in table_setter-0.2.5

- old
+ new

@@ -1,16 +1,17 @@ + <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title>TableSetter</title> <link rel="stylesheet" type="text/css" href="documentation/css/styles.css" /> <link rel="stylesheet" type="text/css" href="documentation/css/dawn.css" /> </head> <body> <a href="http://www.propublica.org" class="propublica">&nbsp;</a> - <h1>TableSetter <small>&ndash; Version: 0.2.4</small></h1> + <h1>TableSetter <small>&ndash; Version: 0.2.5</small></h1> <p><a href="https://github.com/propublica/table-setter">TableSetter</a> is a Ruby app that provides an easy way to present CSVs hosted locally or remotely (e.g. on google, etc) in custom HTML. TableSetter in the wild: <a href="http://projects.propublica.org/tables/failed-banks">a list of all stimulus projects from last year</a>, <a href="http://projects.propublica.org/tables/stimulus-spending-progress">the stimulus spending progress</a>, or <a href="http://projects.propublica.org/tables/failed-banks">a list of failed banks due to the last recession</a>.</p> <p>Each table is filterable and sortable on multiple columns. Also each column can be formatted in one of many different styles. In production mode, <strong>TableSetter</strong> provides valid expires headers and can be coupled with an upstream cache like <a href="http://rtomayko.github.com/rack-cache/">Rack::Cache</a> or varnish for speedy presentation.</p> <h2><a id="toc">Table of Contents</a></h2> <ul> <li><a href="#installation">Installation</a></li> @@ -216,16 +217,26 @@ <li> <a href="http://media.apps.chicagotribune.com/tables/speed.html">In the Wild: Chicago Tribune</a><br> A table showing leniency rates of Chicago area judges in speeding cases. </li> <li> - <a href="http://blog.apps.chicagotribune.com/2010/11/19/tostones-easy-tablesetter-testing-and-deployment/">In the Wild: Tostones, easy TableSetter testing and deployment</a><br> + <a href="https://github.com/newsapps/tostones">In the Wild: Tostones, easy TableSetter testing and deployment</a><br> A set of fabric deploy scripts for deploying TableSetter to s3. </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>, <a href="http://github.com/seebq">Charles Brian Quinn</a>, <a href="http://github.com/bouvard">Christopher Groskopf</a>, and <a href="http://github.com/ryanmark">Ryan Mark</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>, + <a href="http://github.com/bouvard">Christopher Groskopf</a>, + <a href="http://github.com/ryanmark">Ryan Mark</a>, + <a href="http://github.com/palewire">Ben Welsh</a>, and + <a href="http://github.com/jpmckinney">James McKinney</a>.</p> <h2><a id="changes" href="#toc">Change Log</a></h2> + <strong>0.2.5</strong> + <p>Loads of bullet-proofing from <a href="http://github.com/jpmckinney">James McKinney</a> and js fixes from <a href="http://github.com/palewire">Ben Welsh</a>, you'll want to re-run <strong>table-setter install</strong> to grab the changes, as with previous releases.</p> <strong>0.2.4</strong> <p>Fixes encodings issues and the FasterCSV name change for ruby 1.9.</p> <strong>0.2.3</strong> <p>JavaScript fix for table-sorter.</p> <strong>0.2.2</strong> \ No newline at end of file