]> arthur.barton.de Git - ngircd-web.git/blob - download.php.en
0db72283017fa40123d1d9d42b4044447075b113
[ngircd-web.git] / download.php.en
1 <?php
2         include('includes/common.php');
3         begin_page('en', 'Download');
4 ?>
5 <h2>
6         Download
7 </h2>
8 <h3 id="source">
9         Source Code
10 </h3>
11 <?php
12         include('common/download.inc');
13 ?>
14 <p>
15         All previous versions, GnuPG signatures of the archives and test
16         versions from GIT sources (if available) can be downloaded from the
17         <a href="pub/ngircd/">download directory</a>.
18 </p>
19 <h3 id="packages">
20         Packages
21 </h3>
22 <p>
23         Ready packages for ngIRCd are available for the following
24         distributions:
25 </p>
26 <?php
27         include('common/distributions.inc');
28 ?>
29 <p>
30         Inofficial packages:
31 </p>
32 <ul>
33         <li>
34                 <a href="http://www.debian.org/">Debian Linux</a>:
35                 <a href="http://debian.barton.de/debian/pool/main/n/ngircd/">deb</a>
36                 (Author: Alex Barton)
37         </li>
38 </ul>
39 <h3 id="git">
40         GIT Repository
41 </h3>
42 <p>
43         The source code and all files belonging to ngIRCd are managed by
44         <a hreflang="en" href="http://git.or.cz/">GIT</a>. Anonymous access
45         is possible, the details can be found here:
46         <a href="doc/GIT.txt">GIT.txt</a>.
47 </p>
48 <p>
49         The repository is also available online:
50         <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
51         A <a href="https://github.com/alexbarton/ngircd">Mirror</a> is
52         available on <a href="https://github.com/">GitHub</a>.
53 </p>
54 <p style="vertical-align: middle;">
55         Current build status on <a href="https://travis-ci.org">Travis-CI</a>:
56         <a href="https://travis-ci.org/alexbarton/ngircd"><img style="vertical-align: middle;" src="https://travis-ci.org/alexbarton/ngircd.png?branch=master"></a>
57 </p>
58 <?php
59         end_page();
60 ?>
61