update of html output

This commit is contained in:
Trilarion
2021-10-02 15:48:02 +02:00
parent ac85e5fa99
commit 2bc268c896
115 changed files with 3608 additions and 1846 deletions

View File

@ -843,6 +843,7 @@
"https://github.com/jonof/jfduke3d.git",
"https://github.com/jonof/jfsw.git",
"https://github.com/joshbressers/ularn.git",
"https://github.com/jotd666/supercars3.git",
"https://github.com/jp8900308/other-life.git",
"https://github.com/jpmalkiewicz/decker.git",
"https://github.com/jsettlers/settlers-remake.git",
@ -1577,7 +1578,6 @@
"https://svn.code.sf.net/p/sokosolve/code",
"https://svn.code.sf.net/p/spacezero/code",
"https://svn.code.sf.net/p/speed-dreams/code",
"https://svn.code.sf.net/p/sundog/code",
"https://svn.code.sf.net/p/therush/code",
"https://svn.code.sf.net/p/toohardforyou/code",
"https://svn.code.sf.net/p/tpb3d/code",

View File

@ -91,4 +91,9 @@ https://www.seul.org/~grumbel/tmp/clanlib/games.html
https://www.tapatalk.com/groups/imperilist/
https://www.wurfelengine.net/
https://zdoom.org/downloads (gzdoom, lzdoom)
https://zope.readthedocs.io/en/latest/
https://zope.readthedocs.io/en/latest/
https://github.com/QodotPlugin/qodot-plugin
https://github.com/gecko0307/dagon
https://github.com/open-telemetry/opentelemetry-cpp
https://github.com/googleforgames/open-match
https://github.com/hiitiger/goverlay

View File

@ -9,6 +9,7 @@
<title>{{ base['title'] }}</title>
<link rel="stylesheet" href="{{ base['url_to'](['css', 'bulma.min.css']) }}">
<link rel="stylesheet" href="{{ base['url_to'](['css', 'osgl.min.css']) }}">
<link rel="icon" type="image/svg+xml" href="{{ base['url_to'](['favicon.svg']) }}">
</head>
<body>
{#- navigation bar -#}

15
code/html/favicon.svg Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<svg version="1.2" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="78.292px" height="69.338px" viewBox="0 0 78.292 69.338" xml:space="preserve">
<path fill="#04BBDF" d="M32.18,2.528c10.659,0,20.102,5.185,25.959,13.167L32.18,34.708l23.913,21.531
c-5.889,6.537-14.42,10.65-23.913,10.65C14.407,66.889,0,52.481,0,34.708C0,16.936,14.407,2.528,32.18,2.528z"/>
<circle fill="#FFFFFF" cx="35.087" cy="15.997" r="7.086"/>
<g>
<circle fill="#45220F" cx="72.623" cy="63.668" r="5.669"/>
<circle fill="#45220F" cx="72.623" cy="44.336" r="5.669"/>
<circle fill="#45220F" cx="72.623" cy="25.003" r="5.669"/>
<circle fill="#45220F" cx="72.623" cy="5.669" r="5.669"/>
</g>
<circle fill="#04BBDF" cx="35.087" cy="15.997" r="4.252"/>
</svg>

After

Width:  |  Height:  |  Size: 953 B

View File

@ -747,9 +747,9 @@ def generate(entries, inspirations, developers):
# copy css
utils.copy_tree(os.path.join(c.web_template_path, 'css'), c.web_css_path)
# collage_image and google search console token
shutil.copyfile(os.path.join(c.web_template_path, 'collage_games.jpg'), os.path.join(c.web_path, 'collage_games.jpg'))
shutil.copyfile(os.path.join(c.web_template_path, 'google1f8a3863114cbcb3.html'), os.path.join(c.web_path, 'google1f8a3863114cbcb3.html'))
# collage_image and google search console token and favicon.svg
for file in ('collage_games.jpg', 'google1f8a3863114cbcb3.html', 'favicon.svg'):
shutil.copyfile(os.path.join(c.web_template_path, file), os.path.join(c.web_path, file))
# create Jinja Environment

View File

@ -185,6 +185,7 @@ Story Game Create (https://storygamecreator.webs.com/): No license nor sources f
Stunt Car Racer Remake (http://stuntcarracerwin32.bravesites.com, https://sourceforge.net/projects/stuntcarremake/, https://git.code.sf.net/p/stuntcarremake/code): License unclear, author confirmed that there is not license and didn't answer when asked if there could one be added (see https://github.com/Trilarion/opensourcegames/issues/244)
Styx (http://retrospec.sgn.net/game/styx, http://retrospec.sgn.net/game-links.php?link=styx): Unclear license information, not open source in our sense, see other entries from retrospec here
Sudoku86 (http://sudoku86.sourceforge.net/): Does only run under DOS. Not the preferred OS for this database.
SunDog Resurrection (http://www.sundogresurrectionproject.com/, https://sourceforge.net/projects/sundog/): Sources old and in alpha state and without license information, newer sources difficult to get (sign NDA ...) not pursued further, see issue #243
Super Mario Bros With SFML in C# (https://mario.codeplex.com/, https://mario.codeplex.com/SourceControl/latest): Codeplex cannot access archive, therefore no source, might be just a previous state of Mario Objects
Sworsorc (https://github.com/cjeffery/sworsorc, https://svn.code.sf.net/p/alteraterra/code/): Proprietary license (copyright headers in files)
tecbattle (https://code.google.com/archive/p/tecbattle/): Not advanced enough, no license information.