[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2506: Added latest help changes to Finnish and Swedish translation (in vidalia/trunk/src/vidalia/help/content: . fi sv)



Author: djhasis
Date: 2008-04-12 16:10:42 -0400 (Sat, 12 Apr 2008)
New Revision: 2506

Added:
   vidalia/trunk/src/vidalia/help/content/fi/services.html
   vidalia/trunk/src/vidalia/help/content/sv/services.html
Modified:
   vidalia/trunk/src/vidalia/help/content/content.qrc
   vidalia/trunk/src/vidalia/help/content/fi/config.html
   vidalia/trunk/src/vidalia/help/content/fi/contents.xml
   vidalia/trunk/src/vidalia/help/content/sv/config.html
   vidalia/trunk/src/vidalia/help/content/sv/contents.xml
Log:
Added latest help changes to Finnish and Swedish translations, not yet translated them

Modified: vidalia/trunk/src/vidalia/help/content/content.qrc
===================================================================
--- vidalia/trunk/src/vidalia/help/content/content.qrc	2008-04-12 19:44:24 UTC (rev 2505)
+++ vidalia/trunk/src/vidalia/help/content/content.qrc	2008-04-12 20:10:42 UTC (rev 2506)
@@ -23,6 +23,7 @@
     <file>fi/netview.html</file>
     <file>fi/links.html</file>
     <file>fi/bridges.html</file>
+    <file>en/services.html</file>
     <!-- German -->
     <file>de/contents.xml</file>
     <file>de/index.html</file>
@@ -58,6 +59,7 @@
     <file>sv/netview.html</file>
     <file>sv/links.html</file>
     <file>sv/bridges.html</file>
+    <file>en/services.html</file>
   </qresource>
 </RCC>
 

Modified: vidalia/trunk/src/vidalia/help/content/fi/config.html
===================================================================
--- vidalia/trunk/src/vidalia/help/content/fi/config.html	2008-04-12 19:44:24 UTC (rev 2505)
+++ vidalia/trunk/src/vidalia/help/content/fi/config.html	2008-04-12 20:10:42 UTC (rev 2506)
@@ -128,6 +128,14 @@
   </li>
 </ul>
 
+
+<a name="services"/>
+<h3>Hidden Service Settings</h3>
+<p>
+Hidden services allow you to provide any kind of TCP-based service, e.g.
+an HTTP service, to others without revealing your IP address.
+</p>
+
 </body>
 </html>
 

Modified: vidalia/trunk/src/vidalia/help/content/fi/contents.xml
===================================================================
--- vidalia/trunk/src/vidalia/help/content/fi/contents.xml	2008-04-12 19:44:24 UTC (rev 2505)
+++ vidalia/trunk/src/vidalia/help/content/fi/contents.xml	2008-04-12 20:10:42 UTC (rev 2506)
@@ -32,6 +32,7 @@
     <Topic id="server" name="Reititinasetukset" html="config.html" section="server"/>
     <Topic id="appearance" name="Ulkoasun asetukset" html="config.html" section="appearance"/>
     <Topic id="advanced" name="Lisäasetukset" html="config.html" section="advanced"/>
+    <Topic id="services" name="Hidden Services" html="config.html" section="services"/> 
   </Topic>
   <Topic id="server" name="Reitittimen asentaminen" html="server.html">
     <Topic id="basic" name="Yleiset-asetukset" html="server.html" section="basic"/>
@@ -42,6 +43,14 @@
     <Topic id="about" name="Mitä ovat siltareitittimet?" html="bridges.html" section="about"/>
     <Topic id="finding" name="Miten löydän siltareitittimen?" html="bridges.html" section="finding"/>
   </Topic>
+  <Topic id="services" name="Hidden Services" html="services.html">
+    <Topic id="about" name="What is a hidden service?" html="services.html" section="about"/>
+    <Topic id="provide" name="How do I provide a hidden service?" html="services.html" section="provide"/>
+    <Topic id="data" name="What data do I need to provide?" html="services.html" section="data"/>
+    <Topic id="buttons" name="What are the five buttons used for?" html="services.html" section="buttons"/>
+    <Topic id="advanced" name="How can I configure advanced hidden service settings?" html="services.html" section="advanced"/>
+    <Topic id="client" name="How does Vidalia help me to access other hidden services?" html="services.html" section="client"/>
+  </Topic>
   <Topic id="troubleshooting" name="Vianetsintä" html="troubleshooting.html">
     <Topic id="start" name="Tor ei käynnisty" html="troubleshooting.html" section="start"/>
     <Topic id="connect" name="Vidalia ei yhdistä Tor-ohjelmaan" html="troubleshooting.html" section="connect"/>

Added: vidalia/trunk/src/vidalia/help/content/fi/services.html
===================================================================
--- vidalia/trunk/src/vidalia/help/content/fi/services.html	                        (rev 0)
+++ vidalia/trunk/src/vidalia/help/content/fi/services.html	2008-04-12 20:10:42 UTC (rev 2506)
@@ -0,0 +1,146 @@
+<!--
+**  $Id $
+** 
+**  This file is part of Vidalia, and is subject to the license terms in the
+**  LICENSE file, found in the top level directory of this distribution. If 
+**  you did not receive the LICENSE file with this file, you may obtain it
+**  from the Vidalia source package distributed by the Vidalia Project at
+**  http://www.vidalia-project.net/. No part of Vidalia, including this file,
+**  may be copied, modified, propagated, or distributed except according to
+**  the terms described in the LICENSE file.
+-->
+
+<html>
+<body>
+
+<h1>Hidden Services</h1>
+<hr />
+
+Remark: Support for hidden services is new in Vidalia. You should expect it
+to have bugs, some of which possibly corrupting your hidden service
+configuration. So, don't rely on it, or rather, don't blame us if something
+goes wrong. If you find bugs or have comments on this new feature, please
+let us know! We need your feedback.
+
+<a name="about"/>
+<h3>What is a hidden service?</h3>
+<p>
+Hidden services allow you to provide any kind of TCP-based service, e.g. an
+HTTP service, to others without revealing your IP address. The protocol
+to provide a hidden service is built on top of the same circuits that Tor
+uses for anonymous browsing and roughly has similar anonymity properties.
+</p>
+
+<p>
+For more information on hidden service you may want to read section 5 of
+Tor's design paper (doc/design-paper/tor-design.pdf) or the Rendezvous
+Specification (doc/spec/rend-spec.txt).
+</p>
+
+<a name="provide"/>
+<h3>How do I provide a hidden service?</h3>
+<p>
+Providing a hidden service consists of at least two steps:
+<ol>
+  <li>Install a web server locally (or a server for whatever service you
+      want to provide, e.g. IRC) to listen for local requests.</li>
+  <li>Configure your hidden service, so that Tor relays requests coming
+      from Tor users to your local server.</li>
+</ol>
+There is a fine tutorial on the Tor website
+(https://www.torproject.org/docs/tor-hidden-service.html) that describes
+these steps in more detail.
+</p>
+
+<a name="data"/>
+<h3>What data do I need to provide?</h3>
+<p>
+The services table contains five columns containing data about configured
+hidden services:
+<ul>
+  <li>Onion Address (generated): The service (or onion) address is
+      generated by Tor to uniquely identify your service. Give this onion
+      address to the people who shall be able to access your service. You
+      may use the "Copy to clipboard" button for that to avoid typos. If
+      you have just created a hidden service, the field says "[Created by
+      Tor]"; in order to make it display the real onion address, you need
+      to save your configuration and re-open the settings window.</li>
+  <li>Virtual Port (required): This is the TCP port that clients will need
+      to know in order to access your service. Typically, you will want to
+      use the service-specific port here, e.g. port 80 for HTTP. Note that
+      the virtual port usually has nothing to do with firewall settings,
+      because it is only used Tor-internally.</li>
+  <li>Target (optional): Usually you want Tor to relay connection requests
+      to localhost on a different port than the one you specified in
+      "Virtual Port". Therefore, you can specify a target consisting of
+      physical address and port to which requests to your hidden service
+      are redirected, e.g. to localhost:5222 (or on whatever port your
+      server is listening). If you don't specify any target, Tor will
+      redirect requests to the port specified in "Virtual Port" on
+      localhost.</li>
+  <li>Service Directory (required): Tor needs to store some hidden-service
+      specific files in a separate directory, e.g. a private key and a
+      hostname file containing the onion address. This directory should be
+      distinct from a directory containing content that the service
+      provides. A good place for a service directory might be a sub
+      directory in Tor's data directory. -- Note that you cannot change the
+      directory of a running service (it wouldn't make much sense to allow
+      it, because Vidalia is not supposed to move directories on your hard
+      disk!). If you want to move a hidden service to another directory,
+      please proceed as follows: Start by disabling the service in Vidalia
+      and save the configuration. Then move the directory on your hard disk
+      to the new place. Finally, change the directory in Vidalia to the new
+      location, enable the service again, and save the new
+      configuration.</li>
+  <li>Enabled: If this checkbox is disabled, Vidalia will not configure the
+      given hidden service in Tor. This can be useful for keeping the
+      configuration of a currently unused service for later use. All
+      non-enabled services are stored in the Vidalia-specific configuration
+      file vidalia.conf.</li>
+</ul>
+</p>
+
+<a name="buttons"/>
+<h3>What are the five buttons used for?</h3>
+<p>
+<ul>
+  <li>Add service: Creates a new empty service configuration.</li>
+  <li>Remove service: Permanently removes a hidden service configuration.
+      (If you want to temporarily remove a service, uncheck its Enabled
+      checkbox.)</li>
+  <li>Copy to clipboard: Copies the onion address to the clipboard, so
+      that you can tell it to whoever shall be able to use your
+      service.</li>
+  <li>Browse: Lets you browse to find a local hidden service
+      directory.</li>
+</ul>
+</p>
+
+<a name="advanced"/>
+<h3>How can I configure advanced hidden service settings?</h3>
+<p>
+Tor allows configuration of more specific settings for hidden services,
+e.g. forcing to use (or avoiding) certain nodes as introduction points, or
+providing multiple virtual ports for the same service.
+</p>
+
+<p>
+However, we decided to simplify things in Vidalia and provide only the most
+common settings. If you want to configure advanced settings, you need to do
+so in Tor's torrc file. Vidalia will not remove those settings even when
+you are editing your hidden services. If you specify more than one virtual
+port, only the first will be displayed and be editable.
+</p>
+
+<a name="client"/>
+<h3>How does Vidalia help me to access other hidden services?</h3>
+<p>
+Not at all. There is no need to do so. If you want to access another hidden
+service, type the service's onion address in your browser (or appropriate
+client application if it's not a web service), and Tor does the rest for
+you. There is no need to specifically configure Tor for that.
+</p>
+
+</body>
+</html>
+

Modified: vidalia/trunk/src/vidalia/help/content/sv/config.html
===================================================================
--- vidalia/trunk/src/vidalia/help/content/sv/config.html	2008-04-12 19:44:24 UTC (rev 2505)
+++ vidalia/trunk/src/vidalia/help/content/sv/config.html	2008-04-12 20:10:42 UTC (rev 2506)
@@ -186,6 +186,14 @@
   </li>
 </ul>
 
+
+<a name="services"/>
+<h3>Hidden Service Settings</h3>
+<p>
+Hidden services allow you to provide any kind of TCP-based service, e.g.
+an HTTP service, to others without revealing your IP address.
+</p>
+
 </body>
 </html>
 

Modified: vidalia/trunk/src/vidalia/help/content/sv/contents.xml
===================================================================
--- vidalia/trunk/src/vidalia/help/content/sv/contents.xml	2008-04-12 19:44:24 UTC (rev 2505)
+++ vidalia/trunk/src/vidalia/help/content/sv/contents.xml	2008-04-12 20:10:42 UTC (rev 2506)
@@ -32,6 +32,7 @@
     <Topic id="server" name="Utdelning-inställningar" html="config.html" section="server"/>
     <Topic id="appearance" name="Utseende-inställningar" html="config.html" section="appearance"/>
     <Topic id="advanced" name="Avancerat-inställningar" html="config.html" section="advanced"/>
+    <Topic id="services" name="Hidden Services" html="config.html" section="services"/> 
   </Topic>
   <Topic id="server" name="Installerar en Tor-router" html="server.html">
     <Topic id="basic" name="Allmänt-inställningar" html="server.html" section="basic"/>
@@ -42,6 +43,14 @@
     <Topic id="about" name="Vad är en bryggarouter?" html="bridges.html" section="about"/>
     <Topic id="finding" name="Hur kan jag hitta en brygga?" html="bridges.html" section="finding"/>
   </Topic>
+  <Topic id="services" name="Hidden Services" html="services.html">
+    <Topic id="about" name="What is a hidden service?" html="services.html" section="about"/>
+    <Topic id="provide" name="How do I provide a hidden service?" html="services.html" section="provide"/>
+    <Topic id="data" name="What data do I need to provide?" html="services.html" section="data"/>
+    <Topic id="buttons" name="What are the five buttons used for?" html="services.html" section="buttons"/>
+    <Topic id="advanced" name="How can I configure advanced hidden service settings?" html="services.html" section="advanced"/>
+    <Topic id="client" name="How does Vidalia help me to access other hidden services?" html="services.html" section="client"/>
+  </Topic>
   <Topic id="troubleshooting" name="Felsöka" html="troubleshooting.html">
     <Topic id="start" name="Jag kan inte starta Tor" html="troubleshooting.html" section="start"/>
     <Topic id="connect" name="Vidalia kan inte ansluta till Tor" html="troubleshooting.html" section="connect"/>

Added: vidalia/trunk/src/vidalia/help/content/sv/services.html
===================================================================
--- vidalia/trunk/src/vidalia/help/content/sv/services.html	                        (rev 0)
+++ vidalia/trunk/src/vidalia/help/content/sv/services.html	2008-04-12 20:10:42 UTC (rev 2506)
@@ -0,0 +1,146 @@
+<!--
+**  $Id $
+** 
+**  This file is part of Vidalia, and is subject to the license terms in the
+**  LICENSE file, found in the top level directory of this distribution. If 
+**  you did not receive the LICENSE file with this file, you may obtain it
+**  from the Vidalia source package distributed by the Vidalia Project at
+**  http://www.vidalia-project.net/. No part of Vidalia, including this file,
+**  may be copied, modified, propagated, or distributed except according to
+**  the terms described in the LICENSE file.
+-->
+
+<html>
+<body>
+
+<h1>Hidden Services</h1>
+<hr />
+
+Remark: Support for hidden services is new in Vidalia. You should expect it
+to have bugs, some of which possibly corrupting your hidden service
+configuration. So, don't rely on it, or rather, don't blame us if something
+goes wrong. If you find bugs or have comments on this new feature, please
+let us know! We need your feedback.
+
+<a name="about"/>
+<h3>What is a hidden service?</h3>
+<p>
+Hidden services allow you to provide any kind of TCP-based service, e.g. an
+HTTP service, to others without revealing your IP address. The protocol
+to provide a hidden service is built on top of the same circuits that Tor
+uses for anonymous browsing and roughly has similar anonymity properties.
+</p>
+
+<p>
+For more information on hidden service you may want to read section 5 of
+Tor's design paper (doc/design-paper/tor-design.pdf) or the Rendezvous
+Specification (doc/spec/rend-spec.txt).
+</p>
+
+<a name="provide"/>
+<h3>How do I provide a hidden service?</h3>
+<p>
+Providing a hidden service consists of at least two steps:
+<ol>
+  <li>Install a web server locally (or a server for whatever service you
+      want to provide, e.g. IRC) to listen for local requests.</li>
+  <li>Configure your hidden service, so that Tor relays requests coming
+      from Tor users to your local server.</li>
+</ol>
+There is a fine tutorial on the Tor website
+(https://www.torproject.org/docs/tor-hidden-service.html) that describes
+these steps in more detail.
+</p>
+
+<a name="data"/>
+<h3>What data do I need to provide?</h3>
+<p>
+The services table contains five columns containing data about configured
+hidden services:
+<ul>
+  <li>Onion Address (generated): The service (or onion) address is
+      generated by Tor to uniquely identify your service. Give this onion
+      address to the people who shall be able to access your service. You
+      may use the "Copy to clipboard" button for that to avoid typos. If
+      you have just created a hidden service, the field says "[Created by
+      Tor]"; in order to make it display the real onion address, you need
+      to save your configuration and re-open the settings window.</li>
+  <li>Virtual Port (required): This is the TCP port that clients will need
+      to know in order to access your service. Typically, you will want to
+      use the service-specific port here, e.g. port 80 for HTTP. Note that
+      the virtual port usually has nothing to do with firewall settings,
+      because it is only used Tor-internally.</li>
+  <li>Target (optional): Usually you want Tor to relay connection requests
+      to localhost on a different port than the one you specified in
+      "Virtual Port". Therefore, you can specify a target consisting of
+      physical address and port to which requests to your hidden service
+      are redirected, e.g. to localhost:5222 (or on whatever port your
+      server is listening). If you don't specify any target, Tor will
+      redirect requests to the port specified in "Virtual Port" on
+      localhost.</li>
+  <li>Service Directory (required): Tor needs to store some hidden-service
+      specific files in a separate directory, e.g. a private key and a
+      hostname file containing the onion address. This directory should be
+      distinct from a directory containing content that the service
+      provides. A good place for a service directory might be a sub
+      directory in Tor's data directory. -- Note that you cannot change the
+      directory of a running service (it wouldn't make much sense to allow
+      it, because Vidalia is not supposed to move directories on your hard
+      disk!). If you want to move a hidden service to another directory,
+      please proceed as follows: Start by disabling the service in Vidalia
+      and save the configuration. Then move the directory on your hard disk
+      to the new place. Finally, change the directory in Vidalia to the new
+      location, enable the service again, and save the new
+      configuration.</li>
+  <li>Enabled: If this checkbox is disabled, Vidalia will not configure the
+      given hidden service in Tor. This can be useful for keeping the
+      configuration of a currently unused service for later use. All
+      non-enabled services are stored in the Vidalia-specific configuration
+      file vidalia.conf.</li>
+</ul>
+</p>
+
+<a name="buttons"/>
+<h3>What are the five buttons used for?</h3>
+<p>
+<ul>
+  <li>Add service: Creates a new empty service configuration.</li>
+  <li>Remove service: Permanently removes a hidden service configuration.
+      (If you want to temporarily remove a service, uncheck its Enabled
+      checkbox.)</li>
+  <li>Copy to clipboard: Copies the onion address to the clipboard, so
+      that you can tell it to whoever shall be able to use your
+      service.</li>
+  <li>Browse: Lets you browse to find a local hidden service
+      directory.</li>
+</ul>
+</p>
+
+<a name="advanced"/>
+<h3>How can I configure advanced hidden service settings?</h3>
+<p>
+Tor allows configuration of more specific settings for hidden services,
+e.g. forcing to use (or avoiding) certain nodes as introduction points, or
+providing multiple virtual ports for the same service.
+</p>
+
+<p>
+However, we decided to simplify things in Vidalia and provide only the most
+common settings. If you want to configure advanced settings, you need to do
+so in Tor's torrc file. Vidalia will not remove those settings even when
+you are editing your hidden services. If you specify more than one virtual
+port, only the first will be displayed and be editable.
+</p>
+
+<a name="client"/>
+<h3>How does Vidalia help me to access other hidden services?</h3>
+<p>
+Not at all. There is no need to do so. If you want to access another hidden
+service, type the service's onion address in your browser (or appropriate
+client application if it's not a web service), and Tor does the rest for
+you. There is no need to specifically configure Tor for that.
+</p>
+
+</body>
+</html>
+