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

@ -8,6 +8,7 @@
<title>OSGL</title>
<link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
</head>
<body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand">
@ -153,7 +154,8 @@
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
<span class="is-size-7">C++</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/qonk.git" class="is-size-7">osgames/qonk.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/qonk/code" class="is-size-7">svn.code.sf.net/p/qonk/code</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/qonk.git" class="is-size-7">osgames/qonk.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
<span class="is-size-7">since 2019</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://svn.code.sf.net/p/qonk/code" class="is-size-7">svn.code.sf.net/p/qonk/code</a><br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">SDL</span><br>
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a>, <a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
@ -215,8 +217,8 @@
<span class="tag is-light">multiplayer Competitive + Local + LAN</span>
<span class="tag is-light">shooter</span></div></div>
<div class="block">
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake_3">
<span class="has-text-weight-semibold">Quake 3</span></a><br>
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake_iii_arena">
<span class="has-text-weight-semibold">Quake III Arena</span></a><br>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/C.html#cucook">
<span class="has-text-weight-semibold">cucook</span></a>, <a href="../developers/E.html#eugene_c">
<span class="has-text-weight-semibold">Eugene C.</span></a></div>
@ -255,8 +257,8 @@
<span class="tag is-light">shooter</span></div></div>
<div class="block">
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/I.html#ioquake3">
<span class="has-text-weight-semibold">ioquake3</span></a>, <a href="../inspirations/Q.html#quake_3">
<span class="has-text-weight-semibold">Quake 3</span></a><br>
<span class="has-text-weight-semibold">ioquake3</span></a>, <a href="../inspirations/Q.html#quake_iii_arena">
<span class="has-text-weight-semibold">Quake III Arena</span></a><br>
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/A.html#anthony_pesch">
<span class="has-text-weight-semibold">Anthony Pesch</span></a></div>
<div class="block">
@ -382,7 +384,8 @@
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
<span class="is-size-7">C++</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/luckeyproductions/games/Quatter.git" class="is-size-7">luckeyproductions/games/Quatter.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br>
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/luckeyproductions/games/Quatter.git" class="is-size-7">luckeyproductions/games/Quatter.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">Urho3D</span><br>
<span class="is-size-7">Assets licenses: </span>
@ -403,7 +406,7 @@
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-27 21:31</p>
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-02 13:39</p>
</div>
</footer>
</body>