summaryrefslogtreecommitdiff
path: root/repo/www/helpers.py
AgeCommit message (Collapse)Author
2020-04-12Add intermediate step to cache site treeKévin Le Gouguec
Seems kind of wasteful to recompute it every time. Also, now subsequent scripts don't have to care about file extensions anymore.
2020-04-12Start fixing some files being inaccessibleKévin Le Gouguec
If an intermediate folder contains no leaf page, the previous code does not add it to the parent directory's subfolders. Still needs support from generate-deps.py.
2020-03-15Generate indices for folders without READMEsKévin Le Gouguec