gnunetbib

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

commit d5952255a5cc203413c52c1a3a6b1a5d541b097a
parent b2160e7ccd3f6a4a8988132742cd76cb133d62d3
Author: Nils Gillmann <ng0@n0.is>
Date:   Tue,  9 Oct 2018 11:59:57 +0000

change /bib/ location

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

Diffstat:
MBibTeX.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BibTeX.py b/BibTeX.py @@ -614,7 +614,7 @@ class BibTeXEntry: # directory "../bib/". # FIXME: move everything into 'out', allowing to build # a website with relative links and more structure. - bibtexurl_file = "../bib/%s" %url_untranslate(self.key) + bibtexurl_file = "./bib/%s" %url_untranslate(self.key) res.append((" <span class='availability'>" "(<a href='%s/record.bib'>Download&nbsp;bibtex&nbsp;record</a>)" "</span>")