]> arthur.barton.de Git - ngircd-web.git/blobdiff - download.php.en
Fix Travis-CI URL
[ngircd-web.git] / download.php.en
index 1760ae5706f01739f09228cf3c92b1a6f7cb8784..c4e0d163ca0a662ca3ea5ddf64e315f8e337c126 100644 (file)
@@ -13,9 +13,8 @@
 ?>
 <p>
        All previous versions, GnuPG signatures of the archives and test
-       versions from GIT sources (if available) can be downloaded here:
-       <a href="ftp://ngircd.barton.de/pub/ngircd/">ngircd.barton.de</a> and
-       here <a href="ftp://ftp.berlios.de/pub/ngircd/">ftp.berlios.de</a>.
+       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="ftp://arthur.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="ftp://ngircd.barton.de/pub/ngircd/macosx/">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
+       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>.
+       <a hreflang="en" href="http://git.or.cz/">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>
+<p style="vertical-align: middle;">
+       Current build status on <a href="https://travis-ci.org">Travis-CI</a>:
+       <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>
 </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>.
-</p>                           
 <?php
        end_page();
 ?>
-