aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-05-17 06:10:20 +0000
committerNick Mathewson <nickm@torproject.org>2003-05-17 06:10:20 +0000
commit1d07a97300d48872726edd989f53bf489dc00a41 (patch)
treebaa19dd713b183d6694364251b6e17afe9195b0f /TODO
parent11fddbc0273c37d651399ec782c57065f8030a76 (diff)
downloadanonbib-1d07a97300d48872726edd989f53bf489dc00a41.tar.gz
Initial revision
svn:r2
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..a0d767f
--- /dev/null
+++ b/TODO
@@ -0,0 +1,21 @@
+
+First usable python version:
+6 - Port what's there to python
+1 - Automate generation; delay implementing search?
+0 X I need a CGI for submitting changes? Probably not.
+2 - Make an HTML file with many anchors to hold the BiBTeX stuff.
+0 X Cached parsed BibTeX, if we have any reason to do so.
+ - Integrate two files: search for duplicates, return everything else.
+ - Matching
+15 min - Very dumb match: is everything the same? (For all fields)
+1 - Dumb match: Can we find something that has the same title
+ and the same year and the same authors? If so, and some
+ other fields differ, dump out both version in third file.
+4 - Less dumb match: As above, but with some fuzziness in
+ authors and titles.
+1.5 - CLI and real code
+2 - Cleaning
+1 - CLI
+1 - "Important" note.
+
+~ 20-21 hours.