add a version history page
authorDan Vanderkam <danvdk@gmail.com>
Thu, 29 Aug 2013 22:39:26 +0000 (18:39 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Thu, 29 Aug 2013 22:39:26 +0000 (18:39 -0400)
docs/versions.html [new file with mode: 0644]

diff --git a/docs/versions.html b/docs/versions.html
new file mode 100644 (file)
index 0000000..70007a7
--- /dev/null
@@ -0,0 +1,34 @@
+<!--#include virtual="header.html" -->
+
+<style>
+  .versions td {
+    vertical-align: top;
+  }
+  .versions td:first-child {
+    text-align: right;
+    padding-right: 20px;
+    font-weight: bold;
+  }
+  .date {
+    font-size: small;
+    color: darkgray;
+    font-weight: normal;
+  }
+</style>
+
+<h2>Version History</h2>
+
+<p>For links to download each release, see the <a href="/downloads.html">Downloads</a> page.</p>
+
+<table class="versions">
+  <tr>
+    <td>1.0.1<p class="date">2013-08-29</p></td>
+    <td>Minor bug fixes and updates to web site.</td>
+  </tr>
+  <tr>
+    <td>1.0.0<p class="date">2013-08-14</p></td>
+    <td>Initial Release. See <a href="http://blog.dygraphs.com/2013/08/announcing-dygraphs-100.html">blog post</a>.</td>
+  </tr>
+</table>
+
+<!--#include virtual="footer.html" -->