commit 73cfed094ea9b16e8cd59f226268dd785645019a Author: Damian Johnson atagar@torproject.org Date: Fri Aug 4 02:42:21 2017 -0700
Stub legacy changelog
This is gonna be both long and infrequently requested so putting this on a separate page. --- web/index.html | 7 ++++++- web/legacy_changelog.html | 31 +++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-)
diff --git a/web/index.html b/web/index.html index 7e6619c..fc6cca4 100644 --- a/web/index.html +++ b/web/index.html @@ -409,7 +409,7 @@ sudo python setup.py install</pre><br /></li> <ul> <li><b><a href="#versioning">Versioning</a></b></li> <li><b><a href="#unreleased">Unreleased</a></b></li> - <li><b><a href="#version_1">Version 1.x</a></b></li> + <li><b><a href="#version_1.x">Version 1.x</a></b></li> </ul>
<div id="versioning" class="section" style="padding-top: 15px"></div> @@ -466,6 +466,11 @@ sudo python setup.py install</pre><br /></li> </ul> </li> </ul> + + <div id="version_1.x" class="section" style="padding-top: 25px"></div> + <a href="#version_1.x" class="section-title">Version 1.x</a> + + <p>Prior to its 2.x release Nyx went under the name of <b>arm</b>. This series was under active development 2009 to 2012. Changelog for the series is available <a href="legacy_changelog.html">here</a>.</p> </div>
<script> diff --git a/web/legacy_changelog.html b/web/legacy_changelog.html new file mode 100644 index 0000000..fb1ef14 --- /dev/null +++ b/web/legacy_changelog.html @@ -0,0 +1,31 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> + +<html> + <head> + <title>Nyx</title> + <link rel="shortcut icon" href="images/favicon.png"/> + <link rel="stylesheet" type="text/css" href="styles.css" /> + </head> + + <body> + <div class="header"> + <div class="header-body"> + <span id="logo"></span> + <div class="nav"> + <ul class="tabs nav" id="js_nav"> + <li><a href="index.html#home">What Is It?</a></li> + <li><a href="index.html#faq">FAQ</a></li> + <li><a href="index.html#download">Download</a></li> + </ul> + </div> + </div> + </div> + + <div class="page"> + <div id="legacy_changelog" class="section"></div> + <a href="#legacy_changelog" class="section-title">Version 1.x Change Log</a> + </div> + </body> +</html> +