gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

commit bf79a707919d1a9820d6fd1c63d300130af8a891
parent a08ad60dff1f600118d2795fb5f2d52fc316fbbb
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 20 May 2003 19:30:22 +0000

Note status in todo


svn:r22

Diffstat:
MTODO | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/TODO b/TODO @@ -3,19 +3,19 @@ First usable python version: o Port what's there to python o Automate generation; delay implementing search? X I need a CGI for submitting changes? Probably not. -2 - Make an HTML file with many anchors to hold the BiBTeX stuff. + o Make an HTML file with many anchors to hold the BiBTeX stuff. 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 + o Integrate two files: search for duplicates, return everything else. + o Matching + o Very dumb match: is everything the same? (For all fields) + o 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 + o Less dumb match: As above, but with some fuzziness in authors and titles. -1.5 - CLI and real code -2 - Cleaning - . CLI -1 - "Important" note. + o CLI and real code + o Cleaning + o CLI + o "Important" note. + o Remarks -~ 20-21 hours.