commit a5515b56aaab11aa1d80a13a07cddbbdc5e66b04
parent 00605bf63c3cd85acc5dff471584dc3831e642ce
Author: Nils Gillmann <ng0@n0.is>
Date: Sun, 7 Oct 2018 15:35:38 +0000
anonbib.cfg: lint
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat:
1 file changed, 10 insertions(+), 19 deletions(-)
diff --git a/anonbib.cfg b/anonbib.cfg
@@ -15,7 +15,7 @@ CITE_CACHE_DIR = "cite_cache"
# Are there subsections for cached papers? This is useful for putting
# different Apache permission on different directories.
-CACHE_SECTIONS = [ ]
+CACHE_SECTIONS = []
# Only include entries that have this key. This is one way to
# generate multiple bibliographies from the same source. Currently
@@ -175,8 +175,7 @@ AUTHOR_URLS = {
'M.*Wright' : 'http://ranger.uta.edu/~mwright/',
'P.*Zieli.*ski' : 'http://www.cl.cam.ac.uk/~pz215/',
'Vinod Yegneswaran' : 'http://www.csl.sri.com/~vinod',
- 'S.*Zander' : 'http://caia.swin.edu.au/cv/szander/'
- }
+ 'S.*Zander' : 'http://caia.swin.edu.au/cv/szander/'}
# List of paterns for author names _not_ to do an initial-tolerant
# match on when building section list. E.g., if "J\\. Smith" is in
@@ -187,16 +186,14 @@ NO_COLLAPSE_AUTHORS = [
# Map from LaTeX-style name of author to collapse to canonical name.
COLLAPSE_AUTHORS = {
- "Nicholas Mathewson": "Nick Mathewson",
- }
+ "Nicholas Mathewson": "Nick Mathewson",}
# Map from author pattern to collation key.
# This keeps 'Zero Knowledge Systems' from getting alphabetized as "Systems,
# Zero Knowledge."
ALPHABETIZE_AUTHOR_AS = {
"Zero.*Knowledge.*Systems": "Zero Knowledge Systems",
- "Carlos.*Aguilar.*Melchor": "Aguilar Melchor Carlos",
- }
+ "Carlos.*Aguilar.*Melchor": "Aguilar Melchor Carlos",}
# Map of strings to initialize BibTeX parsing with.
INITIAL_STRINGS = {
@@ -213,29 +210,23 @@ INITIAL_STRINGS = {
'credentials' : "E-Cash / Anonymous Credentials",
'misc' : "Misc",
'torperf' : "Tor Performance",
- 'conference' : "Conference"
-}
+ 'conference' : "Conference"}
# Don't put in any entries of this type.
OMIT_ENTRIES = ("proceedings", "journal")
# List of all recognized values for www_tags.
-ALL_TAGS = ("selected", )
+ALL_TAGS = ("selected",)
# Titles of page, by tag.
-TAG_TITLES = { "": "The GNUnet Bibliography",
- "selected": "GNUnet's Selected Papers in Meshnetworking"
- }
+TAG_TITLES = {"": "The GNUnet Bibliography", "selected": "GNUnet's Selected Papers in Meshnetworking"}
# As TAG_TITLES, but shorter.
-TAG_SHORT_TITLES = { "": "Anonymity Bibliography",
- "selected": "Selected Papers in Meshnetworking",
- }
+TAG_SHORT_TITLES = {"": "Anonymity Bibliography", "selected": "Selected Papers in Meshnetworking",}
# Directories where tag pages get generated.
-TAG_DIRECTORIES = { '': "full",
- "selected": "" }
-MULTI_VAL_FIELDS = [ "www_section" ]
+TAG_DIRECTORIES = {'': "full", "selected": ""}
+MULTI_VAL_FIELDS = ["www_section"]
# Make cached stuff group-writable. Make sure that your cache directories
# are sticky!
CACHE_UMASK = 002