]> arthur.barton.de Git - ngircd-web.git/blob - download.php.en
ngIRCd Release 13, new website.
[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://ngircd.barton.de/pub/ngircd/">ngircd.barton.de</a> and
18         here <a href="ftp://ftp.berlios.de/pub/ngircd/">ftp.berlios.de</a>.
19 </p>
20 <h3 id="packages">
21         Packages
22 </h3>
23 <p>
24         Ready packages for ngIRCd are available for the following
25         distributions:
26 </p>
27 <?php
28         include('common/distributions.inc');
29 ?>
30 <p>
31         Inofficial packages:
32 </p>
33 <ul>
34         <li>
35                 <a href="http://www.debian.org/">Debian Linux</a>:
36                 <a href="ftp://arthur.barton.de/debian/pool/main/n/ngircd/">deb</a>
37                 (Author: Alex Barton)
38         </li>
39 </ul>
40 <h3 id="git">
41         GIT Repository
42 </h3>
43 <p>
44         The source code and all files belonging to ngIRCd are managed by
45         <a hreflang="en" href="http://git.or.cz/">GIT</a>. Anonymous access
46         is possible, the details can be found here:
47         <a href="doc/GIT.txt">GIT.txt</a>.
48 </p>
49 <p>
50         The repository is also available online:
51         <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
52 </p>                            
53 <?php
54         end_page();
55 ?>
56