first release of the new web page (stativ view on the entries using a css framework and jinja as html generator)

This commit is contained in:
Trilarion
2021-09-22 13:30:35 +02:00
parent 559741621a
commit 249be2e609
110 changed files with 286403 additions and 16357 deletions

View File

@ -2,47 +2,62 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Source Games</title>
<meta name="description" content="">
<meta name="author" content="Trilarion">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" type="text/css" href="css/vanilla-dataTables.css">
<script type="text/javascript" src="js/vanilla-dataTables.js"></script>
<meta name="author" content="Trilarion">
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
<title>OSGL</title>
<link rel="stylesheet" href="css/bulma.min.css">
<link rel="stylesheet" href="css/osgl.min.css">
</head>
<body>
<div class="container">
<h2>List of Open Source Games</h2>
<p>List of open source games in beta or mature state under a license that allows sharing and modification. The list is managed on <a href="https://github.com/Trilarion/opensourcegames">Github</a> (see also the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>). For feedback (additions, corrections, ..) use the <a href="https://github.com/Trilarion/opensourcegames/issues">Issue tracker</a>. Some <a href="https://github.com/Trilarion/opensourcegames/blob/master/statistics.md#statistics">statistics</a> about the games.</p>
<p> Other collections: <a href="https://osgameclones.com/">Open Source Game Clones</a>, <a href="https://github.com/leereilly/games/blob/master/README.md">Games on Github</a>, <a href="https://en.wikipedia.org/wiki/List_of_open-source_video_games">Open source games (Wikipedia)</a>, <a href="https://libregamewiki.org/Main_Page">LibreGameWiki</a></p>
<p><h4>Features</h4></p>
<p>
<ul>
<li>Over 400 game entries. About 60% of the projects are mature and about 40% are currently inactive.</li>
<li>Games mostly written in C++, C, Java, Python, Lua, Javascript or PHP.</li>
<li>Games mostly published under GPL-2.0/3.0, MIT or Apache-2.0 license.</li>
<li>Columns in the table (below) can be sorted and the rows can be filtered using the "Search" field.</li>
<li>Follow the "entry" link to see more details.</li>
</ul>
</p>
<p><a name="table"></a><h4>Table</h4></p>
<p>
<table class="table"></table>
<small>Dynamic table powered by <a href="https://github.com/Mobius1/Vanilla-DataTables">Vanilla-DataTables</a>.</small>
</p>
<body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
<a class="navbar-item" href="games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
<div class="navbar-dropdown">
<a class="navbar-item" href="games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
<a class="navbar-item" href="games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
<a class="navbar-item" href="games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
<a class="navbar-item" href="games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
</div>
</div>
<a class="navbar-item" href="frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
<a class="navbar-item" href="developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
<a class="navbar-item" href="inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
<a class="navbar-item" href="statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
<a class="navbar-item" href="contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
</div>
</div>
<script>
var dataTable = new DataTable("table", {
perPage: 30,
perPageSelect: [15, 30, 50],
ajax: "data.json",
footer: true
});
dataTable.on('datatable.init', function(args) {
dataTable.columns().sort(1);
});
</script>
</nav>
<section class="hero is-info is-bold">
<div class="hero-body">
<div class="container content">
<h1 class="title">Open source games list (OSGL)</h1>
<p class="subtitle">Contains information about 1437 open source games and 182 frameworks/tools.</p>
<p>The content of this site is based on a collection of open source game descriptions stored on <a href="https://github.com/Trilarion/opensourcegames">Github</a>.
The descriptions concentrate on technical and general aspects of the games. Lots of sorting options are available and a list of inspirations and developers is cross-referenced.
This work is a best-effort based result and will surely contain inaccurate information.<br>
Please help improve the content (see <a href="contribute.html">contribution guidelines</a>).
</p>
<figure class="image is-2by1">
<img src="collage_games.jpg" alt="">
</figure>
</div>
</div>
</section>
<footer class="footer">
<div class="container content is-size-7">
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
<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-22 11:18</p>
</div>
</footer>
</body>
</html>