]> arthur.barton.de Git - ngircd-web.git/blob - download.php.en
1760ae5706f01739f09228cf3c92b1a6f7cb8784
[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         <li>
40                 <a href="http://www.apple.com/macosx/">Mac OS X</a>:
41                 <a href="ftp://ngircd.barton.de/pub/ngircd/macosx/">pkg</a>
42                 (Autor: Alex Barton)
43         </li>
44 </ul>
45 <h3 id="git">
46         GIT Repository
47 </h3>
48 <p>
49         The source code and all files belonging to ngIRCd are managed by
50         <a hreflang="en" href="http://git.or.cz/">GIT</a>. Anonymous access
51         is possible, the details can be found here:
52         <a href="doc/GIT.txt">GIT.txt</a>.
53 </p>
54 <p>
55         The repository is also available online:
56         <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
57 </p>                            
58 <?php
59         end_page();
60 ?>
61