Множественные изменения: изменено хранение стилей, добавлен контент

fixes
Leopold 2023-02-28 15:09:08 +03:00
parent 9c5650c100
commit 74d9b64c04
9 changed files with 95 additions and 74 deletions

43
css/style.css 100644
View File

@ -0,0 +1,43 @@
body {
background-color: #bbb;
color: darkmagenta;
}
a {
color: blueviolet;
}
table {
border-collapse: collapse;
width: auto;
font-size: 18px;
margin: 10px;
}
th {
font-size: 17px;
}
th, td {
border: 1px solid black;
padding: 6px 4px;
text-align: center;
}
code {
background-color: #888;
}
.free {
background-color: darkgreen;
color: white;
}
.non-free {
background-color: lightcoral;
color: white;
}
.not-ready {
text-decoration: none;
}

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header></header>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<h2>Links</h2>
<p>List of releases: http://www.homeworld2complex.com/lastversion.htm</p>
<p>Forum: http://complex.mastertopforum.com/general-vf61.html?sid=66985ef67099307936abe5d77cfbc2ae</p>
<p>Mods: https://www.moddb.com/mods/homeworld-complex</p>
<p>Compain based on Complex: https://www.moddb.com/mods/homeworld-2-complex-simple</p>
</body>
</html>

View File

@ -3,30 +3,21 @@
<head>
<meta charset="UTF-8"/>
<title>Games and gaming in I2P</title>
<style>
table {
border-collapse: collapse;
width: 90%;
font-size: 16px;
}
th {
font-size: 17px;
}
th, td {
border: 1px solid black;
padding: 6px 4px;
text-align: center;
}
</style>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<h1>Games and gaming in I2P</h1>
<h4>Site admins: weko (weko@mail.i2p), Leopold (Leopold@mail.i2p)</h4>
<h4>For discuss, contact, and just fun join to us in ILITA IRC: #games (ILITA's servers: irc.ilita.i2p, irc.r4sas.i2p, irc.acetone.i2p, <a href=http://irc.acetone.i2p/web/>web client</a>)</h4>
List and description of free games can be found on <a href=https://en.wikipedia.org/wiki/Category:Open-source_video_games>Wikipedia</a> or <a href=https://libregamewiki.org/>LibreGameWiki</a> (clearnet)
<h2> In writing... </h2>
<h2>Links</h2>
<p>Site: <a href="https://mindustrygame.github.io" target="_blank">https://mindustrygame.github.io</a></p>
<p>Git: <a href="https://github.com/Anuken/Mindustry" target="_blank">https://github.com/Anuken/Mindustry</a></p>
<p>Libregamewiki: <a href="https://libregamewiki.org/Mindustry" target="_blank">https://libregamewiki.org/Mindustry</a></p>
<h2>How to install</h2>
<p>See the installation way for your platform on the site</p>
<p>In main menu of game: Play -> Join Game. Choose the name, press add server: enter adress 127.0.0.1, port can be not indicated (default 6567). Click in the field of the added server.</p>
<h3>GNU/Linux</h3>
<p>1. Install "Java Runtime Environments" (JRE, abridged version of JDK) or "The IcedTea Open Java SE" (open implementation of Java);</p>
<p>2. Download the latest version of Mindustry.jar file from <a href="https://github.com/Anuken/Mindustry/releases">release on GutHub</a>;</p>
<p>3. Give users right to run the file as executable: <code>$ chmod +x path/to/file/Mindustry.jar</code>;</p>
<p>4. Run file from your file manager or terminal: <code>$ java -jar part/to/file/Mindustry.jar</code>;</p>
</body>
</html>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header></header>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header></header>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header></header>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header></header>

View File

