cleanup
This commit is contained in:
@ -75,6 +75,7 @@
|
||||
"https://git.code.sf.net/p/pixellight/code",
|
||||
"https://git.code.sf.net/p/pixellight/pixellight2",
|
||||
"https://git.code.sf.net/p/pybreak360/code",
|
||||
"https://git.code.sf.net/p/quakespasm/quakespasm.git",
|
||||
"https://git.code.sf.net/p/rickyd/code",
|
||||
"https://git.code.sf.net/p/rmoffice/code",
|
||||
"https://git.code.sf.net/p/sc2/uqm",
|
||||
@ -783,6 +784,8 @@
|
||||
"https://github.com/mozilla/BrowserQuest.git",
|
||||
"https://github.com/mpgossage/Marblez.git",
|
||||
"https://github.com/msharov/gjid.git",
|
||||
"https://github.com/mzeilfelder/hc1.git",
|
||||
"https://github.com/mzeilfelder/media_hc1.git",
|
||||
"https://github.com/naev/naev.git",
|
||||
"https://github.com/nbollom/pq2.git",
|
||||
"https://github.com/nem0/LumixEngine.git",
|
||||
@ -904,6 +907,7 @@
|
||||
"https://github.com/rwengine/openrw.git",
|
||||
"https://github.com/ryanb/ruby-warrior.git",
|
||||
"https://github.com/rystills/rock-raiders-remake.git",
|
||||
"https://github.com/ryzom/ryzomcore.git",
|
||||
"https://github.com/sabetts/bratwurst.git",
|
||||
"https://github.com/sago007/annchienta.git",
|
||||
"https://github.com/salvadorc17/Prince-Monogame.git",
|
||||
@ -1358,7 +1362,6 @@
|
||||
"https://svn.code.sf.net/p/plib/code",
|
||||
"https://svn.code.sf.net/p/powermanga/code",
|
||||
"https://svn.code.sf.net/p/privateer/code",
|
||||
"https://svn.code.sf.net/p/quakespasm/code",
|
||||
"https://svn.code.sf.net/p/rsfs/code",
|
||||
"https://svn.code.sf.net/p/sokosolve/code",
|
||||
"https://svn.code.sf.net/p/spacezero/code",
|
||||
@ -1400,8 +1403,6 @@
|
||||
"https://bitbucket.org/featheredmelody/lost-sky-project-public/src",
|
||||
"https://bitbucket.org/giszmo/glob2",
|
||||
"https://bitbucket.org/gopostal/postal-1-open-source",
|
||||
"https://bitbucket.org/mstrobel/supremacy/src",
|
||||
"https://bitbucket.org/mzeilfelder/trunk_hc1",
|
||||
"https://bitbucket.org/ryzom/ryzomcore"
|
||||
"https://bitbucket.org/mstrobel/supremacy/src"
|
||||
]
|
||||
}
|
@ -155,6 +155,7 @@ https://code.launchpad.net/~flosoft/s25rttr/trunk
|
||||
https://conquertheworldbycode.wordpress.com/nostalgia-2/
|
||||
https://directory.fsf.org/wiki/Collection:GNOME_Games (all of them)
|
||||
https://dosgames.com/about.php (search for public domain games with sources)
|
||||
https://dosgames.com/forum/about19706.html
|
||||
https://dragengine.rptd.ch/
|
||||
https://eblong.com/zarf/twilight/index.html
|
||||
https://edu.kde.org/
|
||||
@ -490,6 +491,7 @@ https://www.b3dgs.com/v7/page.php?lang=en§ion=projects
|
||||
https://www.bennugd.org/
|
||||
https://www.blender.org/
|
||||
https://www.bsframework.io/
|
||||
https://www.celephais.net/fitzquake/
|
||||
https://www.choiceofgames.com/make-your-own-games/choicescript-intro/
|
||||
https://www.duality2d.net
|
||||
https://www.fandom.com/topics/games (look for media links, example https://creatures.fandom.com/wiki/Openc2e)
|
||||
|
@ -8,9 +8,7 @@
|
||||
This script runs with Python 3, it could also with Python 2 with some minor tweaks probably.
|
||||
"""
|
||||
|
||||
import urllib.request
|
||||
import requests
|
||||
import http.client
|
||||
import datetime
|
||||
import json
|
||||
import textwrap
|
||||
|
@ -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" +")
|
||||
|
Reference in New Issue
Block a user