aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-05-19 18:13:53 +0000
committerNick Mathewson <nickm@torproject.org>2003-05-19 18:13:53 +0000
commit4b752715b8ecee4d73eae7a35b6cc313d14db108 (patch)
tree275ea1916d7b4e2fdbd44c855eb07959d104c9b6 /TODO
parent06d898666bfce05b5b1c49e67c8f55212caec726 (diff)
downloadgnunetbib-4b752715b8ecee4d73eae7a35b6cc313d14db108.tar.gz
gnunetbib-4b752715b8ecee4d73eae7a35b6cc313d14db108.zip
update
svn:r10
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 9 insertions, 9 deletions
diff --git a/TODO b/TODO
index a0d767f..d3459d6 100644
--- a/TODO
+++ b/TODO
@@ -1,21 +1,21 @@
1 1
2First usable python version: 2First usable python version:
36 - Port what's there to python 3 o Port what's there to python
41 - Automate generation; delay implementing search? 4 o Automate generation; delay implementing search?
50 X I need a CGI for submitting changes? Probably not. 5 X I need a CGI for submitting changes? Probably not.
62 - Make an HTML file with many anchors to hold the BiBTeX stuff. 62 - Make an HTML file with many anchors to hold the BiBTeX stuff.
70 X Cached parsed BibTeX, if we have any reason to do so. 7 X Cached parsed BibTeX, if we have any reason to do so.
8 - Integrate two files: search for duplicates, return everything else. 8 - Integrate two files: search for duplicates, return everything else.
9 - Matching 9 - Matching
1015 min - Very dumb match: is everything the same? (For all fields) 1015 min - Very dumb match: is everything the same? (For all fields)
111 - Dumb match: Can we find something that has the same title 111 - Dumb match: Can we find something that has the same title
12 and the same year and the same authors? If so, and some 12 and the same year and the same authors? If so, and some
13 other fields differ, dump out both version in third file. 13 other fields differ, dump out both version in third file.
144 - Less dumb match: As above, but with some fuzziness in 144 - Less dumb match: As above, but with some fuzziness in
15 authors and titles. 15 authors and titles.
161.5 - CLI and real code 161.5 - CLI and real code
172 - Cleaning 172 - Cleaning
181 - CLI 18 . CLI
191 - "Important" note. 191 - "Important" note.
20 20
21~ 20-21 hours. 21~ 20-21 hours.