]> arthur.barton.de Git - ngircd-web.git/commitdiff
doc/GIT.txt is no more!
authorAlexander Barton <alex@barton.de>
Mon, 8 May 2017 11:52:06 +0000 (13:52 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 8 May 2017 11:52:06 +0000 (13:52 +0200)
doc/GIT.txt [deleted file]
documentation.php.de
documentation.php.en

diff --git a/doc/GIT.txt b/doc/GIT.txt
deleted file mode 100644 (file)
index f3b2e63..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-
-                     ngIRCd - Next Generation IRC Server
-                           http://ngircd.barton.de/
-
-               (c)2001-2011 Alexander Barton and Contributors.
-               ngIRCd is free software and published under the
-                   terms of the GNU General Public License.
-
-                                 -- GIT.txt --
-
-
-The source code of ngIRCd is maintained using GIT, an distributed version
-control system. Homepage including documentation: <http://git-scm.com/>.
-
-
-I. Viewing the source code online
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The ngIRCd "GITweb" interface allows you to browse the GIT repository and
-to see all individual files, tags, branches, commits etc.:
-
- <http://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git>
-
-
-II. Getting the source code
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To access (copy, clone) the source tree repository anonymously, run:
-
- $ git clone git://ngircd.barton.de/ngircd.git
-
-Thereby a new folder "ngircd" will be created containing all the individual
-source files.
-
-The newly created directory ("ngircd") is the "working directory", all
-GIT commands will be executed from within this directory in the future.
-
-Please note: When checking out a fresh copy of ngIRCd using GIT, the
-configure script doesn't exist; you have to run the autogen.sh shell script
-(which is included in the source tree) to generate it. This requires you to
-have GNU automake and GNU autoconf installed on your system. Please see the
-file INSTALL for details!
-
-To update the local GIT repository:
-
- $ git pull
-
-This retrieves all changes and merges them into the current branch.
-
-
-III. Contributing
-~~~~~~~~~~~~~~~~~
-
-Patches should be sent to the ngircd mailing list. List homepage:
-http://arthur.barton.de/mailman/listinfo/ngircd-ml
-
-If you do not want to send them to the list, you can also mail them
-to Alex Barton, <alex@barton.de>.
-
-
-IV. Write Access
-~~~~~~~~~~~~~~~~
-
-If you want to contribute a couple of patches and write access to the GIT
-repository would be handy, please contact Alex Barton, <alex@barton.de>.
index 71b603de3a61546a8c98af1f22a0f538c478c9b9..20fbe1f87987544633ba7e4666149815bdf845a6 100644 (file)
@@ -70,7 +70,7 @@
        Ein wenig Dokumentation ist im Quellpaket enthalten, zum Teil im
        Hauptverzeichnis (so z. B. die Dokumente INSTALL, README, NEWS und
        COPYING), andere im Unterverzeichnis <samp>doc</samp> (wie z. B.
-       GIT.txt, FAQ.txt und die Beispiel-Konfiguration sample-ngircd.conf).
+       SSL.txt, FAQ.txt und die Beispiel-Konfiguration sample-ngircd.conf).
 </p>
 <p>
        Die Dateien der aktuellen Version sind hier im Web (in englischer
@@ -95,7 +95,6 @@
        <li><a href="doc/Commands.txt">Commands.txt</a>
        <li><a href="doc/Contributing.txt">Contributing.txt</a>
        <li><a href="doc/COPYING">COPYING</a>
-       <li><a href="doc/GIT.txt">GIT.txt</a>
        <li><a href="doc/HowToRelease.txt">HowToRelease.txt</a>
        <li><a href="doc/Modes.txt">Modes.txt</a>
        <li><a href="doc/PAM.txt">PAM.txt</a>
index 5e4b1bc9c647ae2e62fa6f97cc3db4f561b47a39..125b2ea513a6c16c2dfb529559dc988520b702f0 100644 (file)
@@ -67,7 +67,7 @@
 <p>
        Documentation is compiled in the source package, some in the main
        directory (such as INSTALL, README, NEWS und COPYING), and some in
-       the sub directory <samp>doc</samp> (such as GIT.txt, FAQ.txt and the
+       the sub directory <samp>doc</samp> (such as SSL.txt, FAQ.txt and the
        exemplary configurations sample-ngircd.conf).
 </p>
 <p>
@@ -92,7 +92,6 @@
        <li><a href="doc/Commands.txt">Commands.txt</a>
        <li><a href="doc/Contributing.txt">Contributing.txt</a>
        <li><a href="doc/COPYING">COPYING</a>
-       <li><a href="doc/GIT.txt">GIT.txt</a>
        <li><a href="doc/HowToRelease.txt">HowToRelease.txt</a>
        <li><a href="doc/Modes.txt">Modes.txt</a>
        <li><a href="doc/PAM.txt">PAM.txt</a>