Skip to content

Commit

Permalink
[30] RC1 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadez committed Dec 23, 2009
0 parents commit 76a5b91
Show file tree
Hide file tree
Showing 2,149 changed files with 102,396 additions and 0 deletions.
33 changes: 33 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
=========================
How to install WoW Armory
=========================

SYSTEM REQUIREMENTS:
1. Apache HTTP Server with Mod Rewrite
2. PHP 5 or higher
3. MySQL 5 Server or higher

INSTALLATION STEPS:
1. Create new MySQL database (`armory`, for expample);
2. Unpack sql/wowarmory_rc1.sql.7z to any folder;
3. Upload unpacked wowarmory_rc1.sql into `armory` database;
4. Rename includes/classes/configuration.php.new to includes/classes/configuration.php;
5. Edit includes/classes/configuration.php (read comments).
6. Downloads icons archive from "Downloads" on GitHub.com and unpack it to "wow-icons/_images/"

========================
Как установить Оружейную
========================

СИСТЕМНЫЕ ТРЕБОВАНИЯ:
1. Web-сервер Apache с подключенным Mod Rewrite
2. PHP 5 или выше
3. MySQL-сервер 5 или выше

ПОРЯДОК УСТАНОВКИ:
1. Создайте новую базу сервера MySQL (`armory`, к примеру);
2. Распакуйте архив sql/wowarmory_rc1.sql.7z в любую папку;
3. Залейте распакованный wowarmory_rc1.sql в базу `armory`;
4. Переименуйте файл includes/classes/configuration.php.new в includes/classes/configuration.php;
5. Отредактируйте файл includes/classes/configuration.php.
6. Скачайте архив иконок из раздела "Downloads" на GitHub.com и распакуйте в папку "wow-icons/_images/"
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@package World of Warcraft Armory
@version Release Candidate 1
@revision 30
@copyright (c) 2009 Shadez
@license http://opensource.org/licenses/gpl-license.php GNU Public License

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
181 changes: 181 additions & 0 deletions _css/_lang/en_gb/language.css

Large diffs are not rendered by default.

190 changes: 190 additions & 0 deletions _css/_lang/ru_ru/language.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions _css/_region/eu/region.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@charset "utf-8";
/* CSS Document */

122 changes: 122 additions & 0 deletions _css/arena-report.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions _css/browser/firefox2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.front-top .login-container a.loginLink{padding:0 29px 0 0;position:relative;z-index:10; margin:0; float:left;}
.front-top .login-container .userKey {position:absolute;right:0;top:0;}
.front-top .login-container .usermod {position:relative;float:left;text-align:right !important; margin:0 44px 0 0;}
.front-top .login-container .usermod a {position:relative; right:0;}
.front-top .login-container .user-options {padding:2px 0 0 0; float:left;}
.front-top .login-container a.bookmark-user {position:absolute;right:10px;top:5px;}
.front-top .login-container .menu-position {position:absolute;right:5px}
.char-select a {float:right !important}

.int .login-container a.loginLink{padding:0 29px 0 0;position:relative;z-index:10; margin:0; float:left;}
.int .login-container .userKey {position:absolute;right:0;top:0;}
.int .login-container .usermod {position:relative;float:left;text-align:right !important; margin:0 44px 0 0;}
.int .login-container .usermod a {position:relative; right:0;}
.int .login-container .user-options {padding:2px 0 0 0; float:left;}
.int .login-container a.bookmark-user {position:absolute;right:0;top:0;}
.int .login-container .menu-position {position:absolute;right:5px}

.pvprewards table {display:block;}
.pvprewards table td {width:444px;}
Loading

0 comments on commit 76a5b91

Please sign in to comment.