design of static website almost now more or less fixed, polishing

This commit is contained in:
Trilarion
2020-10-14 14:12:31 +02:00
parent 7c79a9bde0
commit 7e2569b9e2
22 changed files with 662 additions and 189 deletions

View File

@ -66,7 +66,7 @@ recommended_keywords = (
'action', 'arcade', 'adventure', 'visual novel', 'sports', 'platform', 'puzzle', 'role playing', 'simulation',
'strategy', 'cards', 'board', 'music', 'educational', 'tool', 'game engine', 'framework', 'library', 'remake')
framework_keywords = ('tool', 'framework', 'library')
framework_keywords = ('framework', 'library', 'tool')
# known programming languages, anything else will result in a warning during a maintenance operation
# only these will be used when gathering statistics
@ -78,6 +78,11 @@ known_languages = (
"Ren'Py", 'Ruby', 'Rust', 'Scala', 'Scheme', 'Script', 'Shell', 'Swift', 'TorqueScript', 'TypeScript', 'Vala',
'Visual Basic', 'XUL', 'ZenScript', 'ooc', '?')
language_urls = {
'AGS Script': 'https://en.wikipedia.org/wiki/Adventure_Game_Studio',
'Action Script': 'https://en.wikipedia.org/wiki/ActionScript'
}
# known licenses, anything outside of this will result in a warning during a maintenance operation
# only these will be used when gathering statistics
known_licenses = (