commit 86226b0060d7ef3a1c1a859216c0489e756d567b
parent e6aa9b60b03e7cd8e57e2c034a41dfe83b225d1a
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 21 May 2003 19:00:11 +0000
More TODO; fix weidais url; note magic fields
svn:r25
Diffstat:
3 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -0,0 +1,11 @@
+
+PYTHON=python2
+
+all:
+ $(PYTHON) writeHTML.py
+
+clean:
+ rm -f *~ */*~ *.pyc *.pyo
+
+veryclean: clean
+ rm -f author.html date.html topic.html bibtex.html tmp.bib
diff --git a/TODO b/TODO
@@ -19,7 +19,12 @@ First usable python version:
o "Important" note.
o Remarks
-Next:
+Later:
- Know about @book
- Maybe uncrossref in tmp.bib
- Maybe pull important papers to the start of their sections?
+ - Clean \{}~ when going from note to url; add \{}~ when making
+ note from url.
+ - Look for urls in wherepublished.
+ - Forgive newlines in wherepublished, note.
+ - "Systems, Zero Knowledge"?
+\ No newline at end of file
diff --git a/anonbib.bib b/anonbib.bib
@@ -1,3 +1,10 @@
+%
+% Magic fields:
+% www_section -- the topic used under 'topics.html'
+% www_{ps|pdf|ps_gz|txt|html|abstract}_url -- link for text/abstract of
+% an entry.
+% www_important -- set for important entries
+% www_remarks -- annotation for an entry
%% List of sections
@string{mix = "Mix Networks: Design"}
@@ -26,8 +33,9 @@
volume = {4},
number = {2},
month = {February},
+ note = {\url{http://www.eskimo.com/\{}~weidai/mix-net.txt}},
www_section = mix,
- www_txt_url = "http://www.eskimo.com/~weidai/mix-net.txt",
+ www_txt_url = {http://www.eskimo.com/~weidai/mix-net.txt},
www_important = {1},
www_remarks = {Chaum's paper that has all the big ideas.}
}