gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r1616 - GNUnet-docs/WWW
Date: Fri, 5 Aug 2005 13:49:20 -0700 (PDT)

Author: durner
Date: 2005-08-05 13:49:15 -0700 (Fri, 05 Aug 2005)
New Revision: 1616

Modified:
   GNUnet-docs/WWW/freeservice.php3
Log:
fix

Modified: GNUnet-docs/WWW/freeservice.php3
===================================================================
--- GNUnet-docs/WWW/freeservice.php3    2005-08-05 20:37:36 UTC (rev 1615)
+++ GNUnet-docs/WWW/freeservice.php3    2005-08-05 20:49:15 UTC (rev 1616)
@@ -4,18 +4,18 @@
 $description = "FreeServices - tunneling everything over GNUnet";
 include("html_header.php3");
 
-H1("Introduction");
+H2("Introduction");
 BP();
 W("At the moment, GNUnet implements two applications: file-sharing and 
broadcast chat.");
 W("Most of the existing and well-known Internet services can transmit data 
through GNUnet and thus establish anonymous connections between publishers and 
receivers.");
 W("This concept proposes \"GNUnet FreeServices\" as an application-independent 
solution without the need to modify existing protocols and software.");
 EP();
-H2("Status of this document");
+H3("Status of this document");
 BP();
 W("This document is currently an early request for comments."); W("Important 
details may be added, changed or left out in the final implementation.");
 EP();
 
-H1("Setting up a FreeService");
+H2("Setting up a FreeService");
 BP();
 W("Every Internet service that is to be published through GNUnet has to be 
defined in a central configuration file that is stored on the computer that 
runs gnunetd:");
 EP();
@@ -31,7 +31,7 @@
 W("For every FreeService, a RSA key is generated. The hash of the Public Key 
is used as an unique identifier just like a domain name (FQDN).");
 W("The private key is used to digitally sign responses to proof 
authenticity.");
 EP();
-H1("Server side");
+H2("Server side");
 BP();
 BOL();
 LI("An encrypted request for a FreeService is received as usual (port 2086)");
@@ -41,7 +41,7 @@
 intlink_("freeservice-server.png", "[Picture]");
 EP();
 
-H1("Client side");
+H2("Client side");
 BP();
 W("Client connections are always routed through a special GNUnet SOCKSv5 proxy 
to the GNUnet server that makes the requested FreeService available.");
 W("This SOCKS proxy accepts TCP-stlye requests and forwards it to the local 
GNUnet server (its FreeService module to be precisely) which forwards the 
request to the GNUnet server homing the FreeService.");
@@ -49,7 +49,7 @@
 intlink_("freeservice-client.png", "[Picture]");
 EP();
 
-H1("Addresses and Hyperlinks");
+H2("Addresses and Hyperlinks");
 BP();
 W("As described above, every FreeService is identified by the hash of its 
Public-Key.");
 W("Therefore, it can be used to construct an URI.");
@@ -57,7 +57,7 @@
 PRE("  http://D9HF28EPQ403TSJH8333UIFG85JDM56.gnunet/index.html";);
 EP();
 
-H2("Aliases");
+H3("Aliases");
 BP();
 W("Because such a URI is hard to remember, the SOCKS proxy maintains a 
database of alternative names.");
 W("In that way, an alias \"mysite\" could be defined for the hash above:");
@@ -67,15 +67,15 @@
 W("Because there's no way to set up a central registry for such names (as 
denic.de for German domain names), they are only stored for local use.");
 EP();
 
-H1("Usage");
-H2("HTTP");
+H2("Usage");
+H3("HTTP");
 BP();
 W("To request content from .gnunet-Sites, a browser has to be configured to 
forward <b>all</b> requests to the GNUnet SOCKS proxy.");
 W("The proxy server checks the domain name for the postfix \".gnunet\" and 
forwards these requests to the GNUnet server.");
 W("Requests besides the TLD \".gnunet\" are treated as normal requests and are 
forwarded to either the destination server or a final HTTP proxy server (yours 
or your provider's).");
 EP();
 
-H3("Links to non-anonymous content");
+H4("Links to non-anonymous content");
 BP();
 W("A freesite may embed or link to pictures or other content.");
 W("In case this is not done through the .gnunet-Address, but the usual address 
(http://www.mysite.com/title.jpg, for example), the requester looses anonymity 
when requesting the content: the request does not get routed through GNUnet, 
but a normal - maybe not encrypted - direct connection to the destination 
server.");
@@ -83,14 +83,13 @@
 W("In this case, a warning message is returned first.");
 EP();
 
-H2("Mail");
+H3("Mail");
 BP();
-W("Mailaddresses look like those presented above. Mail is sent to %s or %s.",
-       PRE("&nbsp;&nbsp;address@hidden"),
-       PRE("&nbsp;&nbsp;address@hidden"));
+W("Mailaddresses look like those presented above. Mail is sent to 
address@hidden or address@hidden");
 W("To accept these addresses, the mailreader has to be configured to forward 
all mail to the GNUnet SOCKS proxy."); W("It checks for the TLD \".gnunet\" and 
sends the mail through GNUnet if necessary.");
+EP();
 
-H1("The whole picture");
+H2("The whole picture");
 W("... is %s.", intlink_("freeservice-all.png", "here"));
 include("html_footer.php3");
 ?>





reply via email to

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