diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | TODOs.md | 3 |
2 files changed, 2 insertions, 7 deletions
@@ -1,4 +1,5 @@ *.htmlbody +*.embedded-config *.conf *.snippets *.html @@ -10,10 +11,7 @@ sortdata.txt index.htmlheader index.htmlfooter index.htmllisting -index.htmldeps -feed.xmldeps feed.xml -/src/global.conf *.gz /src/sources.txt /src/all-contents.txt @@ -25,4 +23,4 @@ feed.xml /baseurl.txt /expiry.txt /src/content/security.txt -/src/content/.well-known/ +/src/content/.well-known/security.txt @@ -63,9 +63,6 @@ As described in <https://news.ycombinator.com/item?id=29519391>. ## TODO Serve over Gemini and/or Gopher too {#td-2fde23a6-1389-30fa-34ac-7d6750abf08a} - TODO in 2022-03-06 -## TODO Cleanup `.gitignore` {#td-f52abfa9-1fbc-bcc6-048b-d4d770f571fc} -- TODO in 2022-01-16 - ## TODO Send patch to upstream `bmake` for bug on `$*` macro {#td-ca621da2-2e94-ae6f-0e3d-db744c00a656} - TODO in 2021-11-21 |