From c1b1577529cae5afe3ea5f1b273df15e8c741696 Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Mon, 21 Jan 2013 15:38:44 +0100
Subject: [PATCH] update README pro verzi 2.2

---
 src/warden-server/doc/README | 47 +++++++++++-------------------------
 1 file changed, 14 insertions(+), 33 deletions(-)

diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README
index 097bd2f..22e1fae 100644
--- a/src/warden-server/doc/README
+++ b/src/warden-server/doc/README
@@ -1,5 +1,5 @@
 +----------------------------+
-| README - Warden Server 2.1 |
+| README - Warden Server 2.2 |
 +----------------------------+
 
 Content
@@ -25,7 +25,7 @@ A. Overall Information
 
  2. Version
   
-    2.1 (2012-11-16)
+    2.2 (2013-??-??)
     
  3. Package structure
  
@@ -43,17 +43,18 @@ A. Overall Information
 	INSTALL
 	LICENSE
 	README
+	UNINSTALL
+	UPDATE
 	warden.mysql
+	warden20to21.patch
       etc/
 	package_version
         warden-apache.conf
-        warden-client.conf
 	warden-server.conf
       lib/
         WardenConf.pm
 	Warden.pm
-        WardenReg.pm
-        WardenStatus.pm  
+	WardenCommon.pm
 	Warden/
 	  ApacheDispatch.pm
       uninstall.sh
@@ -92,11 +93,11 @@ C. Installation
 
  1. Check SHA1 checksum of the Warden server package archive.
 
-    $ sha1sum -c warden-server-2.1.tar.gz.sig
+    $ sha1sum -c warden-server-2.2.tar.gz.sig
 
  2. Untar it.
 
-    $ tar xzvf warden-server-2.1.tar.gz
+    $ tar xzvf warden-server-2.2.tar.gz
 
  3. Run install.sh. 
   
@@ -121,16 +122,10 @@ C. Installation
 
  4. Configuration files
   
-    You are advised to check configuration file warden-apache.conf,
-    warden-server.conf and warden-client.conf in warden-server/etc/
-    directory after installation. For more information about post-installation
-    steps see INSTALL file in 'doc' directory.
-
-    Although this is the Warden server package it also contains several
-    functions (for administration and maintenance) that are strictly 
-    client-side in a way the Warden system handles functions. Therefore you have
-    to check both server and client config files to make sure your installation
-    of the Warden server was successful and complete.   
+    You are advised to check configuration file warden-apache.conf and
+    warden-server.conf in warden-server/etc/ directory after installation.
+    For more information about post-installation steps see INSTALL file in
+    'doc' directory.
     
     SOAP protocol is used for handling communication between server and clients.
     Therefore, correct URI of Warden server must be set.
@@ -140,22 +135,8 @@ C. Installation
 
     Configuration files contain following parameters:
 
-    a) warden-client.conf:
 
-    URI 	  - URI Warden server
-          	    e.g. 'https://warden.server.com:443/Warden'
-
-    SSL_KEY_FILE  - path to a host key file,
-    	    	    e.g. '/etc/ssl/private/warden.server.com.key'
-
-    SSL_CERT_FILE - path to a host certificate file,
-     		    e.g. '/etc/ssl/certs/warden.server.com.pem'
-
-    SSL_CA_FILE   - path to a CA file
-                    e.g. '/etc/ssl/certs/tcs-ca-bundle.pem' 
-
-
-    b) warden-server.conf:
+    a) warden-server.conf:
 
     The Warden server configuration file contains:
 
@@ -374,4 +355,4 @@ H. Status Info
 
 --------------------------------------------------------------------------------
 
-Copyright (C) 2011-2012 Cesnet z.s.p.o
+Copyright (C) 2011-2013 Cesnet z.s.p.o
-- 
GitLab