link to new version history page
authorDan Vanderkam <danvdk@gmail.com>
Thu, 29 Aug 2013 22:43:42 +0000 (18:43 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Thu, 29 Aug 2013 22:43:42 +0000 (18:43 -0400)
docs/header.html
docs/versions.html
generate-download.py

index d4cedde..ee04dba 100644 (file)
@@ -45,6 +45,7 @@
               <li role="presentation"><a role="menuitem" tabindex="-1" href="data.html">Data Format</a></li>
               <li role="presentation"><a role="menuitem" tabindex="-1" href="annotations.html">Annotations</a></li>
               <li role="presentation"><a role="menuitem" tabindex="-1" href="css.html">CSS Reference</a></li>
+              <li role="presentation"><a role="menuitem" tabindex="-1" href="versions.html">Version History</a></li>
               <li role="presentation" class="divider"></li>
               <li role="presentation"><a role="menuitem" tabindex="-1" href="ie.html">Notes on Internet Explorer</a></li>
               <li role="presentation"><a role="menuitem" tabindex="-1" href="gwt.html">Notes on GWT</a></li>
index 70007a7..90e0ace 100644 (file)
@@ -1,6 +1,9 @@
 <!--#include virtual="header.html" -->
 
 <style>
+  .versions {
+    margin-top: 20px;
+  }
   .versions td {
     vertical-align: top;
   }
@@ -18,7 +21,7 @@
 
 <h2>Version History</h2>
 
-<p>For links to download each release, see the <a href="/downloads.html">Downloads</a> page.</p>
+<p>For links to download each release, see the <a href="/download.html">Downloads</a> page.</p>
 
 <table class="versions">
   <tr>
index 3b1a589..a6157d6 100755 (executable)
@@ -65,6 +65,8 @@ print '''
 %(previous_lis)s
 </ul>
 
+<p>See <a href="/versions.html">Version History</a> for more information on each release.</p>
+
 
 <!--#include virtual="footer.html" -->
 ''' % {