aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-01-25 18:02:40 +0000
committerng0 <ng0@n0.is>2019-01-25 18:02:40 +0000
commit61571c61d71e906b7e8f041228455b0136ad8c40 (patch)
tree1558c84f427abcd52238676262c328affa9be448
parenta3765775b8a657cb93e378fb0b5338807450233d (diff)
downloadwww-61571c61d71e906b7e8f041228455b0136ad8c40.tar.gz
www-61571c61d71e906b7e8f041228455b0136ad8c40.zip
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!)