##// END OF EJS Templates
Implemented posting delay. User must wait some time before posting (a measure against flood).
Implemented posting delay. User must wait some time before posting (a measure against flood).

File last commit:

r125:449be9e6 default
r153:0515d3a0 default
Show More
authors.py
23 lines | 638 B | text/x-python | PythonLexer
__author__ = 'neko259'
authors = {
'neko259': {
'name': 'Pavel Ryapolov',
'contacts': ['neko259@gmail.com'],
'roles': ['author', 'developer'],
},
'ilyas': {
'name': 'Ilyas Babayev',
'contacts': ['zamesilyasa@gmail.com'],
'roles': ['author', 'developer'],
},
'ritsufag': {
'name': 'Aiko Kirino',
'contacts': ['ritsufag@gmail.com'],
'roles': ['javascript developer', 'designer'],
},
'Tenno Seremel': {
'name': 'anonymous',
'contacts': ['html@serenareem.net'],
'roles': ['javascript developer', 'designer'],
},
}