]> arthur.barton.de Git - ngircd-web.git/commitdiff
Updated supported platform list
authorAlexander Barton <alex@barton.de>
Thu, 12 Nov 2009 23:25:00 +0000 (00:25 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 12 Nov 2009 23:25:00 +0000 (00:25 +0100)
common/platforms.inc
documentation.php.de
documentation.php.en

index 931c0a402a9df49fc57bdfde13d839aa7c0dc318..4479684a6b6874b71ccdc6d706af23326e50e68b 100644 (file)
@@ -1,47 +1,47 @@
 <ul>
        <li>
                AIX
-               (3.2.5, IBM XL C Compiler)
+               (3.2.5 [IBM XL C Compiler])
        </li>
        <li>
                A/UX
-               (3.x, original Apple C Compiler oder GNU C)
+               (3.x [Apple C Compiler, GNU C])
        </li>
        <li>
                <a href="http://www.freebsd.org/">FreeBSD</a>
-               (4.5/i386, GNU C)
+               (4.5/i386 [GNU C])
        </li>
        <li>
                <a href="http://www.hp.com/">HP-UX</a>
-               (10.20, GNU C)
+               (10.20 [GNU C])
        </li>
        <li>
                <a href="http://www.hp.com/">HP-UX</a>
-               (9.10/m68k, HP-UX cc)
+               (9.10/m68k [HP-UX cc]; 11.11/hppa [GNU C 4.2.3])
        </li>
        <li>
                IRIX
-               (6.5, SGI MIPSpro C 7.30)
+               (6.5 [SGI MIPSpro C 7.30])
        </li>
        <li>
                <a href="http://www.linux.org/">Linux</a>
-               (2.2.x/i386, 2.4.x/i386 und 2.4.x/hppa, GNU C)
+               (2.2.x/i386, 2.4.x/i386+hppa, 2.6.x/i386+hppa [GNU C])
        </li>
        <li>
                <a href="http://www.apple.com/macosx/">Mac OS X</a>
-               (10.x, GNU C 2.95.x/3.x/4.01)
+               (10.x [GNU C 2.95.x, 3.x, 4.0.1])
        </li>
        <li>
                <a href="http://www.netbsd.org/">NetBSD</a>
-               (1.5.2/i386 und 1.5.3/m68k, GNU C)
+               (1.5.2/i386, 1.5.3/m68k [GNU C])
        </li>
        <li>
                <a href="http://www.obenbsd.org/">OpenBSD</a>
-               (3.4/i386)
+               (3.4/i386 [GNU C])
        </li>
        <li>
                <a href="http://www.sun.com/">Solaris</a>
-               (2.5.1 und 2.6, GNU C)
+               (2.5.1, 2.6 [GNU C])
        </li>
        <li>
                Windows mit <a href="http://sources.redhat.com/cygwin/">Cygwin</a>
index 9851c31e8923aaf3f032e9bd7e9c7d2748e7017f..005c6e1295cbd05048af81d806fccc2c2a59303b 100644 (file)
@@ -9,9 +9,12 @@
        Unterstützte Plattformen
 </h3>
 <p>
-       Auf den folgenden Plattformen wird der ngIRCd regelmäßig getestet
-       (in Klammern die jeweils benutzen Versionen), sie sind die
-       offiziell unterstützten Systeme:
+       ngIRCd wird vor allem unter aktuellen Versionen von Linux, Mac OS X und
+       FreeBSD entwickelt und getestet.
+</p>
+<p>
+       Auf den folgenden Plattformen wurde der ngIRCd zudem bereits erfolgreich
+       compiliert und eingesetzt:
 </p>
 <?php
        include('common/platforms.inc');
index 6abc8681b698bf402b9050ead425a6477bad8958..9e7f5a84ca93365c44b4943c63f6041304566949 100644 (file)
@@ -9,8 +9,12 @@
        Supported platforms
 </h3>
 <p>
-       ngIRCd is being tested regularly on the following platforms (used
-       version in brackets). The systems that are officially supported are:
+       ngIRCd is mainly being developed and tested on current versions of
+       Linux, Mac OS X, and FreeBSD.
+</p>
+<p>
+       In addition ngIRCd has been successfully compiled and run on the
+       following platforms:
 </p>
 <?php
        include('common/platforms.inc');