From 4db78899e49ecf910a79cb709b5e5efc89c8c1da Mon Sep 17 00:00:00 2001 From: Michael Save Date: Wed, 11 Apr 2012 02:37:12 +1000 Subject: [PATCH] updated links to new documentation wiki --- README.md | 2 +- inc/config.php | 6 ++++-- install.php | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f9e76625..217646a6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Installation Please remember to change the administrator account password. -See also: [Configuration Basics](http://tinyboard.org/docs/config_basics.html). +See also: [Configuration Basics](http://tinyboard.org/docs/?p=Config). Support -------- diff --git a/inc/config.php b/inc/config.php index 85f825f9..3e65ef56 100644 --- a/inc/config.php +++ b/inc/config.php @@ -17,7 +17,7 @@ * 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/wiki/index.php?title=Config + * More information: http://tinyboard.org/docs/?p=Config * */ @@ -141,7 +141,7 @@ // Same as above but different IP address $config['flood_time_same'] = 30; - // DNS blacklists (DNSBL) http://tinyboard.org/docs/dnsbl.html + // DNS blacklists (DNSBL) http://tinyboard.org/docs/?p=Config/DNSBL // http://www.sectoor.de/tor.php $config['dnsbl'][] = Array('tor.dnsbl.sectoor.de', 1); // Tor exit servers @@ -967,6 +967,8 @@ * ==================== */ + // http://tinyboard.org/docs/?p=Events + // event_handler('post', function($post) { // // do something // }); diff --git a/install.php b/install.php index 4e21a4ef..c76c1061 100644 --- a/install.php +++ b/install.php @@ -327,7 +327,7 @@ -

The following is all later configurable. For more options, edit your configuration files after installing.

+

The following is all later configurable. For more options, edit your configuration files after installing.

Cookies @@ -496,7 +496,7 @@ } $page['title'] = 'Installation complete'; - $page['body'] = '

Thank you for using Tinyboard. Please remember to report any bugs you discover. How do I edit the config files?

'; + $page['body'] = '

Thank you for using Tinyboard. Please remember to report any bugs you discover. How do I edit the config files?

'; if(!empty($sql_errors)) { $page['body'] .= '

SQL errors

SQL errors were encountered when trying to install the database. This may be the result of using a database which is already occupied with a Tinyboard installation; if so, you can probably ignore this.

The errors encountered were:

    ' . $sql_errors . '

Ignore errors and complete installation.

';