gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] storm README


From: Benja Fallenstein
Subject: [Gzz-commits] storm README
Date: Fri, 04 Jul 2003 09:35:58 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Branch:         
Changes by:     Benja Fallenstein <address@hidden>      03/07/04 09:35:58

Modified files:
        .              : README 

Log message:
        syntax, grammar

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/README.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: storm/README
diff -u storm/README:1.11 storm/README:1.12
--- storm/README:1.11   Wed Jul  2 16:32:42 2003
+++ storm/README        Fri Jul  4 09:35:58 2003
@@ -95,33 +95,39 @@
 * CVS module storm-depends checked out as ../storm-depends
 
 
-Compile with command "make".
+Compile with ``make``.
 
 
-Example of importing files into Storm, storing them on local disk directory:
-mkdir ../test-pool
-make import POOL=../test-pool CT=text/plain FILES=../files/*.txt
-ls ../test-pool
+Example of importing files into Storm, storing them on local disk directory::
 
-Example of serving a local pool for http clients:
-make http-gateway POOL=../test-pool
+    mkdir ../test-pool
+    make import POOL=../test-pool CT=text/plain FILES=../files/*.txt
+    ls ../test-pool
+
+Example of serving a local pool for http clients::
+
+    make http-gateway POOL=../test-pool
 
 
 Example of setting up P2P:
-start the peer that publishes:
-make peer ARGS="-pub pool -port 2000"
 
-start a local peer that can fetch the blocks:
-make peer ARGS="-gw 5000 -port 2001 localhost:2000"
+- start the peer that publishes::
+
+    make peer ARGS="-pub pool -port 2000"
+
+- start a local peer that can fetch the blocks::
+
+    make peer ARGS="-gw 5000 -port 2001 localhost:2000"
+
+- or, start a remote peer that can fetch the blocks::
 
-or, start a remote peer that can fetch the blocks:
-make peer ARGS="-gw 5000 -port 2000 fishy.it.jyu.fi:2000"
+    make peer ARGS="-gw 5000 -port 2000 fishy.it.jyu.fi:2000"
 
 
 How to set up emacs
 -------------------
 
-(Benja says:) I use Storm with emacs and the `eldav`_.
+(Benja says:) I use Storm with emacs and `eldav`_.
 eldav is available as a Debian package.
 
 .. _eldav: http://www.gohome.org/eldav/




reply via email to

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