From 19c634873b49dea8b49fc54ca393153f7eb0eb35 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 02 Oct 2011 16:56:34 -0400
Subject: [PATCH] Skeleton Gitblit Client app using the json rpc api.

---
 docs/01_setup.mkd |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd
index 1c8db12..125bac2 100644
--- a/docs/01_setup.mkd
+++ b/docs/01_setup.mkd
@@ -130,7 +130,7 @@
 	    accessRestriction = clone
 	    isFrozen = false
 	    showReadme = false
-	    excludeFromFederation = false
+	    federationStrategy = FEDERATE_THIS
 	    isFederated = false
 	    federationSets = 
 	    
@@ -172,6 +172,16 @@
 public interface IUserService {
 
 	/**
+	 * Setup the user service.
+	 * 
+	 * @param settings
+	 * @since 0.6.1
+	 */
+	@Override
+	public void setup(IStoredSettings settings) {
+	}
+	
+	/**
 	 * Does the user service support cookie authentication?
 	 * 
 	 * @return true or false

--
Gitblit v1.9.1