about summary refs log tree commit homepage
path: root/lib/oldweb/_tail.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/oldweb/_tail.rhtml')
-rw-r--r--lib/oldweb/_tail.rhtml8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/oldweb/_tail.rhtml b/lib/oldweb/_tail.rhtml
index d1fc7e5..522c312 100644
--- a/lib/oldweb/_tail.rhtml
+++ b/lib/oldweb/_tail.rhtml
@@ -2,11 +2,12 @@
 public_email = @old_cfg['public_email']
 private_email = @old_cfg['private_email']
 ml_url = @old_cfg['ml_url']
+nntp_url = @old_cfg['nntp_url']
 git_doc = 'https://kernel.org/pub/software/scm/git/docs/'
 se_url = "#{git_doc}git-send-email.html"
 rp_url = "#{git_doc}git-request-pull.html"
 
-if public_email && private_email && ml_url %><hr /><p>
+if public_email && ml_url %><hr /><p>
 We love to hear from you!<br />
 Email patches (using <a
 href="<%= se_url %>">git send-email</a>),
@@ -19,7 +20,10 @@ href="<%= ml_url %>"><%= ml_url %></a><br />
 Please send plain-text email only and do not waste bandwidth on HTML mail,
 HTML mail will not be read.<br />
 Quote as little as reasonable and do not <a
-href="http://catb.org/jargon/html/T/top-post.html">top post</a>.<br />
+href="http://catb.org/jargon/html/T/top-post.html">top post</a>.<br /><% end
+if nntp_url %>NNTP archives are available at: <a
+href="<%= nntp_url %>"><%= nntp_url %></a><% end
+if private_email %>
 For sensitive topics, email us privately at:
 <a
 href="mailto:<%= private_email %>"><%= private_email %></a><% end %>