mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
Add Liberapay support
This commit is contained in:
parent
858b398927
commit
19a83b6219
9 changed files with 21 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue