From 8d729c432b28941bf74f6452c9096df7dd643c94 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 9 Jan 2007 05:07:50 +0000 Subject: [PATCH] Minor spelling, grammar, wording fixes. --- config/index.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/index.php b/config/index.php index 53e77d44ac..29250a4180 100644 --- a/config/index.php +++ b/config/index.php @@ -415,7 +415,7 @@ if ( $conf->eaccel ) { if( !$conf->turck && !$conf->eaccel && !$conf->apc ) { echo( '
  • Couldn\'t find Turck MMCache, - eAccelerator or + eAccelerator, or APC. Object caching functions cannot be used.
  • ' ); } @@ -1063,7 +1063,7 @@ if( count( $errs ) ) {

    Using a shared memory system such as Turck MMCache, APC, eAccelerator, or Memcached will speed up MediaWiki significantly. Memcached is the best solution but needs to be - installed. Specify the server addresses and ports in a comma-separted list. Only + installed. Specify the server addresses and ports in a comma-separated list. Only use Turck shared memory if the wiki will be running on a single Apache server.

    @@ -1079,7 +1079,7 @@ if( count( $errs ) ) {

    - Use this to disable all e-mail functions (password reminders, user-to-user e-mail and e-mail notifications) + Use this to disable all e-mail functions (password reminders, user-to-user e-mail, and e-mail notifications) if sending mail doesn't work on your server.

    @@ -1157,7 +1157,7 @@ if( count( $errs ) ) { enter those here. If you have database root access (see below) you can specify new accounts/databases to be created. This account will not be created if it pre-exists. If this is the case, ensure that it - has SELECT, INSERT, UPDATE and DELETE permissions on the MediaWiki database. + has SELECT, INSERT, UPDATE, and DELETE permissions on the MediaWiki database.

    @@ -1188,7 +1188,7 @@ if( count( $errs ) ) { ?>

    If you need to share one database between multiple wikis, or - MediaWiki and another web application, you may choose to + between MediaWiki and another web application, you may choose to add a prefix to all the table names to avoid conflicts.

    Avoid exotic characters; something like mw_ is good.

    @@ -1221,8 +1221,9 @@ if( count( $errs ) ) { aField( $conf, "DBts2schema", "Schema for tsearch2:" ); ?>
    -

    The username specified above will have it's search path set to the above schemas, - so it is recommended that you create a new user.

    +

    The username specified above (at "DB username") will have its search path set to the above schemas, + so it is recommended that you create a new user. The above schemas are generally correct: + only change them if you are sure you need to.

    -- 2.20.1