From 6e23d475308c780f0312795b201d7d44143d0f0e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 19 May 2003 18:09:21 +0000 Subject: More work; get by-date working, cleanups, debugging, etc svn:r9 --- config.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index cf7a4b2..7138fdb 100644 --- a/config.py +++ b/config.py @@ -1,6 +1,10 @@ import re +MASTER_BIB = "./anonbib.bib" + +OUTPUT_DIR = "." + AUTHOR_URLS = { 'Berthold' : 'http://page.inf.fu-berlin.de/~berthold/', 'Miguel.*Castro' : 'http://research.microsoft.com/users/mcastro/', @@ -21,6 +25,7 @@ AUTHOR_URLS = { 'David.*Wagner' : 'http://www.cs.berkeley.edu/~daw/', 'Shoup' : 'http://www.shoup.net/', 'B.*Möller' : 'http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html', + 'Michael.*Freedman' : 'http://www.scs.cs.nyu.edu/~mfreed/', } @@ -35,6 +40,7 @@ INITIAL_STRINGS = { OMIT_ENTRIES = ("proceedings", "journal") + ### Don't edit below this line AUTHOR_RE_LIST = [ -- cgit v1.2.3-70-g09d2