Functions | |
| def | _count_authors |
| def | count_authors |
| def | create_html |
| def | expand_to_packages |
| def | get_contributors |
| def | get_distro |
| def | get_extended_authors |
| def | get_stacks |
| def | normalize_name |
| def | to_html |
Variables | |
| string | DISTRO = 'electric' |
| string | HTML_TMPL |
| dictionary | name_map |
| int | NUM_COLS = 4 |
| tuple | text = create_html() |
| def author_count::_count_authors | ( | packages | ) | [private] |
Definition at line 86 of file author_count.py.
| def author_count::count_authors | ( | common = True |
) |
Definition at line 111 of file author_count.py.
| def author_count::create_html | ( | ) |
Definition at line 125 of file author_count.py.
| def author_count::expand_to_packages | ( | stacks | ) |
Definition at line 42 of file author_count.py.
| def author_count::get_contributors | ( | filename = 'contributors.txt' |
) |
Definition at line 181 of file author_count.py.
| def author_count::get_distro | ( | ) |
Definition at line 17 of file author_count.py.
| def author_count::get_extended_authors | ( | core_authors, | ||
| all_authors | ||||
| ) |
Definition at line 117 of file author_count.py.
| def author_count::get_stacks | ( | distro, | ||
common = True | ||||
| ) |
@param: restrict stack list to 'common' (robot-generic) stacks
Definition at line 21 of file author_count.py.
| def author_count::normalize_name | ( | name | ) |
Definition at line 64 of file author_count.py.
| def author_count::to_html | ( | authors, | ||
title = u'Authors' | ||||
| ) |
Definition at line 164 of file author_count.py.
| string author_count::DISTRO = 'electric' |
Definition at line 4 of file author_count.py.
| string author_count::HTML_TMPL |
"""<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>ROS Contributors</title> </head> <body> %s </body> </html>"""
Definition at line 150 of file author_count.py.
| dictionary author_count::name_map |
{
u'Brian Gerkey': u'Brian P. Gerkey',
u'Ioan Sucan': u'Ioan A. Sucan',
u'Kenneth Conley': u'Ken Conley',
u'DerekKing': u'Derek King',
u'John': u'John Hsu',
u'Stu Glaser': u'Stuart Glaser',
u'Lorenz Mosenlechner': u'Lorenz Mösenlechner',
u'Lorenz Moesenlechner': u'Lorenz Mösenlechner',
}
Definition at line 54 of file author_count.py.
| int author_count::NUM_COLS = 4 |
Definition at line 15 of file author_count.py.
| tuple author_count::text = create_html() |
Definition at line 186 of file author_count.py.