Compare commits

...

5 Commits

Author SHA1 Message Date
dependabot[bot] e0736e3941
Bump rexml from 3.2.4 to 3.2.5 (#230)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 01:02:21 +02:00
sfan5 89393e394b Update for release 2021-04-10 19:04:41 +02:00
Alex 589992e4df
Add Twitter, Discord, Mastodon, and Matrix social links (#224) 2021-02-23 21:43:41 +01:00
sfan5 3e22738dd0 Update for 5.4.0 release 2021-02-23 21:03:08 +01:00
dependabot[bot] 585c3e865d
Bump nokogiri from 1.10.8 to 1.11.0 (#225)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.8...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 18:05:42 +00:00
12 changed files with 54 additions and 24 deletions

View File

@ -55,18 +55,20 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.4.0)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
mini_portile2 (2.5.0)
nokogiri (1.11.0)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
parallel (1.17.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.1)
racc (1.5.2)
rainbow (3.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rexml (3.2.4)
rexml (3.2.5)
rouge (3.10.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5)

View File

@ -13,7 +13,3 @@
- name: Servers
url: /servers/
icon: servers.svg
- name: Reddit
url: https://reddit.com/r/minetest
icon: reddit.png

View File

@ -1,6 +1,6 @@
latest:
version: "5.3.0"
version_code: 5003000
date: "2020-07-09"
version: "5.4.1"
version_code: 5004001
date: "2021-04-10"
protocol_version: 39
url: "https://www.minetest.net/downloads/"

19
_data/social.yml Normal file
View File

@ -0,0 +1,19 @@
- name: Matrix
url: https://matrix.to/#/+minetest:tchncs.de
icon: matrix.png
- name: Mastodon
url: https://fosstodon.org/@minetest
icon: mastodon.png
- name: Twitter
url: https://twitter.com/MinetestProject
icon: twitter.png
- name: Discord
url: https://discord.gg/6W84ytH
icon: discord.png
- name: Reddit
url: https://reddit.com/r/minetest
icon: reddit.png

View File

@ -2,7 +2,7 @@
<div class="container">
<div class="columns is-multiline">
<div class="column is-6 is-3-desktop">
<div class="column is-6-mobile">
<h5 class="footer-title">Minetest</h5>
<ul class="list-unstyled">
<li><a href="{{ '/#features' | relative_url }}">Features</a></li>
@ -13,7 +13,7 @@
</ul>
</div>
<div class="column is-6 is-3-desktop">
<div class="column is-6-mobile">
<h5 class="footer-title">Content</h5>
<ul class="list-unstyled">
<li><a href="https://content.minetest.net">ContentDB</a></li>
@ -23,18 +23,28 @@
</ul>
</div>
<div class="column is-6 is-3-desktop">
<div class="column is-6-mobile">
<h5 class="footer-title">Community</h5>
<ul class="list-unstyled">
<li><a href="https://forum.minetest.net">Forums</a></li>
<li><a href="https://wiki.minetest.net/IRC">IRC</a></li>
<li><a href="{{ '/servers/' | relative_url }}">Servers</a></li>
<li><a href="https://wiki.minetest.net">Player Wiki</a></li>
</ul>
</div>
<div class="column is-6-mobile">
<h5 class="footer-title">Social</h5>
<ul class="list-unstyled">
<li><a href="https://matrix.to/#/+minetest:tchncs.de">Matrix</a></li>
<li><a href="https://fosstodon.org/@minetest" rel="me">Mastodon</a></li>
<li><a href="https://twitter.com/MinetestProject">Twitter</a></li>
<li><a href="https://discord.gg/6W84ytH">Discord</a></li>
<li><a href="https://reddit.com/r/minetest/">Subreddit</a></li>
</ul>
</div>
<div class="column is-6 is-3-desktop">
<div class="column is-6-mobile">
<h5 class="footer-title">Development</h5>
<ul class="list-unstyled">
<li><a href="https://github.com/minetest/minetest">GitHub</a></li>

View File

@ -20,7 +20,7 @@ redirect_from:
Have a look at our <a href="https://wiki.minetest.net/Getting_Started">Getting Started</a>,
<a href="https://wiki.minetest.net/FAQ">FAQ</a>,
and <a href="https://wiki.minetest.net/Tutorials">Tutorials</a> pages on our wiki.<br>
Otherwise, feel free to look at the <a href="https://dev.minetest.net/Changelog#5.2.0_.E2.86.92_5.3.0">changelog</a>.
Otherwise, feel free to look at the <a href="https://dev.minetest.net/Changelog#5.3.0_.E2.86.92_5.4.0">changelog</a>.
</p>
<p>
You may also want to look at some
@ -44,13 +44,13 @@ redirect_from:
</p>
<ul>
<li class="has-text-weight-bold">
<a href="https://github.com/minetest/minetest/releases/download/5.3.0/minetest-5.3.0-win64.zip">
Minetest 5.3.0 - portable, 64-bit (recommended)
<a href="https://github.com/minetest/minetest/releases/download/5.4.1/minetest-5.4.1-win64.zip">
Minetest 5.4.1 - portable, 64-bit (recommended)
</a>
</li>
<li>
<a href="https://github.com/minetest/minetest/releases/download/5.3.0/minetest-5.3.0-win32.zip">
Minetest 5.3.0 - portable, 32-bit
<a href="https://github.com/minetest/minetest/releases/download/5.4.1/minetest-5.4.1-win32.zip">
Minetest 5.4.1 - portable, 32-bit
</a>
</li>
</ul>
@ -77,7 +77,7 @@ redirect_from:
<a href="https://f-droid.org/en/packages/net.minetest.minetest/">F-Droid</a>
or
{% endcomment %}
<a href="https://github.com/minetest/minetest/releases/download/5.3.0/app-armeabi-v7a-release.apk">download the APK</a>.
<a href="https://github.com/minetest/minetest/releases/download/5.4.0/app-armeabi-v7a-release.apk">download the APK</a>.
</p>
<p>
<strong>Note:</strong> We advise not to use unofficial builds commonly found on the Play Store.

View File

@ -16,9 +16,11 @@ redirect_from:
<section class="section">
<div class="container">
<div class="columns is-centered iconlist">
{% for link in site.data.community %}
<a class="column has-text-centered no-underline hover-enlarge" href="{{ link.url }}">
{% assign rows = "community,social" | split: "," %}
{% for row in rows %}
<div class="columns is-variable is-8 is-centered iconlist">
{% for link in site.data[row] %}
<a class="column is-narrow has-text-centered no-underline hover-enlarge" href="{{ link.url }}">
<div class="image">
<img src="{{ '/media/logos/' | append: link.icon | relative_url }}" alt="{{ link.name }} logo">
</div>
@ -26,6 +28,7 @@ redirect_from:
</a>
{% endfor %}
</div>
{% endfor %}
</div>
</section>

BIN
media/logos/discord.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
media/logos/mastodon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
media/logos/matrix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
media/logos/twitter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB