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.rhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/oldweb/_tail.rhtml b/lib/oldweb/_tail.rhtml
index f56bf2c..4320fc2 100644
--- a/lib/oldweb/_tail.rhtml
+++ b/lib/oldweb/_tail.rhtml
@@ -1,6 +1,7 @@
 <%
 public_email = @old_cfg['public_email']
 private_email = @old_cfg['private_email']
+source_code = Array(@old_cfg['source_code'])
 archive_urls = Array(@old_cfg['ml_url']).concat(Array(@old_cfg['nntp_url']))
 if url = archive_urls.shift %><hr /><pre>
 mail archives: <a
@@ -20,4 +21,10 @@ href="mailto:<%= private_email %>"><%= private_email %></a><%
     end
   end
 end
+
+if url_or_cmd = source_code.shift
+%>
+source code: <%= url_or_cmd %>
+<% source_code.each do |x| %><%= "\t#{x}" %><% end
+end
 %></pre>