gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1438 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r1438 - GNUnet-docs/WWW
Date: Tue, 12 Jul 2005 17:50:16 -0700 (PDT)

Author: grothoff
Date: 2005-07-12 17:50:13 -0700 (Tue, 12 Jul 2005)
New Revision: 1438

Modified:
   GNUnet-docs/WWW/protocol.php3
   GNUnet-docs/WWW/protocol_p2p.php3
Log:
eng

Modified: GNUnet-docs/WWW/protocol.php3
===================================================================
--- GNUnet-docs/WWW/protocol.php3       2005-07-13 00:45:36 UTC (rev 1437)
+++ GNUnet-docs/WWW/protocol.php3       2005-07-13 00:50:13 UTC (rev 1438)
@@ -19,7 +19,7 @@
 W("The second protocol family is the client-server protocol.");
 W("The client-server protocol is used between <tt>gnunetd</tt> and the GNUnet 
tools.");
 W("Since <tt>gnunetd</tt> is a deamon process that runs in the background, the 
user must be able to interact with <tt>gnunetd</tt>.");
-W("GNUnet uses a TCP connection, typically loopback, to allow GNUnet clients 
to send requests to <tt>gnunetd</tt>.");
+W("GNUnet uses a TCP connection, typically via loopback, to allow GNUnet 
clients to send requests to <tt>gnunetd</tt>.");
 W("For these clients, the GNUnet tools, <tt>gnunetd</tt> acts as a server, and 
not as a peer.");
 W("Note that GNUnet clients are ultimately trusted.");
 W("GNUnet does not encrypt the TCP traffic between client and server since 
this connection should only ever be allowed either via loopback or on a trusted 
LAN.");
@@ -33,7 +33,11 @@
 W("Host addresses can be anything from a simple IP:PORT combination to an http 
URL or an E-mail address.");
 W("While a single peer can have as many addresses as transports, every peer is 
uniquely identified by its identity, which is the hash of its public key.");
 echo "</li></ol>";
-P();
+
+H2("Overview");
+BP();
+W("The protocols are described in the following sections:");
+EP();
 include("protocol_index.inc");
 include("html_footer.php3");
 ?>

Modified: GNUnet-docs/WWW/protocol_p2p.php3
===================================================================
--- GNUnet-docs/WWW/protocol_p2p.php3   2005-07-13 00:45:36 UTC (rev 1437)
+++ GNUnet-docs/WWW/protocol_p2p.php3   2005-07-13 00:50:13 UTC (rev 1438)
@@ -40,7 +40,6 @@
 W("The following groups of peer-to-peer messages are documented:");
 include("protocol_p2p_index.inc");
 EP();
-HR();
 
 include("html_footer.php3");
 ?>





reply via email to

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