diff options
| author | Alexander Barton <alex@barton.de> | 2003-01-04 13:07:54 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2003-01-04 13:07:54 +0000 |
| commit | 5b333085283e1999cb215e619eb77f3817d244bd (patch) | |
| tree | a0d74e295641e86af109fa814036b889ef7703b2 /doc/de/RFC.txt | |
| parent | 444fdcf9057de8591e96cca07aec6999ed82aa5d (diff) | |
| download | ngircd-5b333085283e1999cb215e619eb77f3817d244bd.tar.gz ngircd-5b333085283e1999cb215e619eb77f3817d244bd.zip | |
- Restructured documentation: now the main language is english.
Diffstat (limited to 'doc/de/RFC.txt')
| -rw-r--r-- | doc/de/RFC.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/de/RFC.txt b/doc/de/RFC.txt new file mode 100644 index 00000000..8bc01efb --- /dev/null +++ b/doc/de/RFC.txt @@ -0,0 +1,32 @@ + + ngIRCd - Next Generation IRC Server + + (c)2001,2002 by Alexander Barton, + alex@barton.de, http://www.barton.de/ + + ngIRCd ist freie Software und steht unter + der GNU General Public License. + + -- RFC.txt -- + + +Das IRC-Protokoll ist in diesen RFC's (Request For Comments) dokumentiert: + + 1459 Oikarinen, J. & D. Reed, "Internet Relay Chat Protocol", + May 1993, [IRC]. + + 2810 Kalt, C., "Internet Relay Chat: Architecture", + April 2000, [IRC-ARCH]. + + 2811 Kalt, C., "Internet Relay Chat: Channel Management", + April 2000, [IRC-CHAN]. + + 2812 Kalt, C., "Internet Relay Chat: Client Protocol", + April 2000, [IRC-CLIENT]. + + 2813 Kalt, C., "Internet Relay Chat: Server Protocol", + April 2000, [IRC-SERVER]. + + +-- +$Id: RFC.txt,v 1.1 2003/01/04 13:07:54 alex Exp $ |