[tor-commits] [depictor/master] Link to descriptors
tom at torproject.org
tom at torproject.org
Thu Jun 20 14:04:22 UTC 2019
commit be09d1a8682a07ddfb54269e3001c78bd111a55c
Author: Tom Ritter <tom at ritter.vg>
Date: Wed Apr 24 12:31:37 2019 -0500
Link to descriptors
Closes #28404
---
website.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/website.py b/website.py
index b03298b..6d43e6f 100755
--- a/website.py
+++ b/website.py
@@ -299,9 +299,11 @@ class WebsiteWriter:
authority = authority[0]
self.site.write(" <td><a href=\"http://" + authority.address + ":" + str(authority.dir_port)
+ "/tor/status-vote/current/consensus\">consensus</a> (<a href=\"http://" + authority.address
- + ":" + str(authority.dir_port) + "/tor/status-vote/current/consensus-microdesc\">microdesc</a>)"
- + " <a href=\"http://" + authority.address + ":" + str(authority.dir_port)
+ + ":" + str(authority.dir_port) + "/tor/status-vote/current/consensus-microdesc\">microdesc</a>)")
+ self.site.write(" <a href=\"http://" + authority.address + ":" + str(authority.dir_port)
+ "/tor/status-vote/current/authority\">vote</a>")
+ self.site.write(" <a href=\"http://" + authority.address + ":" + str(authority.dir_port)
+ + "/tor/server/all\">descriptors</a>")
if dirauth_nickname in self.bandwidth_authorities:
self.site.write(" <a href=\"http://" + authority.address + ":" + str(authority.dir_port)
+ "/tor/status-vote/next/bandwidth\">bandwidth vote</a>")
More information about the tor-commits
mailing list