Donate links (for apps that have them) into the index, and on the web site

This commit is contained in:
Ciaran Gultnieks 2011-01-22 13:45:18 +00:00
parent f775773439
commit aaa98fe8b5
3 changed files with 9 additions and 2 deletions

View file

@ -255,6 +255,8 @@ for app in apps:
addElement('web', app['web'], doc, apel)
addElement('source', app['source'], doc, apel)
addElement('tracker', app['tracker'], doc, apel)
if app['donate'] != None:
addElement('donate', app['donate'], doc, apel)
addElement('marketversion', app['marketversion'], doc, apel)
addElement('marketvercode', app['marketvercode'], doc, apel)
if not (app['antifeatures'] is None):