]> arthur.barton.de Git - ngircd-web.git/blob - download.php.en
f448de0cc6ff8b955bb49b9f14322de25f45b5e6
[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         <li>
39                 <a href="http://www.apple.com/macosx/">Mac OS X</a>:
40                 <a href="http://ngircd.barton.de/pub/ngircd/">pkg</a>
41                 (Autor: Alex Barton)
42         </li>
43 </ul>
44 <h3 id="git">
45         GIT Repository
46 </h3>
47 <p>
48         The source code and all files belonging to ngIRCd are managed by
49         <a hreflang="en" href="http://git.or.cz/">GIT</a>. Anonymous access
50         is possible, the details can be found here:
51         <a href="doc/GIT.txt">GIT.txt</a>.
52 </p>
53 <p>
54         The repository is also available online:
55         <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
56         A <a href="https://github.com/alexbarton/ngircd">Mirror</a> is
57         available on <a href="https://github.com/">GitHub</a>.
58 </p>
59 <p style="vertical-align: middle;">
60         Current build status on <a href="https://travis-ci.org">Travis-CI</a>:
61         <a href="https://travis-ci.org/alexbarton/ngircd"><img style="vertical-align: middle;" src="https://travis-ci.org/alexbarton/ngircd.png?branch=master"></a>
62 </p>
63 <?php
64         end_page();
65 ?>
66