From 1bc8d5f3e48918a8b0932a2d47666dbe94f6d8d6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Apr 2025 07:48:11 -0300 Subject: TODOs.md: GC old entries --- TODOs.md | 189 +-------------------------------------------------------------- 1 file changed, 1 insertion(+), 188 deletions(-) diff --git a/TODOs.md b/TODOs.md index 72abe17..83a8642 100644 --- a/TODOs.md +++ b/TODOs.md @@ -3,34 +3,9 @@ ## TODO Hand pick trackers for the generated torrents {#td-5cab66be-9f82-4d25-de87-fc6392c3b26f} - TODO in 2022-06-04 -## TODO Consider using `.DEFAULT` to move all of `Makefile` into `dynamic.mk` {#td-330c7f45-2c2d-6066-b1a0-4357f7b09259} -- TODO in 2022-06-01 - ---- - -As in: - -``` -.DEFAULT: - $(MAKE) -f dynamic.mk $< -``` - ## TODO Use Opus over Ogg for podcasts {#td-2de2f57c-0773-530f-f6cf-70836080f46f} - TODO in 2022-06-01 -## TODO Remove absolute path with `/`? Use `base-url`? {#td-c409cad6-6660-81d8-b7ad-a0d61329ef3c} -- TODO in 2022-06-01 - -## TODO When doing a deploy, cleanup public/ to ensure there is a rebuild {#td-f1ee23c0-b10a-a044-8351-e3cef4cb9d8c} -- TODO in 2022-05-02 - -## TODO Remove torrent files {#td-61f75b7a-aeab-91bf-d927-7766253faec7} -- TODO in 2022-04-20 - ---- - -Require less software: both `mktorrent` and online TURN/STUN servers. - ## TODO Assert code blocks stick to atmost 80 columns {#td-75506021-884a-af77-ffbe-448816f70cc5} - TODO in 2022-04-20 @@ -40,18 +15,12 @@ Require less software: both `mktorrent` and online TURN/STUN servers. ## TODO Revisit favicon references without links in articles {#td-3996432b-c5b8-a003-db82-c684035f58d5} - TODO in 2022-04-12 -## TODO Add link to public inbox in homepage {#td-a81fc81f-9d58-101f-fa4f-2ce4cab63173} -- TODO in 2022-04-11 - ## TODO Revisit `README.md` {#td-181014da-abbd-fbc3-ed42-a2c2d89f12a7} - TODO in 2022-03-25 ## TODO Rename pkgs.{nologin => shadow} {#td-db77b6f1-3044-e457-1672-5cf4314b47b2} - TODO in 2022-03-14 -## TODO Decouble title from URL {#td-233e5dde-b13e-a795-cc73-c031bd56c03c} -- TODO in 2022-03-06 - ## DOING Add `security.txt` {#td-a84b65c4-686c-c098-aa4b-cfba06a84825} - DOING in 2022-04-12 @@ -94,23 +63,9 @@ As described in . ## TODO Serve over Gemini and/or Gopher too {#td-2fde23a6-1389-30fa-34ac-7d6750abf08a} - TODO in 2022-03-06 -## TODO Recover `mktorrent` flags, in `Makefile.dynamic` {#td-d5370885-16f3-acf8-7e7a-a65d794242ee} -- TODO in 2022-01-16 - -## TODO FIXME {#td-ca1035f1-dadf-1f10-c371-d4f2bca682cb} -- TODO in 2022-01-16 - ---- - -The repository itself is about to be embedded under -`resources/attachments/`. - ## TODO Cleanup `.gitignore` {#td-f52abfa9-1fbc-bcc6-048b-d4d770f571fc} - TODO in 2022-01-16 -## TODO Consider removing PNG and ICO favicons {#td-8876fc14-7f24-ebb1-4e60-adad79442005} -- TODO in 2022-01-10 - ## TODO Send patch to upstream `bmake` for bug on `$*` macro {#td-ca621da2-2e94-ae6f-0e3d-db744c00a656} - TODO in 2021-11-21 @@ -152,22 +107,6 @@ cp a/b.x a/b.y This impacts the upcoming `lilypond -o $name` command in the Makefile. -## TODO Move content into `src/content/`, `bin/` into `src/bin/` {#td-f9b510c0-c2c5-638e-e00f-3bbd35de31d9} -- TODO in 2022-01-10 - -## TODO `resources/` -> `artifacts/` {#td-d985f05d-3ecb-fc43-986b-b7089d17515d} -- TODO in 2021-10-12 - ---- - -`assets/`? - -## TODO `locale/` -> `po/` {#td-d282e753-9b2c-cd86-e64b-9148c5e84baf} -- TODO in 2021-10-12 - -## TODO Verify SVG now with size render better {#td-324de4da-0385-e832-0e4e-9f757efc9795} -- TODO in 2021-10-12 - ## TODO Use PostScript instead of Reveal.js {#td-6449803d-5774-b345-fde8-ad734af43e36} - TODO in 2021-10-12 @@ -188,55 +127,9 @@ This impacts the upcoming `lilypond -o $name` command in the Makefile. ## TODO Reduce size of container image {#td-826dd92f-ba91-b7b4-1fcc-e5240f920e99} - TODO in 2021-10-12 -## TODO Enable directory listing on the server {#td-5a13db85-6ff1-ddde-b9cc-a0ddd2de5333} -- TODO in 2021-10-12 - -## TODO Setup CSS dark mode {#td-d85f64b1-24c2-efe5-f214-c4e5a0b9ea31} -- TODO in 2021-10-12 - ---- - -```css -:root { - --color: black; - --background-color: white; -} - -@media(prefers-color-scheme: dark) { - :root { - --color: white; - --background-color: black; - } -} -``` - -## TODO Remove dependency on Jekyll {#td-94511264-e301-be51-23e2-cf960dcd603d} -- TODO in 2021-10-02 - ---- - -Possibly also remove usage of markdown. -Either stick to CommonMark, or switch to plain HTML, or maybe asciidoc (once it -gets its specification). - ## TODO Add JID alongside email {#task-089dca19-14e2-e1c1-6a47-9af6ab8eb42a} - TODO in 2021-09-05 -## TODO Use `