]> arthur.barton.de Git - ngircd-web.git/blob - download.php.en
README.md: Fix output path of pandoc command
[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 from the
17         <a href="pub/ngircd/">download directory</a>.
18 </p>
19 <h3 id="packages">
20         Packages
21 </h3>
22 <p>
23         Precompiled ngIRCd packages are available for the following
24         distributions:
25 </p>
26 <?php include('common/distributions.inc'); ?>
27 <h4>Other</h4>
28 <?php include('common/distributions-other.inc'); ?>
29 <h4>Unofficial packages</h4>
30 <?php include('common/distributions-unofficial.inc'); ?>
31 <h3 id="git">
32         Git Repository
33 </h3>
34 <p>
35         The source code and all files belonging to ngIRCd are managed by
36         <a hreflang="en" href="https://git-scm.com/">Git</a>
37         on
38         <a hreflang="en" href="https://github.com/">GitHub</a>:
39         <a hreflang="en" href="https://github.com/ngircd">https://github.com/ngircd</a>.
40 </p>
41 <?php
42         end_page();
43 ?>