]> arthur.barton.de Git - netatalk.git/commitdiff
Update infos. From HAT. netatalk-2-0-4-rc2
authorfranklahm <franklahm>
Tue, 5 May 2009 08:28:57 +0000 (08:28 +0000)
committerfranklahm <franklahm>
Tue, 5 May 2009 08:28:57 +0000 (08:28 +0000)
doc/DEVELOPER

index 6ee83d774a3b452e181fef9546f5aa8c4fe6e17c..52f3b141c956c5dc4312505dc3e95ea4282299c3 100644 (file)
@@ -1,20 +1,19 @@
-Information for Netatalk 1.5 Developers
-=======================================
+Information for Netatalk 2.0.4 Developers
+=========================================
 
 For basic installation instructions, see the INSTALL file.
 
-
-netatalk is an implementation of the AppleTalk Protocol Suite.  The
-current release contains support for EtherTalk Phase I and II, DDP,
-RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP.  The complete stack looks
-like this on a BSD-derived system:
-
-    AFP
-     |
-    ASP    PAP
-      \   /
-       ATP RTMP NBP ZIP AEP
-       |    |   |   |   |
+Netatalk is an implementation of the AppleTalk Protocol Suite and
+the Apple Filing Protocol (AFP).  The current release contains support
+for EtherTalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP
+ and AFP.  The complete stack looks like this on a BSD-derived system:
+
+    AFP                          AFP
+     |                            |
+    ASP    PAP                   DSI
+      \   /                       |
+       ATP RTMP NBP ZIP AEP       |
+        |    |   |   |   |        |
    -+---------------------------------------------------+- (kernel boundary)
     |                    Socket                         |
     +-----------------------+------------+--------------+
@@ -149,11 +148,10 @@ http://www.kernel.org/pub/linux/libs/pam/
 
 Netatalk also supports other standard PAM implementations such as OpenPAM.
 
-8. Berkeley DB
+8 Berkeley DB
 Berkeley DB is a programmatic toolkit that provides fast, reliable,
 scalable, and mission-critical database support to software
-developers. BDB documentation is available at:
-http://www.oracle.com/technology/documentation/berkeley-db/db/index.html
-
+developers. BDB can downloaded from
+http://www.oracle.com/database/berkeley-db/index.html
 Netatalk's CNID database uses the library and header files from BDB.
-Netatalk 2.0 requieres BDB >= 4.1.
+Currently, Netatalk supports BDB 4.1.25 and later.