From 61314b133c426c54f4531b22ded68d8376f80e90 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Mon, 5 May 2008 21:24:48 +0000 Subject: [PATCH] setting svn:eol-style git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@59 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/webim/INSTALL.txt | 88 ++++----- src/webim/INSTALL_RUS.txt | 48 +++++ src/webim/chat.css | 326 ++++++++++++++++----------------- src/webim/install/whatsnew.txt | 54 +++--- src/webim/styles.css | 18 +- 5 files changed, 291 insertions(+), 243 deletions(-) create mode 100644 src/webim/INSTALL_RUS.txt diff --git a/src/webim/INSTALL.txt b/src/webim/INSTALL.txt index ba0b6b5f..efa9c03d 100644 --- a/src/webim/INSTALL.txt +++ b/src/webim/INSTALL.txt @@ -1,44 +1,44 @@ - -Web Instant Messenger 1.0.8 -Copyright (c) 2005-2008 Internet Services Ltd. - -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 - - * A webserver or web hosting account with support for PHP - * MySQL database 4.0 or above - * PHP 4.3.3 or above with MySQL support - -QUICK 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. -3. Edit /webim/libs/config.php and setup database connection parameters. -4. Using your web browser visit http:///webim/install/ and - hit "Create tables" -5. Remove /webim/install/ directory from your server -6. Logon as - user: admin - password: -7. Get button code and setup it on your site. -8. Change your password and name. -9. Wait for your visitors on "Pending users" page. - -UPDATE - -1. Backup you config.php -2. Clean webim folder on server. -3. Upload all the files contained in this archive (retaining the directory - structure) into webim folder. -4. Adjust you config.php -5. Visit http:///webim/install/ and follow the instructions to update database (if needed). - -OPTIONAL - -Download and install Web Messenger Tray for Windows application -from http://www.webim.ru. + +Web Instant Messenger 1.0.8 +Copyright (c) 2005-2008 Internet Services Ltd. + +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 + + * A webserver or web hosting account with support for PHP + * MySQL database 4.0 or above + * PHP 4.3.3 or above with MySQL support + +QUICK 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. +3. Edit /webim/libs/config.php and setup database connection parameters. +4. Using your web browser visit http:///webim/install/ and + hit "Create tables" +5. Remove /webim/install/ directory from your server +6. Logon as + user: admin + password: +7. Get button code and setup it on your site. +8. Change your password and name. +9. Wait for your visitors on "Pending users" page. + +UPDATE + +1. Backup you config.php +2. Clean webim folder on server. +3. Upload all the files contained in this archive (retaining the directory + structure) into webim folder. +4. Adjust you config.php +5. Visit http:///webim/install/ and follow the instructions to update database (if needed). + +OPTIONAL + +Download and install Web Messenger Tray for Windows application +from http://www.webim.ru. diff --git a/src/webim/INSTALL_RUS.txt b/src/webim/INSTALL_RUS.txt new file mode 100644 index 00000000..b4927893 --- /dev/null +++ b/src/webim/INSTALL_RUS.txt @@ -0,0 +1,48 @@ + +Web Instant Messenger 1.0.9 +Copyright (c) 2005-2008 сообщество разработчиков Web Messenger. + +Данное программное обеспечение и сопутствующие материалы подпадают под +условия лицензии доступной по адресу http://webim.ru/license.html + +СИСТЕМНЫЕ ТРЕБОВАНИЯ + + * Apache сервер версии 1.3.34 или выше + * MySQL версии 5.0 или выше + * PHP версии 4.x или выше + +БЫСТРАЯ УСТАНОВКА + +1. Создайте папку с именем 'webim' в корневом каталоге вашего сайта на сервере. +2. Распакуйте и выгрузите содержимое архива с системой (сохраняя структуру директорий) + в созданную папку на сервере. +3. Отредактируйте конфигурационный файл /webim/libs/config.php и выставьте правильные параметры + соединения с базой данных. +4. Используя веб браузер, перейдите на страницу http://<ваш домен>/webim/install/ и + нажмите 'Create tables' ('Создать таблицы') +5. После того, как необходимые таблицы будут созданы, удалите папку /webim/install/ на вашем сервере. +6. Войдите в систему по адресу http://<ваш домен>/webim/operator/login.php, используя следующие данные: + пользователь: admin + пароль: <пустой> +7. Получите код кнопки по адресу http://<ваш домен>/webim/operator/getcode.php и расположите ее + на странице вашего сайта. +8. Измените пароль и имя пользователя по адресу http://<ваш домен>/webim/operator/operators.php. +9. Просматривайте и обслуживайте посетителей, нажавших на кнопку на странце 'Pending users' + ('Посетители') по адресу http://<ваш домен>/webim/operator/users.php. + +ОБНОВЛЕНИЕ СИСТЕМЫ + +1. Скопируйте /webim/libs/config.php в безопасное место, чтобы не потерять настройки. +2. Очистите папку 'webim' в корневом каталоге вашего сайта. +3. Распакуйте и выгрузите содержимое архива с системой (сохраняя структуру директорий) + в папку 'webim'. +4. Отредактируйте config.php в соответствии с настройками вашего сервера. +5. Используя веб браузер, перейдите на страницу http://<ваш домен>/webim/install/index.php и следуйте + указаниям по обновлению базы данных (если потребуется). +6. После того, как необходимые таблицы будут созданы, удалите папку /webim/install/ на вашем сервере. + +ДОПОЛНИТЕЛЬНО + +Скачайте и установите Web Messenger Tray, бесплатное приложение, позволяющее просматривать +список ожидающих клиентов, не запуская интернет браузера. для Microsoft Windows +по адресу http://webim.ru/tray.php. diff --git a/src/webim/chat.css b/src/webim/chat.css index ec68bf25..3f5c984b 100644 --- a/src/webim/chat.css +++ b/src/webim/chat.css @@ -1,164 +1,164 @@ -a{ - text-decoration : underline; -} -a:hover{ - text-decoration : none; -} - -a img { - font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; - font-size : 11px; -} - -form{ - margin-bottom : 0px; - margin-top : 0px; -} - -.bgcn{ - background-position : center; - background-repeat : no-repeat; -} -.bgrn{ - background-position : right; - background-repeat : no-repeat; -} -.bgcy{ - background-position : center; - background-repeat : repeat-y; -} -.bgry{ - background-position : right; - background-repeat : repeat-y; -} -.bgly{ - background-position : left; - background-repeat : repeat-y; -} -.bgbx{ - background-position : bottom; - background-repeat : repeat-x; -} - -.window{ - font-family : Arial, Helvetica, sans-serif; - font-size : 12px; - color : #000000; -} -.window a{ - color : #880000; -} -.window h1{ - margin-top : 0px; - margin-bottom : 0px; - font-size : 18px; - color : #000000; - font-weight : normal; -} -.window h2{ - margin-top : 0px; - margin-bottom : 0px; - font-size : 12px; - color : #000000; -} - -.text{ - font-family : Arial, Helvetica, sans-serif; - font-size : 12px; - color : #000000; -} -.text span.grey{ - color : #787878; -} - -.www a{ - font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; - font-size : 10px; - color : #FFFFFF; - text-decoration : none; -} - -.message{ - font-family : Arial, Helvetica, sans-serif; - font-size : 12px; - color : #4F4F4F; - padding-left : 3px; - padding-top : 3px; - padding-bottom :3px; - padding-right : 3px; - line-height : 17px; -} -.message span.time{ - color : #000000; -} -.message span.nuser{ - color : #B11E23; - font-weight : bold; -} -.message span.nagent{ - font-weight : bold; -} -.message span.minf{ - color : #1E48B1; - font-size : 11px; -} -.message span.mevent{ - color : #A1A1A1; - font-size : 11px; -} -.message span.mhidden{ - color : #A1A1A1; - font-size : 11px; -} -.message span.mconn{ - color : #A1A1A1; - font-size : 11px; -} -textarea.message{ - width : 100%; - height : 100%; - border : 0px solid Blue; - overflow : hidden; - margin-left : 3px; - margin-top : 3px; - margin-bottom : 3px; - margin-right : 5px; -} - -.username{ - font-family : Arial, Helvetica, sans-serif; - font-size : 11px; - color : #383838; - padding-left : 3px; -} -input.username{ - border : 1px solid #878787; -} - -.answer{ - font-family : Arial, Helvetica, sans-serif; - font-size : 11px; - color : #575757; - width : 170px; -} - -.submit a{ - font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; - font-size : 11px; - color : #000000; - text-decoration : none; -} - -.button a{ - font-family : Arial, Helvetica, sans-serif; - font-size : 11px; - color : #666666; -} -.copyr{ - font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; - font-size : 10px; - color : #929292; -} -.copyr a{ - color : #929292; +a{ + text-decoration : underline; +} +a:hover{ + text-decoration : none; +} + +a img { + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; +} + +form{ + margin-bottom : 0px; + margin-top : 0px; +} + +.bgcn{ + background-position : center; + background-repeat : no-repeat; +} +.bgrn{ + background-position : right; + background-repeat : no-repeat; +} +.bgcy{ + background-position : center; + background-repeat : repeat-y; +} +.bgry{ + background-position : right; + background-repeat : repeat-y; +} +.bgly{ + background-position : left; + background-repeat : repeat-y; +} +.bgbx{ + background-position : bottom; + background-repeat : repeat-x; +} + +.window{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #000000; +} +.window a{ + color : #880000; +} +.window h1{ + margin-top : 0px; + margin-bottom : 0px; + font-size : 18px; + color : #000000; + font-weight : normal; +} +.window h2{ + margin-top : 0px; + margin-bottom : 0px; + font-size : 12px; + color : #000000; +} + +.text{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #000000; +} +.text span.grey{ + color : #787878; +} + +.www a{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 10px; + color : #FFFFFF; + text-decoration : none; +} + +.message{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #4F4F4F; + padding-left : 3px; + padding-top : 3px; + padding-bottom :3px; + padding-right : 3px; + line-height : 17px; +} +.message span.time{ + color : #000000; +} +.message span.nuser{ + color : #B11E23; + font-weight : bold; +} +.message span.nagent{ + font-weight : bold; +} +.message span.minf{ + color : #1E48B1; + font-size : 11px; +} +.message span.mevent{ + color : #A1A1A1; + font-size : 11px; +} +.message span.mhidden{ + color : #A1A1A1; + font-size : 11px; +} +.message span.mconn{ + color : #A1A1A1; + font-size : 11px; +} +textarea.message{ + width : 100%; + height : 100%; + border : 0px solid Blue; + overflow : hidden; + margin-left : 3px; + margin-top : 3px; + margin-bottom : 3px; + margin-right : 5px; +} + +.username{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #383838; + padding-left : 3px; +} +input.username{ + border : 1px solid #878787; +} + +.answer{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #575757; + width : 170px; +} + +.submit a{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + color : #000000; + text-decoration : none; +} + +.button a{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #666666; +} +.copyr{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 10px; + color : #929292; +} +.copyr a{ + color : #929292; } \ No newline at end of file diff --git a/src/webim/install/whatsnew.txt b/src/webim/install/whatsnew.txt index 906acbcb..85393266 100644 --- a/src/webim/install/whatsnew.txt +++ b/src/webim/install/whatsnew.txt @@ -1,27 +1,27 @@ - - 1.0.8 - ----- - - [+] install/update wizard, can create database and update it if needed - [+] leave message form when no operator is available - [!] location of web application can be other than /webim (see config.php) - [!] locale-specific resources extracted into /locales - [!] some fixes for Safari browser - [!] email validation in forms - - 1.0.7 - ----- - - [+] history search with pagination - [+] advanced button generation: secure link, include hostname, choosing images - [+] post referer into thread as a message (visible only for agent) - [+] new config options: user can change name, company name, logo - [+] notify operator if user closed his window - [+] notify visitor if operator has connection problems and move it into priority queue - [+] automatically take visitor if operator connection restored - [!] encoding problems in Internet Explorer - [!] quotes in messages & user names - [!] do not reopen closed threads - [!] some fixes in handling thread locale - [!] version in menu, locales chooser in menu - + + 1.0.8 + ----- + + [+] install/update wizard, can create database and update it if needed + [+] leave message form when no operator is available + [!] location of web application can be other than /webim (see config.php) + [!] locale-specific resources extracted into /locales + [!] some fixes for Safari browser + [!] email validation in forms + + 1.0.7 + ----- + + [+] history search with pagination + [+] advanced button generation: secure link, include hostname, choosing images + [+] post referer into thread as a message (visible only for agent) + [+] new config options: user can change name, company name, logo + [+] notify operator if user closed his window + [+] notify visitor if operator has connection problems and move it into priority queue + [+] automatically take visitor if operator connection restored + [!] encoding problems in Internet Explorer + [!] quotes in messages & user names + [!] do not reopen closed threads + [!] some fixes in handling thread locale + [!] version in menu, locales chooser in menu + diff --git a/src/webim/styles.css b/src/webim/styles.css index 39549113..e222bcae 100644 --- a/src/webim/styles.css +++ b/src/webim/styles.css @@ -280,13 +280,13 @@ input.submit{ } .cal b{ color : #000000; -} -.firstmessage a { - font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; - font-size : 10px; - text-decoration : none; - color : #6a6a6a; -} -.firstmessage a:hover { - color : #8a6a6a; +} +.firstmessage a { + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 10px; + text-decoration : none; + color : #6a6a6a; +} +.firstmessage a:hover { + color : #8a6a6a; } \ No newline at end of file