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