From 8a04e05ee76a12618bd2d06b35e3783243a413a2 Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 18 Dec 2013 21:01:08 +0000 Subject: [PATCH] Disable paper ranking (permission problems) --- i2p2www/anonbib/BibTeX.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i2p2www/anonbib/BibTeX.py b/i2p2www/anonbib/BibTeX.py index bc42c3f4..6d1df089 100644 --- a/i2p2www/anonbib/BibTeX.py +++ b/i2p2www/anonbib/BibTeX.py @@ -526,7 +526,8 @@ class BibTeXEntry: else: res = ["
  • "] - if imp or not draft: + # TODO: CITE_CACHE_DIR has permission problems on eche's server. + if False: #imp or not draft: # Add a picture of the rank # Only if year is known or paper important! r = rank.get_rank_html(self['title'], self.get('year'),