You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2015/03/24 07:38:16 UTC

[2/2] directory-kerby git commit: Refined some texts in the home page

Refined some texts in the home page


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

Branch: refs/heads/master
Commit: f040bec57e7d5da5cbe97b2adc869630066b5cb8
Parents: 7722601
Author: Drankye <dr...@gmail.com>
Authored: Tue Mar 24 14:38:04 2015 +0800
Committer: Drankye <dr...@gmail.com>
Committed: Tue Mar 24 14:38:04 2015 +0800

----------------------------------------------------------------------
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/f040bec5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 4b2b303..253cc3c 100644
--- a/README.md
+++ b/README.md
@@ -74,19 +74,19 @@ Independent of Kerberos code in JRE, but rely on JCE
 | rc4 |	The RC4 family: arcfour-hmac |
 | camellia | The Camellia family: camellia256-cts-cmac and camellia128-cts-cmac |
 
-### How to run with a standalone kdc server
- [Kerby Distribution README](kerby-dist/README.md)
+### How to play with the standalone KDC
+ [Kerby KDC](kerby-dist/README.md)
+
+#### Kerby Lib Projects
+- kerby-asn1. A model driven ASN-1 encoding and decoding framework
+- kerby-event. A pure event driven application framework aiming to construct applications of asynchronous and concurrent handlers. It includes UDP and TCP transports based on pure Java NIO and concurrency pattern.
+- kerby-config. A unified configuration API that aims to support various configuration file formats, like XML, INI, even Java Map and Properties.
 
 ### Dependency
 - The core part is ensured to only depend on the JRE and SLF4J. Every external dependency is taken carefully and maintained separately.
 - [Not-Yet-Commons-SSL](http://juliusdavies.ca/not-yet-commons-ssl-0.3.9/), required by pki-provider and PKINIT mechanism.
 - [Nimbus JOSE + JWT](http://connect2id.com/products/nimbus-jose-jwt), needed by token-provider and TokenPreauth mechanism.
 
-##### Lib Projects
-- kerby-asn1. A model driven ASN-1 encoding and decoding framework
-- kerby-event. A pure event driven application framework aiming to construct applications of asynchronous and concurrent handlers. It includes UDP and TCP transports based on pure Java NIO and concurrency pattern.
-- kerby-config. A unified configuration API that aims to support various configuration file formats, like XML, INI, even Java Map and Properties.
-
 ### License
 Apache License V2.0