license, readme, update version to 1.6.2

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@603 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-08-04 15:26:11 +00:00
parent faf9ff61b2
commit 38f4db4100
4 changed files with 20 additions and 10 deletions

View File

@ -0,0 +1,15 @@
Mibew Messenger
Copyright (c) 2005-2009 Mibew Messenger Community
TERMS OF USE
Mibew Messenger is currently available for use in all personal or
commercial projects under both EPL and GPL licenses. This means
that you can choose the license that best suits your project, and
use it accordingly.
Eclipse Public License:
http://www.eclipse.org/legal/epl-v10.html
General Public License:
http://www.gnu.org/copyleft/gpl.html

View File

@ -1,23 +1,17 @@
Mibew Messenger
Copyright (c) 2005-2009 Mibew Messenger Community
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
REQUIREMENTS
* Apache web server 1.3.34 or above
* MySQL database 5.0 or above
* PHP 4.x or above with MySQL support
QUICK INSTALLATION
INSTALLATION
1. Create folder with name 'webim' in the root of your website.
2. Upload all the files contained in this archive (retaining the directory structure) into created folder.
Be sure to chromo the webim folder to 755 and the install folder to 644.
Be sure to chromo the webim folder to 755 and the install folder to 644.
3. Add a MySQL database with the name 'webim'
4. Edit /webim/libs/config.php to the information needed to connect to the database
5. Using your web browser visit http://<yourdomain>/webim/install/ and

View File

@ -0,0 +1 @@
Mibew/1.6.2

View File

@ -24,7 +24,7 @@ session_start();
require_once(dirname(__FILE__).'/converter.php');
require_once(dirname(__FILE__).'/config.php');
$version = '1.6.1';
$version = '1.6.2';
function myiconv($in_enc, $out_enc, $string) {
global $_utf8win1251, $_win1251utf8;
@ -551,7 +551,7 @@ function webim_mail($toaddr, $reply_to, $subject, $body) {
mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body),70), $headers);
}
$dbversion = '1.6.0.3';
$dbversion = '1.6.2';
$settings = array(
'dbversion' => 0,