From 7d3c9ec7368a5d25235e818c2c147ba7e89f6567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gassmann?= Date: Sun, 27 Feb 2022 14:06:15 +0100 Subject: [+] Added base project --- TODO.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..d49b7c5 --- /dev/null +++ b/TODO.md @@ -0,0 +1,16 @@ +# TODO +- [X] Different types of text files: + - page + - article + - links +- [X] Different templates: + - header.html + - style.css (depends on what the header requests) + - footer.html + - article_listing.html + - menu_listing.html +- [X] A function that can be called in a page to list articles +- [ ] Actually parse arguments correctly +- [ ] Photo Album generator +- [ ] Clean up the code +- [ ] Document the code further -- cgit v1.2.3