From 01b7beabff5b63111a286e64e2a9f9b6ba1ef9d0 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 23 May 2003 20:39:38 +0000 Subject: more entries sort by date within topic svn:r39 --- config.py | 1 + writeHTML.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 7d51936..c3a4d77 100644 --- a/config.py +++ b/config.py @@ -22,6 +22,7 @@ AUTHOR_URLS = { 'Douceur' : 'http://research.microsoft.com/~johndo/', 'Michael.*Freedman' : 'http://www.scs.cs.nyu.edu/~mfreed/', 'Ian.*Goldberg' : 'http://www.cs.berkeley.edu/~iang/', + 'Christian.*Grothoff' : 'http://www.ovmj.org/~grothoff/', 'D.*Hopwood' : 'http://www.users.zetnet.co.uk/hopwood/', 'Jakobsson' : 'http://www.cs.ucsd.edu/users/markus/', 'K.*Kurosawa' : 'http://kuro.cis.ibaraki.ac.jp/~kurosawa/', diff --git a/writeHTML.py b/writeHTML.py index e5d0816..85b1aa3 100644 --- a/writeHTML.py +++ b/writeHTML.py @@ -82,7 +82,7 @@ entries = BibTeX.splitSortedEntriesBy(entries, "www_section") if entries[-1][0].startswith(""): entries[-1] = ("Miscellaneous", entries[-1][1]) -entries = [ (s, BibTeX.sortEntriesByAuthor(ents)) +entries = [ (s, BibTeX.sortEntriesByDate(ents)) for s, ents in entries ] -- cgit v1.2.3-70-g09d2