diff options
| author | Nick Mathewson <nickm@torproject.org> | 2006-12-07 04:41:08 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2006-12-07 04:41:08 +0000 |
| commit | 9939c56195f2d132af48f162b34863e38fb69fe8 (patch) | |
| tree | 223c27bc4240996358d748b7318d32c722bead0d /config.py | |
| parent | 9f5034771ed2e5496f7b3d53718fd70a29424e7f (diff) | |
| download | anonbib-9939c56195f2d132af48f162b34863e38fb69fe8.tar.gz | |
r11440@Kushana: nickm | 2006-12-06 23:40:44 -0500
Add a REQUIRE_KEY option to the configuration. This way, we can build a "big bibliography" and a "selected readings" from one .bib file.
svn:r194
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ _KEYS = [ "ALPHABETIZE_AUTHOR_AS","AUTHOR_URLS","CACHE_DIR","CACHE_SECTIONS", "COLLAPSE_AUTHORS", "DOWNLOAD_CONNECT_TIMEOUT","INITIAL_STRINGS", "MASTER_BIB", "NO_COLLAPSE_AUTHORS", "OMIT_ENTRIES", - "OUTPUT_DIR", "TEMPLATE_FILE", "BIBTEX_TEMPLATE_FILE" ] + "OUTPUT_DIR", "TEMPLATE_FILE", "BIBTEX_TEMPLATE_FILE", + "REQUIRE_KEY" ] for _k in _KEYS: globals()[_k]=None |
