* Source Code::
* Issue Tracker::
* Donate::
+* FlattrID::
* Summary::
* Description::
* Repo Type::
The URL to donate to the project. This could be the project's donate page
if it has one, or perhaps even a direct PayPal link.
+@node FlattrID
+@section FlattrID
+
+@cindex FlattrID
+
+The project's Flattr (http://flattr.com) ID, if it has one. This should be
+a numeric ID, such that (for example) https://flattr.com/thing/xxxx leads
+directly to the page to donate to the project.
+
@node Summary
@section Summary
thisinfo['Source Code'] = ''
thisinfo['Issue Tracker'] = ''
thisinfo['Donate'] = None
+ thisinfo['FlattrID'] = None
thisinfo['Disabled'] = None
thisinfo['AntiFeatures'] = None
thisinfo['Update Check Mode'] = 'Market'
writefield('Issue Tracker')
if app['Donate']:
writefield('Donate')
+ if app['FlattrID']:
+ writefield('FlattrID')
mf.write('\n')
if app['Name']:
writefield('Name')