File: adesklets_submit.example

package info (click to toggle)
adesklets 0.6.1-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,044 kB
  • ctags: 1,325
  • sloc: ansic: 5,939; sh: 3,983; python: 2,344; perl: 333; makefile: 211; yacc: 80; lex: 42
file content (20 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Simple demo configuration file for the submit.py script coming with adesklets.
# 
smtp_host = 'localhost'
smtp_port = 25
cc_to_self = True

info = { 'author_name'  : 'Belial Leviathan',
	 'author_email' : 'leviathan@devil.net',
	 'send_confirmation' : False
}

desklets = { 'beast' : { 'version' : '0.666.0', 
	    	  	 'thumbnail' : 'http://devil.net/beast_thumb.jpg',
	       	         'screenshot' : 'http://devil.net/beast_screen.jpg',
	                 'download' : 'http://devil.net/malware/beast-0.666.0.tbz2',
	                 'host_on_sourceforge': False,
	                 'category': None,
	                 'description' : 'Beware the power of this desklet!' 
	     }
}