From d1220d2f9e4de82a0d03e22ba9ae6ae8ee894cad Mon Sep 17 00:00:00 2001 From: Scott Wichser Date: Tue, 1 Jan 2019 14:44:30 -0600 Subject: [PATCH] Remove references to the wiki. --- README | 15 ++------------- src/bzfs/bzfs.cxx | 10 ++-------- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/README b/README index 8790e4b07f..68020ded6a 100644 --- a/README +++ b/README @@ -28,7 +28,6 @@ Table of Contents Communication Internet Relay Chat Forums - Wiki Bug Reports and Support Providing Contributions Source Tree Organization @@ -221,7 +220,7 @@ Communication The BZFlag project has several resources set up for communicating both with other developers and with the community. There is an IRC -channel, forums, and a wiki. +channel and forums. Internet Relay Chat ------------------- @@ -243,17 +242,7 @@ https://forums.bzflag.org Registering an account on the forums presently also registers your callsign for use inside of BZFlag. Some servers require registration in order to -play. See the board FAQ and wiki getting Started pages for new users. - -Wiki ----- -The main BZFlag website contains a wiki that may be edited by the -community available at: https://wiki.bzflag.org - -The wiki does require a simple registration in order to make -modifications as a means to minimize abuse, but serves as a -communication forum and ongoing discussion arena for the game's -development. +play. See the Getting Started page on our site for more about registration. Bug Reports and Support diff --git a/src/bzfs/bzfs.cxx b/src/bzfs/bzfs.cxx index f0c4c6f848..8fa7d0dff6 100644 --- a/src/bzfs/bzfs.cxx +++ b/src/bzfs/bzfs.cxx @@ -6610,14 +6610,8 @@ int main(int argc, char **argv) if (clOptions->publicizeServer && clOptions->publicizedKey.empty()) { logDebugMessage(0, - "\n" - "WARNING:\n" - " Publicly listed bzfs servers must register using the '-publickey '\n" - " option. A web page describing list-server policies and procedures can\n" - " be found at the following location:\n" - "\n" - " https://wiki.bzflag.org/ServerAuthentication\n" - "\n"); + "\nWARNING: Publicly listed bzfs servers must register" + " using the '-publickey 'option.\n\n"); } #ifdef BZ_PLUGINS