]> arthur.barton.de Git - ngircd-web.git/blobdiff - download.php.de
README.md: Fix output path of pandoc command
[ngircd-web.git] / download.php.de
index 293db4a62fd1102bbc8d9f08802e19273596466c..85dc26efef150447d57115fe55422fa297bc28b9 100644 (file)
 ?>
 <p>
        Alle bisherigen Versionen, GnuPG-Signaturen der Archive sowie
-       vorhandene Test-Versionen aus den GIT-Quellen (so vorhanden)
-       können zudem via FTP von
-       <a href="ftp://ftp.berlios.de/pub/ngircd/">ftp.berlios.de</a>
-       sowie via HTTP von
-       <a href="http://ngircd.barton.de/pub/ngircd/">ngircd.barton.de</a>
+       vorhandene Test-Versionen aus den GIT-Quellen können zudem aus dem
+       <a href="pub/ngircd/">Download-Verzeichnis</a>
        heruntergeladen werden.
 </p>
 <h3 id="packages">
 <p>
        Von den folgenden Distributionen gibt es fertige Pakete für den ngIRCd:
 </p>
-<?php
-       include('common/distributions.inc');
-?>
-<p>
-       Inoffizielle Pakete:
-</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>
-               (Autor: 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>Weitere</h4>
+<?php include('common/distributions-other.inc'); ?>
+<h4>Inoffizielle Pakete</h4>
+<?php include('common/distributions-unofficial.inc'); ?>
 <h3 id="git">
-       GIT-Repository
+       Git-Repository
 </h3>
 <p>
        Der Quelltext und alle zum ngIRCd geh&ouml;renden Dateien werden mit
-       <a hreflang="en" href="http://git.or.cz/">GIT</a>, verwaltet.
-       Anonymer Zugang ist m&ouml;glich, Details hier:
-       <a href="doc/GIT.txt">GIT.txt</a>.
+       <a hreflang="en" href="https://git-scm.com/">Git</a>
+       auf
+       <a hreflang="en" href="https://github.com/">GitHub</a> verwaltet:
+       <a hreflang="en" href="https://github.com/ngircd">https://github.com/ngircd</a>.
 </p>
-<p>
-       Im Web ist die Repository auch online verf&uuml;gbar:
-       <a href="http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git">ngIRCd GIT Repository</a>.
-</p>                           
 <?php
        end_page();
 ?>
-