summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-18 17:29:50 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-18 17:40:16 -0700
commitd0581c80d2953f19acf1253e6cdf4747c55fd2cb (patch)
tree3db933f316c9459c67745cce99159858338fca81
parentbcd8a5426a9e56ad5abd8d0cce2c2a55416224dc (diff)
downloadpystache-d0581c80d2953f19acf1253e6cdf4747c55fd2cb.tar.gz
Add TODO re: changing logo link to point to the repo.
-rw-r--r--TODO.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 5f19fa3..2887f3e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,13 @@
TODO
====
+In master branch, after merging to master:
+
* Enable web page after merging.
+* Change README to link to the repo version of the logo.
+
+In development branch:
+
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
make it a subcommand of one of the existing commands (i.e. using a command argument).
* Provide support for logging in at least one of the commands.