From 182d6c0ec07da5ed7b130099cd6d5934850fd175 Mon Sep 17 00:00:00 2001
From: Jan Soukal <soukal@ics.muni.cz>
Date: Thu, 19 Jan 2012 16:45:21 +0100
Subject: [PATCH] Doplnena sekce A. Overall Information

---
 src/warden-server/doc/README | 41 +++++++++++++++++++++++-------------
 1 file changed, 26 insertions(+), 15 deletions(-)

diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README
index 3f38032..4ca856f 100644
--- a/src/warden-server/doc/README
+++ b/src/warden-server/doc/README
@@ -18,35 +18,46 @@ Content
 --------------------------------------------------------------------------------
 A. Overall Information
 
- /*TODO*/Upravit pro kontext warden serveru
-
  1. About Warden Client
  
     Warden is a client-based architecture service designed to share detected
     security issues (events) among CSIRT and CERT teams in a simple and fast way.
     
-    This package offers full client functionality to both report events to
-    server and to retreive batch of new events from server. It is composed from
-    several perl modules/libraries which should be included into local
-    application of detection of reaction type. 
- 
+    This package offers full server functionality to both install and maintain
+    Warden server and to register and/or unregister particular clients.
+
  2. Version
   
-    1.0.0 (2011-11-16)
+    1.0.0 (2012-01-31)
     
  3. Package structure
  
-    warden-client/
+    warden-server/
+      bin/
+        getClients.pl
+	getStatus.pl
+	registerReceiver.pl
+	registerSender.pl
+	unregisterClients.pl
+	warden-alive
+	wardend
+	warden-server.pl
       doc/
-        example-sender.pl.txt
-        example-receiver.pl.txt
+        CHANGELOG
+	INSTALL
+	LICENSE
+	README
       etc/
         warden-client.conf
-      var/
+	warden-server.conf
       lib/
-        WardenClientSend.pm
-        WardenClientReceive.pm
-        WardenConf.pm  
+        WardenConf.pm
+        WardenReg.pm
+        WardenStatus.pm  
+      sh/
+        create_table
+	install
+	update
 
 --------------------------------------------------------------------------------
 B. Installation Dependencies
-- 
GitLab