index.html in table_setter-0.1.3 vs index.html in table_setter-0.1.4

- old
+ new

@@ -6,11 +6,11 @@ <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.1.3</small></h1> + <h1>TableSetter <small>&ndash; Version: 0.1.4</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> @@ -19,10 +19,11 @@ <li><a href="#thefile">A TableSetter File</a></li> <li><a href="#deployment">Deployment</a></li> <li><a href="#rails">Rails</a></li> <li><a href="#links">Links</a></li> <li><a href="#credits">Credits</a></li> + <li><a href="#changes">Change Log</a></li> <li><a href="#license">License</a></li> </ul> <h2><a id="installation" href="#toc">Installation</a></h2> <p>Install <strong>TableSetter</strong> through rubygems:</p> <pre class="dawn"> @@ -210,10 +211,15 @@ </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> + <h2><a id="changes" href="#toc">Change Log</a></h2> + <strong>1.4</strong> + <p>Javascript fixes and thin added as a dependency.</p> + <strong>1.3</strong> + <p>Initial release.</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 @@ -232,7 +238,8 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </pre> + </body> </html> \ No newline at end of file