website with jinja

This commit is contained in:
Trilarion
2020-09-16 15:09:45 +02:00
parent 60f9523906
commit 7eacd2da44
26 changed files with 547 additions and 19 deletions

View File

@ -14,6 +14,7 @@ import textwrap
from utils import osg, osg_ui, utils, constants as c
import requests
def check_validity_backlog():
import requests
@ -62,8 +63,6 @@ def create_toc(title, file, entries):
# write to toc file
utils.write_text(toc_file, text)
print('Readme and TOCs updated')
def sort_text_file(file, name):
"""
@ -432,6 +431,8 @@ class EntriesMaintainer:
# write to readme
utils.write_text(readme_file, text)
print('Readme and TOCs updated')
def update_statistics(self):
"""
Generates the statistics page.
@ -821,7 +822,6 @@ if __name__ == "__main__":
'Read entries': m.read_entries,
'Write entries': m.write_entries,
'Check template leftovers': m.check_template_leftovers,
'Check external links': m.check_external_links,
'Check inconsistencies': m.check_inconsistencies,
'Check rejected entries': m.clean_rejected,
'Check external links (takes quite long)': m.check_external_links,