index-stuff

This commit is contained in:
Alec Muffett 2022-03-08 17:54:04 +00:00
parent 975e71dbc7
commit adb42eec33
2 changed files with 348 additions and 174 deletions

516
README.md

File diff suppressed because it is too large Load Diff

View File

@ -260,8 +260,10 @@ def print_chunk(chunk, title, description=None, print_bar=True):
# short name
oname = row['onion_name']
if oname != '': print(B, 'short: `{0}`'.format(oname))
# linky-linky, with https-emoji
print(B, 'link: [{0}]({0})'.format(url), padlock)
# transport
print(B, 'transport:', padlock)
# linky-linky
print(B, 'link: [{0}]({0})'.format(url))
# apparently some people like copying and pasting plain text
print(B, 'plain: `{0}`'.format(url))
# print proof unconditionally, as encouragement to fix it