Improve navigation (and more) (#146)

Fixes #35 
Fixes #115

* Combines *community* and *development* into a new page called *Get Involved*.
* Add sitemap-ish to footer
This commit is contained in:
rubenwardy 2019-01-10 12:36:10 +00:00 committed by GitHub
parent 72b99386a2
commit c9ba45106e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 384 additions and 375 deletions

View File

@ -1,19 +1,64 @@
</div>
<footer>
<p>
© {{ site.time | date: '%Y' }} The Minetest Team<br>
Site content under CC BY-SA 3.0 Unported.
</p>
<p>
<a href="https://github.com/minetest/minetest.github.io">Website developed at GitHub.</a>
</p>
</footer>
<footer class="page-footer font-small indigo">
<div class="container text-md-left">
<div class="row">
<div class="col-md-3 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Minetest</h5>
<ul class="list-unstyled">
<li><a href="/#features">Features</a></li>
<li><a href="/#gallery">Gallery</a></li>
<li><a href="/downloads/">Downloads</a></li>
<li><a href="https://forum.minetest.net/viewforum.php?f=18">News</a></li>
<li><a href="/credits/">Credits</a></li>
</ul>
</div>
<script src="/lib/js/jquery.min.js"></script>
<script src="/lib/js/jquery.smooth-scroll.min.js"></script>
<script src="/lib/js/jquery.goup.min.js"></script>
<script src="/lib/js/bootstrap.min.js"></script>
<script src="/lib/js/fastclick.min.js"></script>
</body>
<div class="col-md-3 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Content</h5>
<ul class="list-unstyled">
<li><a href="https://content.minetest.net">ContentDB</a></li>
<li><a href="/customize/#featured">Featured</a></li>
<li><a href="https://content.minetest.net/packages/?type=game">Games</a></li>
<li><a href="https://content.minetest.net/packages/?type=mod">Mods</a></li>
<li><a href="https://content.minetest.net/packages/?type=txp">Texture Packs</a></li>
</ul>
</div>
<div class="col-md-3 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Community</h5>
<ul class="list-unstyled">
<li><a href="https://forum.minetest.net">Forums</a></li>
<li><a href="/get_involved/#internet-relay-chat">IRC</a></li>
<li><a href="/servers/">Servers</a></li>
<li><a href="https://wiki.minetest.net">Player Wiki</a></li>
<li><a href="https://reddit.com/r/minetest/">Subreddit</a></li>
</ul>
</div>
<div class="col-md-3 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Development</h5>
<ul class="list-unstyled">
<li><a href="https://github.com/minetest/minetest">Github</a></li>
<li><a href="/get_involved/#internet-relay-chat">#minetest-dev on Freenode IRC</a></li>
<li><a href="https://dev.minetest.net">Developer Wiki</a></li>
<li><a href="https://minetest.net/lua_api/">Lua API</a></li>
<li><a href="/get_involved/#donate">Donate</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3">
© {{ site.time | date: '%Y' }} The Minetest Team.
MIT for code, CC-BY-SA 3.0 for media and content.
<a href="https://github.com/minetest/minetest.github.io">Source</a>
</div>
</footer>
<script src="/lib/js/jquery.min.js"></script>
<script src="/lib/js/jquery.smooth-scroll.min.js"></script>
<script src="/lib/js/jquery.goup.min.js"></script>
<script src="/lib/js/bootstrap.min.js"></script>
<script src="/lib/js/fastclick.min.js"></script>
</body>
</html>

View File

@ -67,45 +67,11 @@
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/#features">Features</a></li>
<li><a href="/#gallery">Gallery</a></li>
<li><a href="/downloads/">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Customize <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/customize/">Games</a></li>
<li><a href="/customize/#mods">Mods</a></li>
<li><a href="/customize/#texture-packs">Texture Packs</a></li>
<li><a href="https://forum.minetest.net/viewforum.php?f=15">Forum: Games ↗</a></li>
<li><a href="https://forum.minetest.net/viewforum.php?f=11">Forum: Mods ↗</a></li>
<li><a href="https://forum.minetest.net/viewforum.php?f=4">Forum: Texture Packs ↗</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/community/">Overview</a></li>
<li><a href="https://forum.minetest.net">Forum ↗</a></li>
<li><a href="//wiki.minetest.net">Wiki ↗</a></li>
<li><a href="/irc/">IRC</a></li>
<li><a href="https://reddit.com/r/minetest">Subreddit ↗</a></li>
<li><a href="/credits/">Contributors</a></li>
<li><a href="/servers/">Server list</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Development <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/development/">Overview</a></li>
<li><a href="/development/#reporting-issues">Reporting issues</a></li>
<li><a href="/development/#donate">Donate</a></li>
<li><a href="https://github.com/minetest">GitHub ↗</a></li>
<li><a href="//dev.minetest.net">Developer wiki ↗</a></li>
<li><a href="//dev.minetest.net/Category:Methods">API ↗</a></li>
<li><a href="//doxy.minetest.net">Engine internals (Doxygen) ↗</a></li>
<li><a href="https://forum.minetest.net/viewforum.php?f=18">News ↗</a></li>
</ul>
</li>
<li><a href="/#features">Features</a></li>
<li><a href="/#gallery">Gallery</a></li>
<li><a href="/downloads/">Download</a></li>
<li><a href="/customize/">Customize</a></li>
<li><a href="/get_involved/">Get Involved</a></li>
</ul>
</div>
</div>

View File

@ -3,7 +3,7 @@
.content {
margin: 0 20%;
a {
a:not(.btn) {
color: hsl(100, 40%, 40%);
text-decoration: none;
transition: .15s;

View File

@ -3,7 +3,7 @@
footer {
background-color: hsl(0, 0, 18%);
color: hsl(0, 0, 60%);
text-align: center;
// text-align: center;
padding: 3rem 0;
margin-top: 3rem;
@ -23,4 +23,8 @@ footer {
text-decoration: underline;
}
}
.footer-copyright {
padding-top: 2rem;
}
}

View File

@ -1,20 +0,0 @@
---
title: Community
layout: default
redirect_from:
- /community.html
---
<h1>Get involved</h1>
<p>
You can get involved with the Minetest community in several ways:
</p>
<ul>
<li>Giving support on <a href="/irc/">IRC</a></li>
<li>Giving support on the <a href="https://forum.minetest.net">forums</a>, publishing mods, games, maps, texture packs</li>
<li>Contribute on <a href="https://github.com/minetest">GitHub</a> - report bugs, make pull requests</li>
<li>Talk about Minetest on <a href="https://www.reddit.com/r/Minetest">reddit</a></li>
<li>Perform some <a href="/development/">development</a></li>
</ul>

View File

@ -98,5 +98,5 @@ redirect_from:
</p>
<p>
Want to <a href="/development/" title="development">contribute</a>?
Want to <a href="/get_involved/#contribute">contribute</a>?
</p>

View File

@ -9,7 +9,22 @@ redirect_from:
- /texturepacks/
---
<h1 id="games">Games</h1>
<h1>Content Database</h1>
<p>
Browse through a ton of content on the ContentDB website.<br>
In the next release, you'll even be able to install content without
leaving your Minetest client!
</p>
<p>
<a class="btn btn-primary btn-lg" href="https://content.minetest.net">Go to ContentDB</a>
</p>
<h1 id="featured">Featured</h1>
<h2 id="games">Games</h2>
<p>
The Minetest Engine runs games.
Different <a href="http://wiki.minetest.net/Games">games</a> have different objectives
@ -18,8 +33,6 @@ redirect_from:
which supplies the default items.
</p>
<h2>Popular Games</h2>
<ul>
<li><a href="https://forum.minetest.net/viewtopic.php?t=6346">Voxelgarden</a> - Survival and progression. Focus is on quality over features.</li>
<li><a href="http://wiki.minetest.net/Games/Tutorial">Tutorial</a> - Teaches the fundamental basics of Minetest.</li>
@ -32,15 +45,13 @@ redirect_from:
</p>
<div class="line"></div>
<h1 id="mods">Mods</h1>
<h2 id="mods">Mods</h2>
<p>
Minetest is meant to be modded. Mods can add or change functionality and content.
Learn how to <a href="http://dev.minetest.net/Installing_Mods">install and use mods</a>.
</p>
<h2>Popular mods</h2>
<div class="row">
<div class="col-sm-4">
<h3>Building</h3>
@ -149,12 +160,11 @@ redirect_from:
</p>
<div class="line"></div>
<h1 id="texture-packs">Texture packs</h1>
<h2 id="texture-packs">Texture packs</h2>
<div class="row">
<div class="col-sm-6">
<h3>Popular Texture Packs</h3>
<ul>
<li><a href="https://forum.minetest.net/viewtopic.php?t=14132">PixelBOX Reloaded</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?t=14289">PixelPerfection</a></li>

View File

@ -1,222 +0,0 @@
---
title: Development
layout: default
redirect_from:
- /development.html
- /reporting_issues/
- /donate/
- /support/
---
<h1>Overview</h1>
<h2>Getting into development</h2>
<p>
There are several ways to get into development:
</p>
<ul>
<li><strong>Modding:</strong> Develop a mod independently and publish it on the <a href="http://forum.minetest.net/">forums</a>.</li>
<li><strong>Core development:</strong> If you think of something that is needed in the core, then talk with the core team (preferably a lot, with multiple members - communication is more important than you think) and do it.</li>
<li><strong>Translating:</strong> Help translating Minetest at <a href="https://hosted.weblate.org/projects/minetest/minetest/">our web interface</a>.</li>
</ul>
<h2>Core Team</h2>
<p>
Upstream repositories and official Windows packages are handled by the <a href="https://github.com/minetest?tab=members">core team</a>, consisting of a bunch of people who are much trusted to keep Minetest progressing in good condition. The core team is best contacted on <abbr title="Internet Relay Chat">IRC</abbr> at <code>#minetest-dev @ chat.freenode.net</code>.
</p>
<p>
The core team is formed of people who have made great <a href="/credits/">contributions</a> to Minetest.
</p>
<p>
Contributions are approved if two members of the core team agree on them.
</p>
<h2>Project Structure</h2>
<p>
Minetest is distributed as an engine, combined with a couple of games. Upstream repositories can be found at <a href="https://github.com/minetest/">https://github.com/minetest/</a>.
</p>
<ul>
<li><div> <strong>The engine</strong> (core) is the base for everything. C++ is used for housekeeping and performance-critical stuff, Lua for extensible things.</div>
</li>
<li><div> <strong>Games</strong> define game content: nodes, entities, textures, meshes, sounds and custom behavior implemented in Lua. Games consist of mods that plug into the engine using the <a href="http://dev.minetest.net">Modding API</a>.</div>
</li>
</ul>
<p>
For more information see the <a href="http://dev.minetest.net/Terminology">terminology</a> or <a href="http://dev.minetest.net/Engine_structure">engine structure</a> developer wiki pages.
</p>
<h2>Rules</h2>
<p>
<a href="http://dev.minetest.net/All_rules_regarding_to_development">All rules regarding to development</a>
</p>
<h1 id="reporting-issues">Reporting issues</h1>
<p>
Different things related to Minetest are maintained by different people, contacted in different ways. Here you can find where to report issues, bugs and any other kinds of problems regarding to each “product”.
</p>
<p>
People are generally available on freenode <abbr title="Internet Relay Chat">IRC</abbr>, the Minetest Forums, GitHub and/or via email.
</p>
<h2>Programs and Services</h2>
<table class="table table-striped">
<tr>
<th>Program</th>
<th>People Responsible</th>
<th>Source</th>
<th>Issue Tracker</th>
</tr>
<tr>
<td>Minetest Engine</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetest">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetest/issues">Issues</a>
</td>
</tr>
<tr>
<td>Minetest Game</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetest_game">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetest_game/issues">Issues</a>
</td>
</tr>
<tr>
<td>Minetest Mapper</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetestmapper">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetestmapper/issues">Issues</a>
</td>
</tr>
<tr>
<td>Blender B3DExport</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/B3DExport">Source</a>
</td>
<td>
<a href="https://github.com/minetest/B3DExport/issues">Issues</a>
</td>
</tr>
<tr>
<th>Service</th>
<th>People Responsible</th>
<th>Source</th>
<th>Issue Tracker</th>
</tr>
<tr>
<td>*.minetest.net DNS</td>
<td>celeron55</td>
<td>n/a</td>
<td>Contact celeron55. His approval is needed to host under minetest.net</td>
</tr>
<tr>
<td>www.minetest.net</td>
<td>celeron55</td>
<td><a href="https://github.com/minetest/minetest.github.io">Source</a></td>
<td><a href="https://github.com/minetest/minetest.github.io/issues">Issues</a></td>
</tr>
<tr>
<td>forum.minetest.net</td>
<td>celeron55</td>
<td><a href="https://github.com/minetest/forum.minetest.net_template1">Theme</a></td>
<td>Contact a moderator for concerns about content (Use "report this post" if possible)</td>
</tr>
<tr>
<td>wiki/dev.minetest.net</td>
<td>celeron55</td>
<td><a href="https://www.mediawiki.org">MediaWiki</a></td>
<td>
<a href="https://forum.minetest.net/viewtopic.php?f=3&t=10473">Ask for an account to edit</a>
or report issues <a href="https://forum.minetest.net/viewforum.php?f=3">on the forum</a>
</td>
</tr>
<tr>
<td>servers.minetest.net</td>
<td>sfan5</td>
<td><a href="https://github.com/minetest/master-server">Source</a></td>
<td><a href="https://github.com/minetest/master-server/issues">Issues</a></td>
</tr>
<tr>
<td>content.minetest.net</td>
<td>rubenwardy</td>
<td><a href="https://github.com/minetest/contentdb">Source</a></td>
<td><a href="https://github.com/minetest/contentdb/issues">Issues</a></td>
</tr>
<tr>
<td>irc.minetest.net</td>
<td>sfan5</td>
<td><a href="https://github.com/moritz/ilbot">Source</a></td>
<td>Contact sfan5</td>
</tr>
<tr>
<td><a href="https://play.google.com/store/apps/details?id=net.minetest.minetest">Google Play</a></td>
<td>nerzhul aka. nrzkt</td>
<td>n/a</td>
<td>Contact nerzhul</td>
</tr>
</table>
<h1 id="donate">Donate</h1>
<p>
If you want to monetarily support Minetest, here's what you can do:
</p>
<h2>Tip celeron55</h2>
<p>
You can tip money to celeron55, to be mostly used for hosting of websites and overall maintenance effort on the project.
</p>
<div style="text-align: center;">
<div style="display: inline-block; width: 300px;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="9MKR3HL26KKSJ">
<table style="width: 500px;">
<tr><td><input type="hidden" name="on0" value="Tip celeron55's Minetest efforts">Tip celeron55's Minetest efforts</td></tr><tr><td><select name="os0">
<option value="Small tip">Small tip €2.00 EUR</option>
<option value="Larger tip">Larger tip €5.00 EUR</option>
<option value="A plentiful tip">A plentiful tip €12.00 EUR</option>
<option value="This surely is enough, right?">This surely is enough, right? €42.00 EUR</option>
<option value="No?">No? €75.00 EUR</option>
<option value="Yes?">Yes? €150.00 EUR</option>
<option value="ALL THE MONEY">ALL THE MONEY €500.00 EUR</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
</div>
</div>
<p>
<strong>PayPal address:</strong> celeron55@gmail.com (Please note in the message that you&#039;re supporting Minetest in particular.)
</p>
<h2>Other</h2>
<p>
Your favourite server or modder might accept tips too; make sure to check those out.
</p>

294
get_involved.html Normal file
View File

@ -0,0 +1,294 @@
---
title: Get Involved
layout: default
redirect_from:
- /community.html
- /community/
- /irc.html
- /irc/
- /development.html
- /development/
- /reporting_issues/
- /donate/
- /support/
---
<h1>Community</h1>
<h2>Where?</h2>
<ul>
<li><a href="https://forum.minetest.net">Forum</a></li>
<li><a href="//wiki.minetest.net">Wiki</a></li>
<li><a href="#internet-relay-chat">IRC</a></li>
<li><a href="https://reddit.com/r/minetest">Subreddit</a></li>
<li><a href="/servers/">Server list</a></li>
</ul>
<h2 id="internet-relay-chat">Internet Relay Chat</h2>
<h3>Channels</h3>
<div>
<ul>
<li>
<strong><a href="https://webchat.freenode.net/?channels=#minetest">#minetest</a></strong>
(<a href="http://irc.minetest.net/minetest">Logs</a>):
Main channel for general Minetest engine, modding and games discussion or support.
</li>
<li>
<strong><a href="https://webchat.freenode.net/?channels=#minetest-dev">#minetest-dev</a></strong>
(<a href="http://irc.minetest.net/minetest-dev">Logs</a>):
Development channel, strictly only for development discussion of the Minetest engine and Minetest Game.
Webchat can be used to listen only, not talk, on #minetest-dev
</li>
<li>
<strong><a href="https://webchat.freenode.net/?channels=#minetest-hub">#minetest-hub</a></strong>
(<a href="http://irc.minetest.net/minetest-hub">Logs</a>):
A moderated channel for people who regularly improve Minetest
by developing, modding, hosting servers and otherwise.
You need to ask an operator for voice here, make sure to read
the <a href="http://hub.minetest.net">hub website</a> first.
</li>
<li>Channels about Minetest in other languages (note that most people hang out
on <code>#minetest</code>, which is the main channel).
<ul>
<li><strong><a href="https://webchat.freenode.net/?channels=#minetest-de">#minetest-de</a></strong> German channel</li>
<li><strong><a href="https://webchat.freenode.net/?channels=#minetest-es">#minetest-es</a></strong> Spanish channel</li>
<li><strong><a href="https://webchat.freenode.net/?channels=#minetest-fr">#minetest-fr</a></strong> French channel</li>
</ul></li>
</ul>
</div>
<h3>Rules</h3>
<p>
Some people don't know how to behave in <abbr title="Internet Relay Chat">IRC</abbr>,
so here are some simple rules:
</p>
<ul>
<li>Don't ask if you can ask questions, just ask.</li>
<li>Be patient when you ask something, people might not be around.</li>
<li>Don't spam.</li>
<li>Don't flood the channel with messages or bot commands.</li>
<li>Use a pastebin if you want to post more than 4 lines (such as error messages or code).</li>
<li>Annoying, racist, or any form of derogatory terms against any user or channel operator will probably get you quieted; or even banned.</li>
<li>If you're going to ask someone something, "please" goes a very long way.</li>
<li>The channels are not playgrounds and are frequently used for talks which are not off-topic.</li>
<li>Off-topic is allowed, but excessive use of it is disallowed.</li>
<li>Link shorteners are discouraged for URLs that are not very long.</li>
</ul>
<h1 id="contribute">Contribute</h1>
<p>
There are several ways to get into development:
</p>
<ul>
<li>Giving support on the <a href="https://forum.minetest.net">forums</a> and <a href="#internet-relay-chat">IRC</a>.</li>
<li>Work on a <a href="http://dev.minetest.net/Modding_Intro">game or mod</a>,
and publish it on <a href="https://content.minetest.net">ContentDB</a>
or <a href="https://forum.minetest.net">the forums</a>.</li>
<li>Help develop Minetest by reporting
bugs and submiting patches on
<a href="https://github.com/minetest">GitHub</a> or <a href="#internet-relay-chat">IRC</a>.</li>
<li><strong>Translating:</strong> Help translating Minetest using
<a href="https://hosted.weblate.org/projects/minetest/minetest/">our web interface</a>.</li>
</ul>
<h2>The Process</h2>
<p>
Upstream repositories and official Windows packages are handled by the <a href="https://github.com/minetest?tab=members">core team</a>, consisting of a bunch of people who are much trusted to keep Minetest progressing in good condition. The core team is best contacted on <abbr title="Internet Relay Chat">IRC</abbr> at <code>#minetest-dev @ chat.freenode.net</code>.
The core team is formed of people who have made great <a href="/credits/">contributions</a> to Minetest.
Contributions are approved if two members of the core team agree on them.
</p>
<p>
For more information, take a look at
<a href="http://dev.minetest.net/All_rules_regarding_to_development">
all the rules regarding to development</a>.
</p>
<h2>Project Structure</h2>
<p>
Minetest is distributed as an engine, combined with a couple of games. Upstream repositories can be found at <a href="https://github.com/minetest/">https://github.com/minetest/</a>.
</p>
<ul>
<li><div> <strong>The engine</strong> (core) is the base for everything. C++ is used for housekeeping and performance-critical stuff, Lua for extensible things.</div>
</li>
<li><div> <strong>Games</strong> define game content: nodes, entities, textures, meshes, sounds and custom behavior implemented in Lua. Games consist of mods that plug into the engine using the <a href="http://dev.minetest.net">Modding API</a>.</div>
</li>
</ul>
<p>
For more information see the <a href="http://dev.minetest.net/Terminology">terminology</a> or <a href="http://dev.minetest.net/Engine_structure">engine structure</a> developer wiki pages.
</p>
<h1 id="reporting-issues">Reporting issues</h1>
<p>
Different things related to Minetest are maintained by different people, contacted in different ways. Here you can find where to report issues, bugs and any other kinds of problems regarding to each “product”.
</p>
<p>
People are generally available on freenode <abbr title="Internet Relay Chat">IRC</abbr>, the Minetest Forums, GitHub and/or via email.
</p>
<h2>Programs and Services</h2>
<table class="table table-striped">
<tr>
<th>Program</th>
<th>People Responsible</th>
<th>Source</th>
<th>Issue Tracker</th>
</tr>
<tr>
<td>Minetest Engine</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetest">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetest/issues">Issues</a>
</td>
</tr>
<tr>
<td>Minetest Game</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetest_game">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetest_game/issues">Issues</a>
</td>
</tr>
<tr>
<td>Minetest Mapper</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetestmapper">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetestmapper/issues">Issues</a>
</td>
</tr>
<tr>
<td>Blender B3DExport</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/B3DExport">Source</a>
</td>
<td>
<a href="https://github.com/minetest/B3DExport/issues">Issues</a>
</td>
</tr>
<tr>
<th>Service</th>
<th>People Responsible</th>
<th>Source</th>
<th>Issue Tracker</th>
</tr>
<tr>
<td>*.minetest.net DNS</td>
<td>celeron55</td>
<td>n/a</td>
<td>Contact celeron55. His approval is needed to host under minetest.net</td>
</tr>
<tr>
<td>www.minetest.net</td>
<td>celeron55</td>
<td><a href="https://github.com/minetest/minetest.github.io">Source</a></td>
<td><a href="https://github.com/minetest/minetest.github.io/issues">Issues</a></td>
</tr>
<tr>
<td>forum.minetest.net</td>
<td>celeron55</td>
<td><a href="https://github.com/minetest/forum.minetest.net_template1">Theme</a></td>
<td>Contact a moderator for concerns about content (Use "report this post" if possible)</td>
</tr>
<tr>
<td>wiki/dev.minetest.net</td>
<td>celeron55</td>
<td><a href="https://www.mediawiki.org">MediaWiki</a></td>
<td>
<a href="https://forum.minetest.net/viewtopic.php?f=3&t=10473">Ask for an account to edit</a>
or report issues <a href="https://forum.minetest.net/viewforum.php?f=3">on the forum</a>
</td>
</tr>
<tr>
<td>servers.minetest.net</td>
<td>sfan5</td>
<td><a href="https://github.com/minetest/master-server">Source</a></td>
<td><a href="https://github.com/minetest/master-server/issues">Issues</a></td>
</tr>
<tr>
<td>content.minetest.net</td>
<td>rubenwardy</td>
<td><a href="https://github.com/minetest/contentdb">Source</a></td>
<td><a href="https://github.com/minetest/contentdb/issues">Issues</a></td>
</tr>
<tr>
<td>irc.minetest.net</td>
<td>sfan5</td>
<td><a href="https://github.com/moritz/ilbot">Source</a></td>
<td>Contact sfan5</td>
</tr>
<tr>
<td><a href="https://play.google.com/store/apps/details?id=net.minetest.minetest">Google Play</a></td>
<td>nerzhul aka. nrzkt</td>
<td>n/a</td>
<td>Contact nerzhul</td>
</tr>
</table>
<h1 id="donate">Donate</h1>
<h2>celeron55 <small>Founder</small></h2>
<p>
You can tip money to celeron55, to be mostly used for hosting of
websites and overall maintenance effort on the project.
</p>
<p>
<strong>PayPal address:</strong> celeron55@gmail.com (Please note in the message that you&#039;re supporting Minetest in particular.)
</p>
<div style="display: inline-block; width: 300px;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="9MKR3HL26KKSJ">
<table style="width: 500px;">
<tr><td><input type="hidden" name="on0" value="Tip celeron55's Minetest efforts">Tip celeron55's Minetest efforts</td></tr><tr><td><select name="os0">
<option value="Small tip">Small tip €2.00 EUR</option>
<option value="Larger tip">Larger tip €5.00 EUR</option>
<option value="A plentiful tip">A plentiful tip €12.00 EUR</option>
<option value="This surely is enough, right?">This surely is enough, right? €42.00 EUR</option>
<option value="No?">No? €75.00 EUR</option>
<option value="Yes?">Yes? €150.00 EUR</option>
<option value="ALL THE MONEY">ALL THE MONEY €500.00 EUR</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
</div>
<h2>Other</h2>
<p>
Your favourite server or modder might accept tips too; make sure to check those out.
</p>

View File

@ -1,68 +0,0 @@
---
title: IRC
jumbotron: IRC
layout: default
redirect_from:
- /irc.html
---
<h1>Channels</h1>
<div>
<p>
Join one of our <abbr title="Internet Relay Chat">IRC</abbr> channels on Freenode:<br/>
To chat on #minetest-hub you need to ask an operator for voice. Webchat can be used to listen only, not talk, on #minetest-dev.<br>
</p>
<ul>
<li>
<strong><a href="https://webchat.freenode.net/?channels=#minetest">#minetest</a></strong>
(<a href="http://irc.minetest.net/minetest">Logs</a>):
Main channel for general Minetest engine, modding and games discussion or support.
</li>
<li>
<strong><a href="https://webchat.freenode.net/?channels=#minetest-dev">#minetest-dev</a></strong>
(<a href="http://irc.minetest.net/minetest-dev">Logs</a>):
Development channel, strictly only for development discussion of the Minetest engine and Minetest Game.
</li>
<li>
<strong><a href="https://webchat.freenode.net/?channels=#minetest-hub">#minetest-hub</a></strong>
(<a href="http://irc.minetest.net/minetest-hub">Logs</a>):
A moderated channel for people who regularly improve Minetest
by developing, modding, hosting servers and otherwise.
</li>
</ul>
</div>
<h1>Rules</h1>
<p>
Some people don't know how to behave in <abbr title="Internet Relay Chat">IRC</abbr>,
so here are some simple rules:
</p>
<ul>
<li>Don't ask if you can ask questions, just ask.</li>
<li>Be patient when you ask something, people might not be around.</li>
<li>Don't spam.</li>
<li>Don't flood the channel with messages or bot commands.</li>
<li>Use a pastebin if you want to post more than 4 lines (such as error messages or code).</li>
<li>Annoying, racist, or any form of derogatory terms against any user or channel operator will probably get you quieted; or even banned.</li>
<li>If you're going to ask someone something, "please" goes a very long way.</li>
<li>The channels are not playgrounds and are frequently used for talks which are not off-topic.</li>
<li>Off-topic is allowed, but excessive use of it is disallowed.</li>
<li>Link shorteners are discouraged for URLs that are not very long.</li>
</ul>
<h1>Other languages</h1>
<p>
Channels about Minetest in other languages (note that most people hang out
on <code>#minetest</code>, which is the main channel).
</p>
<ul>
<li><strong><a href="https://webchat.freenode.net/?channels=#minetest-de">#minetest-de</a></strong> German channel</li>
<li><strong><a href="https://webchat.freenode.net/?channels=#minetest-es">#minetest-es</a></strong> Spanish channel</li>
<li><strong><a href="https://webchat.freenode.net/?channels=#minetest-fr">#minetest-fr</a></strong> French channel</li>
</ul>