gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

commit 05d8ae379fcd41ce58f9408deb50a46eb2d88949
parent 9c8c203aca515f9ae65033dbd63d5919a8c51a2e
Author: Nils Gillmann <ng0@n0.is>
Date:   Mon,  8 Oct 2018 16:51:21 +0000

anonbib.cfg: Add Carlo's website association with permission by Carlo, change generated title.

Signed-off-by: Nils Gillmann <ng0@n0.is>

Diffstat:
Manonbib.cfg | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/anonbib.cfg b/anonbib.cfg @@ -175,7 +175,8 @@ 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/', + 'Carlo von Loesch' : 'http://my.pages.de'} # 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 @@ -222,7 +223,7 @@ ALL_TAGS = ("selected",) 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 = {"": "The GNUnet Bibliography", "selected": "Selected Papers in Meshnetworking",} # Directories where tag pages get generated. TAG_DIRECTORIES = {'': "full", "selected": ""}