@ -3,43 +3,7 @@
<head>
<meta charset="UTF-8"/>
<title>Games and gaming in I2P</title>
<style>
body {
background-color: #bbb;
color: darkmagenta;
}
a {
color: blueviolet;
}
table {
border-collapse: collapse;
width: auto;
font-size: 18px;
margin: 10px;
}
th {
font-size: 17px;
}
th, td {
border: 1px solid black;
padding: 6px 4px;
text-align: center;
}
.free {
background-color: darkgreen;
color: white;
}
.non-free {
background-color: lightcoral;
color: white;
}
</style>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
@ -51,50 +15,53 @@
</p>
<table>
<tr>
<th>Name</th><th>License</th><th>Lang</th><th>Status</th><th>Playable?(0-10)</th><th>Game page</th><th>Configs</th><th>Other Platforms</th><th>Added</th><th>Updated</th>
<th>Name</th><th>License</th><th>Lang</th><th>Status</th><th>Playable?(0-10)</th><th>Configs</th><th>Other Platforms</th><th>Added</th><th>Updated</th>
</tr>
<tr>
<td>0ad</td><td class="free">CCPL, GPL2</td><td>C++</td><td></td><td></td><td><a href=/game/0ad.html>click</a></td><td></td><td></td><td>02.02.2023</td><td>-</td>
<td><a href=/game/0ad.html class="not-ready">0ad</a></td><td class="free">CCPL, GPL2</td><td>C++</td><td></td><td></td><td></td><td></td><td>02.02.2023</td><td>-</td>
</tr>
<tr>
<td>Factorio</td><td class="non-free">EULA</td><td>?</td><td></td><td></td><td><a href=/game/factorio.html>click</a></td><td></td><td>GNU/Linux</td><td>27.02.2023</td><td>-</td>
<td><a href=/game/factorio.html class="not-ready">Factorio</a></td><td class="non-free">EULA</td><td>?</td><td></td><td></td><td></td><td>GNU/Linux</td><td>27.02.2023</td><td>-</td>
</tr>
<tr>
<td>Freeciv</td><td class="free">GPL</td><td>C</td><td>Tested, OK</td><td></td><td><a href=/game/freeciv.html>click</a></td><td>Leopold: <a href="/game/freeciv/freeciv_leopold.html">I2P</a> <a href="/game/freeciv/freeciv_leopold.conf">i2pd</a></td><td></td><td>02.02.2023</td><td>27.02.2023</td>
<td><a href=/game/freeciv.html class="not-ready">Freeciv</a></td><td class="free">GPL</td><td>C</td><td>Tested, OK</td><td></td><td>Leopold: <a href="/game/freeciv/freeciv_leopold.html">I2P</a> <a href="/game/freeciv/freeciv_leopold.conf">i2pd</a></td><td></td><td>02.02.2023</td><td>27.02.2023</td>
</tr>
<tr>
<td>FreeCol</td><td class="free">GPL</td><td>Java</td><td></td><td></td><td><a href=/game/freecol.html>click</a></td><td></td><td></td><td>02.02.2023</td><td>-</td>
<td><a href=/game/freecol.html class="not-ready">FreeCol</a></td><td class="free">GPL</td><td>Java</td><td></td><td></td><td></td><td></td><td>02.02.2023</td><td>-</td>
</tr>
<tr>
<td>Mindustry</td><td class="free">GPL</td><td>Java</td><td>Tested, OK</td><td>8/10</td><td><a href=/game/mindustry.html>click</a></td><td>Leopold: <!--<a href="/game/mindustry/mindustry_leopold.html">I2P</a> --><a href="/game/mindustry/mindustry_leopold.conf">i2pd</a></td><td>F-Droid</td><td>27.01.2023</td><td>27.02.2023</td>
<td><a href=/game/homeworld2_complex.html>Homeworld 2 Complex</a></td><td class="non-free">EULA</td><td>?</td><td></td><td></td><td></td><td></td><td>28.02.2023</td><td>-</td>
</tr>
<tr>
<td>Minetest</td><td class="free">LGPL</td><td>C++</td><td>Tested, OK</td><td>5/10</td><td><a href=/game/minetest.html>click</a></td><td><a href=http://minetest.i2p/>bumpsh</a></td><td>F-Droid</td><td>02.02.2023</td><td>-</td>
<td><a href=/game/mindustry.html>Mindustry</a></td><td class="free">GPL</td><td>Java</td><td>Tested, OK</td><td>8/10</td><td>Leopold: <!--<a href="/game/mindustry/mindustry_leopold.html">I2P</a> --><a href="/game/mindustry/mindustry_leopold.conf">i2pd</a></td><td>F-Droid</td><td>27.01.2023</td><td>27.02.2023</td>
</tr>
<tr>
<td>Minecraft</td><td class="non-free">EULA</td><td>Java</td><td>Tested, OK</td><td>7/10</td><td><a href=/game/minecraft.html>click</a></td><td><a href=http://kislitsa.i2p/g/15775>pinthatsht</a></td><td></td><td>27.02.2023</td><td>-</td>
<td><a href=/game/minetest.html class="not-ready">Minetest</a></td><td class="free">LGPL</td><td>C++</td><td>Tested, OK</td><td>5/10</td><td><a href=http://minetest.i2p/>bumpsh</a></td><td>F-Droid</td><td>02.02.2023</td><td>-</td>
</tr>
<tr>
<td>Space Station 14</td><td class="free">MIT</td><td>C#</td><td></td><td></td><td><a href=/game/space_station_14.html>click</a></td><td></td><td></td><td>27.02.2023</td><td>-</td>
<td><a href=/game/minecraft.html class="not-ready">Minecraft</a></td><td class="non-free">EULA</td><td>Java</td><td>Tested, OK</td><td>7/10</td><td><a href=http://kislitsa.i2p/g/15775>pinthatsht</a></td><td></td><td>27.02.2023</td><td>-</td>
</tr>
<tr>
<td>SuperTuxKart</td><td class="free">GPL3</td><td>C++</td><td></td><td></td><td><a href=/game/supertuxkart.html>click</a></td><td></td><td>F-Droid</td><td>02.02.2023</td><td>-</td>
<td><a href=/game/space_station_14.html class="not-ready">Space Station 14</a></td><td class="free">MIT</td><td>C#</td><td></td><td></td><td></td><td></td><td>27.02.2023</td><td>-</td>
</tr>
<tr>
<td>Teeworlds</td><td class="free">custom</td><td>C</td><td>Tested, OK</td><td>6/10</td><td><a href=/game/teeworlds.html>click</a></td><td>Leopold: <!--<a href="/game/teeworlds/teeworlds_leopold.html">I2P</a> --><a href="/game/teeworlds/teeworlds_leopold.conf">i2pd</a></td><td></td><td>02.02.2023</td><td>27.02.2023</td>
<td><a href=/game/supertuxkart.html class="not-ready">SuperTuxKart</a></td><td class="free">GPL3</td><td>C++</td><td></td><td></td><td></td><td>F-Droid</td><td>02.02.2023</td><td>-</td>
</tr>
<tr>
<td>The Battle for Wesnoth</td><td class="free">GPL</td><td>C++</td><td>Tested, OK</td><td>10/10</td><td><a href=/game/wesnoth.html>click</a></td><td>Leopold: <a href="/game/wesnoth/wesnoth_leopold.html">I2P</a> <a href="/game/wesnoth/wesnoth_leopold.conf">i2pd</a></td><td>F-Droid</td><td>02.02.2023</td><td>27.02.2023</td>
<td><a href=/game/teeworlds.html class="not-ready">Teeworlds</a></td><td class="free">custom</td><td>C</td><td>Tested, OK</td><td>6/10</td><td>Leopold: <!--<a href="/game/teeworlds/teeworlds_leopold.html">I2P</a> --><a href="/game/teeworlds/teeworlds_leopold.conf">i2pd</a></td><td></td><td>02.02.2023</td><td>27.02.2023</td>
</tr>
<tr>
<td>Warzone 2100</td><td class="free">GPL</td><td>C++</td><td></td><td></td><td><a href=/game/warzone2100.html>click</a></td><td></td><td></td><td>02.02.2023</td><td>-</td>
<td><a href=/game/wesnoth.html class="not-ready">The Battle for Wesnoth</a></td><td class="free">GPL</td><td>C++</td><td>Tested, OK</td><td>10/10</td><td>Leopold: <a href="/game/wesnoth/wesnoth_leopold.html">I2P</a> <a href="/game/wesnoth/wesnoth_leopold.conf">i2pd</a></td><td>F-Droid</td><td>02.02.2023</td><td>27.02.2023</td>
</tr>
<tr>
<td>Widelands</td><td class="free">GPL</td><td>C++</td><td></td><td></td><td><a href=/game/widelands.html>click</a></td><td></td><td></td><td>27.02.2023</td><td>-</td>
<td><a href=/game/warzone2100.html class="not-ready">Warzone 2100</a></td><td class="free">GPL</td><td>C++</td><td></td><td></td><td></td><td></td><td>02.02.2023</td><td>-</td>
</tr>
<tr>
<td>Xonotic</td><td class="free">GPL</td><td>C++</td><td>Tested, OK</td><td>2/10</td><td><a href=/game/xonotic.html>click</a></td><td>Leopold: <!--<a href="/game/xonotic/xonotic_leopold.html">I2P</a> --><a href="/game/xonotic/xonotic_leopold.conf">i2pd</a></td><td></td><td>02.02.2023</td><td>27.02.2023</td>
<td><a href=/game/widelands.html class="not-ready">Widelands</a></td><td class="free">GPL</td><td>C++</td><td></td><td></td><td></td><td></td><td>27.02.2023</td><td>-</td>
</tr>
<tr>
<td><a href=/game/xonotic.html class="not-ready">Xonotic</a></td><td class="free">GPL</td><td>C++</td><td>Tested, OK</td><td>2/10</td><td>Leopold: <!--<a href="/game/xonotic/xonotic_leopold.html">I2P</a> --><a href="/game/xonotic/xonotic_leopold.conf">i2pd</a></td><td></td><td>02.02.2023</td><td>27.02.2023</td>
</tr>
</table>
</body>