|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 |
| - <head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <title>Frequently Asked Questions</title> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 |
| - <meta name="description" content="Atheme IRC Services"> |
8 |
| - <meta name="author" content="Alyx Wolcott"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Atheme IRC Platform</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <meta name="description" content="Atheme IRC Services"> |
| 8 | + <meta name="author" content="Alyx Wolcott"> |
| 9 | + <meta name="author" content="Andrew Northall"> |
9 | 10 |
|
10 |
| - <link href="css/style.css" rel="stylesheet"> |
11 |
| - <!--[if lt IE 9]> |
12 |
| - <script src="js/html5.js"></script> |
13 |
| - <![endif]--> |
14 |
| - </head> |
15 |
| - <body> |
16 |
| - <div class="navbar navbar-fixed-top"> |
17 |
| - <div class="navbar-inner"> |
18 |
| - <div class="container"> |
19 |
| - <a class="brand" href="index.html">Atheme</a> |
20 |
| - <div class="nav-collapse"> |
21 |
| - <ul class="nav"> |
22 |
| - <li><a href="index.html">Home</a></li> |
23 |
| - <li><a href="atheme.html">Atheme</a></li> |
24 |
| - <li><a href="iris.html">Iris</a></li> |
25 |
| - <li><a href="web.html">Atheme-Web</a></li> |
26 |
| - <li class="active"><a href="faq.html">FAQ</a></li> |
27 |
| - <li><a href="http://ircforums.net/#atheme.33">Forums</a></li> |
28 |
| - <li><a href="https://github.com/atheme">GitHub</a></li> |
29 |
| - <li><a href="http://webchat.staticbox.net/?channels=atheme&prompt=1">Contact</a></li> |
30 |
| - </ul> |
31 |
| - </div> |
32 |
| - </div> |
33 |
| - </div> |
| 11 | + <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 12 | + <link href="css/atheme-style.css" rel="stylesheet"> |
| 13 | + <link href="css/font-awesome.min.css" rel="stylesheet"> |
| 14 | + |
| 15 | + <!--[if lt IE 9]> |
| 16 | + <script src="js/html5shiv.js"></script> |
| 17 | + <script src="js/respond.min.js"></script> |
| 18 | + <![endif]--> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <div class="navbar navbar-inverse navbar-static-top" role="navigation"> |
| 22 | + <div class="container"> |
| 23 | + <div class="navbar-header"> |
| 24 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
| 25 | + <span class="sr-only">Toggle navigation</span> |
| 26 | + <span class="icon-bar"></span> |
| 27 | + <span class="icon-bar"></span> |
| 28 | + <span class="icon-bar"></span> |
| 29 | + </button> |
| 30 | + <a class="navbar-brand" href="index.html">Atheme</a> |
34 | 31 | </div>
|
35 |
| - <div class="container"> |
36 |
| - <div class="hero-unit"> |
37 |
| - <h1>Frequently Asked Questions</h1> |
38 |
| - <h2>About the Atheme IRC Platform</h2> |
39 |
| - </div> |
40 |
| - <div class="row commands"> |
41 |
| - <div class="span4"> |
42 |
| - <h1><a name="developers">Who develops Atheme?</a></h1> |
43 |
| - <p>Atheme is developed by <a href="http://atheme.org">atheme.org</a>, an open-source development collective. |
44 |
| - Anyone can participate in the Atheme development process through <a href="https://github.com/atheme/atheme">GitHub</a>. |
45 |
| - Contributors with an acceptable skillset and broad vision for the project are given commit access.</p> |
46 |
| - </div> |
47 |
| - <div class="span4"> |
48 |
| - <h1><a name="origins">Where did Atheme come from?</a></h1> |
49 |
| - <p>Atheme was originally built on top of <a href="https://github.com/rakaur/shrike">Shrike</a>, a legacy minimalistic services package. |
50 |
| - The developers of Atheme decided that Shrike was a good basis to build a more full-featured services package from, |
51 |
| - based on their previous experience of contributing to Shrike. Little of the original code from Shrike remains, |
52 |
| - however many design concepts do.</p> |
53 |
| - </div> |
54 |
| - <div class="span4"> |
55 |
| - <h1><a name="code">Where can I get the latest code?</a></h1> |
56 |
| - <p>The most up-to-date code from Atheme, as well as our other projects, can be found on <a href="https://github.com/atheme">GitHub.</a>. |
57 |
| - Atheme can be cloned from <a href="git://github.com/atheme/atheme.git"><code>git://github.com/atheme/atheme.git</code></a>, |
58 |
| - atheme-web from <a href="git://github.com/atheme/atheme-web.git"><code>git://github.com/atheme/atheme-web.git</code></a>, |
59 |
| - and Iris from <a href="git://github.com/atheme/iris.git"><code>git://github.com/atheme/iris.git</code></a>.</p> |
60 |
| - </div> |
61 |
| - </div> |
62 |
| - <div class="row commands"> |
63 |
| - <div class="span4"> |
64 |
| - <h1><a name="gauntlet">How scalable is Atheme?</a></h1> |
65 |
| - <p>Atheme is extremely scalable, being used on IRC's current largest network, <a href="http://freenode.net">freenode</a>. |
66 |
| - The scalability of Atheme, as well as other popular IRC services packages, was put to the test in <a href="http://tortois.es/~nenolod/gauntlet/"> |
67 |
| - the 2010 IRC Services Scalability Shootout</a>.</p> |
68 |
| - </div> |
69 |
| - <div class="span4"> |
70 |
| - <h1><a name="package">Can I package Atheme for a Linux distro?</a></h1> |
71 |
| - <p>Feel free, but please package only the <a href="downloads/atheme-services-6.0.11.tar.bz2">long term support release</a>.</p> |
72 |
| - </div> |
73 |
| - </div> |
| 32 | + <div class="navbar-collapse collapse"> |
| 33 | + <ul class="nav navbar-nav"> |
| 34 | + <li><a href="index.html"><span class="fa fa-fw fa-home"></span> Home</a></li> |
| 35 | + <li><a href="atheme.html"><span class="fa fa-fw fa-group"></span> Atheme</a></li> |
| 36 | + <li><a href="iris.html"><span class="fa fa-fw fa-terminal"></span> Iris</a></li> |
| 37 | + <li><a href="web.html"><span class="fa fa-fw fa-globe"></span> Atheme-Web</a></li> |
| 38 | + <li class="active"><a href="faq.html"><span class="fa fw-fw fa-question"></span> FAQ</a></li> |
| 39 | + <li><a href="https://github.com/atheme"><span class="fa fw-fw fa-github"></span> GitHub</a></li> |
| 40 | + <li><a href="contact.html"><span class="fa fw-fw fa-envelope"></span> Contact</a></li> |
| 41 | + </ul> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + </div> |
74 | 45 |
|
75 |
| - <hr> |
76 |
| - <footer> |
77 |
| - <p>© Atheme.org 2012</p> |
78 |
| - </footer> |
| 46 | + <div class="container"> |
| 47 | + <div class="jumbotron"> |
| 48 | + <h1>Frequently Asked Questions</h1> |
| 49 | + <p class="lead">About the Atheme IRC Platform</p> |
| 50 | + </div> |
| 51 | + <div class="row"> |
| 52 | + <div class="col-md-6"> |
| 53 | + <h2>Who develops Atheme?</h2> |
| 54 | + <p>Atheme is developed by <a href="http://atheme.org">atheme.org</a>, an open-source development collective. |
| 55 | + Anyone can participate in the Atheme development process through <a href="https://github.com/atheme/atheme">GitHub</a>. |
| 56 | + Contributors with an acceptable skillset and broad vision for the project are given commit access.</p> |
| 57 | + <h2>How scalable is Atheme?</h2> |
| 58 | + <p>Atheme is extremely scalable, being used on IRC's current largest network, <a href="http://freenode.net">freenode</a>. |
| 59 | + The scalability of Atheme, as well as other popular IRC services packages, was put to the test in <a href="http://tortois.es/~nenolod/gauntlet/"> |
| 60 | + the 2010 IRC Services Scalability Shootout</a>.</p> |
| 61 | + </div> |
| 62 | + <div class="col-md-6"> |
| 63 | + <h2>Where did Atheme come from?</h2> |
| 64 | + <p>Atheme was originally built on top of <a href="https://github.com/rakaur/shrike">Shrike</a>, a legacy minimalistic services package. |
| 65 | + The developers of Atheme decided that Shrike was a good basis to build a more full-featured services package from, |
| 66 | + based on their previous experience of contributing to Shrike. Little of the original code from Shrike remains, |
| 67 | + however many design concepts do.</p> |
| 68 | + <h2>Can I package Atheme for a Linux distro?</h2> |
| 69 | + <p>Feel free, but please package only the <a href="downloads/atheme-services-6.0.11.tar.bz2">long term support release</a>.</p> |
79 | 70 | </div>
|
80 |
| - <script src="js/jquery.js"></script> |
81 |
| - <script src="js/bootstrap.js"></script> |
82 |
| - </body> |
| 71 | + </div> |
| 72 | + |
| 73 | + <hr> |
| 74 | + <footer> |
| 75 | + <p>© <a href="http://atheme.org/" style="color:black;">Atheme.org</a> 2012-2014</p> |
| 76 | + </footer> |
| 77 | + </div> |
| 78 | + <script src="js/jquery-1.11.0.min.js"></script> |
| 79 | + <script src="js/bootstrap.min.js"></script> |
| 80 | + </body> |
83 | 81 | </html>
|
0 commit comments