[tor-commits] [snowflake-webext/main] Point users to community doc for standalone proxy

cohosh at torproject.org cohosh at torproject.org
Wed Jul 14 14:24:17 UTC 2021


commit 37f956a498cf2037eefc50ac5ca6f32121e6a82e
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Fri Jun 25 19:35:03 2021 -0400

    Point users to community doc for standalone proxy
---
 static/_locales/en_US/messages.json | 7 +++++--
 static/index.html                   | 3 +++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/static/_locales/en_US/messages.json b/static/_locales/en_US/messages.json
index 1516692..eefa767 100644
--- a/static/_locales/en_US/messages.json
+++ b/static/_locales/en_US/messages.json
@@ -39,13 +39,13 @@
     "message": "Snowflake is a system to defeat internet censorship. People who are censored can use Snowflake to access the internet. Their connection goes through Snowflake proxies, which are run by volunteers. For more detailed information about how Snowflake works see our <a href=\"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/home\">documentation wiki</a>."
   },
   "browser": {
-    "message": "Browser"
+    "message": "Use Snowflake"
   },
   "censoredUsers": {
     "message": "If your internet access is censored, you should download <a href=\"https://www.torproject.org/download/\">Tor Browser</a>."
   },
   "extension": {
-    "message": "Extension"
+    "message": "Run a Proxy"
   },
   "installExtension": {
     "message": "If your internet access is <strong>not</strong> censored, you should consider installing the Snowflake extension to help users in censored networks. There is no need to worry about which websites people are accessing through your proxy. Their visible browsing IP address will match their Tor exit node, not yours."
@@ -56,6 +56,9 @@
   "installChrome": {
     "message": "Install in Chrome"
   },
+  "installStandalone": {
+    "message": "If you would like to run a command-line version of the Snowflake proxy on your desktop or server, see our <a href=\"https://community.torproject.org/relay/setup/snowflake/standalone/\">community documentation</a> for running a standalone Snowflake proxy."
+  },
   "reportingBugs": {
     "message": "Reporting Bugs"
   },
diff --git a/static/index.html b/static/index.html
index 3cab645..349c0d8 100644
--- a/static/index.html
+++ b/static/index.html
@@ -59,6 +59,9 @@
               <span data-msgid="__MSG_installChrome__"></span>
             </a>
             </p>
+
+            <p data-msgid="__MSG_installStandalone__"></p>
+
           </section>
 
         </div>



More information about the tor-commits mailing list