-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 76a5b91
Showing
2,149 changed files
with
102,396 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@charset "utf-8"; | ||
/* CSS Document */ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;} |
Oops, something went wrong.