-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.html
111 lines (101 loc) · 6.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
layout: default
---
<div class="header">
<div class="container">
<img class="logo" src="images/logo.png" alt="AzerothCore logo">
<h1>AzerothCore</h1>
<p class="lead">Complete Open Source and Modular solution for MMO</p>
<a href="https://www.azerothcore.org/wiki/getting-started">
<button class="btn btn-lg btn-danger btn-getting-started">Getting Started <i class="fas fa-hand-holding-heart" aria-hidden="true"></i></button>
</a>
<a href="http://www.azerothcore.org/wiki/Installation">
<button class="btn btn-lg btn-danger btn-installation">Installation instructions <i class="fas fa-angle-right" aria-hidden="true"></i></button>
</a>
<div class="github-buttons">
<a href="https://github.com/azerothcore/azerothcore-wotlk/actions/workflows/core-build-nopch.yml"><img alt="Github CI Core Status" src="https://github.com/azerothcore/azerothcore-wotlk/actions/workflows/core-build-nopch.yml/badge.svg?branch=master"></a>
<a href="https://github.com/azerothcore/azerothcore-wotlk/"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/azerothcore/azerothcore-wotlk"></a>
<a href="https://github.com/azerothcore/azerothcore-wotlk/fork"><img alt="GitHub Repo forks" src="https://img.shields.io/github/forks/azerothcore/azerothcore-wotlk"></a>
<a href="https://github.com/azerothcore/azerothcore-wotlk/"><img alt="GitHub watchers" src="https://img.shields.io/github/watchers/azerothcore/azerothcore-wotlk"></a>
</div>
</div><!-- /.container -->
</div>
<div class="features">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="feature">
<h3><i class="fas fa-cubes"></i> Solid base</h3>
<p>
AzerothCore has a strong and solid base, coming from years of development: it is based on MaNGOS, TrinityCore and SunwellCore.<br>
We're improving this reliability with continuous development and strict rules to get code merged into the master branch.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="feature">
<h3><i class="fas fa-gamepad"></i> Stability</h3>
<p>We make sure all changes pass the CIs before being merged into the master branch.</p>
<a href="https://github.com/azerothcore/azerothcore-wotlk/actions/workflows/core-build-nopch.yml"><img alt="Github CI Core Status" src="https://github.com/azerothcore/azerothcore-wotlk/actions/workflows/core-build-nopch.yml/badge.svg?branch=master"></a>
<a href="https://github.com/azerothcore/azerothcore-wotlk/actions?query=workflow%3Awindows-build+branch%3Amaster+event%3Apush"><img alt="Github CI Windows Status" src="https://github.com/azerothcore/azerothcore-wotlk/workflows/windows-build/badge.svg?branch=master&event=push"></a>
<a href="https://github.com/azerothcore/azerothcore-wotlk/actions?query=workflow%3Amacos-build+branch%3Amaster+event%3Apush"><img alt="Github CI Mac Status" src="https://github.com/azerothcore/azerothcore-wotlk/workflows/macos-build/badge.svg?branch=master&event=push"></a>
<a href="https://github.com/azerothcore/azerothcore-wotlk/actions?query=workflow%3Adocker-build+branch%3Amaster+event%3Apush"><img alt="Github CI Docker Status" src="https://github.com/azerothcore/azerothcore-wotlk/workflows/docker-build/badge.svg?branch=master&event=push"></a>
</div>
</div>
<div class="clearfix hidden-lg"></div>
<div class="col-lg-4 col-sm-6">
<div class="feature">
<h3><i class="fab fa-github"></i> Open Source</h3>
<p>The new AzerothCore source components are released under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPL 3.0</a>
The old sources based on MaNGOS/TrinityCore are released under the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GNU GPL 2.0</a>,
both those licenses are totally free and open source.</p>
</div>
</div>
<div class="clearfix visible-lg"></div>
<div class="col-lg-4 col-sm-6">
<div class="feature">
<h3><i class="fas fa-check-circle" aria-hidden="true"></i> Blizzlike Content</h3>
<p>We strive to make all in-game content to be blizzlike. Therefore we have a high standard for fixes being made.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="feature">
<h3><i class="fas fa-users"></i> Community driven</h3>
<p>AzerothCore has an active community of developers, contributors, and users who collaborate, share knowledge, and provide support through forums, Discord channels, and other communication platforms. If you want to <a href="http://www.azerothcore.org/wiki/Contribute">contribute</a>, we'd love it!</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="feature">
<h3><i class="fas fa-cogs"></i> Customization</h3>
<p>AzerothCore is designed to be highly modular, allowing developers to extend and customize the game to suit their preferences or create unique gameplay experiences. This flexibility enables the addition of custom features, content, and modifications. <a href="http://www.azerothcore.org/wiki/The-Modular-Structure">Read More...</a></p>
</div>
</div>
</div>
<br>
<hr>
<div class="row text-center">
<div class="col-lg-4 col-sm-6">
<h2>Join Discord!</h2>
<iframe src="https://discordapp.com/widget?id=217589275766685707&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</div>
<div class="col-lg-8 col-sm-6">
<h2>Latest GitHub commits</h2>
<div id="commits" class="text-left"></div>
<p class="text-right"><a class="btn btn-default" href="https://github.com/azerothcore/azerothcore-wotlk/commits/master" role="button"> <i class="fab fa-github"></i> View details »</a></p>
</div>
</div>
</div><!-- /.container -->
</div>
<script src="{{ '/javascripts/githubinfowidget.js' | relative_url }}"></script>
<script>
$(function() {
$('#commits').githubInfoWidget(
{ user: 'azerothcore', repo: 'azerothcore-wotlk', branch: 'master', last: 10, limitMessageTo: 60 });
$('.chat_head').click(function(){
$('.chat_body').slideToggle('slow');
});
$('.close').click(function(){
$('.msg_box').hide();
});
});
</script>