diff options
author | dweller <dweller@cabin.digital> | 2024-03-08 19:53:47 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-03-08 19:53:47 +0200 |
commit | d66f88febd3f19afd6b0ed0bee347e8f7db3e086 (patch) | |
tree | 0a931a777591fa6d4edaaeccefa27e4d2d75d090 /TODO | |
parent | 12da9560c792ae5f3beb31dfdf5f41d70d03e4ab (diff) |
fix formatting and parsing when using self-compiled mandoc that produced different HTML output
Diffstat (limited to '')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,6 +3,6 @@ TODO: decouple PHP from HTML, merge index.php and search.php. Just have templat TODO: change GET query vars to be shorter or switch to a different schema TODO: populate all the static pages, like About and stuff FIXME: flash of white on load for /search.php, also stuck loading with no args -TODO: sgrep TODO -FIXME: on manup.sh the mandoc generates slightly different HTML, like the headers. Needs CSS fixes. - This also breaks section # parsing I think. +TODO: sgrep TODO/FIXME +TODO: Maybe use a default arch to speed up search? Could try to detect arch via user-agent in PHP. +TODO: Minify, consolidate |