]> arthur.barton.de Git - ngircd-web.git/blob - download.php.en
Restructure download page and includes
[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 include('common/distributions.inc'); ?>
27 <h4>Other</h4>
28 <?php include('common/distributions-other.inc'); ?>
29 <h4>Inofficial packages</h4>
30 <?php include('common/distributions-unofficial.inc'); ?>
31 <h3 id="git">
32         GIT Repository
33 </h3>
34 <p>
35         The source code and all files belonging to ngIRCd are managed by
36         <a hreflang="en" href="http://git.or.cz/">GIT</a>. Anonymous access
37         is possible, the details can be found here:
38         <a href="doc/GIT.txt">GIT.txt</a>.
39 </p>
40 <p>
41         The repository is also available online:
42         <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
43         A <a href="https://github.com/alexbarton/ngircd">Mirror</a> is
44         available on <a href="https://github.com/">GitHub</a>.
45 </p>
46 <p style="vertical-align: middle;">
47         Current build status on <a href="https://travis-ci.org">Travis-CI</a>:
48         <a href="https://travis-ci.org/alexbarton/ngircd"><img style="vertical-align: middle;" src="https://travis-ci.org/alexbarton/ngircd.png?branch=master"></a>
49 </p>
50 <?php
51         end_page();
52 ?>
53