gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r1610 - GNUnet-docs/WWW
Date: Fri, 5 Aug 2005 13:30:42 -0700 (PDT)

Author: durner
Date: 2005-08-05 13:30:39 -0700 (Fri, 05 Aug 2005)
New Revision: 1610

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

Modified: GNUnet-docs/WWW/freeservice.php3
===================================================================
--- GNUnet-docs/WWW/freeservice.php3    2005-08-05 20:19:42 UTC (rev 1609)
+++ GNUnet-docs/WWW/freeservice.php3    2005-08-05 20:30:39 UTC (rev 1610)
@@ -8,7 +8,7 @@
 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.");
+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");
 BP();
@@ -23,7 +23,7 @@
 [Google]<br />host=www.google.de<br />port=80
 [My mailboxes]<br />host=localhost<br />port=25");
 BP();
-W("In this example, a FreeService called "My Homepage" (actually a 
\"Freesite\") is defined."); W("The webserver (perhaps Apache) serving it runs 
locally on port 8080.");
+W("In this example, a FreeService called \"My Homepage\" (actually a 
\"Freesite\") is defined."); W("The webserver (perhaps Apache) serving it runs 
locally on port 8080.");
 W("Because Google is known to censor search hits in certain countries, we (who 
are living in a free country) also relay anonymous traffic to them.");
 W("Finally, we accept anonymous mail destined to us."); W("Our mailserver 
(perhaps Sendmail or qmail) runs at port 25 and accepts mail for our anonymous 
domain (see below).");
 EP();
@@ -38,7 +38,7 @@
 LI("The request gets decrypted by the core of gnunetd and is forwarded to the 
FreeService module (just like FS or Chat messages).");
 LI("The FreeService module connects to the destination as defined in the 
configuration file (webserver at port 8080, for example), forwards the request 
(<i>HTTP GET</i>, for example) and forwards the response to the core of 
gnunetd, that in turn sends it to the requester through the GNUnet network.");
 EOL();
-intlink_("freeservice-server.png", "[Picture]")
+intlink_("freeservice-server.png", "[Picture]");
 EP();
 
 H1("Client side");
@@ -46,7 +46,7 @@
 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.");
 W("Depending on the application/protocol, an application proxy has to be put 
in front of the SOCKS proxy."); W("This is recommended in case the protocol 
compromises anonymity (anonymizing HTTP proxy).");
-intlink_("freeservice-client.png", "[Picture]")
+intlink_("freeservice-client.png", "[Picture]");
 EP();
 
 H1("Addresses and Hyperlinks");
@@ -60,7 +60,7 @@
 H2("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:");
+W("In that way, an alias \"mysite\" could be defined for the hash above:");
 PRE("&nbsp;&nbsp;http://mysite.gnunet/index.html";);
 EP();
 BP();
@@ -71,15 +71,15 @@
 H2("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).");
+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");
 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.");
-W("To circumvent this, an additional proxy server has to be added in front of 
the SOCKS proxy."); W("This proxy checks every "normal" request whether it is 
the result of a link on an anonymous page (through the HTTP header 
"Referrer").");
+W("To circumvent this, an additional proxy server has to be added in front of 
the SOCKS proxy."); W("This proxy checks every \"normal\" request whether it is 
the result of a link on an anonymous page (through the HTTP header 
\"Referrer\").");
 W("In this case, a warning message is returned first.");
 EP();
 





reply via email to

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