aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-09-11 19:45:02 +0000
committerNick Mathewson <nickm@torproject.org>2003-09-11 19:45:02 +0000
commit6f71c64c1aa9abd8793ad5c2865f6e2d81be2ea8 (patch)
tree83a50df937f69e24da32b2606fdbddbe43ca9239 /TODO
parente0e893399d26497a39ed04af27de6428cfa11dff (diff)
downloadgnunetbib-6f71c64c1aa9abd8793ad5c2865f6e2d81be2ea8.tar.gz
gnunetbib-6f71c64c1aa9abd8793ad5c2865f6e2d81be2ea8.zip
Note pending caching improvements
svn:r75
Diffstat (limited to 'TODO')
-rw-r--r--TODO36
1 files changed, 10 insertions, 26 deletions
diff --git a/TODO b/TODO
index 8b67f7c..6f822b5 100644
--- a/TODO
+++ b/TODO
@@ -1,25 +1,5 @@
1 1
2First usable python version: 2- More general tasks
3 o Port what's there to python
4 o Automate generation; delay implementing search?
5 X I need a CGI for submitting changes? Probably not.
6 o Make an HTML file with many anchors to hold the BiBTeX stuff.
7 X Cached parsed BibTeX, if we have any reason to do so.
8 o Integrate two files: search for duplicates, return everything else.
9 o Matching
10 o Very dumb match: is everything the same? (For all fields)
11 o Dumb match: Can we find something that has the same title
12 and the same year and the same authors? If so, and some
13 other fields differ, dump out both version in third file.
14 o Less dumb match: As above, but with some fuzziness in
15 authors and titles.
16 o CLI and real code
17 o Cleaning
18 o CLI
19 o "Important" note.
20 o Remarks
21
22Next:
23 - Know about @book 3 - Know about @book
24 - Maybe uncrossref in tmp.bib 4 - Maybe uncrossref in tmp.bib
25 - Maybe pull important papers to the start of their sections? 5 - Maybe pull important papers to the start of their sections?
@@ -28,11 +8,15 @@ Next:
28 . Also clean \_ to _ and back 8 . Also clean \_ to _ and back
29 - Look for urls in wherepublished. 9 - Look for urls in wherepublished.
30 . Forgive newlines in wherepublished, note. 10 . Forgive newlines in wherepublished, note.
31 o "Systems, Zero Knowledge"?
32 o Make CSS and HTML pass the validators
33 o When sorting by author, make "Paul F. Syverson" the same person
34 as "Paul Syverson" unless somebody says different.
35 - When sorting by date, entries with unknown months go into a magic 11 - When sorting by date, entries with unknown months go into a magic
36 "month zero" before January. Is this right? 12 "month zero" before January. Is this right?
37 13
38 14- Cache tasks
15 - Generate a list of broken links
16 - Re-download all cached items if requested
17 - Clear dead items from cache
18 - Use HTTP HEAD requests to decide whetherto update stale
19 elements in cache.
20 - Add ability to honor a "www_no_cache={1}" option for entries
21 if the authors ask us not to cache them.
22 - Maybe, add ability to cache images from an HTML page.