auto-update on Thu Mar 31 11:28:21 UTC 2022

This commit is contained in:
Alec Muffett 2022-03-31 11:28:21 +00:00
parent 936219dcdc
commit d483c3d4b3
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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):