1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Add flattr to index

This commit is contained in:
Daniel Martí 2013-05-20 19:53:21 +02:00
parent 6808d5d5ed
commit 762667f3cc

View File

@ -475,6 +475,8 @@ def make_index(apps, apks, repodir, archive, categories):
addElement('donate', app['Donate'], doc, apel) addElement('donate', app['Donate'], doc, apel)
if app['Bitcoin'] != None: if app['Bitcoin'] != None:
addElement('bitcoin', app['Bitcoin'], doc, apel) 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 # These elements actually refer to the current version (i.e. which
# one is recommended. They are historically mis-named, and need # one is recommended. They are historically mis-named, and need