restored basic help

This commit is contained in:
Paul Gauthier 2024-07-04 14:47:49 -03:00
parent f80df3b5c5
commit ca6fcc42c8
2 changed files with 24 additions and 1 deletions

View file

@ -39,6 +39,9 @@ def fname_to_url(filepath):
docid = ""
if filepath.startswith("website/_includes/"):
pass
elif "HISTORY.html" in filepath:
# too much stale info
pass
elif filepath.startswith(website):
docid = filepath[len(website) :]