imported some svn repositories to git, improved html

This commit is contained in:
Trilarion
2018-06-12 14:38:58 +02:00
parent 5e77f1e9a8
commit a8339cfa91
26 changed files with 1294 additions and 840 deletions

View File

@ -1 +1 @@
Is powered by Vanilla-Datatables (https://github.com/Mobius1/Vanilla-DataTables) under MIT license.
Is powered by Vanilla-Datatables (https://github.com/Mobius1/Vanilla-DataTables) under MIT license, slightly modified.

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,15 @@
<script type="text/javascript" src="vanilla-dataTables.js"></script>
</head>
<body>
<h1>Open source games collection</h1>
<p>This collection is managed on <a href="https://github.com/Trilarion/opensourcegames">Github</a> (development <a href="https://trilarion.blogspot.com/search/label/osgames">blog</a>).</p>
<ul>
<li>Over 400 entries. About 60% of them are mature and about 40% are currently inactive.</li>
<li>Mostly written in C++, C, Java, Python, Lua, Javascript or PHP.</li>
<li>Mostly published under GPL-2.0/3.0, MIT or Apache-2.0 license.</li>
<li>Tagged with keywords like: TBS, RTS, roguelike, remake, MMO, ..</li>
</ul>
<p>Columns in the table can be sorted and the rows can be filtered using the "Search" field.</p>
<div class="container">
<table class="table"></table>
</div>
@ -22,5 +31,6 @@
dataTable.columns().sort(1);
});
</script>
Dynamic table powered by <a href="https://github.com/Mobius1/Vanilla-DataTables">Vanilla-DataTables</a>.
</body>
</html>