1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +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)
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