aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 95aecae9..eb64652e 100644
--- a/TODO
+++ b/TODO
@@ -13,3 +13,15 @@
13 13
14- branding / navigation: 14- branding / navigation:
15 * Can we get a hover image for the navbar logo? 15 * Can we get a hover image for the navbar logo?
16
17- Makefile:
18 * conditionally without gmake extensions pick up values for BABEL and
19 PYTHON. They can be python3, python2, python2.7, pybabel, pybabel-2.7
20 etc.
21 * Ideally don't require gmake to run make.
22
23template.py:
24 * it is currently broken with python2.7. Since I use python3.7 and
25 2.7 is on its way out: person who cares enough for 2.7, step up
26 to fix this in a portable way (in other words, do not break
27 various corner cases for relative imports in the 3.x series!)