changing references to real final minetest.org from oldcoder

pull/8/head
Герхард PICCORO Lenz McKAY 2022-12-29 13:36:02 -04:00
parent 5cb24d5327
commit e31a6b99b7
11 changed files with 45 additions and 60 deletions

View File

@ -1,4 +1,4 @@
Minetest5
Minetest4
========
An InfiniMiner/Minecraft inspired game.
@ -19,11 +19,10 @@ For Minetest5 series of same engine please use the respective branch.
Further documentation
----------------------
- Website: http://minetest.net/
- Wiki: http://wiki.minetest.net/
- Developer wiki: http://dev.minetest.net/
- Forum: http://forum.minetest.net/
- Github: https://github.com/minetest/minetest/
- Website: http://minetest.org/
- Wiki: http://wiki.minetest.org/
- Forum: http://forum.minetest.org/
- Github: https://github.com/minenux/minetest-engine-minetest/
- doc/ directory of source distribution
Generals of game
@ -96,13 +95,13 @@ $user = .
Linux installed:
$bin = /usr/bin
$share = /usr/share/minetest
$user = ~/.minetest
$share = /usr/share/minetest4
$user = ~/.minetest4
macOS:
$bin = Contents/MacOS
$share = Contents/Resources
$user = Contents/User OR ~/Library/Application Support/minetest
$user = Contents/User OR ~/Library/Application Support/minetest4
World directory
----------------
@ -142,12 +141,14 @@ $ sudo dnf install git
Download source (this is the URL to the latest of source repository, which might not work at all times) using git:
$ git clone --recursive https://codeberg.org/minenux/minetest-engine.git minetest
$ git clone --recursive https://codeberg.org/minenux/minetest-engine-minetest.git minetest
$ cd minetest
$ git checkout stable-4.0
Download minetest_game (otherwise only the "Minimal development test" game is available) using git:
$ git submodule init && git submodule update --recursive
$ rm -r games/minetest && git clone https://codeberg.org/minenux/minetest-game-minetest.git games/minetest
$ cd games/minetest && git checkout stable-4.0
Download source, without using git:
@ -286,7 +287,7 @@ Compiling on Windows:
http://gnuwin32.sourceforge.net/downlinks/gettext.php
- This is used for other UI languages. Feel free to leave it out.
* And, of course, Minetest:
http://minetest.net/download
http://minetest.org/download
- Steps:
- Select a directory called DIR hereafter in which you will operate.
- Make sure you have CMake and a compiler installed.

View File

@ -66,11 +66,11 @@ local function create_world_formspec(dialogdata)
if #gamemgr.games == 0 then
retval = retval .. "box[2,4;8,1;#ff8800]label[2.25,4;" ..
fgettext("You have no subgames installed.") .. "]label[2.25,4.4;" ..
fgettext("Download one from minetest.net") .. "]"
fgettext("Download one from minetest.org") .. "]"
elseif #gamemgr.games == 1 and gamemgr.games[1].id == "minimal" then
retval = retval .. "box[1.75,4;8.7,1;#ff8800]label[2,4;" ..
fgettext("Warning: The minimal development test is meant for developers.") .. "]label[2,4.4;" ..
fgettext("Download a subgame, such as minetest_game, from minetest.net") .. "]"
fgettext("Download a subgame, such as minetest_game, from minetest.org") .. "]"
end
return retval

View File

@ -15,10 +15,10 @@ local minetest_example_header = [[
# ../minetest.conf
# ../../minetest.conf
# Any other path can be chosen by passing the path as a parameter
# to the program, eg. "minetest.exe --config ../minetest.conf.example".
# to the program, eg. "minetest4 --config ../minetest.conf.example".
# Further documentation:
# http://wiki.minetest.net/
# http://wiki.minetest.org/
]]

View File

@ -718,10 +718,10 @@ server_name (Server name) string Minetest server
server_description (Server description) string mine here
# Domain name of server, to be displayed in the serverlist.
server_address (Server address) string game.minetest.net
server_address (Server address) string game.minetest.org
# Homepage of server, to be displayed in the serverlist.
server_url (Server URL) string http://minetest.net
server_url (Server URL) string http://minetest.org
# Automaticaly report to the serverlist.
server_announce (Announce server) bool false
@ -1506,11 +1506,11 @@ main_menu_game_mgr (Main menu game manager) int 0
main_menu_mod_mgr (Main menu mod manager) int 1
modstore_download_url (Modstore download URL) string https://forum.minetest.net/media/
modstore_download_url (Modstore download URL) string https://forum.minetest.org/media/
modstore_listmods_url (Modstore mods list URL) string https://forum.minetest.net/mmdb/mods/
modstore_listmods_url (Modstore mods list URL) string https://forum.minetest.org/mmdb/mods/
modstore_details_url (Modstore details URL) string https://forum.minetest.net/mmdb/mod/*/
modstore_details_url (Modstore details URL) string https://forum.minetest.org/mmdb/mod/*/
# Print the engine's profiling data in regular intervals (in seconds). 0 = disable. Useful for developers.
profiler_print_interval (Engine profiling data print interval) int 0

View File

@ -1,7 +1,6 @@
Minetest Lua Client Modding API Reference 0.4.15
================================================
* More information at <http://www.minetest.net/>
* Developer Wiki: <http://dev.minetest.net/>
* More information at <http://www.minetest.org/>
Introduction
------------

View File

@ -1,7 +1,6 @@
Minetest Lua Modding API Reference 0.4.17
=========================================
* More information at <http://www.minetest.net/>
* Developer Wiki: <http://dev.minetest.net/>
* More information at <http://www.minetest.org/>
Introduction
------------

View File

