mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2025-02-08 19:28:38 -05: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)
|
* [Tech and Software](#tech-and-software)
|
||||||
* [Web and Internet](#web-and-internet)
|
* [Web and Internet](#web-and-internet)
|
||||||
* [SecureDrop](#securedrop)
|
* [SecureDrop](#securedrop)
|
||||||
|
* [Footnotes](#footnotes)
|
||||||
|
|
||||||
----
|
----
|
||||||
## Blogs
|
## Blogs
|
||||||
|
@ -23,6 +23,7 @@ PLACEHOLDER = '-'
|
|||||||
POOL_WORKERS = 10
|
POOL_WORKERS = 10
|
||||||
DETECTOR_HISTORY=14
|
DETECTOR_HISTORY=14
|
||||||
TRUE_STRING = 'TRUE'
|
TRUE_STRING = 'TRUE'
|
||||||
|
FOOTNOTES = 'Footnotes'
|
||||||
|
|
||||||
DEFERRED_CATEGORIES = ( # stuff to push down the page due to size
|
DEFERRED_CATEGORIES = ( # stuff to push down the page due to size
|
||||||
'Globaleaks',
|
'Globaleaks',
|
||||||
@ -290,6 +291,7 @@ def print_index(cats):
|
|||||||
for cat in cats:
|
for cat in cats:
|
||||||
print(B, '[{0}](#{1})'.format(cat, # was: caps(cat)
|
print(B, '[{0}](#{1})'.format(cat, # was: caps(cat)
|
||||||
cat.lower().replace(' ', '-')))
|
cat.lower().replace(' ', '-')))
|
||||||
|
print(B, '[{0}](#{1})'.format(FOOTNOTES, FOOTNOTES.lower()))
|
||||||
print()
|
print()
|
||||||
|
|
||||||
def do_print(master):
|
def do_print(master):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user