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