1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 01:10:51 +01:00

Merge pull request #264 from deysu/patch-1

Remove links to (dead) tinyboard.org
This commit is contained in:
Fredrick Brennan 2017-11-02 15:39:51 +08:00 committed by GitHub
commit b7a3bde4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@
* Some directives are commented out. This is either because they are optional and examples, or because * 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. * 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 * designed to minimize SQL queries and can significantly increase speed when posting or using the
* moderator interface. APC is the recommended method of caching. * 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'; $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 * 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. * 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 // 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 * $config['spam']['hidden_inputs_max_pass'] and $config['spam']['hidden_inputs_expire'] to
* something higher to avoid false positives. * 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 * 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. * 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. // Minimum time between between each post by the same IP address.
@ -992,7 +992,7 @@
// with non-board links. // with non-board links.
// $config['custom_categories'] = array( // $config['custom_categories'] = array(
// 'Links' => array( // 'Links' => array(
// 'Tinyboard' => 'http://tinyboard.org', // 'Github' => 'https://github.com/my/project',
// 'Donate' => 'donate.html' // '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) { // event_handler('post', function($post) {
// // do something // // do something