]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Added "doc/Zeroconf.txt" to distribution.
authorAlexander Barton <alex@barton.de>
Fri, 8 Jul 2005 16:19:03 +0000 (16:19 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 8 Jul 2005 16:19:03 +0000 (16:19 +0000)
doc/Makefile.am
doc/Zeroconf.txt [new file with mode: 0644]

index fd9b96e6f20e84cf2516b414f62f306cb87ac39d..3c609a9e137f9931b4a0a9e653c46d1ed23b95cc 100644 (file)
@@ -9,11 +9,11 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: Makefile.am,v 1.18 2005/04/27 07:52:29 alex Exp $
+# $Id: Makefile.am,v 1.19 2005/07/08 16:19:03 alex Exp $
 #
 
 #
 
-EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt \
-       README-AUX.txt README-BeOS.txt RFC.txt sample-ngircd.conf
+EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt README-AUX.txt \
+       README-BeOS.txt RFC.txt Zeroconf.txt  sample-ngircd.conf
 
 maintainer-clean-local:
        rm -f Makefile Makefile.in
 
 maintainer-clean-local:
        rm -f Makefile Makefile.in
diff --git a/doc/Zeroconf.txt b/doc/Zeroconf.txt
new file mode 100644 (file)
index 0000000..3f8f55e
--- /dev/null
@@ -0,0 +1,38 @@
+
+                     ngIRCd - Next Generation IRC Server
+
+                        (c)2001-2005 Alexander Barton
+                    alex@barton.de, http://www.barton.de/
+
+               ngIRCd is free software and published under the
+                   terms of the GNU General Public License.
+
+                             -- Zeroconf.txt --
+
+
+ngIRCd supports one aspect of Zeroconf Networking[1]: Multicast DNS (mDNS[2])
+with DNS Service Discovery (DNS-SD[3]).
+
+To use this features you can use one of two APIs:
+
+  a) Apple "Bonjour" API as used by Mac OS X,
+  b) the Howl[4] Zeroconf library.
+
+When calling the configure script using the "--with-zeroconf" switch the
+avalable API will be autodetected and the required additional libraries will
+be linked to the ngircd binary as required.
+
+ngIRCd then registers a DNS-SD service for each port it is listening on using
+the service type "_ircu._tcp.".
+
+
+Links:
+
+ [1] http://www.zeroconf.org/
+ [2] http://www.multicastdns.org/
+ [3] http://www.dns-sd.org/
+ [4] http://www.porchdogsoft.com/products/howl/
+
+
+-- 
+$Id: Zeroconf.txt,v 1.1 2005/07/08 16:19:03 alex Exp $