update developers from sourceforge projects

This commit is contained in:
Trilarion
2021-01-07 10:26:29 +01:00
parent 32ae77c7da
commit 844482f8ad
95 changed files with 2734 additions and 41 deletions

View File

@ -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

View File

@ -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)

View File

@ -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')