aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-05-19 18:09:21 +0000
committerNick Mathewson <nickm@torproject.org>2003-05-19 18:09:21 +0000
commit6e23d475308c780f0312795b201d7d44143d0f0e (patch)
tree44fc36f6c03f23b6fda535f80eb5b3b05dd5ba49 /config.py
parentc07e917777582ff1e70e8b57345397ef977d684e (diff)
downloadanonbib-6e23d475308c780f0312795b201d7d44143d0f0e.tar.gz
More work; get by-date working, cleanups, debugging, etc
svn:r9
Diffstat (limited to 'config.py')
-rw-r--r--config.py6
1 files changed, 6 insertions, 0 deletions
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&ouml;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 = [