Add Liberapay support

This commit is contained in:
Andrea Scarpino 2017-12-12 10:53:34 +01:00
parent 858b398927
commit 19a83b6219
9 changed files with 21 additions and 1 deletions

View file

@ -138,7 +138,7 @@ def update_wiki(apps, sortedids, apks):
requiresroot = 'Yes'
else:
requiresroot = 'No'
wikidata += '{{App|id=%s|name=%s|added=%s|lastupdated=%s|source=%s|tracker=%s|web=%s|changelog=%s|donate=%s|flattr=%s|bitcoin=%s|litecoin=%s|license=%s|root=%s|author=%s|email=%s}}\n' % (
wikidata += '{{App|id=%s|name=%s|added=%s|lastupdated=%s|source=%s|tracker=%s|web=%s|changelog=%s|donate=%s|flattr=%s|liberapay=%s|bitcoin=%s|litecoin=%s|license=%s|root=%s|author=%s|email=%s}}\n' % (
appid,
app.Name,
app.added.strftime('%Y-%m-%d') if app.added else '',
@ -149,6 +149,7 @@ def update_wiki(apps, sortedids, apks):
app.Changelog,
app.Donate,
app.FlattrID,
app.LiberapayID,
app.Bitcoin,
app.Litecoin,
app.License,