Initial commit
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# The old developer wiki
|
||||
/wiki
|
||||
|
||||
# General stuff
|
||||
*.swp
|
||||
*.swo
|
||||
|
13
.htaccess
Normal file
@ -0,0 +1,13 @@
|
||||
<files hits.log>
|
||||
order allow,deny
|
||||
deny from all
|
||||
</files>
|
||||
|
||||
# Doesn't work
|
||||
#RewriteEngine on
|
||||
#RewriteCond %{REQUEST_FILENAME} !-f
|
||||
#RewriteCond %{REQUEST_FILENAME}.php -f
|
||||
#RewriteRule ^(.*)$ $1.php [NC,L]
|
||||
|
||||
ErrorDocument 404 /~celeron55/minetest2/404.php
|
||||
|
8
404.php
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
404. <a href="index.php">Main page</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
10
README
Normal file
@ -0,0 +1,10 @@
|
||||
The minetest.net PHP website
|
||||
============================
|
||||
|
||||
Directory layout:
|
||||
-----------------
|
||||
├── forum # Forum redirect
|
||||
├── images #
|
||||
├── wiki # Old developer wiki (not included in the repo)
|
||||
└── wikimoved # Mapped to wiki.minetest.net for redirects to dev.minetest.net
|
||||
|
75
contribute.php
Normal file
@ -0,0 +1,75 @@
|
||||
<?php
|
||||
$title = "Contribute";
|
||||
include("header.php");
|
||||
?>
|
||||
|
||||
<h2>Contribute</h2>
|
||||
|
||||
<!--<div id="navbar" class="navbar">
|
||||
<span class="inbar">
|
||||
<ul>
|
||||
<li class="navlink_special"><a href="http://dev.minetest.net/">Developer Wiki</a></li>
|
||||
</ul>
|
||||
</span>
|
||||
</div>-->
|
||||
|
||||
<span class="contribclass">Needed:</span>
|
||||
<p>
|
||||
Minetest is in need for a new Mac OS X maintainer. The latest version is in here; it is very outdated: <a href="https://github.com/toabi/minetest-mac/">https://github.com/toabi/minetest-mac/</a>, <a href="http://minetest.net/forum/viewtopic.php?pid=55239">forum topic</a>
|
||||
</p>
|
||||
|
||||
<!--<p>
|
||||
We are currently lacking capable C++(/Lua) developers, and other people who are able and willing to actually make things. If you are one, consider sticking with the project for a while!
|
||||
</p>-->
|
||||
|
||||
<!--<p>
|
||||
<a href="http://minetest.net/wiki/doku.php?id=roadmap:must_do_for_0.4.0">Things to do for 0.4.0</a>
|
||||
</p>-->
|
||||
|
||||
<span class="contribclass">Donate:</span>
|
||||
<p>
|
||||
You can <a href="donations.php">donate money</a> for covering hosting costs and other things.
|
||||
</p>
|
||||
|
||||
<span class="contribclass">Users:</span>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="forum">The Forums</a></li>
|
||||
<li><a href="http://webchat.freenode.net/?channels=minetest">#minetest on Freenode</a>.</li>
|
||||
<li><a href="http://dev.minetest.net/">The developer wiki</a> contains useful information for advanced users.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<span class="contribclass">Modders:</span>
|
||||
<p>
|
||||
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="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>
|
||||
<li><a href="http://webchat.freenode.net/?channels=minetest">#minetest on Freenode</a> (<a href="http://logs.2pktfkt.de/minetest/">log</a>)</li>
|
||||
<li><a href="http://webchat.freenode.net/?channels=minetest-delta">#minetest-delta on Freenode</a> (<a href="http://logs.2pktfkt.de/minetest-delta/">log</a>)</li>
|
||||
<li><a href="http://dev.minetest.net/">The developer wiki</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<span class="contribclass">Developers (serious stuff):</span>
|
||||
<p>
|
||||
The core development discussion usually happens on <a href="http://webchat.freenode.net/?channels=minetest-dev">#minetest-dev on Freenode</a>.
|
||||
<!--(celeron55 hates OOP zealots, FOSS zealots, smalltalk, perfectionism and noobs.)-->
|
||||
<ul>
|
||||
<li><a href="forum/viewforum.php?id=7">Forum / Unofficial Engine Development</a></li>
|
||||
<li><a href="http://webchat.freenode.net/?channels=minetest-dev">#minetest-dev on Freenode</a> (strictly serious work; <a href="http://irc.minetest.ru/minetest-dev/">log</a>)</li>
|
||||
<li><a href="http://webchat.freenode.net/?channels=minetest-delta">#minetest-delta on Freenode</a> (more casual, not very active; <a href="http://logs.2pktfkt.de/minetest-delta/">log</a>)</li>
|
||||
<li><a href="http://dev.minetest.net/">The developer wiki</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<!--<p style="float: right;">Updated 2012-07-21</p>-->
|
||||
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
||||
|
86
donations.php
Normal file
@ -0,0 +1,86 @@
|
||||
<?php
|
||||
header("HTTP/1.1 302 Moved Temporarily");
|
||||
header("Location: http://minetest.net/support.php");
|
||||
exit(0);
|
||||
?>
|
||||
<?php
|
||||
$title = "Donations";
|
||||
include("header.php");
|
||||
?>
|
||||
|
||||
<p>
|
||||
More recent info <a href="support.php">here</a>.
|
||||
</p>
|
||||
|
||||
<h2>Donations</h2>
|
||||
|
||||
<table style="border-spacing: 0; margin: 0; padding: 0; border: 0;">
|
||||
<tr>
|
||||
<td width="40%" valign="top" style="padding-right: 2em; text-align: justify;">
|
||||
|
||||
<p style="text-align: justify;">
|
||||
I've been asked to add some way to donate, so here is a link to Paypal Donate.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<center>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----
|
||||
">
|
||||
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</center>
|
||||
</p>
|
||||
|
||||
<p style="text-align: justify;">
|
||||
In case you'd prefer an european bank account number, send me an e-mail.
|
||||
</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p style="text-align: justify;">
|
||||
You can send donations to me, celeron55.
|
||||
</p>
|
||||
<p style="text-align: justify;">
|
||||
Things the money will be used for:
|
||||
<ol>
|
||||
<li>Hosting of website(s)</li>
|
||||
<li>Paying for people to do stuff nobody would otherwise do</li>
|
||||
<li>Buying snacks to fuel this coding machine called "celeron55"</li>
|
||||
<li>Dunno... advertising? whatever? In case I end up with too much monies, I'm pretty sure we can find use for it. Discussions shall be had on IRC.</li>
|
||||
</ol>
|
||||
</p>
|
||||
<p>
|
||||
If you think you would have good use for donation money, make sure I know of it.
|
||||
</p>
|
||||
|
||||
<!--<p style="text-align: justify;">
|
||||
The money goes to me, celeron55. The existence of this website and the ongoing development of Minetest is made possible by me.
|
||||
</p>
|
||||
|
||||
<p style="text-align: justify;">
|
||||
I fix bugs, set releases, build packages, maintain the website and overally manage the project in addition to adding new stuff. Also I pay the hosting bills.
|
||||
</p>
|
||||
<p style="text-align: justify;">
|
||||
I am an electrical engineering student working on Minetest-c55 as a hobby.
|
||||
</p>
|
||||
<p style="text-align: justify;">
|
||||
I will do anything I want with the money and you will not get it back. However, you are getting back a game that definitely is worth more than $0.
|
||||
</p>-->
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--<p style="color: #888888">
|
||||
That button reads "Donate" only because that is the default text of the Paypal Donate button. It doesn't ask you to donate, and you don't have to donate. I received many comments from people who somehow got very scared thinking this is illegal fundraising according to the finnish law. It is not. It is not fundraising in the first place. You could see it as a parallel to putting your bank account number on a web page, so that you won't have to always tell it to everybody in person.
|
||||
</p>-->
|
||||
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
||||
|
||||
|
305
download.php
Normal file
@ -0,0 +1,305 @@
|
||||
<?php
|
||||
$title = "Download";
|
||||
include("header.php");
|
||||
?>
|
||||
|
||||
<?php
|
||||
|
||||
function githubdownload($repo, $text, $tag, $ball){
|
||||
echo("<a href=\"https://github.com/celeron55/$repo/".$ball.
|
||||
"/".$tag."\">".$text."</a>\n");
|
||||
}
|
||||
|
||||
function githubtarzip($repo, $tag){
|
||||
githubdownload($repo, "tar", $tag, "tarball");
|
||||
githubdownload($repo, "zip", $tag, "zipball");
|
||||
}
|
||||
|
||||
$dls = array(
|
||||
array("text" => "minetest-0.4.x", "tag" => "stable-0.4"),
|
||||
array("text" => "minetest_game-0.4.x", "tag" => "stable-0.4", "repo" => "minetest_game"),
|
||||
array("text" => "minetest-0.4.4", "tag" => "0.4.4"),
|
||||
array("text" => "minetest_game-0.4.4", "tag" => "0.4.4", "repo" => "minetest_game"),
|
||||
array("text" => "minetest-0.4.3", "tag" => "0.4.3"),
|
||||
array("text" => "minetest_game-0.4.3", "tag" => "0.4.3", "repo" => "minetest_game"),
|
||||
array("text" => "minetest-0.4.2-rc1", "tag" => "0.4.2"),
|
||||
array("text" => "minetest_game-0.4.2-rc1", "tag" => "0.4.2", "repo" => "minetest_game"),
|
||||
array("text" => "minetest-0.4.1", "tag" => "0.4.1"),
|
||||
array("text" => "minetest_game-0.4.1", "tag" => "0.4.1", "repo" => "minetest_game"),
|
||||
array("text" => "minetest-0.4.0", "tag" => "0.4.0"),
|
||||
array("text" => "minetest_game-0.4.0", "tag" => "0.4.0", "repo" => "minetest_game"),
|
||||
array("text" => "0.3.x", "tag" => "stable-0.3"),
|
||||
array("text" => "0.3.1", "tag" => "0.3.1"),
|
||||
array("text" => "0.3.0", "tag" => "0.3.0"),
|
||||
array("text" => "0.2.20110922_3", "tag" => "0.2.20110922_3"),
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
<h2>Download</h2>
|
||||
|
||||
<!-- Windows -->
|
||||
|
||||
<div class="osdownload">
|
||||
<h3>Windows (XP/Vista/7)</h3>
|
||||
|
||||
<table style="border-spacing: 0; margin: 0; padding: 0; border: 0;">
|
||||
<tr>
|
||||
<th style="text-align: left; padding-top: 1.5em;">Official builds</th>
|
||||
<th style="text-align: left; padding-top: 1.5em;">Community builds</th>
|
||||
<th style="text-align: left; padding-top: 1.5em;">???</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<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">
|
||||
<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">
|
||||
Minetest 0.4.3 (zip)
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/downloads/celeron55/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">
|
||||
Minetest 0.3.1 (zip)
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<!--
|
||||
<li style="font-weight: bold;">
|
||||
Check <a href="/blog">blog</a> for latest in-development versions.
|
||||
</li>
|
||||
-->
|
||||
<!--<li>
|
||||
Check <a href="http://c55.me/blog">blog</a> for latest in-development versions.
|
||||
</li>-->
|
||||
<!--<li>
|
||||
<a href="http://minetest.net/packages/nightly/?C=M;O=A">Semi-automatic dev builds</a>
|
||||
</li>-->
|
||||
<!--<li>
|
||||
<a href="http://minetest.net/packages/win32">
|
||||
Other versions
|
||||
</a>
|
||||
</li>-->
|
||||
<li>
|
||||
<a href="http://c55.me/minetest/oldsite/packages/win32">
|
||||
Very old versions
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td width="30%" valign="top" style="padding-right: 1em;">
|
||||
<pre>
|
||||
<a href="http://forum.minetest.net/viewtopic.php?id=4240">* xyz [msvc2010] [forum]</a>
|
||||
<a href="http://forum.minetest.net/viewtopic.php?id=4547">* PilzAdam [mingw ] [forum]</a>
|
||||
<a href="http://forum.minetest.net/viewtopic.php?id=1523">* sfan5 [mingw? ] [forum]</a>
|
||||
</pre>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<p>
|
||||
Extract the zip package somewhere. Run the executable found in the bin/ folder.
|
||||
Also see the
|
||||
<!--<a href="wiki/doku.php?id=getting_started">Getting started</a>-->
|
||||
<a href="http://wiki.minetest.com/wiki/Getting_Started">Getting started</a>
|
||||
page in the wiki.
|
||||
</p>
|
||||
<p>
|
||||
<span class="warning">
|
||||
If you have problems, see <a href="http://forum.minetest.net/viewtopic.php?id=3829">this forum thread</a>.
|
||||
</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div> <!-- osdownload -->
|
||||
|
||||
<!-- Linux -->
|
||||
|
||||
<div class="osdownload">
|
||||
<h3>Linux</h3>
|
||||
|
||||
<table style="border-spacing: 0; margin: 0; padding: 0; border: 0;">
|
||||
<tr>
|
||||
<td width="50%" valign="top">
|
||||
<h5>Stable</h5>
|
||||
<ul>
|
||||
<li>Debian: Found in Apt.</li>
|
||||
<li><a href="https://community.dev.fedoraproject.org/packages/minetest">Fedora: Found in Yum.</a></li>
|
||||
<li><a href="http://aur.archlinux.org/packages.php?ID=51142">Arch Linux</a></li>
|
||||
<li><a href="https://code.launchpad.net/~minetestdevs/+archive/stable/+packages">Ubuntu/Mint</a></li>
|
||||
<li><a href="http://koti.mbnet.fi/juhani4/minetest.php">Puppy Linux</a></li>
|
||||
<!--<li><a href="https://github.com/RussianFedora/minetest">Fedora</a> (see README at the bottom of that page)</li>-->
|
||||
<li><a href="http://www.foresightlinux.se/wiki-en/index.php?title=Minetest">Foresight Linux</a></li>
|
||||
</ul>
|
||||
<h5>Daily/unstable</h5>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://aur.archlinux.org/packages.php?ID=45253">
|
||||
Arch Linux</a>
|
||||
</li>
|
||||
<li>
|
||||
<!--<a href="https://code.launchpad.net/~minetestdevs/+archive/daily-builds">-->
|
||||
<a href="https://code.launchpad.net/~minetestdevs/+archive/daily-builds/+packages">
|
||||
Ubuntu/Mint</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!--<h4>Other instructions</h4>
|
||||
<ul>-->
|
||||
<!--<li>
|
||||
<a href="http://linuxhtpcguide.blogspot.com/2011/06/howto-install-minetest-c55-on-fedora.html">Fedora</a>
|
||||
</li>-->
|
||||
<!--</ul>-->
|
||||
</td>
|
||||
<td valign="top">
|
||||
<p>
|
||||
These packages have not necessarily been created by any of the developers of Minetest. Contact the authors of the packages in case of problems (at first).
|
||||
</p>
|
||||
<p class="warning">
|
||||
NOTE: If you use daily/unstable versions on servers or persistent worlds, make sure to back them up periodically.
|
||||
</p>
|
||||
<p>
|
||||
If your distribution is not listed here, you can get the <a href="#source">source code</a> and compile Minetest-c55 yourself.
|
||||
</p>
|
||||
<p>
|
||||
If you have packaged Minetest-c55 for some other distribution, contact me so I can link to it.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- OS X -->
|
||||
|
||||
<div class="osdownload">
|
||||
<h3>OS X</h3>
|
||||
|
||||
<table style="border-spacing: 0; margin: 0; padding: 0; border: 0;">
|
||||
<tr>
|
||||
<td width="50%" valign="top" style="padding-right: 2em;">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/toabi/minetest-mac/downloads">Toabi's old github downloads</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://forum.minetest.net/viewtopic.php?pid=55239">Forum topic</a>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<p>(May be more or less outdated.)</p>
|
||||
</td>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Others -->
|
||||
|
||||
<div class="osdownload">
|
||||
<h3>Others</h3>
|
||||
<p>There exists a <a href="http://www.freshports.org/games/minetest/">FreeBSD port</a>.</p>
|
||||
<p>It is known to compile relatively easily on OpenBSD at least. It should work quite fine on all platforms on which Irrlicht works.</p>
|
||||
</div>
|
||||
|
||||
<!-- Source -->
|
||||
|
||||
<div class="osdownload">
|
||||
|
||||
<h3 id="source">Source code</h3>
|
||||
|
||||
<table style="border-spacing: 0; margin: 0; padding: 0; border: 0;">
|
||||
<tr>
|
||||
<td width="50%" valign="top" style="padding-right: 1em;">
|
||||
|
||||
<h4>Unstable (0.4) <a href="https://github.com/celeron55/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>
|
||||
</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>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h4>Stable (0.4, 0.3, 0.2)</h4>
|
||||
<!--<table style="margin: 1em; margin-left: 3em;">-->
|
||||
<table class="sourcetable">
|
||||
<?php
|
||||
|
||||
foreach($dls as $dl){
|
||||
$tag = $dl["tag"];
|
||||
if(isset($dl["text"]))
|
||||
$text = $dl["text"];
|
||||
else
|
||||
$text = $tag;
|
||||
if(isset($dl["repo"]))
|
||||
$repo = $dl["repo"];
|
||||
else
|
||||
$repo = "minetest";
|
||||
echo("<tr><td>");
|
||||
echo($text."\n");
|
||||
echo("</td><td>");
|
||||
githubtarzip($repo, $tag);
|
||||
echo("</td></tr>");
|
||||
}
|
||||
|
||||
?>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
<td valign="top">
|
||||
|
||||
<h4>Using source of 0.4</h4>
|
||||
<p>
|
||||
You need 'minetest' and 'minetest_game'.
|
||||
</p>
|
||||
<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.
|
||||
</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.
|
||||
</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div> <!-- osdownload -->
|
||||
|
||||
<h2>Other information</h2>
|
||||
<p>
|
||||
<a href="http://c55.me/random/2010-10/">
|
||||
Miscellaneous stuff and very old versions</a>
|
||||
</p>
|
||||
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
||||
|
||||
|
BIN
favicon.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
41
footer.php
Normal file
@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
$ver = 2;
|
||||
if(isset($_GET["ver"]))
|
||||
$ver = $_GET["ver"];
|
||||
|
||||
if($ver == 1)
|
||||
include("footer_v1.php");
|
||||
if($ver == 2)
|
||||
include("footer_v2.php");
|
||||
|
||||
?>
|
||||
<?php
|
||||
|
||||
$hitspath = "hits.log";
|
||||
|
||||
/*if(!isset($_SERVER['HTTP_REFERER']) || (
|
||||
strpos($_SERVER['HTTP_REFERER'], "/~celeron55/minetest") === false
|
||||
&& strpos($_SERVER['HTTP_REFERER'], "celeron.55.lt/minetest") === false
|
||||
&& strpos($_SERVER['HTTP_REFERER'], "c55.me/minetest") === false
|
||||
&& strpos($_SERVER['HTTP_REFERER'], "test.mine") === false
|
||||
&& strpos($_SERVER['HTTP_REFERER'], "%7Eceleron55/minetest") === false
|
||||
&& strpos($_SERVER['HTTP_REFERER'], "http://minetest.net") === false
|
||||
))*/
|
||||
if(0)
|
||||
{
|
||||
$referer = "";
|
||||
if(isset($_SERVER['HTTP_REFERER']))
|
||||
$referer = $_SERVER['HTTP_REFERER'];
|
||||
$hitsline = date("ymd-His")
|
||||
. "\t" . $_SERVER['REMOTE_ADDR']
|
||||
. "\t" . $_SERVER['REQUEST_URI']
|
||||
. "\t" . $referer
|
||||
. "\n";
|
||||
|
||||
$fp = fopen($hitspath, "a");
|
||||
fwrite($fp, $hitsline);
|
||||
fclose($fp);
|
||||
}
|
||||
|
||||
?>
|
37
footer_v2.php
Normal file
@ -0,0 +1,37 @@
|
||||
<!-- footer -->
|
||||
</div> <!-- .constrain -->
|
||||
<div style="clear: both;"></div>
|
||||
</div> <!-- content -->
|
||||
|
||||
<div id="footer">
|
||||
<div class="constrain">
|
||||
</div>
|
||||
<div class="footerlogo">
|
||||
<img src="images/minetest-icon-120_gray_translucent.png" alt="logo">
|
||||
<span>
|
||||
<ul class="footermainlist">
|
||||
<li class="the_li">
|
||||
Minetest
|
||||
</li>
|
||||
<li>
|
||||
IRC Channels:
|
||||
<ul>
|
||||
<li>#minetest @ Freenode</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Website by: Perttu Ahola, celeron55 @ IRCnet, Freenode, gmail.com
|
||||
</li>
|
||||
<li>
|
||||
Powered by
|
||||
<a href="http://freedns.afraid.org">FreeDNS</a>,
|
||||
</li>
|
||||
</ul>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
7
forum/.htaccess
Normal file
@ -0,0 +1,7 @@
|
||||
<files hits.log>
|
||||
order allow,deny
|
||||
deny from all
|
||||
</files>
|
||||
|
||||
ErrorDocument 404 /~celeron55/minetest2/forum/404.php
|
||||
|
27
forum/404.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
$enable_redirect = true;
|
||||
|
||||
$do_redirect = $enable_redirect;
|
||||
if(strpos($_SERVER['REQUEST_URI'], "/minetest2/forum") !== FALSE)
|
||||
$page = "http://forum.minetest.net".substr($_SERVER['REQUEST_URI'], 16);
|
||||
else if(strpos($_SERVER['REQUEST_URI'], "/forum") !== FALSE)
|
||||
$page = "http://forum.minetest.net".substr($_SERVER['REQUEST_URI'], 6);
|
||||
else{
|
||||
$page = "http://forum.minetest.net";
|
||||
$do_redirect = false;
|
||||
}
|
||||
|
||||
if($do_redirect){
|
||||
header("HTTP/1.1 302 Moved Temporarily");
|
||||
header("Location: $page");
|
||||
exit(0);
|
||||
}
|
||||
?>
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Page moved to <a href="<?php echo($page);?>"><?php echo($page);?></a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
1
forum/index.php
Symbolic link
@ -0,0 +1 @@
|
||||
404.php
|
12
header.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$ver = 2;
|
||||
if(isset($_GET["ver"]))
|
||||
$ver = $_GET["ver"];
|
||||
|
||||
if($ver == 1)
|
||||
include("header_v1.php");
|
||||
if($ver == 2)
|
||||
include("header_v2.php");
|
||||
|
||||
?>
|
78
header_v2.php
Normal file
@ -0,0 +1,78 @@
|
||||
<?php
|
||||
|
||||
// Set title if not set before including this header file
|
||||
if(!isset($title))
|
||||
$title = "";
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="fi">
|
||||
<head>
|
||||
<meta name="keywords" content="minetest minetest-c55" />
|
||||
<meta name="description" content="Minetest (minetest-c55): An open source Infiniminer/Minecraft style game" />
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
||||
<link rel="stylesheet" href="style_v2.css" type="text/css" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="bookmark icon" href="/favicon.ico" />
|
||||
<title><?php
|
||||
if($title != "")
|
||||
echo($title." - Minetest");
|
||||
else
|
||||
echo("Minetest");
|
||||
?></title>
|
||||
<script type="text/javascript">
|
||||
window.onload = function(){
|
||||
var e = document.getElementById("logo")
|
||||
var h = (new Date()).getHours()
|
||||
var b = 109-8*(6-Math.abs(h-12))
|
||||
e.style.background = "rgb(97,173,"+b+")"
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="navbar" class="navbar">
|
||||
<div class="constrain">
|
||||
<span class="inbar_main">
|
||||
<ul>
|
||||
<li class="navlink_normal"><a href="index.php">About</a></li>
|
||||
<li class="navlink_normal"><a href="news.php">News</a></li>
|
||||
<li class="navlink_normal"><a href="download.php">Download</a></li>
|
||||
<li class="navlink_normal"><a href="contribute.php">Contribute</a></li>
|
||||
<li class="navlink_normal"><a href="support.php">Support</a></li>
|
||||
<!--<li class="navlink_normal"><a href="donations.php">Donate</a></li>-->
|
||||
</ul>
|
||||
</span>
|
||||
<span class="inbar_separator">
|
||||
|
|
||||
</span>
|
||||
<span class="inbar_other">
|
||||
<ul>
|
||||
<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="http://api.minetest.net/">API</a></li>
|
||||
</ul>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="navbarbottom1">
|
||||
</div>
|
||||
|
||||
<div id="logo">
|
||||
<div class="constrain">
|
||||
<img src="images/minetest-icon-120.png" alt="logo" id="logoimage">
|
||||
<span class="bigheader">
|
||||
<h1>Minetest</h1>
|
||||
<h2><?php echo($title); ?></h2>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div class="constrain">
|
||||
<div style="clear: both;"></div>
|
||||
<!-- end of header -->
|
BIN
images/c55paint_tree.png
Executable file
After Width: | Height: | Size: 2.5 KiB |
BIN
images/cisountexturetrees.png
Executable file
After Width: | Height: | Size: 600 KiB |
BIN
images/cisountexturetrees_small.jpg
Executable file
After Width: | Height: | Size: 37 KiB |
BIN
images/dropdown.png
Normal file
After Width: | Height: | Size: 167 B |
BIN
images/kulkuvayla2.png
Executable file
After Width: | Height: | Size: 37 KiB |
BIN
images/minetest-icon-120.png
Executable file
After Width: | Height: | Size: 9.8 KiB |
BIN
images/minetest-icon-120_gray.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
images/minetest-icon-120_gray_translucent.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
images/minetest-icon-120_translucent.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
images/screenshot_cave_2012-06-03.png
Normal file
After Width: | Height: | Size: 341 KiB |
BIN
images/screenshot_cave_2012-06-03_small.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
images/screenshot_terrain_2012-06-03.png
Normal file
After Width: | Height: | Size: 589 KiB |
BIN
images/screenshot_terrain_2012-06-03_small.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
images/screenshot_terrain_2012-12-03.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
images/screenshot_terrain_2012-12-03_small.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
109
index.php
Normal file
@ -0,0 +1,109 @@
|
||||
<?php
|
||||
$title = "About";
|
||||
include("header.php");
|
||||
?>
|
||||
|
||||
<h2>Minetest</h2>
|
||||
|
||||
<div style="float:right;">
|
||||
|
||||
<a href="images/screenshot_terrain_2012-12-03.png">
|
||||
<img style="margin: 0em 0em 3em 3em; width: 400px;" alt="screenshot" src="images/screenshot_terrain_2012-12-03_small.jpg"/>
|
||||
</a>
|
||||
<br />
|
||||
|
||||
<a href="images/screenshot_terrain_2012-06-03.png">
|
||||
<img style="margin: 0em 0em 3em 3em; width: 400px;" alt="screenshot" src="images/screenshot_terrain_2012-06-03_small.jpg"/>
|
||||
</a>
|
||||
<br />
|
||||
|
||||
<!--<a href="images/cisountexturetrees.png">
|
||||
<img style="margin: 0em 0em 3em 3em; width: 400px;" alt="screenshot" src="images/cisountexturetrees_small.jpg"/>
|
||||
</a>
|
||||
<br />-->
|
||||
|
||||
<a href="images/screenshot_cave_2012-06-03.png">
|
||||
<img style="margin: 0em 0em 3em 3em; width: 400px;" alt="screenshot" src="images/screenshot_cave_2012-06-03_small.jpg"/>
|
||||
</a>
|
||||
<br />
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<p>
|
||||
Minetest-c55 is an InfiniMiner/Minecraft inspired game intended
|
||||
for me to show my friends how fucking superior I am at programming
|
||||
compared to them!
|
||||
</p>
|
||||
<p>
|
||||
Uhm... No... Well, whatever.
|
||||
</p>
|
||||
-->
|
||||
<p>
|
||||
Minetest is an<!--a free and open source--> infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft and the like. It has been in development and use since October 2010.
|
||||
</p>
|
||||
<p>
|
||||
It is Free and Open Source Software, released under the LGPL, available for Windows and Linux.<!-- This way it is more readily available to Linux users, and random people (you!) can fix bugs and experiment effectively.-->
|
||||
</p>
|
||||
<p>
|
||||
Minetest is developed by Perttu "celeron55" Ahola and a number of contributors.
|
||||
</p>
|
||||
<!--<p>
|
||||
If you like the game or would like to see more games from me, you should consider <a href="donations.php">donating</a>.
|
||||
</p>-->
|
||||
<p>
|
||||
Minetest is technically simple, stable and portable. It is lightweight enough to run on fairly old hardware. It currently runs playably on a laptop with Intel 945GM graphics. Though, as for the CPU, dualcore is recommended.
|
||||
</p>
|
||||
<!--<p>
|
||||
<b>This game is under development</b>, and as of now, the game does not really differ from Minecraft except for having a lot less features. Still, playing is quite fun already, especially for people who have not been able to experience Minecraft.
|
||||
</p>-->
|
||||
|
||||
<!--<h2 style="clear: both;">Features</h2>-->
|
||||
<h2>Features</h2>
|
||||
<ul id="features">
|
||||
<li>
|
||||
Walk around, dig and build in an infinite voxel world (or boxel, as reddit calls it), and craft stuff from raw materials to help you along the way. We hope to add in some survival elements, but not much really exist ATM.
|
||||
</li>
|
||||
<li>
|
||||
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>
|
||||
</li>
|
||||
<li>
|
||||
Multiplayer support for tens of players, via servers hosted by users<br/>
|
||||
</li>
|
||||
<li>
|
||||
Voxel based dynamic lighting (quite similar to Minecraft; light up caves with torches)<br/>
|
||||
</li>
|
||||
<li>
|
||||
Almost infinite world and a fairly good map generator (limited to +-31000 blocks in all directions at the moment)<br />
|
||||
</li>
|
||||
<li>
|
||||
Runs natively on Windows and Linux (C++ and Irrlicht. No Java.)
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Links & other</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<!--<li>
|
||||
<a href="http://">http://</a>
|
||||
</li>-->
|
||||
<li>
|
||||
IRC Channels:
|
||||
<ul>
|
||||
<li>#minetest @ Freenode</li>
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
<li>
|
||||
The Author: Perttu Ahola, celeron55 @ IRCnet and gmail.com + contributors (see github or so) (<a href="http://www.ohloh.net/p/minetest-c55/contributors">ohloh</a>)
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
||||
|
BIN
minetest-icon-120.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
85
news.php
Normal file
@ -0,0 +1,85 @@
|
||||
<?php
|
||||
$title = "News";
|
||||
include("header.php");
|
||||
?>
|
||||
|
||||
<div id="2012-12-06">
|
||||
<h2>2012-12-06: Minetest 0.4.4 released</h2>
|
||||
<p>
|
||||
After all the hard work of the past autumn months, we present the Minetest 0.4.4 release.
|
||||
</p>
|
||||
<p>
|
||||
Ubuntu packages should be ready in Launchpad in a moment, as well as Archlinux AUR packages. Others will probably take more or less time.
|
||||
</p>
|
||||
<p>
|
||||
-celeron55
|
||||
</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="/download.php">Others</a></li>
|
||||
</ul>
|
||||
<h3>Related</h3>
|
||||
<ul style="font-weight: bold;">
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=3973">Forum thread</a></li>
|
||||
</ul>
|
||||
<h3>Changelog</h3>
|
||||
<p>
|
||||
0.4.3 -> 0.4.4 (by Calinou and PilzAdam)
|
||||
<pre>
|
||||
New features:
|
||||
* Added animated 3D player and a new default skin, the default model also supports Minecraft skins (Taoki, skin by Jordach)
|
||||
* Added shaders support (can be disabled in Settings menu), makes water a bit smaller than a full block, makes lighting look prettier (kahrl and celeron55)
|
||||
* New default doors mod: doors have a 3D look, ability to create "double doors" added, added locked steel doors (only the owner of the door can open/close it) (PilzAdam)
|
||||
* Improve map generation speed a lot (hmmmm)
|
||||
* Day-night transitions are now smoother (celeron55)
|
||||
* Water textures are now animated (RealBadAngel (textures) and PilzAdam)
|
||||
* Added on-demand item previews (reduces load time/RAM usage), disabled by default (celeron55)
|
||||
* Added 3D anaglyph support (red-cyan glasses) (xyz)
|
||||
* Fire is now animated and causes damage to players (PilzAdam, Muadtralk (textures))
|
||||
* Tweaked some textures: apple, nyan cat, bricks, papyrus, steel sword (Calinou, VanessaE)
|
||||
* Tweaked digging animation (no more mining with the tip of your pickaxe!) (jordan4ibanez)
|
||||
* Changed apple, sapling and papyrus selection box size to be smaller (VanessaE)
|
||||
* Players who do not move no longer send their positions to save bandwidth (Taoki)
|
||||
* Make steel block and brick drop themselves when dug and make them craftable back into their materials (PilzAdam)
|
||||
* Glass now makes a sound when broken (PilzAdam)
|
||||
* Dead players are now visible (Taoki)
|
||||
* Changed default server tick to 0.1 second, decreasing server CPU usage (celeron55)
|
||||
* Clients now send their position every 0.1 second too, making other player movement look smoother (celeron55)
|
||||
* Use of /grant and /revoke commands is now logged (dannydark)
|
||||
* Added ability for server to tweak amount of bandwidth used to upload mods to clients (celeron55)
|
||||
|
||||
Bugfixes:
|
||||
* Fixed falling sand and gravel sometimes incorrectly landing (PilzAdam)
|
||||
* Fixed empty bucket being named "emtpy bucket" (khonkhortisan and PilzAdam)
|
||||
* Fixed slab to full block transformation (PilzAdam)
|
||||
* Fixed smooth lighting between MapBlocks (celeron55)
|
||||
* Prevent some blocks (leaves, falling sand and gravel) from giving air when dug when they disappear as you mine them (PilzAdam)
|
||||
* Fixed papyruses and cacti growing inside trees (PilzAdam)
|
||||
* Fixed flowing liquid animation direction calculation (celeron55)
|
||||
* Fixed wielditem entity drawtype brightness control (celeron55)
|
||||
* Fixed ObjectRef:punch() (celeron55)
|
||||
* Fixed a rare bug in leaf decay (PilzAdam)
|
||||
* Fixed trees growing into any type of node (xyz)
|
||||
* Fixed server crashing when "/clearpassword" is typed without an argument (Uberi)
|
||||
* Head no longer shifts downwards when you are inside transparent blocks such as glass or nodeboxes (Calinou)
|
||||
* Directories beginning with a "." are now ignored when searching for mods on Windows (matttpt)
|
||||
* Fixed the automagic render distance tuner (celeron55)
|
||||
|
||||
Modding-related changes:
|
||||
* Added 3D model support for entities (Taoki)
|
||||
* Added attachment support (so that entities can "ride" other entities) (Taoki)
|
||||
* Backgrounds and images can now be used in formspecs (RealBadAngel)
|
||||
* Liquids can now be made non-renewable (xyz)
|
||||
* Added nodedef.on_blast() to lua_api.txt in order to support chained explosions of any explosives (celeron55)
|
||||
* Allow transparent image buttons (khonkhortisan)
|
||||
* Added shutdown hook interface to Lua API (matttpt)
|
||||
* Added "attached_node" group to make nodes which are not attached to any other walkable node drop (PilzAdam)
|
||||
</pre>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
||||
|
103
play.php
Normal file
@ -0,0 +1,103 @@
|
||||
<?php
|
||||
$title = "Minetest-c55 - Servers";
|
||||
include("header.php");
|
||||
?>
|
||||
|
||||
<h2>Play</h2>
|
||||
|
||||
<div class="osdownload">
|
||||
</div>
|
||||
|
||||
<div class="osdownload">
|
||||
<h3>Public Servers</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="http://servers.minetest.ru/">thexyz's server index</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewforum.php?id=10">Forum section</a></li>
|
||||
<li><a href="http://minetest.com/servers/">minetest.com list</a></li>
|
||||
<!--<li><a href="http://minetest.net/wiki/doku.php?id=public_servers">dev wiki (outdated)</a></li>-->
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>celeron55's server is currently down for an undefined period of time. Apologies.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="osdownload">
|
||||
<table style="border-spacing: 0; margin: 0; padding: 0; border: 0; width: 100%;">
|
||||
<tr><td width="33%" valign="top" style="padding-right: 1em;">
|
||||
<h3>Mods</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=628">Mesecons</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=572">Worldedit</a> or
|
||||
<a href="http://minetest.net/forum/viewtopic.php?id=2398">Multinode</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2290">Snow Biomes</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1598">MadBlocks</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2132">Animated Torches</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2344">Vines and Rope</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=509">More Blocks</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1453">Conifers</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2155">Pipeworks</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1274">BobBlocks</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2256">Locked Sign</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1520">Wool and Panes</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2092">Stairs+</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=508">DARKET Mods</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2207">3D Furniture</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=549">More Ores</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1307">Oneclick block destroy</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2234">Uranium</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2264">Money</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2059">Doors+</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1882">Map Tools</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2041">Home Decor</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=896">Gates</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1279">Simplified Paintings</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=692">Industrial</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=638">Nuke</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2127">xFences</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2117">xPanes</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1834">Poison Ivy</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=978">Growing Trees</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1688">Dripping Water & Lava</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2433">Lights</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=729">Nature</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2206">The Bones Mod</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewforum.php?id=11">More...</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</td>
|
||||
<td valign="top" width="33%">
|
||||
<h3>Texture Packs</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=885">[16x] Gridtoon</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=2264">[32x] MC Faithful</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=1583">[64,128,256,512x] VanessaE's</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=402">[256?] MineToon</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=16">[16x] Cisoun's</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewtopic.php?id=240">[16x] EasyCraft</a></li>
|
||||
<li><a href="http://minetest.net/forum/viewforum.php?id=4">More...</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</td>
|
||||
<td valign="top" width="33%">
|
||||
<h3>Other</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="http://minetest.net/forum/viewforum.php?id=12">Maps/buildings</a></li>
|
||||
<li><a href="http://minetest.net/forum">More...</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
||||
|
||||
|
489
style_v2.css
Normal file
@ -0,0 +1,489 @@
|
||||
html {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #503000;
|
||||
color: #000000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.constrain {
|
||||
max-width: 60em;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
Navbar
|
||||
*/
|
||||
|
||||
.navbar {
|
||||
position: fixed;
|
||||
/*margin: 0.2em 0 2.0em 0;*/
|
||||
height: 32px;
|
||||
background: #333333;
|
||||
/*width: auto;*/
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.navbarbottom1 {
|
||||
position: fixed;
|
||||
top: 32px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: rgba(0,0,0,0.3);
|
||||
height: 5px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.inbar_main {
|
||||
float: left;
|
||||
}
|
||||
.inbar_separator {
|
||||
float: left;
|
||||
padding-top: 4px;
|
||||
font-size: 18px;
|
||||
color: #666666;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.inbar_other {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.navbar ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.navbar ul li {
|
||||
display: inline-block;
|
||||
padding: 0px 7px 0px 7px;
|
||||
padding-top: 4px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#navbar ul li a {
|
||||
color: #cccccc;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#navbar ul li a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.navlink_normal {
|
||||
}
|
||||
|
||||
.navlink_special {
|
||||
}
|
||||
|
||||
.navlink_special2 {
|
||||
}
|
||||
|
||||
.contribclass {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
Logo
|
||||
*/
|
||||
|
||||
#logo {
|
||||
/*text-align: center;*/
|
||||
/*background: url("images/logo1.png") center top no-repeat;*/
|
||||
/*background: url("images/minetest-icon-120.png") left top no-repeat;*/
|
||||
background: #61ad6d;
|
||||
color: #ffffff;
|
||||
display: block;
|
||||
height: 120px;
|
||||
width: auto;
|
||||
margin: 0px;
|
||||
padding: 3em 0 1em 0;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#logoimage {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.bigheader {
|
||||
text-align: left;
|
||||
display: block;
|
||||
padding: 15px 10px 10px 150px;
|
||||
}
|
||||
|
||||
.bigheader h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 60px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.bigheader h2 {
|
||||
margin: 0 0 0 4px;
|
||||
padding: 0;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#headercomment {
|
||||
text-align: right;
|
||||
/*display: block;*/
|
||||
padding: 5px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#headercomment a {
|
||||
color: #ffa;
|
||||
/*text-decoration: none;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
Content
|
||||
*/
|
||||
|
||||
#content {
|
||||
font-size: 90%;
|
||||
margin: 0;
|
||||
padding: 1em 0 2em 0;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
#content img {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
#content a img {
|
||||
border: 1px solid #666;
|
||||
}
|
||||
|
||||
#content a:hover img {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
#content a {
|
||||
text-decoration: none;
|
||||
/*color: #61ad6d;*/
|
||||
/*color: #30569c;*/
|
||||
/*color: #1d34c4;*/
|
||||
/*color: #1d34a4;*/
|
||||
color: #0036bc;
|
||||
}
|
||||
|
||||
#content a:visited {
|
||||
/*color: #;*/
|
||||
/*color: #636893;*/
|
||||
/*color: #8844B9;*/
|
||||
/*color: #682469;*/
|
||||
color: #0036bc;
|
||||
}
|
||||
|
||||
#content a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#content h2 h3 h4 {
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
/*
|
||||
Footer
|
||||
*/
|
||||
|
||||
#footer {
|
||||
display: block;
|
||||
padding: 0em 0.2em 2em 0.2em;
|
||||
margin-top: 1em;
|
||||
clear: both;
|
||||
background: #503000;
|
||||
/*color: #edb;*/
|
||||
color: #ba9;
|
||||
text-shadow: #210 -1px -1px 0px;
|
||||
}
|
||||
|
||||
.footerlogo {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
/*margin-top: 3em;*/
|
||||
}
|
||||
|
||||
.footerlogo img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.footerlogo span {
|
||||
vertical-align: middle;
|
||||
margin: 1em;
|
||||
}
|
||||
.footermainlist {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#footer ul {
|
||||
list-style: none;
|
||||
padding: 0 0 0 1.5em;
|
||||
}
|
||||
#footer ul .the_li {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
/*color: #fec;*/
|
||||
color: #edb;
|
||||
font-weight: bold;
|
||||
}
|
||||
#footer a:hover {
|
||||
background-color: #201800;
|
||||
}
|
||||
|
||||
/*
|
||||
Random stuff
|
||||
*/
|
||||
|
||||
.bigdownload {
|
||||
font-size: 130%;
|
||||
/*background-color: #cfa;*/
|
||||
}
|
||||
|
||||
.osdownload h3 {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.osdownload {
|
||||
/*background-color: #eeeeff;*/
|
||||
border-bottom: 1px solid #888888;
|
||||
margin: 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
/*.community_build_table {
|
||||
margin-left: 2em;
|
||||
}
|
||||
.community_build_table td {
|
||||
margin-left: 2em;
|
||||
}*/
|
||||
|
||||
.sourcetable {
|
||||
margin: 1em;
|
||||
margin-left: 3em;
|
||||
}
|
||||
|
||||
.sourcetable tr {
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.sourcetable td {
|
||||
border: 0px;
|
||||
padding-left: 0.2em;
|
||||
padding-right: 0.2em;
|
||||
border-bottom: 1px solid #888888;;
|
||||
}
|
||||
|
||||
.serverinfo h3 {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.serverinfo {
|
||||
/*background-color: #eeeeff;*/
|
||||
margin: 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.buyitem h3 {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.buyitem {
|
||||
background-color: #333;
|
||||
color: #ddd;
|
||||
margin: 50px 10px 50px 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
.buyprice {
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
padding: 0 0.5em 0 0;
|
||||
margin: 0.5em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.buytd {
|
||||
padding: 0em 2em 0em 2em;
|
||||
width: 11em;
|
||||
}
|
||||
|
||||
.catbuybutton {
|
||||
/*display: inline-block;*/
|
||||
/*padding: 0 0 0 9px;*/
|
||||
}
|
||||
|
||||
.paypalcatbuybuttonimage {
|
||||
padding: 0 0 0 1.5em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.buydesc {
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
padding: 0 1em 0 0;
|
||||
margin: 1em 0 0 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.note {
|
||||
color: red;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.smalltext {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
#features li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.newsdate {
|
||||
font-size: 70%;
|
||||
float: left;
|
||||
margin: 0em 1em 1em 0em;
|
||||
padding: 0.1em;
|
||||
background: #ffff33;
|
||||
}
|
||||
|
||||
.commentsdate {
|
||||
font-size: 70%;
|
||||
float: left;
|
||||
margin: 0em 1em 1em 0em;
|
||||
padding: 0.1em;
|
||||
background: #ffff33;
|
||||
}
|
||||
|
||||
.commentsname {
|
||||
font-weight: bold;
|
||||
/*float: left;
|
||||
margin: 0em 1em 1em 0em;
|
||||
padding: 0.1em;
|
||||
background: #ffff33;*/
|
||||
}
|
||||
|
||||
.comment {
|
||||
border-bottom: 1px solid #aaa;
|
||||
}
|
||||
|
||||
.examplecode {
|
||||
border: 2px solid #dddddd;
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
.reply {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.warning {
|
||||
font-weight: bold;
|
||||
color: #aa0000;
|
||||
}
|
||||
|
||||
.donationlistdiv {
|
||||
/*background-color: #ddccff;*/
|
||||
border: solid #888888 1px;
|
||||
padding: 0 0.5em 0.5em 0.5em;
|
||||
margin: 0 0 2em 0;
|
||||
/*float: right;
|
||||
margin: -2em 1em 1em 1em;
|
||||
width: 16em;
|
||||
display: block;*/
|
||||
}
|
||||
|
||||
.donationlistdiv h3 {
|
||||
margin: 0.5em auto 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.donationtable {
|
||||
/*margin: 0 auto 0 auto;*/
|
||||
margin: 0 0 0 0;
|
||||
border-collapse: collapse;
|
||||
border-width: 0px;
|
||||
/*border-width: 1px;
|
||||
border-color: #888888;*/
|
||||
/*border-style: solid;*/
|
||||
/*width: 100%;*/
|
||||
}
|
||||
|
||||
.donationtable th {
|
||||
text-align: left;
|
||||
/*padding: 1px 0.5em 3px 1em;*/
|
||||
padding: 1px 0.5em 3px 0.5em;
|
||||
}
|
||||
|
||||
.donationtable tr {
|
||||
/*border-width: 1px;
|
||||
border-color: #888888;
|
||||
border-style: solid;*/
|
||||
/*border-width: 4px;
|
||||
border-color: #ffffff;
|
||||
border-style: solid;*/
|
||||
}
|
||||
|
||||
.donationtable td {
|
||||
border-width: 0px;
|
||||
/*border-width: 1px;
|
||||
border-color: #888888;*/
|
||||
/*border-style: solid;*/
|
||||
margin: 1px 0 0 0;
|
||||
/*padding: 1px 5px 1px 5px;*/
|
||||
/*padding: 0px 5px 0px 5px;*/
|
||||
padding: 3px 5px 3px 5px;
|
||||
/*background-color: #ffffaa;*/
|
||||
/*background-color: #ffffff;*/
|
||||
}
|
||||
|
||||
.donationtable .amount {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.donor_ul {
|
||||
list-style-type: none;
|
||||
padding-left: 0.5em;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.donor_ul li {
|
||||
/*padding-top: 0.2em;
|
||||
padding-bottom: 0.2em;*/
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
display: table-cell;
|
||||
}
|
||||
|
80
support.php
Normal file
@ -0,0 +1,80 @@
|
||||
<?php
|
||||
$title = "Support";
|
||||
include("header.php");
|
||||
?>
|
||||
|
||||
<h2>Support</h2>
|
||||
|
||||
<p>
|
||||
New: You can buy <a href="http://forum.minetest.net/viewtopic.php?id=4437">shirts, coffee mugs and stuff like that (at least) here</a>. Profit is used like donations below.
|
||||
</p>
|
||||
|
||||
<h2>Donate</h2>
|
||||
|
||||
<table style="border-spacing: 0; margin: 0; padding: 0; border: 0; margin-top: -1em;">
|
||||
<tr>
|
||||
<td width="40%" valign="top" style="padding-right: 2em; text-align: justify;">
|
||||
|
||||
<p style="text-align: justify;">
|
||||
I've been asked to add some way to donate, so here is a link to Paypal Donate.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<center>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----
|
||||
">
|
||||
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</center>
|
||||
</p>
|
||||
|
||||
<p style="text-align: justify;">
|
||||
In case you'd prefer an european bank account number, send me an e-mail.
|
||||
</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p style="text-align: justify;">
|
||||
You can send donations to me, celeron55.
|
||||
</p>
|
||||
<p style="text-align: justify;">
|
||||
Things the money will be used for:
|
||||
<ol>
|
||||
<li>Hosting of website(s)</li>
|
||||
<li>Paying for people to do stuff nobody would otherwise do</li>
|
||||
<li>Buying snacks to fuel this coding machine called "celeron55"</li>
|
||||
<li>Supporting other projects</li>
|
||||
<li>Dunno... advertising? whatever? In case I end up with too much monies, I'm pretty sure we can find use for it. Discussions shall be had on IRC.</li>
|
||||
</ol>
|
||||
</p>
|
||||
<p>
|
||||
If you think you would have good use for donation money, make sure I know of it.
|
||||
</p>
|
||||
|
||||
<!--<p style="text-align: justify;">
|
||||
The money goes to me, celeron55. The existence of this website and the ongoing development of Minetest is made possible by me.
|
||||
</p>
|
||||
|
||||
<p style="text-align: justify;">
|
||||
I fix bugs, set releases, build packages, maintain the website and overally manage the project in addition to adding new stuff. Also I pay the hosting bills.
|
||||
</p>
|
||||
<p style="text-align: justify;">
|
||||
I am an electrical engineering student working on Minetest-c55 as a hobby.
|
||||
</p>
|
||||
<p style="text-align: justify;">
|
||||
I will do anything I want with the money and you will not get it back. However, you are getting back a game that definitely is worth more than $0.
|
||||
</p>-->
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
||||
|
||||
|
7
wikimoved/.htaccess
Normal file
@ -0,0 +1,7 @@
|
||||
<files hits.log>
|
||||
order allow,deny
|
||||
deny from all
|
||||
</files>
|
||||
|
||||
ErrorDocument 404 /~celeron55/minetest2/wikimoved/404.php
|
||||
|
1
wikimoved/404.php
Symbolic link
@ -0,0 +1 @@
|
||||
index.php
|
11
wikimoved/index.php
Normal file
@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
New dev wiki at <a href="http://dev.minetest.net">dev.minetest.net</a>
|
||||
</p>
|
||||
<p>
|
||||
Old dev wiki at <a href="http://minetest.net/wiki">minetest.net/wiki</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|