aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-08-15 20:03:38 +0000
committerNick Mathewson <nickm@torproject.org>2004-08-15 20:03:38 +0000
commit2498272c816043f937b00f1f81f33d6c0e6ed8f9 (patch)
tree68c5be8e16abb1606d2c098379b1b0f0a378def1 /TODO
parent34a9741b4b4e7a75cd087dad7365a6bb9a0eb6d3 (diff)
downloadgnunetbib-2498272c816043f937b00f1f81f33d6c0e6ed8f9.tar.gz
gnunetbib-2498272c816043f937b00f1f81f33d6c0e6ed8f9.zip
Add basic unit tests; fix lastname,firstname name syntax; make configuration a separate file; make templates a configuration option; add separate cache jails to take advantage of apache http auth (last idea is from geoff)
svn:r109
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index fe39c7a..6ff9c77 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
1 1
2- More general tasks 2- More general tasks
3 . Know about @book 3 . Know about @book
4 . Write unit tests for everything
5 . Make name parsing vaguely sane
4 - Maybe uncrossref in tmp.bib 6 - Maybe uncrossref in tmp.bib
5 - Maybe pull important papers to the start of their sections? 7 - Maybe pull important papers to the start of their sections?
6 . Clean \{}~ when going from note to url; add \{}~ when making 8 . Clean \{}~ when going from note to url; add \{}~ when making
@@ -11,7 +13,7 @@
11 - When sorting by date, entries with unknown months go into a magic 13 - When sorting by date, entries with unknown months go into a magic
12 "month zero" before January. Is this right? 14 "month zero" before January. Is this right?
13 - Strip unused features. 15 - Strip unused features.
14 - Take a configuration file on the command line instead of just 16 o Take a configuration file on the command line instead of just
15 importing config.py. 17 importing config.py.
16 18
17- Cache tasks 19- Cache tasks