imported some svn repositories to git, improved html
This commit is contained in:
@ -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.
|
2015
docs/data.json
2015
docs/data.json
File diff suppressed because it is too large
Load Diff
@ -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>
|
Reference in New Issue
Block a user