You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2016/02/15 03:42:32 UTC

[08/36] directory-kerby git commit: Add the api link in README file.

Add the api link in README file.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/ac3d5bbc
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/ac3d5bbc
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/ac3d5bbc

Branch: refs/heads/kadmin-remote
Commit: ac3d5bbcc4e18848c325aa4faa73226b9db6d5be
Parents: e90619e
Author: plusplusjiajia <ji...@intel.com>
Authored: Sat Jan 23 19:48:59 2016 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Sat Jan 23 19:48:59 2016 +0800

----------------------------------------------------------------------
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/ac3d5bbc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7218543..f356121 100644
--- a/README.md
+++ b/README.md
@@ -38,18 +38,23 @@ Apache Kerby is a Java Kerberos binding. It provides a rich, intuitive and inter
 
 ### KrbClient APIs
 A Krb client API for applications to interact with KDC.  
+Please look at [kerb-client](docs/1.0.0-RC2-APIs/krbclient.md) for details.
 
 ### Kadmin
 Server side admin facilities.  
+Please look at [kerb-admin](docs/1.0.0-RC2-APIs/kadmin.md) for details.
 
 ### KdcServer
 Kerberos Server API.  
+Please look at [kerb-server](docs/1.0.0-RC2-APIs/kdcserver.md) for details.
 
 ### SimpleKdcServer
 A simplified Kdc server. It can be imported by other project to work as a kdc server.  
+Please look at [kerb-simplekdc](docs/1.0.0-RC2-APIs/simplekdc.md) for details.
 
 ### ASN-1 support
-A model driven ASN-1 encoding and decoding framework implemented with Java.
+A model driven ASN-1 encoding and decoding framework implemented with Java.  
+Please look at [kerby-asn1](docs/1.0.0-RC2-APIs/kerby-asn1.md) for details.
 
 ### How to play with the standalone KDC
 Please look at [Kerby KDC](kerby-dist/README.md) for details.