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 2015/07/09 09:19:04 UTC

svn commit: r1689994 - in /directory/site/trunk/content/kerby: developer-guide.mdtext downloads.mdtext user-guide/6-network-support.mdtext

Author: plusplusjiajia
Date: Thu Jul  9 07:19:04 2015
New Revision: 1689994

URL: http://svn.apache.org/r1689994
Log:
Refine the kerby format.

Modified:
    directory/site/trunk/content/kerby/developer-guide.mdtext
    directory/site/trunk/content/kerby/downloads.mdtext
    directory/site/trunk/content/kerby/user-guide/6-network-support.mdtext

Modified: directory/site/trunk/content/kerby/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/kerby/developer-guide.mdtext?rev=1689994&r1=1689993&r2=1689994&view=diff
==============================================================================
--- directory/site/trunk/content/kerby/developer-guide.mdtext (original)
+++ directory/site/trunk/content/kerby/developer-guide.mdtext Thu Jul  9 07:19:04 2015
@@ -25,15 +25,18 @@ This is a simple guide to help developer
 To get the source, you will need to have git installed. Just type the following command to get the latest development version:
 
 	git clone https://git-wip-us.apache.org/repos/asf/directory-kerby.git
+
 	
 ## Git Mirror
 
 The git repository is mirrored to Github: <https://github.com/apache/directory-kerby/>.
 
+
 ## Build
 
     mvn clean package
 
+	
 ## Setup Intellij
 
 1. File -> Import Project...
@@ -41,8 +44,9 @@ The git repository is mirrored to Github
 3. Import project from external model -> Maven
 4. Finish
 
+
 ## Issue Tracker
 
-[Jira](https://issues.apache.org/jira/browse/DIRKRB).
+Jira: https://issues.apache.org/jira/browse/DIRKRB
 
 

Modified: directory/site/trunk/content/kerby/downloads.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/kerby/downloads.mdtext?rev=1689994&r1=1689993&r2=1689994&view=diff
==============================================================================
--- directory/site/trunk/content/kerby/downloads.mdtext (original)
+++ directory/site/trunk/content/kerby/downloads.mdtext Thu Jul  9 07:19:04 2015
@@ -29,7 +29,7 @@ The Apache Kerby is distributed as a jar
 
 The Apache Kerby is also available as a Maven dependency:
 
-* Kerby Client API
+* Kerby Client API:
 
     <dependency>
         <groupId>org.apache.kerby</groupId>
@@ -37,7 +37,7 @@ The Apache Kerby is also available as a
         <version>${api-version}</version>
     </dependency>
 
-* Kerby Server API
+* Kerby Server API:
 
     <dependency>
         <groupId>org.apache.kerby</groupId>
@@ -45,7 +45,7 @@ The Apache Kerby is also available as a
         <version>${api-version}</version>
     </dependency>
 
-* Kerby ASN1
+* Kerby ASN1:
 
     <dependency>
         <groupId>org.apache.kerby</groupId>
@@ -53,7 +53,7 @@ The Apache Kerby is also available as a
         <version>${api-version}</version>
     </dependency>
 
-* Kerby Simple KDC
+* Kerby Simple KDC:
 
     <dependency>
         <groupId>org.apache.kerby</groupId>

Modified: directory/site/trunk/content/kerby/user-guide/6-network-support.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/kerby/user-guide/6-network-support.mdtext?rev=1689994&r1=1689993&r2=1689994&view=diff
==============================================================================
--- directory/site/trunk/content/kerby/user-guide/6-network-support.mdtext (original)
+++ directory/site/trunk/content/kerby/user-guide/6-network-support.mdtext Thu Jul  9 07:19:04 2015
@@ -3,6 +3,8 @@ NavPrev: 5-crypto-and-encryption-types.h
 NavPrevtext: 5 - Kerberos Crypto and Encryption Types
 NavUp: ../user-guide.html
 NavUpText: User Guide
+NavNext: 7-dependency.html
+NavNextText: 7 - Dependency
 Notice: Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information