-
Notifications
You must be signed in to change notification settings - Fork 6
/
atheme.html
135 lines (128 loc) · 7.01 KB
/
atheme.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Atheme IRC Platform</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Atheme IRC Services">
<meta name="author" content="Alyx Wolcott">
<meta name="author" content="Andrew Northall">
<meta name="author" content="Austin Ellis">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/atheme-style.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Atheme Development Group</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://atheme.github.io/"><span class="fa fw-fw fa-external-link-square"></span>atheme Development Group</a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="index.html"><span class="fa fa-fw fa-home"></span> Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="fa fa-fw fa-group"></span> Components <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="active"><a href="atheme.html"><span class="fa fa-fw fa-group"></span> Atheme Services</a></li>
</ul>
</li>
<li><a href="faq.html"><span class="fa fw-fw fa-question"></span> FAQ</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="fa fa-fw fa-question"></span> Help Docs <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/atheme/atheme/wiki"><span class="fa fa-fw"></span> Wiki</a></li>
</ul>
</li>
<li><a href="https://github.com/atheme/atheme/"><span class="fa fw-fw fa-github"></span> GitHub</a></li>
<li><a href="contact.html"><span class="fa fw-fw fa-envelope"></span> Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="jumbotron">
<h1>Atheme IRC Services</h1>
<p class="lead">Atheme is feature-packed, fast, efficient, customisable, extendable and ubiquitous. Atheme is the leader in revolutionary new features,
and is <strong>still</strong> the leader in stability and dependability. What are you waiting for?</p>
<a class="btn btn-success btn-lg" href="https://github.com/atheme/atheme/releases/download/v7.2.12/atheme-services-v7.2.12.tar.xz">Download</a>
</div>
<div class="row">
<div class="col-md-4">
<h2>Ubiquity</h2>
<p>Not only are more and more networks using Atheme every day, but some of IRC's most well-known networks are <strong>already</strong> using Atheme.
Networks such as <a href="https://libera.chat">Libera Chat</a>, <a href="http://www.esper.net/">EsperNet</a> and
<a href="http://darkmyst.org/">DarkMyst</a> are all relying on Atheme IRC services.
</p>
</div>
<div class="col-md-4">
<h2>Extensible</h2>
<p>Even something as featureful as Atheme might not have everything your network needs. For those cases,
Atheme offers both an extremely clean C API and a powerful, well-structured Perl interface.
Extending services has never been easier!</p>
</div>
<div class="col-md-4">
<h2>Fast + Efficient</h2>
<p>The Internet is faster than ever before. Computers are exponentially speedier than any time in the past. Shouldn't your IRC services
be fast too? Atheme IRC services not only are lightning fast, but are also
the most scalable modern IRC services package available.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h2>Compatibility</h2>
<p>Atheme supports linking to <strong>over twenty</strong> different IRC daemons. For a full list of supported IRCds, view our
<a href="ircd.html">compatibility report</a>.</p>
</div>
<div class="col-md-4">
<h2>Customisable</h2>
<p>Atheme comes prebundled with <strong>over 250</strong> modules and you can find over <strong>50</strong> additional
modules in our <a href="https://github.com/atheme/atheme-contrib-modules">contributed modules repository</a> on GitHub.</p>
</div>
<div class="col-md-4">
<h2>Feature-Packed</h2>
<p>Atheme has all the features you've come to expect from modern IRC services, such as BotServ and HostServ,
as well as innovative new features, such as GroupServ, ChanFix and InfoServ.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Atheme 7.2 (Stable Release)</li>
<li class="current"><a href="https://github.com/atheme/atheme/releases/download/v7.2.12/atheme-services-v7.2.12.tar.xz">7.2.12</a></li>
<hr />
<li><a href="https://github.com/atheme/atheme/releases/download/v7.2.11/atheme-v7.2.11.tar.xz">7.2.11</a></li>
<li><a href="https://github.com/atheme/atheme/releases/download/v7.2.10-r2/atheme-v7.2.10-r2.tar.xz">7.2.10-r2</a></li>
<li><a href="https://github.com/atheme/atheme/releases/download/v7.2.9/atheme-7.2.9.tar.bz2">7.2.9</a></li>
<li><a href="https://github.com/atheme/atheme/releases/download/v7.2.8/atheme-7.2.8.tar.bz2">7.2.8</a></li>
<li><a href="https://github.com/atheme/atheme/releases/download/v7.2.7/atheme-7.2.7.tar.bz2">7.2.7</a></li>
<li><a href="https://atheme.github.io/downloads/atheme-services-7.2.6.tar.bz2">7.2.6</a></li>
</ul>
</div>
</div>
</div>
<hr>
<footer>
<p>© <a href="https://atheme.github.io/" style="color:black;">atheme Development Group</a> 2012-2020</p>
</footer>
</div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>