From f1e41fc4d0c9e758dbbae13398c964f2e4b888ad Mon Sep 17 00:00:00 2001 From: stev Date: Mon, 11 Sep 2023 22:49:00 +0200 Subject: [PATCH] update to-do --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fac3b0..6a8f068 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ be used as the title of the HTML page. - [X] write the `gen_gmi` function - [X] make the line "---\n" of the footer only present in the code, not in the footer file -- [-] make a config file for things like +- [X] make a config file for things like - certain variables should be made `CONSTANT` in the `__init__.py` - [X] also update the "/gemlog/index.gmi" with the list of articles - [X] write the sync features @@ -33,8 +33,11 @@ be used as the title of the HTML page. - [ ] write tests for it - [ ] move config file to `~/.config` with placeholder values - [X] check for a config file in `~/.config` -- [ ] maybe save the old Bash script somewhere for posterity ? -- [ ] reorganise the directory where the content is +- [X] maybe save the old Bash script somewhere for posterity ? +- [X] reorganise the directory where the content is +- [X] replace `print`s with `logging` +- [ ] make a call graph +- [ ] rewrite `process_file` to make it easier to test ## My setup