mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Revert "wiki: include per-app link to all related activity on gitlab.com"
This reverts commit a57f17b276
.
Turns out this was totally useless, this can be fully handled in
https://f-droid.org/wiki/page/Template:App since it already has the
Application ID there.
This commit is contained in:
parent
d8679c3cad
commit
1f99a27a9c
1 changed files with 2 additions and 4 deletions
|
@ -140,7 +140,7 @@ def update_wiki(apps, sortedids, apks):
|
||||||
requiresroot = 'Yes'
|
requiresroot = 'Yes'
|
||||||
else:
|
else:
|
||||||
requiresroot = 'No'
|
requiresroot = 'No'
|
||||||
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|activity=%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,
|
appid,
|
||||||
app.Name,
|
app.Name,
|
||||||
app.added.strftime('%Y-%m-%d') if app.added else '',
|
app.added.strftime('%Y-%m-%d') if app.added else '',
|
||||||
|
@ -157,9 +157,7 @@ def update_wiki(apps, sortedids, apks):
|
||||||
app.License,
|
app.License,
|
||||||
requiresroot,
|
requiresroot,
|
||||||
app.AuthorName,
|
app.AuthorName,
|
||||||
app.AuthorEmail,
|
app.AuthorEmail)
|
||||||
'https://gitlab.com/search?group_id=28397&scope=issues&search=' + appid,
|
|
||||||
)
|
|
||||||
|
|
||||||
if app.Provides:
|
if app.Provides:
|
||||||
wikidata += "This app provides: %s" % ', '.join(app.Summary.split(','))
|
wikidata += "This app provides: %s" % ', '.join(app.Summary.split(','))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue