]> arthur.barton.de Git - ngircd-web.git/blob - download.php.de
Restructure download page and includes
[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>, verwaltet.
38         Anonymer Zugang ist m&ouml;glich, Details hier:
39         <a href="doc/GIT.txt">GIT.txt</a>.
40 </p>
41 <p>
42         Im Web ist die Repository auch online verf&uuml;gbar:
43         <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
44         Bei <a href="https://github.com/">GitHub</a> existiert ein
45         <a href="https://github.com/alexbarton/ngircd">Mirror</a>.
46 </p>
47 <p>
48         Aktueller <q>Build Status</q> auf <a href="https://travis-ci.org">Travis-CI</a>:
49         <a href="https://travis-ci.org/alexbarton/ngircd"><img style="vertical-align: middle;" src="https://travis-ci.org/alexbarton/ngircd.png?branch=master"></a>
50 </p>
51 <?php
52         end_page();
53 ?>
54