Site: wording
[adesklets.git] / utils / adesklets_submit.example
blobe923e76f1285d72e8bbb3a827e418d8d13b68ee4
1 # Simple demo configuration file for the submit.py script coming with adesklets.
2
3 smtp_host = 'localhost'
4 smtp_port = 25
5 smtp_pass = None
6 cc_to_self = True
8 info = { 'author_name'  : 'Belial Leviathan',
9          'author_email' : 'leviathan@devil.net',
10          'send_confirmation' : False
13 desklets = { 'beast' : { 'version' : '0.666.0', 
14                          'thumbnail' : 'http://devil.net/beast_thumb.jpg',
15                          'screenshot' : 'http://devil.net/beast_screen.jpg',
16                          'download' : 'http://devil.net/malware/beast-0.666.0.tbz2',
17                          'host_on_sourceforge': False,
18                          'category': None,
19                          'description' : 'Beware the power of this desklet!' 
20              }