]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/Zeroconf.txt
Fix spelling in some documents.
[ngircd-alex.git] / doc / Zeroconf.txt
index 3f8f55e62c6f09ee7d72a5a8995a49d495f7ac7e..120892218d6ef4fd493a880d87ca34136185856e 100644 (file)
@@ -1,7 +1,7 @@
 
                      ngIRCd - Next Generation IRC Server
 
-                        (c)2001-2005 Alexander Barton
+                        (c)2001-2006 Alexander Barton
                     alex@barton.de, http://www.barton.de/
 
                ngIRCd is free software and published under the
@@ -16,10 +16,11 @@ 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.
+  b) the Howl[4] Zeroconf library or the Howl compatibility layer
+     of the newer Avahi[5] library.
 
 When calling the configure script using the "--with-zeroconf" switch the
-avalable API will be autodetected and the required additional libraries will
+available 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
@@ -32,7 +33,8 @@ Links:
  [2] http://www.multicastdns.org/
  [3] http://www.dns-sd.org/
  [4] http://www.porchdogsoft.com/products/howl/
+ [5] http://avahi.org/
 
 
 -- 
-$Id: Zeroconf.txt,v 1.1 2005/07/08 16:19:03 alex Exp $
+$Id: Zeroconf.txt,v 1.2 2006/08/03 14:37:29 alex Exp $