removed src/todo.gmi

This commit is contained in:
Abdullah Islam 2024-02-20 15:57:50 +06:00
parent 8bcffa057a
commit 6dacd920ec
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
# Todo
* Add a search-engine targeted sitemap document
* Make the AWK scripts more efficient
* Make the 'upload' make rule more efficient, by making it only upload files that have been changed
* Use a single find command to gather data about all of the files at once, then use the results of that find command across the setup. This will avoid the need to scan the same directory multiple times.
* Instead of using src/feed.ass for ATOM feed generation, make a single feed.json file at the root, then add content to it using a script, which will take in a filepath of a recently updated file, and a description as an input.