Add more todos

This commit is contained in:
2026-02-04 18:49:28 +09:00
parent 28991c8b41
commit 198d756de5

12
run.sh
View File

@@ -103,3 +103,15 @@ fi
cat "$OUTPUT_DIR/cgi-progs.txt" | sort | uniq -c | sort -gr > "$OUTPUT_DIR/cgi-progs-overview.txt"
# TODO find lisp libraries
# TODO: look through all files in ~/web-docs/cgi-bin (last one case insensitive)
# TODO: generally filter out files ending with ~ or starting with #
# TODO: generally filter out .git, RCS, and other such files
# TODO: generally filter out executables, drop executable .so files
# TODO: look for all digits behind '*.php' (i.e. asdf.php4 and asdf.php5)
# TODO: extract non-absolute binary references from calls that invoke subprocesses in the various languages