[tor-commits] [nyx/master] Stubbing a changelog section

atagar at torproject.org atagar at torproject.org
Sat Aug 5 01:18:26 UTC 2017


commit e2908d4b8a1ba0dd2ace44a0ba72b45fed6362bc
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Aug 2 10:46:10 2017 -0700

    Stubbing a changelog section
    
    Most users won't care about this so not something to clutter the nav with.
    It'll be available via the download page.
---
 web/index.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/web/index.html b/web/index.html
index 347156a..281aecd 100644
--- a/web/index.html
+++ b/web/index.html
@@ -32,6 +32,7 @@
             <li><a id="t1" href="#home">What Is It?</a></li>
             <li><a id="t2" href="#faq">FAQ</a></li>
             <li><a id="t3" href="#download">Download</a></li>
+            <li style="display: none"><a id="t4" href="#changelog">Changelog</a></li>
           </ul>
 
           <noscript>
@@ -180,7 +181,7 @@
               <li>Fill in the following fields...<br /><br />
                 <ul>
                   <li><b>Summary</b>: Brief description of your issue.</li>
-                  <li><b>Description</b>: Detailed description of your issue. Please provide steps for me to reproduce the problem, stacktrace if you got one, and screenshot if applicable.</li>
+                  <li><b>Description</b>: Detailed description of your issue. Please provide steps to reproduce your issue, stacktrace if you got one, and screenshot if applicable.</li>
                   <li><b>Type</b>: defect</li>
                   <li><b>Component</b>: Core Tor → Nyx</li>
                 </ul>
@@ -322,7 +323,7 @@ sudo python setup.py install</pre><br /></li>
       <div class="section"></div>
       <a href="#download" class="section-title">Download</a>
 
-      <p>Nyx is available Mac OSX, Linux, and BSD but <a href="#windows">not Windows</a>. Find your platform below to get started.</p>
+      <p>Nyx is available Mac OSX, Linux, and BSD but <a href="#windows">not Windows</a>. Find your platform below to get started. For what's changed see our <a href="#changelog">change log</a>.</p>
 
       <br />
 
@@ -395,6 +396,9 @@ sudo python setup.py install</pre><br /></li>
       </div>
     </div>
 
+    <div id="changelog_section" class="page">
+    </div>
+
     <script>
     $(function() {
       $(".tabs").tabs(".page", { history: true });





More information about the tor-commits mailing list