This commit is contained in:
Trilarion
2020-08-26 15:53:55 +02:00
parent ef7a527f6c
commit 03a7680429
31 changed files with 57 additions and 55 deletions

View File

@ -96,7 +96,9 @@ code_dependencies_without_entry = {'OpenGL': 'https://www.opengl.org/',
'.NET': 'https://dotnet.microsoft.com/', 'Vulkan': 'https://www.khronos.org/vulkan/',
'KDE Frameworks': 'https://kde.org/products/frameworks/',
'jQuery': 'https://jquery.com/',
'node.js': 'https://nodejs.org/en/'}
'node.js': 'https://nodejs.org/en/',
'GNU Guile': 'https://www.gnu.org/software/guile/',
'tkinter': 'https://docs.python.org/3/library/tk.html'}
regex_sanitize_name = re.compile(r"[^A-Za-z 0-9-+]+")
regex_sanitize_name_space_eater = re.compile(r" +")