aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-27 18:26:42 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-27 18:26:42 +0000
commit1673d2b2948143cd8f0eb85a2dfec192015052be (patch)
tree0828da3c9492e84d9cc405a2688c06acb21a8f7b /config.py
parent4bb131fdace995de47b2d2f0de95cd2d8d5895f4 (diff)
downloadanonbib-1673d2b2948143cd8f0eb85a2dfec192015052be.tar.gz
r13508@kushana: nickm | 2007-06-27 14:26:35 -0400
More anonbib hacking to generate sane page headings, use CSS right on subpages, and link from the different bibliographies to one another. svn:r217
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 5a7b585..6a25731 100644
--- a/config.py
+++ b/config.py
@@ -8,7 +8,7 @@ _KEYS = [ "ALL_TAGS",
"DOWNLOAD_CONNECT_TIMEOUT","INITIAL_STRINGS",
"MASTER_BIB", "NO_COLLAPSE_AUTHORS", "OMIT_ENTRIES",
"OUTPUT_DIR", "TEMPLATE_FILE", "BIBTEX_TEMPLATE_FILE",
- "REQUIRE_KEY", "TAG_TITLES", "TAG_DIRECTORIES" ]
+ "REQUIRE_KEY", "TAG_TITLES", "TAG_DIRECTORIES", "TAG_SHORT_TITLES" ]
for _k in _KEYS:
globals()[_k]=None