Update github links
This commit is contained in:
parent
3ec45aa279
commit
be5bb05e18
@ -45,7 +45,7 @@ You can <a href="donations.php">donate money</a> for covering hosting costs and
|
||||
You can create content to the game independently via <a href="forum/viewforum.php?id=9">mods</a>.
|
||||
<ul>
|
||||
<li><a href="http://api.minetest.net/">Modding API (tutorial/reference)<a></li>
|
||||
<li><a href="https://github.com/celeron55/minetest/blob/stable-0.4/doc/lua_api.txt">doc/lua_api.txt: Short reference</a></li>
|
||||
<li><a href="https://github.com/minetest/minetest/blob/stable-0.4/doc/lua_api.txt">doc/lua_api.txt: Short reference</a></li>
|
||||
<li><a href="forum/viewforum.php?id=9">Forum / Modding General</a></li>
|
||||
<li><a href="forum/viewforum.php?id=11">Forum / Mod Releases</a></li>
|
||||
<li><a href="http://webchat.freenode.net/?channels=minetest-mods">#minetest-mods on Freenode</a>.</li>
|
||||
|
28
download.php
28
download.php
@ -6,7 +6,7 @@ include("header.php");
|
||||
<?php
|
||||
|
||||
function githubdownload($repo, $text, $tag, $ball){
|
||||
echo("<a href=\"https://github.com/celeron55/$repo/".$ball.
|
||||
echo("<a href=\"https://github.com/minetest/$repo/".$ball.
|
||||
"/".$tag."\">".$text."</a>\n");
|
||||
}
|
||||
|
||||
@ -53,24 +53,24 @@ array("text" => "0.2.20110922_3", "tag" => "0.2.20110922_3"),
|
||||
<td width="30%" valign="top" style="padding-right: 1em;">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/downloads/celeron55/minetest/minetest-0.4.4-win32.zip">
|
||||
<a href="https://github.com/downloads/minetest/minetest/minetest-0.4.4-win32.zip">
|
||||
<span class="bigdownload">
|
||||
Minetest 0.4.4 (zip)
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/downloads/celeron55/minetest/minetest-0.4.3-win32.zip">
|
||||
<a href="https://github.com/downloads/minetest/minetest/minetest-0.4.3-win32.zip">
|
||||
Minetest 0.4.3 (zip)
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/downloads/celeron55/minetest/minetest-0.4.1-win32.zip">
|
||||
<a href="https://github.com/downloads/minetest/minetest/minetest-0.4.1-win32.zip">
|
||||
Minetest 0.4.1 (zip)
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/downloads/celeron55/minetest/minetest-0.3.1-win32.zip">
|
||||
<a href="https://github.com/downloads/minetest/minetest/minetest-0.3.1-win32.zip">
|
||||
Minetest 0.3.1 (zip)
|
||||
</a>
|
||||
</li>
|
||||
@ -222,24 +222,24 @@ array("text" => "0.2.20110922_3", "tag" => "0.2.20110922_3"),
|
||||
<tr>
|
||||
<td width="50%" valign="top" style="padding-right: 1em;">
|
||||
|
||||
<h4>Unstable (0.4) <a href="https://github.com/celeron55/minetest">github</a></h4>
|
||||
<h4>Unstable (0.4) <a href="https://github.com/minetest/minetest">github</a></h4>
|
||||
|
||||
<!--<table style="margin: 1em; margin-left: 3em;">-->
|
||||
<table class="sourcetable">
|
||||
<tr>
|
||||
<td>minetest</td>
|
||||
<td>
|
||||
<a href="https://github.com/celeron55/minetest/tarball/master">tar.gz</a>
|
||||
<a href="https://github.com/celeron55/minetest/zipball/master">zip</a>
|
||||
<a href="https://github.com/celeron55/minetest">github</a>
|
||||
<a href="https://github.com/minetest/minetest/tarball/master">tar.gz</a>
|
||||
<a href="https://github.com/minetest/minetest/zipball/master">zip</a>
|
||||
<a href="https://github.com/minetest/minetest">github</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>minetest_game</td>
|
||||
<td>
|
||||
<a href="https://github.com/celeron55/minetest_game/tarball/master">tar.gz</a>
|
||||
<a href="https://github.com/celeron55/minetest_game/zipball/master">zip</a>
|
||||
<a href="https://github.com/celeron55/minetest_game">github</a>
|
||||
<a href="https://github.com/minetest/minetest_game/tarball/master">tar.gz</a>
|
||||
<a href="https://github.com/minetest/minetest_game/zipball/master">zip</a>
|
||||
<a href="https://github.com/minetest/minetest_game">github</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -279,12 +279,12 @@ array("text" => "0.2.20110922_3", "tag" => "0.2.20110922_3"),
|
||||
<p>Note: minetest_game goes in the games/ directory of minetest. Rename it as minetest_game (instead of the long name in the package).
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/celeron55/minetest/blob/master/README.txt">README.txt</a> of 0.4.
|
||||
<a href="https://github.com/minetest/minetest/blob/master/README.txt">README.txt</a> of 0.4.
|
||||
</p>
|
||||
|
||||
<h4>Using source of 0.3</h4>
|
||||
<p>
|
||||
Just build it. <a href="https://github.com/celeron55/minetest/blob/stable-0.3/README.txt">README.txt</a> of 0.3.
|
||||
Just build it. <a href="https://github.com/minetest/minetest/blob/stable-0.3/README.txt">README.txt</a> of 0.3.
|
||||
</p>
|
||||
|
||||
</td>
|
||||
|
@ -53,7 +53,7 @@ if(!isset($title))
|
||||
<li class="navlink_special"><a href="http://c55.me/blog">Blog</a></li>
|
||||
<li class="navlink_special"><a href="http://wiki.minetest.com/wiki/">Wiki</a></li>
|
||||
<li class="navlink_special"><a href="http://forum.minetest.net/">Forum</a></li>
|
||||
<li class="navlink_special"><a href="https://github.com/celeron55/minetest">Github</a></li>
|
||||
<li class="navlink_special"><a href="https://github.com/minetest/minetest">Github</a></li>
|
||||
<li class="navlink_special"><a href="http://api.minetest.net/">API</a></li>
|
||||
</ul>
|
||||
</span>
|
||||
|
@ -68,7 +68,7 @@ Walk around, dig and build in an infinite voxel world (or boxel, as reddit calls
|
||||
Sinfully easy server-side
|
||||
<a href="http://minetest.net/forum/viewforum.php?id=11">modding</a>
|
||||
<a href="http://api.minetest.net/">API</a>.
|
||||
<a href="https://github.com/celeron55/minetest/blob/stable-0.4/doc/lua_api.txt">(short)</a>
|
||||
<a href="https://github.com/minetest/minetest/blob/stable-0.4/doc/lua_api.txt">(short)</a>
|
||||
</li>
|
||||
<li>
|
||||
Multiplayer support for tens of players, via servers hosted by users<br/>
|
||||
|
2
news.php
2
news.php
@ -16,7 +16,7 @@ Ubuntu packages should be ready in Launchpad in a moment, as well as Archlinux A
|
||||
</p>
|
||||
<h3>Download</h3>
|
||||
<ul style="font-weight: bold;">
|
||||
<li><a href="http://github.com/downloads/celeron55/minetest/minetest-0.4.4-win32.zip">Windows: minetest-0.4.4-win32.zip</a></li>
|
||||
<li><a href="http://github.com/downloads/minetest/minetest/minetest-0.4.4-win32.zip">Windows: minetest-0.4.4-win32.zip</a></li>
|
||||
<li><a href="/download.php">Others</a></li>
|
||||
</ul>
|
||||
<h3>Related</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user