##// END OF EJS Templates
Added admin actions (showing IP, post removal). Added user ranks. This refs #61, #12
Added admin actions (showing IP, post removal). Added user ranks. This refs #61, #12

File last commit:

r103:6d34bf73 default
r112:1dfea0d0 1.1
Show More
authors.py
13 lines | 323 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'],
}
}