]> arthur.barton.de Git - ngircd-web.git/blob - download.php.de
Fix several broken URLs.
[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 aus dem
18         <a href="pub/ngircd/">Download-Verzeichnis</a>
19         heruntergeladen werden.
20 </p>
21 <h3 id="packages">
22         Pakete
23 </h3>
24 <p>
25         Von den folgenden Distributionen gibt es fertige Pakete für den ngIRCd:
26 </p>
27 <?php include('common/distributions.inc'); ?>
28 <h4>Weitere</h4>
29 <?php include('common/distributions-other.inc'); ?>
30 <h4>Inoffizielle Pakete</h4>
31 <?php include('common/distributions-unofficial.inc'); ?>
32 <h3 id="git">
33         Git-Repository
34 </h3>
35 <p>
36         Der Quelltext und alle zum ngIRCd geh&ouml;renden Dateien werden mit
37         <a hreflang="en" href="http://git.or.cz/">Git</a>
38         auf
39         <a hreflang="en" href="https://github.com/">GitHub</a> verwaltet:
40         <a hreflang="en" href="https://github.com/ngircd">https://github.com/ngircd</a>.
41 </p>
42 <p>
43         Aktueller <q>Build Status</q> auf <a href="https://travis-ci.org">Travis-CI</a>:
44         <a hreflang="en" href="https://travis-ci.org/ngircd/ngircd"><img style="vertical-align: middle;" src="https://travis-ci.org/ngircd/ngircd.png?branch=master"></a>
45 </p>
46 <?php
47         end_page();
48 ?>