gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15403 - gauger


From: gnunet
Subject: [GNUnet-SVN] r15403 - gauger
Date: Fri, 3 Jun 2011 17:17:54 +0200

Author: bartpolot
Date: 2011-06-03 17:17:54 +0200 (Fri, 03 Jun 2011)
New Revision: 15403

Modified:
   gauger/README
Log:
Documentation update


Modified: gauger/README
===================================================================
--- gauger/README       2011-06-03 15:04:37 UTC (rev 15402)
+++ gauger/README       2011-06-03 15:17:54 UTC (rev 15403)
@@ -60,14 +60,14 @@
    The hash can be generated by the install process or with the auto_add
    feature.
   Example:
-  [dir]
+  [config]
   data=my_data_directory
   salt=some_random_string
   auto_add=1
 
   [hosts]
-  user,123456=foo
-  user2,pass=testhost
+  hostname1="8d813378c294d9c43ea7cbe34e05c65cfa43b630"
+  testhost="aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d"
 
  * gauger-cli.conf: Client configuration
   Should contain one line with the server url, user and password.
@@ -82,9 +82,9 @@
 Before running, make sure the appropiate .conf files are in place
 
  * Server
-   Start the webserver according to your distribution instructions, making 
sure that
-   the server directory chosen at install time is readable by the webserver 
and that
-   the data directory set in gauger.conf is writeable.
+   Start the webserver according to your distribution instructions, making sure
+   that the server directory chosen at install time is readable by the 
webserver
+   and that the data directory set in gauger.conf is writeable.
 
  * Client
    * Command line
@@ -108,18 +108,20 @@
             return 0;
         }
 
+   * Other languages:
+     Similar to C: include the specific binding and call the GAUGER function-
+     See specific language folder under "bindings" for examples.
 
+
 Dependencies
 ============
- 
+
+* Client
  * python >= 2.6, < 3
     web site: http://www.python.org/
 
+* Server
  * gnuplot >= 4.4
     web site: http://www.gnuplot.info/
-
- * subversion >= 1.6
-    web site: http://subversion.tigris.org/
-
  * PHP >= 5.2
     web site: http://php.net/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]