]> arthur.barton.de Git - ngircd-web.git/blob - download.php.de
Update copyright notice for 2014
[ngircd-web.git] / download.php.de
1 <?php
2         include('includes/common.php');
3         begin_page('de', '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         Alle bisherigen Versionen, GnuPG-Signaturen der Archive sowie
16         vorhandene Test-Versionen aus den GIT-Quellen (so vorhanden)
17         können zudem via FTP von
18         <a href="ftp://ftp.berlios.de/pub/ngircd/">ftp.berlios.de</a>
19         sowie via HTTP von
20         <a href="http://ngircd.barton.de/pub/ngircd/">ngircd.barton.de</a>
21         heruntergeladen werden.
22 </p>
23 <h3 id="packages">
24         Pakete
25 </h3>
26 <p>
27         Von den folgenden Distributionen gibt es fertige Pakete für den ngIRCd:
28 </p>
29 <?php
30         include('common/distributions.inc');
31 ?>
32 <p>
33         Inoffizielle Pakete:
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                 (Autor: 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         Der Quelltext und alle zum ngIRCd geh&ouml;renden Dateien werden mit
52         <a hreflang="en" href="http://git.or.cz/">GIT</a>, verwaltet.
53         Anonymer Zugang ist m&ouml;glich, Details hier:
54         <a href="doc/GIT.txt">GIT.txt</a>.
55 </p>
56 <p>
57         Im Web ist die Repository auch online verf&uuml;gbar:
58         <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
59         Bei <a href="https://github.com/">GitHub</a> existiert ein
60         <a href="https://github.com/alexbarton/ngircd">Mirror</a>.
61 </p>
62 <p>
63         Aktueller <q>Build Status</q> auf <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