From: Daniel Martí Date: Mon, 20 May 2013 17:53:21 +0000 (+0200) Subject: Add flattr to index X-Git-Tag: 0.1~586 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=762667f3cc4b5e43537a8f6c84465b80f1ba27b7;p=fdroidserver.git Add flattr to index --- diff --git a/fdroidserver/update.py b/fdroidserver/update.py index 9cd6d166..36efc4fb 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -475,6 +475,8 @@ def make_index(apps, apks, repodir, archive, categories): addElement('donate', app['Donate'], doc, apel) if app['Bitcoin'] != None: addElement('bitcoin', app['Bitcoin'], doc, apel) + if app['FlattrID'] != None: + addElement('flattr', app['FlattrID'], doc, apel) # These elements actually refer to the current version (i.e. which # one is recommended. They are historically mis-named, and need