From 72a4c50727fbdbe418c2f0356f3eff8b84da1d86 Mon Sep 17 00:00:00 2001 From: Tom Gilder Date: Thu, 6 Oct 2005 17:59:49 +0000 Subject: [PATCH] Use monobook for installation script UI --- config/index.php | 212 ++++++++++++++++++++++++----------------------- 1 file changed, 108 insertions(+), 104 deletions(-) diff --git a/config/index.php b/config/index.php index ff790ebf1b..9e3ea18c61 100644 --- a/config/index.php +++ b/config/index.php @@ -27,120 +27,84 @@ header( "Content-type: text/html; charset=utf-8" ); - MediaWiki installation +
+
+
+
-
-
- - - -
- -

MediaWiki is - Copyright (C) 2001-2005 by Magnus Manske, Brion Vibber, Lee Daniel Crocker, - Tim Starling, Erik Möller, Gabriel Wicke and others.

- - - -

This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version.

- -

This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details.

- -

You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - or read it online

-
MediaWiki installation - Wiki is configured. + dieout( "

Already configured

-

Already configured... return to the wiki.

+

Setup has completed, your wiki is configured.

-

(You should probably remove this directory for added security.)

" ); +

Please delete the /config directory for extra security.

" ); } if( file_exists( "./LocalSettings.php" ) ) { @@ -214,9 +177,8 @@ class ConfigData { ?> -

Please include all of the lines below when reporting installation problems.

-

Checking environment...

+

Please include all of the lines below when reporting installation problems.

    Cannot install wiki.

    " ); + dieout( "

Cannot install Mediawiki.

" ); } if( ini_get( "safe_mode" ) ) { @@ -396,6 +358,7 @@ print "
  • Installation directory: " . htmlspecialchars( $conf->IP ) . "ScriptPath = preg_replace( '{^(.*)/config.*$}', '$1', $_SERVER["PHP_SELF"] ); # was SCRIPT_NAME print "
  • Script URI path: " . htmlspecialchars( $conf->ScriptPath ) . "
  • \n"; +print "
  • Environment checked. You can install MediaWiki.
  • \n"; $conf->posted = ($_SERVER["REQUEST_METHOD"] == "POST"); $conf->Sitename = ucfirst( importPost( "Sitename", "" ) ); @@ -1419,5 +1382,46 @@ function testMemcachedServer( $server ) { } ?> +
    +
    +

    This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version.

    + +

    This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details.

    + +

    You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + or read it online

    +
    + +
    + + +
    + + +
    +

    MediaWiki is Copyright (C) 2001-2005 by Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke and others.

    + +
    +
    + +
    + -- 2.20.1