1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Drop support for old description elements (deprecated one year ago)

This commit is contained in:
Daniel Martí 2013-08-22 17:03:06 +02:00
parent 76d3b56ff5
commit 8578747ae3

View File

@ -490,8 +490,6 @@ def make_index(apps, apks, repodir, archive, categories):
if app['id'] == link:
return ("fdroid.app:" + link, app['Name'])
raise MetaDataException("Cannot resolve app id " + link)
addElement('description',
common.description_plain(app['Description'], linkres), doc, apel)
addElement('desc',
common.description_html(app['Description'], linkres), doc, apel)
addElement('license', app['License'], doc, apel)