@ -1,21 +1,21 @@
.TH minetest 6 "10 September 2013" "" ""
.TH minetest4 6 "10 September 2013" "" ""
.SH NAME
minetest, minetestserver \- Multiplayer infinite-world block sandbox
minetest4, minetest4server \- Multiplayer infinite-world block sandbox v 4.X series
.SH SYNOPSIS
.B minetest
.B minetest4
[\fB--server SERVER OPTIONS\fR | \fBCLIENT OPTIONS\fR]
[\fBCOMMON OPTIONS\fR]
[\fBWORLD PATH\fR]
.B minetestserver
.B minetest4server
[\fBSERVER OPTIONS\fR]
[\fBCOMMON OPTIONS\fR]
[\fBWORLD PATH\fR]
.SH DESCRIPTION
.B Minetest
.B Minetest 4.X
is one of the first InfiniMiner/Minecraft(/whatever) inspired games (started October 2010), with a goal of taking the survival multiplayer gameplay to a slightly different direction.
.PP
The main design philosophy is to keep it technically simple, stable and portable. It will be kept lightweight enough to run on fairly old hardware.
@ -99,7 +99,7 @@ Display an interactive terminal over ncurses during execution.
Colon delimited list of directories to search for subgames.
.SH BUGS
Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
Please report all bugs to https://codeberg.org/minenux/minenux/issues/
.SH AUTHOR
.PP
@ -110,5 +110,5 @@ This man page was originally written by
Juhani Numminen <juhaninumminen0@gmail.com>.
.SH WWW
http://www.minetest.net/
http://www.minetest.org/

View File

@ -10,7 +10,7 @@
# to the program, eg. "minetest4 --config ../minetest4.conf.example".
# Further documentation:
# http://wiki.minetest.net/
# http://wiki.minetest.org/
#
# Client
@ -856,11 +856,11 @@
# Domain name of server, to be displayed in the serverlist.
# type: string
# server_address = game.minetest.net
# server_address = game.minetest.org
# Homepage of server, to be displayed in the serverlist.
# type: string
# server_url = http://minetest.net
# server_url = http://minetest.org
# Automaticaly report to the serverlist.
# type: bool
@ -1833,13 +1833,13 @@
# main_menu_mod_mgr = 1
# type: string
# modstore_download_url = https://forum.minetest.net/media/
# modstore_download_url = https://forum.minetest.org/media/
# type: string
# modstore_listmods_url = https://forum.minetest.net/mmdb/mods/
# modstore_listmods_url = https://forum.minetest.org/mmdb/mods/
# type: string
# modstore_details_url = https://forum.minetest.net/mmdb/mod/*/
# modstore_details_url = https://forum.minetest.org/mmdb/mod/*/
# Print the engine's profiling data in regular intervals (in seconds). 0 = disable. Useful for developers.
# type: int

View File

@ -27,32 +27,18 @@
<li>Beautiful lightning-fast map generator</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image width="1920" height="1080">http://www.minetest.net/media/gallery/1.jpg</image>
</screenshot>
<screenshot>
<image width="1920" height="1080">http://www.minetest.net/media/gallery/3.jpg</image>
</screenshot>
<screenshot>
<image width="1920" height="1080">http://www.minetest.net/media/gallery/5.jpg</image>
</screenshot>
</screenshots>
<keywords>
<keyword>sandbox</keyword>
<keyword>world</keyword>
<keyword>mining</keyword>
<keyword>multiplayer</keyword>
</keywords>
<url type="homepage">http://minetest.net</url>
<url type="bugtracker">http://www.minetest.net/development/#reporting-issues</url>
<url type="homepage">http://minetest.org</url>
<url type="bugtracker">https://codeberg.org/minenux/minenux/issues</url>
<url type="translate">http://dev.minetest.net/Translation</url>
<url type="donation">http://www.minetest.net/development/#donate</url>
<url type="faq">http://wiki.minetest.net/FAQ</url>
<url type="help">http://wiki.minetest.net</url>
<url type="donation">https://paypalme/mckayshirou</url>
<url type="help">http://wiki.minetest.org</url>
<provides>
<binary>minetest4</binary>
</provides>
<translation type="gettext">minetest4</translation>
<update_contact>sfan5@live.de</update_contact>
</component>

View File

@ -223,9 +223,9 @@ void set_default_settings(Settings *settings)
settings->setDefault("main_menu_path", "");
settings->setDefault("main_menu_mod_mgr", "1");
settings->setDefault("main_menu_game_mgr", "0");
settings->setDefault("modstore_download_url", "https://forum.minetest.net/media/");
settings->setDefault("modstore_listmods_url", "https://forum.minetest.net/mmdb/mods/");
settings->setDefault("modstore_details_url", "https://forum.minetest.net/mmdb/mod/*/");
settings->setDefault("modstore_download_url", "https://forum.minetest.org/media/");
settings->setDefault("modstore_listmods_url", "https://forum.minetest.org/mmdb/mods/");
settings->setDefault("modstore_details_url", "https://forum.minetest.org/mmdb/mod/*/");
settings->setDefault("serverlist_file", "favoriteservers.txt");
#if USE_FREETYPE

View File

@ -394,7 +394,7 @@ ServerEnvironment::ServerEnvironment(ServerMap *map,
warningstream << "/!\\ You are using old player file backend. "
<< "This backend is deprecated and will be removed in next release /!\\"
<< std::endl << "Switching to SQLite3 or PostgreSQL is advised, "
<< "please read http://wiki.minetest.net/Database_backends." << std::endl;
<< "please read http://wiki.minetest.org/Database_backends." << std::endl;
if (!conf.updateConfigFile(conf_path.c_str())) {
errorstream << "ServerEnvironment::ServerEnvironment(): "