From 73c6144ed3dc04a124d499fd19ca44c2ec5a13f7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 7 Jan 2016 00:14:21 +0000 Subject: tail: shorten the footer section Not every project uses git, and some misguided ones even allow HTML email (not sure why those projects would be interested in olddoc, though). Anyways, the olddoc-public@80x24.org account will always be configured to reject HTML email (or it'll be eaten by a spam filter). --- lib/oldweb/_tail.rhtml | 38 +++++++++++++++----------------------- 1 file changed, 15 insertions(+), 23 deletions(-) diff --git a/lib/oldweb/_tail.rhtml b/lib/oldweb/_tail.rhtml index 522c312..0879572 100644 --- a/lib/oldweb/_tail.rhtml +++ b/lib/oldweb/_tail.rhtml @@ -3,27 +3,19 @@ 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 && ml_url %>

-We love to hear from you!
-Email patches (using git send-email), -pull requests (formatted using git request-pull), questions, bug reports, -suggestions, etc. to us publically at:
<%= public_email %>
-Mail archives are available at: <%= ml_url %>
-Please send plain-text email only and do not waste bandwidth on HTML mail, -HTML mail will not be read.
-Quote as little as reasonable and do not top post.
<% end -if nntp_url %>NNTP archives are available at: <%= nntp_url %><% end -if private_email %> -For sensitive topics, email us privately at: -<%= private_email %><% end %> +if public_email && ml_url %>


+mail archives: <%= ml_url %> mailto:<%=
+public_email
+%>
+<% end
+if nntp_url %>NNTP archives: <%= nntp_url %>
+<%
+end
+if private_email
+%>private mail: <%= private_email %><%
+end %>
-- cgit v1.2.3-24-ge0c7