31c97df30a5f

clojure-lanterna: Update site.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Jul 2012 22:44:18 -0400
parents 10f91124d5a9
children 2c7fbfbe71c5
branches/tags (none)
files clojure-lanterna/changelog/index.html clojure-lanterna/index.html

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clojure-lanterna/changelog/index.html	Thu Jul 12 22:44:18 2012 -0400
@@ -0,0 +1,30 @@
+<html><head><title>Changelog / clojure-lanterna</title><link rel="stylesheet" href="../_dmedia/bootstrap.css"/><link rel="stylesheet" href="../_dmedia/tango.css"/><link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/><script src="../_dmedia/less.js" type="text/javascript">
+        </script></head><body class="content">
+        <div class="wrap">
+            <header><h1><a href="..">clojure-lanterna</a></h1></header><div class="markdown">
+<h1 id="changelog"><a href="">Changelog</a></h1><p>Here's the list of changes in each released version.</p>
+<h2 id="v091">v0.9.1</h2>
+<ul><li>Added the <code>clear</code> functions for terminals and screens.</li>
+<li>Added the <code>get-size</code> functions for terminals and screens.</li>
+<li>Relies on a snapshot release of Lanterna so may not be stable.</li>
+</ul><h2 id="v090">v0.9.0</h2>
+<p>Initial prerelease.  The architecture won't change but the API might.  Until
+version <code>1.0.0</code> I reserve the right to break things indiscriminately.</p>
+                </div>
+            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
+Documentation created with <a href="http://sjl.bitbucket.org/d/">d</a>.</p>
+<p><br/><a id="rochester-made" href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made"/></a></p>
+<script type="text/javascript">
+  var _gauges = _gauges || [];
+  (function() {
+    var t   = document.createElement('script');
+    t.type  = 'text/javascript';
+    t.async = true;
+    t.id    = 'gauges-tracker';
+    t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6');
+    t.src = '//secure.gaug.es/track.js';
+    var s = document.getElementsByTagName('script')[0];
+    s.parentNode.insertBefore(t, s);
+  })();
+</script></footer></div>
+    </body></html>
\ No newline at end of file
--- a/clojure-lanterna/index.html	Thu Jul 12 22:39:19 2012 -0400
+++ b/clojure-lanterna/index.html	Thu Jul 12 22:44:18 2012 -0400
@@ -70,7 +70,7 @@
 
 
 <p>But really, please read the docs if you actually want to use this.  They're not
-that long.</p><h2>Table of Contents</h2><ol class="toc"><li><a href="installation/">Installation</a></li><li><a href="terminals/">Terminals</a></li><li><a href="screens/">Screens</a></li><li><a href="reference/">Reference</a></li></ol>
+that long.</p><h2>Table of Contents</h2><ol class="toc"><li><a href="installation/">Installation</a></li><li><a href="terminals/">Terminals</a></li><li><a href="screens/">Screens</a></li><li><a href="reference/">Reference</a></li><li><a href="changelog/">Changelog</a></li></ol>
                 </div>
             <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
 Documentation created with <a href="http://sjl.bitbucket.org/d/">d</a>.</p>