mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Merge commit 'refs/merge-requests/28' of git://gitorious.org/f-droid/fdroidserver into merge-requests/28
This commit is contained in:
commit
00788adb0b
11 changed files with 13 additions and 0 deletions
|
@ -304,6 +304,8 @@ for app in apps:
|
|||
addElement('icon', app['icon'], doc, apel)
|
||||
addElement('description', app['description'], doc, apel)
|
||||
addElement('license', app['license'], doc, apel)
|
||||
if 'category' in app:
|
||||
addElement('category', app['category'], doc, apel)
|
||||
addElement('web', app['web'], doc, apel)
|
||||
addElement('source', app['source'], doc, apel)
|
||||
addElement('tracker', app['tracker'], doc, apel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue