mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04:00
auto-update on Thu Mar 31 11:28:21 UTC 2022
This commit is contained in:
parent
936219dcdc
commit
d483c3d4b3
@ -33,6 +33,7 @@ You can find techical details and the legend/key for symbols in the [footnotes s
|
||||
* [Tech and Software](#tech-and-software)
|
||||
* [Web and Internet](#web-and-internet)
|
||||
* [SecureDrop](#securedrop)
|
||||
* [Footnotes](#footnotes)
|
||||
|
||||
----
|
||||
## Blogs
|
||||
|
@ -23,6 +23,7 @@ PLACEHOLDER = '-'
|
||||
POOL_WORKERS = 10
|
||||
DETECTOR_HISTORY=14
|
||||
TRUE_STRING = 'TRUE'
|
||||
FOOTNOTES = 'Footnotes'
|
||||
|
||||
DEFERRED_CATEGORIES = ( # stuff to push down the page due to size
|
||||
'Globaleaks',
|
||||
@ -290,6 +291,7 @@ def print_index(cats):
|
||||
for cat in cats:
|
||||
print(B, '[{0}](#{1})'.format(cat, # was: caps(cat)
|
||||
cat.lower().replace(' ', '-')))
|
||||
print(B, '[{0}](#{1})'.format(FOOTNOTES, FOOTNOTES.lower()))
|
||||
print()
|
||||
|
||||
def do_print(master):
|
||||
|
Loading…
Reference in New Issue
Block a user