update to-do

This commit is contained in:
stev 2023-09-11 22:49:00 +02:00
parent d437cdc479
commit f1e41fc4d0

View file

@ -25,7 +25,7 @@ be used as the title of the HTML page.
- [X] write the `gen_gmi` function - [X] write the `gen_gmi` function
- [X] make the line "---\n" of the footer only present in the code, not in the footer - [X] make the line "---\n" of the footer only present in the code, not in the footer
file 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` - certain variables should be made `CONSTANT` in the `__init__.py`
- [X] also update the "/gemlog/index.gmi" with the list of articles - [X] also update the "/gemlog/index.gmi" with the list of articles
- [X] write the sync features - [X] write the sync features
@ -33,8 +33,11 @@ be used as the title of the HTML page.
- [ ] write tests for it - [ ] write tests for it
- [ ] move config file to `~/.config` with placeholder values - [ ] move config file to `~/.config` with placeholder values
- [X] check for a config file in `~/.config` - [X] check for a config file in `~/.config`
- [ ] maybe save the old Bash script somewhere for posterity ? - [X] maybe save the old Bash script somewhere for posterity ?
- [ ] reorganise the directory where the content is - [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 ## My setup