summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-09-17 18:16:49 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-09-17 18:16:49 -0700
commit7eeb60f60ed288aff3a0fd2a5aa34b1d14318b51 (patch)
tree4ff4cd64f52ad7def71dc3e731e82ac7dfad829b /TODO.md
parent38727bbdb90c47c5957f9cbf9892c2c7e47e3a9c (diff)
downloadpystache-7eeb60f60ed288aff3a0fd2a5aa34b1d14318b51.tar.gz
Update TODO list.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 701e6b2..59f8e77 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,10 +1,11 @@
TODO
====
-* Add Travis CI status image to README.
-* Make sure the new README will parse succesfully in PyPI. See also:
+* Strip HTML from Markdown files prior to passing to pandoc.
+* Make sure PyPI can parse the new README. See also:
* http://bugs.python.org/issue15231
* https://github.com/cjerdonek/molt/commit/91a7f158fdd5b93b90201ae0c128d2bbbaf7f913#README.md
+* Enable web page after merging.
* Add a Renderer.render_name() method to render by template name.
* 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).