mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Drop support for old description elements (deprecated one year ago)
This commit is contained in:
parent
76d3b56ff5
commit
8578747ae3
@ -490,8 +490,6 @@ def make_index(apps, apks, repodir, archive, categories):
|
|||||||
if app['id'] == link:
|
if app['id'] == link:
|
||||||
return ("fdroid.app:" + link, app['Name'])
|
return ("fdroid.app:" + link, app['Name'])
|
||||||
raise MetaDataException("Cannot resolve app id " + link)
|
raise MetaDataException("Cannot resolve app id " + link)
|
||||||
addElement('description',
|
|
||||||
common.description_plain(app['Description'], linkres), doc, apel)
|
|
||||||
addElement('desc',
|
addElement('desc',
|
||||||
common.description_html(app['Description'], linkres), doc, apel)
|
common.description_html(app['Description'], linkres), doc, apel)
|
||||||
addElement('license', app['License'], doc, apel)
|
addElement('license', app['License'], doc, apel)
|
||||||
|
Loading…
Reference in New Issue
Block a user