]> arthur.barton.de Git - ngircd-web.git/blobdiff - download.php.en
Restructure download page and includes
[ngircd-web.git] / download.php.en
index 70612db9ae5157394e87c4c944c275436ca32e2a..83710aaafda5c8bfdf4f5d43000a9615a30df3b0 100644 (file)
 ?>
 <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).
+       versions from GIT sources (if available) can be downloaded from the
+       <a href="pub/ngircd/">download directory</a>.
 </p>
 <h3 id="packages">
        Packages
        Ready packages for ngIRCd 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>Inofficial packages</h4>
+<?php include('common/distributions-unofficial.inc'); ?>
 <h3 id="git">
        GIT Repository
 </h3>
 <p>
        The repository is also available online:
        <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
-</p>                           
+       A <a href="https://github.com/alexbarton/ngircd">Mirror</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>
+</p>
 <?php
        end_page();
 ?>