From 48e6d3d940393e8f822db3b4fe09efa932387412 Mon Sep 17 00:00:00 2001
From: rubenwardy
Date: Fri, 2 Oct 2020 12:52:35 +0100
Subject: [PATCH] Remove the Customize page, link directly to ContentDB (#215)
Now that ContentDB has reviews, there's much less value in having this outdated and arbitrary page.
---
_data/features.yml | 16 ++--
_includes/footer.html | 1 -
_includes/header.html | 2 +-
customize.html | 172 +-----------------------------------------
downloads.html | 4 +-
5 files changed, 12 insertions(+), 183 deletions(-)
diff --git a/_data/features.yml b/_data/features.yml
index f00fee3..8ea15c1 100644
--- a/_data/features.yml
+++ b/_data/features.yml
@@ -5,7 +5,8 @@ players:
description: >
There are many games to choose from. You could survive in a harsh
environment, build creatively, or fight other players.
- Just [download a game](/customize#games) or connect to a server.
+ Just [download a game](https://content.minetest.net/packages/?type=game)
+ or connect to a server.
- title: Enormous Maps
description: >
@@ -20,7 +21,7 @@ players:
- title: Texture Packs
description: >
Not happy with the look of the textures?
- [Change them!](/customize#texture-packs)
+ [Change them!](https://content.minetest.net/packages/?type=txp)
- title: Beautiful Map Generators
description: >
@@ -40,19 +41,18 @@ developers:
- title: Modding API
description: >
Use the same Lua API to make mods for any Minetest-based game.
- Publish your mods on the [forums](https://forum.minetest.net),
+ Publish your mods on the [ContentDB](https://content.minetest.net),
and contribute to others' mods.
- title: Large Collection of Existing Mods
description: >
- There are over 1,000 open source mods on [ContentDB](https://content.minetest.net)
- which are ready to be used, adapted or learned from.
+ There are over 800 open source mods on
+ [ContentDB](https://content.minetest.net/),
+ which ready to be used, adapted or learned from.
- title: Friendly Community
description: >
- You can find help with any problems on our
- [forums](https://forum.minetest.net) or
- [IRC channels](/irc).
+ You can find help with any problems [from our community](/get-involved/).
- title: Open Source
description: >
diff --git a/_includes/footer.html b/_includes/footer.html
index 5315128..986af69 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -17,7 +17,6 @@
- ContentDB
- - Featured
- Games
- Mods
- Texture Packs
diff --git a/_includes/header.html b/_includes/header.html
index 96c9e55..a035fc1 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -24,7 +24,7 @@
Features
Gallery
Download
- Customize
+ ContentDB
News
Get Involved
Education
diff --git a/customize.html b/customize.html
index 3f96cec..75883f4 100644
--- a/customize.html
+++ b/customize.html
@@ -1,174 +1,4 @@
---
title: Customize
-layout: default
-redirect_from:
- - /customize.html
- - /mods/
- - /games/
- - /subgames/
- - /texturepacks/
+redirect_to: https://content.minetest.net
---
-
-
-
-
-
-
Customize
-
Content Database
-
- Browse through a ton of content on the ContentDB website.
- You can also install content right from your Minetest client!
-
-
- Go to ContentDB
-
-
-
Featured
-
-
Games
-
- The Minetest Engine runs games.
- Different games have different objectives –
- such as survival, building, or player vs. player. Usually Minetest comes with
- Minetest Game,
- which supplies the default items.
-
-
-
- - Voxelgarden - Survival and progression. Focus is on quality over features.
- - Tutorial - Teaches the fundamental basics of Minetest.
- - Pixture - Small game which aims to be playable without any mods.
- - rpgtest - Classic RPG-like gameplay.
-
-
-
- More games are available on the forum. Also see the WIP games section.
-
-
-
-
-
Mods
-
- Minetest is meant to be modded. Mods can add or change functionality and content.
- Learn how to install and use mods.
-
-
-
-
-
-
-
-
Plants, Animals & Monsters
-
-
-
-
-
-
-
-
-
- More mods are available on our forums. Also see the WIP mods section.
-
-
-
-
-
Texture packs
-
-
- Find more texture packs on the forums.
-
-
-
-
-
diff --git a/downloads.html b/downloads.html
index 53773cd..6f37ba3 100644
--- a/downloads.html
+++ b/downloads.html
@@ -24,13 +24,13 @@ redirect_from:
You may also want to look at some
- games.
+ games.
Games provide basic game play for the engine to run using Lua scripts.
Different games have different objectives, such as survival, building or Player vs Player.
Usually Minetest comes with
Minetest Game,
to supply the default items and blocks.
- You can then add mods on
+ You can then add mods on
top of a game in order to customize your experience further.