From 598843547ee20313e980ea2f4c78cbf8cc2c13b8 Mon Sep 17 00:00:00 2001 From: Christopher Henly <31809623+deysu@users.noreply.github.com> Date: Mon, 30 Oct 2017 15:20:43 -0400 Subject: [PATCH] Remove links to (dead) tinyboard.org Instead we link to the archived documentation, just like in README.md. I also removed the link to tinyboard.org from the boardlinks example, and replaced it with a Github one. --- inc/config.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/inc/config.php b/inc/config.php index c3948c78..bb09b433 100644 --- a/inc/config.php +++ b/inc/config.php @@ -17,9 +17,9 @@ * Some directives are commented out. This is either because they are optional and examples, or because * they are "optionally configurable", and given their default values by Tinyboard's code later if unset. * - * More information: http://tinyboard.org/docs/?p=Config + * More information: https://web.archive.org/web/20121003095922/http://tinyboard.org/docs/?p=Config * - * Tinyboard documentation: http://tinyboard.org/docs/ + * Tinyboard documentation: https://web.archive.org/web/20121003095807/http://tinyboard.org/docs/?p=Main_Page * */ @@ -112,7 +112,7 @@ * designed to minimize SQL queries and can significantly increase speed when posting or using the * moderator interface. APC is the recommended method of caching. * - * http://tinyboard.org/docs/index.php?p=Config/Cache + * https://web.archive.org/web/20121003095626/http://tinyboard.org/docs/?p=Config/Cache */ $config['cache']['enabled'] = 'php'; @@ -191,7 +191,7 @@ * addresses published through the Internet Domain Name Service (DNS) either as a zone file that can be * used by DNS server software, or as a live DNS zone that can be queried in real-time. * - * Read more: http://tinyboard.org/docs/?p=Config/DNSBL + * Read more: https://web.archive.org/web/20121003095945/http://tinyboard.org/docs/?p=Config/DNSBL */ // Prevents most Tor exit nodes from making posts. Recommended, as a lot of abuse comes from Tor because @@ -239,7 +239,7 @@ * $config['spam']['hidden_inputs_max_pass'] and $config['spam']['hidden_inputs_expire'] to * something higher to avoid false positives. * - * See also: http://tinyboard.org/docs/?p=Your_request_looks_automated + * See also: https://web.archive.org/web/20121003095610/http://tinyboard.org/docs/?p=Your_request_looks_automated * */ @@ -347,7 +347,7 @@ * it still is, as long as you leave the relevant $config['filters'] intact. These old config variables * still exist for backwards-compatability and general convenience. * - * Read more: http://tinyboard.org/docs/index.php?p=Config/Filters + * Read more: https://web.archive.org/web/20121003095807/http://tinyboard.org/docs/?p=Config/Flood_filters */ // Minimum time between between each post by the same IP address. @@ -992,7 +992,7 @@ // with non-board links. // $config['custom_categories'] = array( // 'Links' => array( - // 'Tinyboard' => 'http://tinyboard.org', + // 'Github' => 'https://github.com/my/project', // 'Donate' => 'donate.html' // ) // ); @@ -1693,7 +1693,7 @@ * ==================== */ - // http://tinyboard.org/docs/?p=Events + // https://web.archive.org/web/20121003095551/http://tinyboard.org/docs/?p=Events // event_handler('post', function($post) { // // do something