]> arthur.barton.de Git - ngircd-web.git/blob - download.php.en
Add link to GitHub mirror and Travis-CI status
[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 here:
17         <a href="ftp://ftp.berlios.de/pub/ngircd/">ftp.berlios.de</a>
18         (FTP) and here
19         <a href="http://ngircd.barton.de/pub/ngircd/">ngircd.barton.de</a>
20         (HTTP).
21 </p>
22 <h3 id="packages">
23         Packages
24 </h3>
25 <p>
26         Ready packages for ngIRCd are available for the following
27         distributions:
28 </p>
29 <?php
30         include('common/distributions.inc');
31 ?>
32 <p>
33         Inofficial packages:
34 </p>
35 <ul>
36         <li>
37                 <a href="http://www.debian.org/">Debian Linux</a>:
38                 <a href="http://debian.barton.de/debian/pool/main/n/ngircd/">deb</a>
39                 (Author: Alex Barton)
40         </li>
41         <li>
42                 <a href="http://www.apple.com/macosx/">Mac OS X</a>:
43                 <a href="http://ngircd.barton.de/pub/ngircd/">pkg</a>
44                 (Autor: Alex Barton)
45         </li>
46 </ul>
47 <h3 id="git">
48         GIT Repository
49 </h3>
50 <p>
51         The source code and all files belonging to ngIRCd are managed by
52         <a hreflang="en" href="http://git.or.cz/">GIT</a>. Anonymous access
53         is possible, the details can be found here:
54         <a href="doc/GIT.txt">GIT.txt</a>.
55 </p>
56 <p>
57         The repository is also available online:
58         <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
59         A <a href="https://github.com/alexbarton/ngircd">iirror</a> is
60         available on <a href="https://github.com/">GitHub</a>.
61 </p>
62 <p style="vertical-align: middle;">
63         Current build status on <a href="https://travis-ci.org">Travis-CI</a>:
64         <a href="https://travis-ci.org/alexbarton/ngircd"><img style="vertical-align: middle;" src="https://travis-ci.org/alexbarton/ngircd.png?branch=master"></a>
65 </p>
66 <?php
67         end_page();
68 ?>
69