]> arthur.barton.de Git - ngircd-web.git/blobdiff - download.php.en
README.md: Fix output path of pandoc command
[ngircd-web.git] / download.php.en
index 21142b75f6b0b6dfdcabb658503305921d48df2e..ba5b1be3eadba87baac3ae625516a3aa51bc448f 100644 (file)
        include('common/download.inc');
 ?>
 <p>
-       All previous versions, GnuPG signatures of the archives and test
-       versions from GIT sources (if available) can be downloaded here:
-       <a href="ftp://ftp.berlios.de/pub/ngircd/">ftp.berlios.de</a>
-        (FTP) and here
-       <a href="http://ngircd.barton.de/pub/ngircd/">ngircd.barton.de</a>
-       (HTTP).
+       All previous versions, GnuPG signatures of the archives, and test
+       versions from GIT sources (if available) can be downloaded from the
+       <a href="pub/ngircd/">download directory</a>.
 </p>
 <h3 id="packages">
        Packages
 </h3>
 <p>
-       Ready packages for ngIRCd are available for the following
+       Precompiled ngIRCd packages are available for the following
        distributions:
 </p>
-<?php
-       include('common/distributions.inc');
-?>
-<p>
-       Inofficial packages:
-</p>
-<ul>
-       <li>
-               <a href="http://www.debian.org/">Debian Linux</a>:
-               <a href="http://debian.barton.de/debian/pool/main/n/ngircd/">deb</a>
-               (Author: Alex Barton)
-       </li>
-       <li>
-               <a href="http://www.apple.com/macosx/">Mac OS X</a>:
-               <a href="http://ngircd.barton.de/pub/ngircd/">pkg</a>
-               (Autor: Alex Barton)
-       </li>
-</ul>
+<?php include('common/distributions.inc'); ?>
+<h4>Other</h4>
+<?php include('common/distributions-other.inc'); ?>
+<h4>Unofficial packages</h4>
+<?php include('common/distributions-unofficial.inc'); ?>
 <h3 id="git">
-       GIT Repository
+       Git Repository
 </h3>
 <p>
        The source code and all files belonging to ngIRCd are managed by
-       <a hreflang="en" href="http://git.or.cz/">GIT</a>. Anonymous access
-       is possible, the details can be found here:
-       <a href="doc/GIT.txt">GIT.txt</a>.
-</p>
-<p>
-       The repository is also available online:
-       <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
-       A <a href="https://github.com/alexbarton/ngircd">iirror</a> is
-       available on <a href="https://github.com/">GitHub</a>.
-</p>
-<p style="vertical-align: middle;">
-       Current build status on <a href="https://travis-ci.org">Travis-CI</a>:
-       <a href="https://travis-ci.org/alexbarton/ngircd"><img style="vertical-align: middle;" src="https://travis-ci.org/alexbarton/ngircd.png?branch=master"></a>
+       <a hreflang="en" href="https://git-scm.com/">Git</a>
+       on
+       <a hreflang="en" href="https://github.com/">GitHub</a>:
+       <a hreflang="en" href="https://github.com/ngircd">https://github.com/ngircd</a>.
 </p>
 <?php
        end_page();
 ?>
-