update developers from sourceforge projects
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
Checks the entries and tries to detect additional developer content, by retrieving websites or logging information from
|
||||
stored Git repositories.
|
||||
"""
|
||||
# TODO bag of words (split, strip, lowercase) on dev names and try to detect sex and nationality
|
||||
# TODO for duplicate names, create ignore list
|
||||
|
||||
from utils import osg_ui
|
||||
from utils import osg
|
||||
|
@ -907,7 +907,7 @@ if __name__ == "__main__":
|
||||
'Update repository list': m.update_repos,
|
||||
'Special': m.special_ops,
|
||||
'Complete run': m.complete_run
|
||||
}
|
||||
} # TODO sort developers alphabetically and remove duplicate entries
|
||||
|
||||
osg_ui.run_simple_button_app('Entries developer', actions)
|
||||
|
||||
|
@ -14,7 +14,7 @@ prefix = 'https://sourceforge.net/projects/'
|
||||
# author names in SF that aren't the author names how we have them
|
||||
SF_alias_list = {'Erik Johansson (aka feneur)': 'Erik Johansson', 'Itms': 'Nicolas Auvray', 'baris yuksel': 'Baris Yuksel',
|
||||
'Wraitii': 'Lancelot de Ferrière', 'Simzer': 'Simon Laszlo', 'armin bajramovic': 'Armin Bajramovic',
|
||||
'bleu tailfly': 'bleutailfly', 'dlh': 'DLH', 'Bjorn Hansen': 'Bjørn Hansen'}
|
||||
'bleu tailfly': 'bleutailfly', 'dlh': 'DLH', 'Bjorn Hansen': 'Bjørn Hansen', 'Louens Veen': 'Lourens Veen'}
|
||||
|
||||
SF_ignore_list = ('', 'Arianne Integration Bot')
|
||||
|
||||
|
Reference in New Issue
Block a user