[tor-commits] [webwml/master] Remove x button from banner

2020-04-30 Thread gus
commit 451cc49960fcda35ef0f9906e5f2d49ad40459e7
Author: gus 
Date:   Thu Apr 30 09:54:55 2020 -0400

Remove x button from banner
---
 en/notice.wmi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/en/notice.wmi b/en/notice.wmi
index e5462367..26ab2f27 100644
--- a/en/notice.wmi
+++ b/en/notice.wmi
@@ -1,5 +1,3 @@
-x
-
 
   
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix #26 - Notify users that 2019.www is an outdated website

2020-04-30 Thread gus
commit 57b9f564bc03505e0189c2c22a9d2c7aa47c2ea1
Author: gus 
Date:   Mon Apr 27 15:48:17 2020 -0400

Fix #26 - Notify users that 2019.www is an outdated website
---
 css/layout.css| 10 --
 css/layout.min.css|  8 ++--
 docs/en/documentation.wml |  1 +
 en/notice.wmi | 15 +++
 4 files changed, 30 insertions(+), 4 deletions(-)

diff --git a/css/layout.css b/css/layout.css
index 16cd3ef7..6e214ffc 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -1398,7 +1398,7 @@ p.blogDate {
 .eoy-background {
   background-color: #F8F9FA;
   width: 100%;
-  height: 300px;
+  height: 250px;
   margin-bottom: 35px;
 }
 
@@ -1417,7 +1417,7 @@ p.blogDate {
 }
 
 .eoy-message {
-  width: 55%;
+/*  width: 55%; */
   float: right;
padding-left: 35px;
 }
@@ -1568,3 +1568,9 @@ input[type=checkbox]:checked ~ div#eoy-banner {
 .black {
   color: black;
 }
+
+/* 2019 notice */
+
+.notice-2019 a, a:link, a:visited {
+  text-decoration: none;
+}
diff --git a/css/layout.min.css b/css/layout.min.css
index 4a4d8f65..870cb1c1 100644
--- a/css/layout.min.css
+++ b/css/layout.min.css
@@ -3,7 +3,7 @@
 .eoy-background {
   background-color: #F8F9FA;
   width: 100%;
-  height: 300px;
+  height: 250px;
   margin-bottom: 35px;
 }
 
@@ -22,7 +22,7 @@
 }
 
 .eoy-message {
-  width: 55%;
+/*  width: 55%; */
   float: right;
padding-left: 35px;
 }
@@ -167,3 +167,7 @@ input[type=checkbox]:checked ~ div#eoy-banner {
 .black {
   color: black;
 }
+
+.notice-2019 a, a:link, a:visited {
+  text-decoration: none;
+}
diff --git a/docs/en/documentation.wml b/docs/en/documentation.wml
index ee443d3f..d6642307 100644
--- a/docs/en/documentation.wml
+++ b/docs/en/documentation.wml
@@ -8,6 +8,7 @@
 Home  
 Documentation
   
+#include "notice.wmi"
   
 
 
diff --git a/en/notice.wmi b/en/notice.wmi
new file mode 100644
index ..e5462367
--- /dev/null
+++ b/en/notice.wmi
@@ -0,0 +1,15 @@
+x
+
+
+  
+
+  
+This website is an online archive and it's outdated!
+  
+  
+Some resources you will find here are 
outdated. We are currently working on a https://blog.torproject.org/meet-new-torprojectorg;>new developer 
portal.
+You can find updated and maintained 
resources about https://tb-manual.torproject.org/;>Tor Browser 
Manual, https://support.torproject.org/;>User Support, https://community.torproject.org/relay;>Relay Operations and https://community.torproject.org/onion-services/;>Onion Services. If 
you have any questions or need help, please https://torproject.org/contact;>contact us.
+  
+
+  
+

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Use permalink instead

2019-09-05 Thread hiro
commit 25dba7f876ff78f9a45c02327154d04a465fa6e3
Author: hiro 
Date:   Thu Sep 5 17:55:07 2019 +0200

Use permalink instead
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index bdf8ee93..b626cb88 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,7 +9,7 @@ RewriteRule ^verifying-signatures(.*) 
/docs/verifying-signatures$1 [R=301,L]
 RewriteRule ^tor-manual(.*) /docs/tor-manual$1 [R=301,L]
 
 # docs
-RewriteRule ^docs/verifying-signatures(.*) 
https://support.torproject.org/#how-to-verify-signature [R=302,L]
+RewriteRule ^docs/verifying-signatures(.*) 
https://support.torproject.org/tbb/how-to-verify-signature/ [R=302,L]
 
 # Torbutton
 RewriteRule ^torbutton/design(.*) /docs/torbutton/en/design$1 [R=301,L]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove char

2019-09-05 Thread hiro
commit c6cbabd5782e8204ccd390987f173fe04506372f
Author: hiro 
Date:   Thu Sep 5 17:42:13 2019 +0200

Remove char
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 25e5d931..bdf8ee93 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,7 +9,7 @@ RewriteRule ^verifying-signatures(.*) 
/docs/verifying-signatures$1 [R=301,L]
 RewriteRule ^tor-manual(.*) /docs/tor-manual$1 [R=301,L]
 
 # docs
-RewriteRule ^docs/verifying-signatures(.*) 
​https://support.torproject.org/#how-to-verify-signature [R=302,L]
+RewriteRule ^docs/verifying-signatures(.*) 
https://support.torproject.org/#how-to-verify-signature [R=302,L]
 
 # Torbutton
 RewriteRule ^torbutton/design(.*) /docs/torbutton/en/design$1 [R=301,L]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix typo

2019-09-05 Thread hiro
commit c4e6174f6ee13e4831c4851574000a3206fe025f
Author: hiro 
Date:   Thu Sep 5 17:33:41 2019 +0200

Fix typo
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index b049ced8..25e5d931 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,7 +9,7 @@ RewriteRule ^verifying-signatures(.*) 
/docs/verifying-signatures$1 [R=301,L]
 RewriteRule ^tor-manual(.*) /docs/tor-manual$1 [R=301,L]
 
 # docs
-RewriteRule ^docs/verifying-signatures(.*) to 
​https://support.torproject.org/#how-to-verify-signature [R=302,L]
+RewriteRule ^docs/verifying-signatures(.*) 
​https://support.torproject.org/#how-to-verify-signature [R=302,L]
 
 # Torbutton
 RewriteRule ^torbutton/design(.*) /docs/torbutton/en/design$1 [R=301,L]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Redirect doc on how to verify signatures to new website

2019-09-05 Thread hiro
commit 58df633c88fc5ea05ac7756160fb815f060163c0
Author: hiro 
Date:   Thu Sep 5 16:21:06 2019 +0200

Redirect doc on how to verify signatures to new website
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
index 570850bf..b049ced8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,6 +8,9 @@ RewriteRule ^documentation(.*) /docs/documentation$1 [R=301,L]
 RewriteRule ^verifying-signatures(.*) /docs/verifying-signatures$1 [R=301,L]
 RewriteRule ^tor-manual(.*) /docs/tor-manual$1 [R=301,L]
 
+# docs
+RewriteRule ^docs/verifying-signatures(.*) to 
​https://support.torproject.org/#how-to-verify-signature [R=302,L]
+
 # Torbutton
 RewriteRule ^torbutton/design(.*) /docs/torbutton/en/design$1 [R=301,L]
 RewriteRule ^torbutton/(.*) /docs/torbutton/$1 [R=301,L]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Change header and text in donate bitcoin

2019-08-06 Thread hiro
commit 6f5cfe589d7733ab418f3e3764c80d0119ccfca4
Author: hiro 
Date:   Tue Aug 6 08:16:24 2019 +0200

Change header and text in donate bitcoin
---
 donate/en/donate-options.wml | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml
index 0d03951e..1319136a 100644
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@ -36,14 +36,25 @@ form#makeDonation {


 
-Donate Bitcoin
-To donate Bitcoin to The Tor Project, please complete the form below. If 
you would like an acknowledgment from the Tor Project, please provide your 
email address. (Due to the current state of the Bitcoin market, our payment 
processor, Bitpay, will not allow us to accept donations of less than 5 USD. 
However, we can also accept donations, including smaller donations, through 
Bitcoin Cash. Send us a tip with https://twitter.com/tipprbot;>@tipprbot on Twitter!)
+Donate Bitcoin via BTCPayServer
 https://fund.btcpayserver.org/api/v1/invoices; 
style="width:418px">
   
   -+USDGBPEURBTC
   
   https://fund.btcpayserver.org/img/paybutton/pay.png; name="submit" 
style="width:209px" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment 
Processor">
 
+
+
+
+
+  
+  
+  
+  https://example.com/callbacks; />
+  https://example.com/thanksyou; />
+  Donate via onion
+
+
 

 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new bitpay widget

2019-08-06 Thread hiro
commit d35d4fe258c728c5b8324fc109b2dd5eae7768cb
Author: hiro 
Date:   Tue Aug 6 08:12:47 2019 +0200

Add new bitpay widget
---
 donate/en/donate-options.wml | 63 +---
 1 file changed, 6 insertions(+), 57 deletions(-)

diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml
index 06371bc9..0d03951e 100644
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@ -38,63 +38,12 @@ form#makeDonation {
 
 Donate Bitcoin
 To donate Bitcoin to The Tor Project, please complete the form below. If 
you would like an acknowledgment from the Tor Project, please provide your 
email address. (Due to the current state of the Bitcoin market, our payment 
processor, Bitpay, will not allow us to accept donations of less than 5 USD. 
However, we can also accept donations, including smaller donations, through 
Bitcoin Cash. Send us a tip with https://twitter.com/tipprbot;>@tipprbot on Twitter!)
-  https://bitpay.com/checkout; method="post" 
onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));">
-
-
-  
-
-Email:
-
-
-
-Amount:
-
-
-  USD
-  BTC
-  EUR
-  GBP
-  AUD
-  BGN
-  BRL
-  CAD
-  CHF
-  CNY
-  CZK
-  DKK
-  HKD
-  HRK
-  HUF
-  IDR
-  ILS
-  INR
-  JPY
-  KRW
-  LTL
-  LVL
-  MXN
-  MYR
-  NOK
-  NZD
-  PHP
-  PLN
-  RON
-  RUB
-  SEK
-  SGD
-  THB
-  TRY
-  ZAR
-
-
-  
-  
-  
-  
-
-  
-
-  
+https://fund.btcpayserver.org/api/v1/invoices; 
style="width:418px">
+  
+  -+USDGBPEURBTC
+  
+  https://fund.btcpayserver.org/img/paybutton/pay.png; name="submit" 
style="width:209px" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment 
Processor">
+
 

 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add robot disallow header tag and modify robots.txt

2019-07-23 Thread hiro
commit 9b4f749c19aa7490cc75a557c2a6379eacdf6890
Author: hiro 
Date:   Tue Jul 23 17:54:00 2019 +0200

Add robot disallow header tag and modify robots.txt
---
 en/index.wml | 2 ++
 robots.txt   | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/en/index.wml b/en/index.wml
index 6434165e..6df791ba 100644
--- a/en/index.wml
+++ b/en/index.wml
@@ -15,6 +15,8 @@
mailto:get...@torproject.org] for 
help downloading Tor Browser.">

https://www.torproject.org/images/tor-logo.jpg;>
+   
+
 {#meta#}
 
$(TITLE)
diff --git a/robots.txt b/robots.txt
index f6e6d1d4..1f53798b 100644
--- a/robots.txt
+++ b/robots.txt
@@ -1,2 +1,2 @@
-User-Agent: *
-Allow: /
+User-agent: *
+Disallow: /

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Bug 30808: Redirect download pages to the new website

2019-06-10 Thread boklm
commit a6ffe74cf13a844c32724a857df712233d92ae1e
Author: Nicolas Vigier 
Date:   Mon Jun 10 11:04:36 2019 +0200

Bug 30808: Redirect download pages to the new website
---
 .htaccess | 5 +
 1 file changed, 5 insertions(+)

diff --git a/.htaccess b/.htaccess
index 02d80f25..570850bf 100644
--- a/.htaccess
+++ b/.htaccess
@@ -92,3 +92,8 @@ RewriteRule ^thankyou(.*) 
https://donate.torproject.org/thank-you [R=302,L]
 # some external resources (the donate infrastructure in particular) and
 # getting it changed there is apparently hard or something.
 RewriteRule ^donate-email(.*) https://donate.torproject.org/ [R=302,L]
+
+# Redirect download pages to the new website (bug #30808)
+RewriteRule ^projects/torbrowser.html.en$ https://www.torproject.org/download/ 
[R=301,L]
+RewriteRule ^download/download-easy.html.en$ 
https://www.torproject.org/download/ [R=301,L]
+RewriteRule ^download/download.html.en$ https://www.torproject.org/download/ 
[R=301,L]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] update old website with tor version

2019-06-06 Thread nickm
commit 72c0863186cdea28653b98f4f8170b3b05770ccf
Author: Nick Mathewson 
Date:   Thu Jun 6 08:26:29 2019 -0400

update old website with tor version
---
 Makefile | 2 +-
 include/versions.wmi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c9f0cf73..5f11e83b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 # website component, and set it to needs_review.
 
 export STABLETAG=tor-0.4.0.5
-export DEVTAG=tor-0.4.1.1-alpha
+export DEVTAG=tor-0.4.1.2-alpha
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index 2d587717..c89575cf 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
 0.4.0.5
-0.4.1.1-alpha
+0.4.1.2-alpha
 
 maint-8.0
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Bump this version, in case it matters.

2019-05-22 Thread nickm
commit e29e6e7a092a15da58448b4a57e0a494fc44e8af
Author: Nick Mathewson 
Date:   Wed May 22 17:32:52 2019 -0400

Bump this version, in case it matters.

("Is this thing on?")
---
 Makefile | 2 +-
 include/versions.wmi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index dc4b3f8c..c9f0cf73 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 # website component, and set it to needs_review.
 
 export STABLETAG=tor-0.4.0.5
-export DEVTAG=tor-0.4.0.5
+export DEVTAG=tor-0.4.1.1-alpha
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index 67c1884d..2d587717 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
 0.4.0.5
-0.4.0.5
+0.4.1.1-alpha
 
 maint-8.0
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Tor 0.4.0.5 is released

2019-05-02 Thread nickm
commit 4c24be2a883b2fd8399661998e1b0099e2d0e1e5
Author: Nick Mathewson 
Date:   Thu May 2 14:28:29 2019 -0400

Tor 0.4.0.5 is released
---
 Makefile | 4 ++--
 include/versions.wmi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 9fa032ef..dc4b3f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@
 # branch to your personal webwml repository, open a trac ticket in the
 # website component, and set it to needs_review.
 
-export STABLETAG=tor-0.3.5.8
-export DEVTAG=tor-0.4.0.4-rc
+export STABLETAG=tor-0.4.0.5
+export DEVTAG=tor-0.4.0.5
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index 5fcea797..67c1884d 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
-0.3.5.8
-0.4.0.4-rc
+0.4.0.5
+0.4.0.5
 
 maint-8.0
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] alpha version is now 0.4.0.4-rc

2019-04-11 Thread nickm
commit 5378a52ac0220f996108e24e4fa0ef59b9c30eaf
Author: Nick Mathewson 
Date:   Thu Apr 11 17:04:56 2019 -0400

alpha version is now 0.4.0.4-rc
---
 Makefile | 2 +-
 include/versions.wmi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 304cf889..9fa032ef 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 # website component, and set it to needs_review.
 
 export STABLETAG=tor-0.3.5.8
-export DEVTAG=tor-0.4.0.3-alpha
+export DEVTAG=tor-0.4.0.4-rc
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index e13274d8..5fcea797 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
 0.3.5.8
-0.4.0.3-alpha
+0.4.0.4-rc
 
 maint-8.0
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] How to use cookie authentication for onion services (#27680)

2019-04-10 Thread hiro
commit 46f49331df64b1ecf9fb61631294a1e3bc57e446
Author: traumschule 
Date:   Sun Sep 16 01:12:48 2018 +0200

How to use cookie authentication for onion services (#27680)
---
 docs/en/faq.wml   | 13 +
 docs/en/tor-onion-service.wml | 30 ++
 2 files changed, 43 insertions(+)

diff --git a/docs/en/faq.wml b/docs/en/faq.wml
index 889cbe6b..61d2da95 100644
--- a/docs/en/faq.wml
+++ b/docs/en/faq.wml
@@ -214,6 +214,8 @@
 How do I access onion services?
 How do I provide an onion service?
 
+How do I set up cookie authentication
+for an onion service?
 
 
 
@@ -3090,6 +3092,17 @@ 
href="https://www.noisebridge.net/wiki/Noisebridge_Tor;>Noisebridge
 
 
 
+
+How do set up cookie
+authentication for an onion service?
+
+
+See the 
+"Cookie authentication" in the official onion service configuration 
instructions.
+
+
+
+
 
 Development:
 
diff --git a/docs/en/tor-onion-service.wml b/docs/en/tor-onion-service.wml
index 2bd13ad8..1215c572 100644
--- a/docs/en/tor-onion-service.wml
+++ b/docs/en/tor-onion-service.wml
@@ -225,8 +225,38 @@
 HiddenServicePort 22 127.0.0.1:22
 
 
+
 To set up an onion service on Raspbian have a look at Alec Muffett's
 https://github.com/alecmuffett/eotk;>Enterprise Onion Toolkit.
+
+
+Cookie authentication
+
+To set up cookie authentication add following lines to your
+torrc as specified for
+HidServAuth and
+
+HiddenServiceAuthorizeClient in the manual.
+First add following line to the torrc file of your onion service:
+
+
+HiddenServiceAuthorizeClient [auth-type] [service-name]
+
+
+Then restart/reload tor and read the cookie from the hostname file of your
+onion service, for example in
+/var/lib/tor/hidden_service_path/hostname.
+To access it with another tor service add following line to torrc
+and (re)start/reload it:
+
+
+HidServAuth [onion-address] [auth-cookie] [service-name]
+
+
+You are now able to browse to the onion service address.
+
+
+Operational security
 
 Onion services operators need to practice proper
 https://trac.torproject.org/projects/tor/wiki/doc/OperationalSecurity;>



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Document hsv3 Client Authorization (#27680)

2019-04-10 Thread hiro
commit e07739ceacb8d7c8288722841ffc1de6baa87cd1
Author: traumschule 
Date:   Tue Nov 6 11:26:14 2018 +0100

Document hsv3 Client Authorization (#27680)
---
 docs/en/tor-onion-service.wml | 59 ++-
 1 file changed, 47 insertions(+), 12 deletions(-)

diff --git a/docs/en/tor-onion-service.wml b/docs/en/tor-onion-service.wml
index 1215c572..134f1632 100644
--- a/docs/en/tor-onion-service.wml
+++ b/docs/en/tor-onion-service.wml
@@ -230,23 +230,24 @@
 https://github.com/alecmuffett/eotk;>Enterprise Onion Toolkit.
 
 
-Cookie authentication
+
+Client Authorization
 
-To set up cookie authentication add following lines to your
-torrc as specified for
+To set up Cookie Authentication for v2 services
+see the entries for the
 HidServAuth and
 
-HiddenServiceAuthorizeClient in the manual.
-First add following line to the torrc file of your onion service:
+HiddenServiceAuthorizeClient options in the manual.
+First add following line to the torrc 
file of your onion service:
 
 
 HiddenServiceAuthorizeClient [auth-type] [service-name]
 
 
-Then restart/reload tor and read the cookie from the hostname file of your
-onion service, for example in
-/var/lib/tor/hidden_service_path/hostname.
-To access it with another tor service add following line to torrc
+Restart/reload tor and read the cookie from the hostname file of your
+onion service, for example in
+/var/lib/tor/hidden_service_path/hostname.
+To access it with a tor client add following line to torrc
 and (re)start/reload it:
 
 
@@ -256,7 +257,41 @@
 You are now able to browse to the onion service address.
 
 
-Operational security
+To set up Client Authorization for v3
+("next-gen") services as specified in
+https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt#n615;>
+rend-spec-v3.txt for the tor service running the onion follow the
+instructions in
+
+Client Authorization.
+Note that to revoke clients you need to restart the tor service
+(see https://trac.torproject.org/projects/tor/ticket/28275;>#28275).
+At the moment you need to create the keys yourself with a script
+(like these written in
+https://gist.github.com/mtigas/9c2386adf65345be34045dace134140b;>bash
+or https://github.com/haxxpop/torkeygen;>rust).
+
+
+To access it with a tor client make sure you have
+
+ClientOnionAuthDir set in torrc.
+In the ClientOnionAuthDir directory, create an
+.auth_private file for the onion service corresponding to this key
+(i.e. 'bob_onion.auth_private').
+The contents of the
+ClientOnionAuthDir/user.auth_private
+file should look like:
+
+
56-char-onion-addr-without-.onion-part:descriptor:x25519:BBBEAUAO3PIFAH7SBGBI6A2QFAZBXG2NVN7HMBXFCZENJVF6C5AQ
+
+Then (re)start/reload it and you should be able to browse to the onion
+service address.
+
+
+
+
+
+Operational security
 
 Onion services operators need to practice proper
 https://trac.torproject.org/projects/tor/wiki/doc/OperationalSecurity;>
@@ -329,7 +364,7 @@
 
 
 How to setup your own prop224 service
-It's easy! Just use your ​regular onion service 
torrc
+It's easy! Just use your ​regular onion service 
torrc
 and add HiddenServiceVersion 3 in your onion service torrc 
block.
 
 `   Here is an example torrc designed for testing:
@@ -370,7 +405,7 @@ HiddenServicePort 6668 127.0.0.1:6667
 How to help the next-gen onion development
 
 Please let us know if you find any bugs!
-We are still in testing & development stage so things are very liquid and
+We are still in testing  development stage so things are very liquid 
and
 in active development. If you want to help with development, check out the 
list of
 https://trac.torproject.org/projects/tor/query?status=!closed=~prop224=priority;>
 open prop224 bugs.

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove 8.5a9 from RecommendedTBBVersions

2019-03-26 Thread boklm
commit d5ee6bf3dc1aeddceaebba4f523f5d3d51c500a0
Author: Nicolas Vigier 
Date:   Tue Mar 26 11:02:30 2019 +0100

Remove 8.5a9 from RecommendedTBBVersions
---
 projects/torbrowser/RecommendedTBBVersions | 4 
 1 file changed, 4 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index c52c51cd..5b52c2bb 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,10 +3,6 @@
 "8.0.8-MacOS",
 "8.0.8-Linux",
 "8.0.8-Windows",
-"8.5a9",
-"8.5a9-MacOS",
-"8.5a9-Linux",
-"8.5a9-Windows",
 "8.5a10",
 "8.5a10-MacOS",
 "8.5a10-Linux",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix formatting in press clips

2019-03-25 Thread hiro
commit 36c53973fc28f8682cbe4bb7e235a6dd71694975
Author: hiro 
Date:   Mon Mar 25 22:35:39 2019 +0100

Fix formatting in press clips
---
 press/en/press.wml | 51 ---
 1 file changed, 16 insertions(+), 35 deletions(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index fdb3b096..f4405fad 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -2563,8 +2563,7 @@ censorship during protests
 
 2008 Aug 22
 The Sydney Morning Herald
-http://www.smh.com.au/news/web/the-china-syndrome/2008/08/20/1218911800889.html;>The
-China Syndrome
+http://www.smh.com.au/news/web/the-china-syndrome/2008/08/20/1218911800889.html;>The
 China Syndrome
 
 
 
@@ -2709,18 +2708,13 @@ bloggers.
 
 2007 Mar 8
 Security Focus
-http://www.securityfocus.com/news/11447/1;> Tor hack
-proposed to catch criminals.  Coverage of a toolset called "Torment"
-for monitoring exit nodes, and responses from the Tor Project
-illustrating why this approach may not be a good idea.
+http://www.securityfocus.com/news/11447/1;>Tor hack proposed to 
catch criminals. Coverage of a toolset called "Torment" for monitoring exit 
nodes, and responses from the Tor Project illustrating why this approach may 
not be a good idea.
 
 
 
 2007 Feb 1
 Dr Dobb's
-http://www.ddj.com/security/197002414;> Tor Project
-Protects Anonymous Sources.  An introduction to Tor, including
-technical and historical background. 
+http://www.ddj.com/security/197002414;> Tor Project Protects 
Anonymous Sources.  An introduction to Tor, including technical and 
historical background. 
 
 
 
@@ -2951,50 +2945,43 @@ Browsing
 
 2005 Apr 13
 Heise online
-http://www.heise.de/newsticker/meldung/58506;> CFP: Vom
-kafkaesken Schwinden der Anonymität (German)
+http://www.heise.de/newsticker/meldung/58506;> CFP: Vom 
kafkaesken Schwinden der Anonymität (German)
 
 
 
 2005 Apr 5
 Libero
-http://magazine.libero.it/internetlife/scienzaeweb/ne208.phtml;>
-Anonimato on line, ecco Tor (Italian)
+http://magazine.libero.it/internetlife/scienzaeweb/ne208.phtml;>Anonimato 
on line, ecco Tor (Italian)
 
 
 
 2005 Jan 4
 Internetnews
-http://www.internetnews.com/dev-news/article.php/3454521;>
-EFF Throws Support to 'Anonymous' Internet Project
+http://www.internetnews.com/dev-news/article.php/3454521;>EFF 
Throws Support to 'Anonymous' Internet Project
 
 
 
 2005 Mar 31
 Linux.com
-http://www.linux.com/articles/43713?tid=19tid=78;>
-Securing your online privacy with Tor
+http://www.linux.com/articles/43713?tid=19tid=78;>Securing 
your online privacy with Tor
 
 
 
 2004 Dec 27
 BoingBoing
-http://www.boingboing.net/2004/12/27/eff-helping-produce-.html;>
-EFF helping produce anonymizing software
+http://www.boingboing.net/2004/12/27/eff-helping-produce-.html;>EFF 
helping produce anonymizing software
 
 
 
 2004 Dec 25
 Kansas City infozine
-http://www.infozine.com/news/stories/op/storiesView/sid/4933/;>
-EFF Joins Forces with Tor Software Project
+http://www.infozine.com/news/stories/op/storiesView/sid/4933/;>EFF Joins 
Forces with Tor Software Project
 
 
 
 2004 Dec 23
 golem.de
-http://www.golem.de/0412/35340.html;>
-EFF unterstützt Anonymisierer Tor (German)
+http://www.golem.de/0412/35340.html;>EFF unterstützt 
Anonymisierer Tor (German)
 
 
 
@@ -3012,15 +2999,13 @@ EFF unterstützt Anonymisierer Tor (German)
 
 2004 Dec 22
 Slashdot
-https://yro.slashdot.org/story/04/12/22/2031229/eff-promotes-freenet-like-system-tor;>
-EFF Promotes Freenet-like System Tor
+https://yro.slashdot.org/story/04/12/22/2031229/eff-promotes-freenet-like-system-tor;>EFF
 Promotes Freenet-like System Tor
 
 
 
 2004 Nov 16
 AlterNet
-http://www.alternet.org/columnists/story/20523/;> Heavy
-Traffic
+http://www.alternet.org/columnists/story/20523/;>Heavy 
Traffic
 
 
 
@@ -3032,15 +3017,13 @@ Traffic
 
 2004 Aug 16
 Eweek
-http://www.eweek.com/c/a/Security/Dont-Fear-Internet-Anonymity-Tools/;>
-Don't Fear Internet Anonymity Tools
+http://www.eweek.com/c/a/Security/Dont-Fear-Internet-Anonymity-Tools/;>Don't
 Fear Internet Anonymity Tools
 
 
 
 2004 Aug 6
 HCC magazine
-http://www.hcc.nl/eCache/DEF/21/083.html;>
-Anoniem surfen met hulp van marine VS (Dutch)
+http://www.hcc.nl/eCache/DEF/21/083.html;>Anoniem surfen met hulp 
van marine VS (Dutch)
 
 
 
@@ -3066,15 +3049,13 @@ Japanese.
 
 2004 Mar 8
 CNET Japan blog
-http://japan.cnet.com/blog/umeda/2004/03/08/entry_post_126/;>
-Yearning of hackers and insecurity (Japanese)
+http://japan.cnet.com/blog/umeda/2004/03/08/entry_post_126/;>Yearning of 
hackers and insecurity (Japanese)
 
 
 
 1999 Apr 13
 Wired
-http://www.wired.com/science/discoveries/news/1999/04/19091;>
-Anonymous Web Surfing? Uh-Uh
+http://www.wired.com/science/discoveries/news/1999/04/19091;>Anonymous 
Web Surfing? Uh-Uh
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix formatting in press clips

2019-03-25 Thread hiro
commit c3eb3ddf6b193cf5b484985c913c790e5d090ffe
Author: hiro 
Date:   Mon Mar 25 22:31:39 2019 +0100

Fix formatting in press clips
---
 press/en/press.wml | 25 -
 1 file changed, 8 insertions(+), 17 deletions(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index e7cb057f..fdb3b096 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -85,8 +85,7 @@ Charitable Giving Guide 2018
 
 2018 Nov 02
 Motherboard
-
-Old School 'Sniffing' Attacks Can Still Reveal Your Browsing History
+Old
 School 'Sniffing' Attacks Can Still Reveal Your Browsing History
 
 
 
@@ -99,8 +98,7 @@ Mozilla is matching all donations to the Tor Project
 
 2018 Oct 23
 ZDNet
-
-Only seven of 45 browsers block TLS Session Resumption tracking
+Only
 seven of 45 browsers block TLS Session Resumption tracking
 
 
 
@@ -1145,8 +1143,7 @@ Band of hackers manages to take down Sony--but not 
Tor
 
 2014 Dec 12
 The Independent
-http://www.independent.co.uk/voices/comment/the-dark-web-is-not-just-for-paedophiles-drug-dealers-and-terrorists-9920667.html;>
-OpEd on hidden services and censorship
+http://www.independent.co.uk/voices/comment/the-dark-web-is-not-just-for-paedophiles-drug-dealers-and-terrorists-9920667.html;>OpEd
 on hidden services and censorship
 
 
 
@@ -2762,16 +2759,13 @@ Chipping Away at China's Great Firewall
 
 2006 Feb 28
 PC World
-http://www.pcworld.com/article/id,124891-page,1/article.html;>
-Outsmarting the Online Privacy Snoops
+http://www.pcworld.com/article/id,124891-page,1/article.html;>Outsmarting 
the Online Privacy Snoops
 
 
 
 2006 Feb 27
 Forbes
-http://members.forbes.com/global/2006/0227/018A_2.html;>
-Cracks In the Wall.  Discussion of Tor being used for evading
-censorship by repressive governments.
+http://members.forbes.com/global/2006/0227/018A_2.html;>Cracks In 
the Wall. Discussion of Tor being used for evading censorship by repressive 
governments.
 
 
 
@@ -2884,8 +2878,7 @@ Why we all need pornography
 
 2005 Jul 12
 IEEE Computer Society's Technical Committee on Security and Privacy
-http://www.ieee-security.org/Cipher/Newsbriefs/2005/071805.html#TOR;>
-Onion routing application Tor makes PCWorld's top
+http://www.ieee-security.org/Cipher/Newsbriefs/2005/071805.html#TOR;>Onion
 routing application Tor makes PCWorld's top
 100
 
 
@@ -3059,15 +3052,13 @@ Anoniem surfen met hulp van marine VS (Dutch)
 
 2004 Aug 5
 Network World Security
-http://www.networkworld.com/details/7088.html;>
-Onion routing
+http://www.networkworld.com/details/7088.html;>Onion 
routing
 
 
 
 2004 May 8
 Wired
-http://www.wired.com/politics/security/news/2004/08/64464;>
-Onion Routing Averts Prying Eyes. Also in
+http://www.wired.com/politics/security/news/2004/08/64464;>Onion 
Routing Averts Prying Eyes. Also in
 http://hotwired.goo.ne.jp/news/news/technology/story/20040806301.html;>
 Japanese.
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix formatting in press clips

2019-03-25 Thread hiro
commit 21993ab6975e228f9c3a78775ba5ac0957b4e7dc
Author: hiro 
Date:   Mon Mar 25 22:28:55 2019 +0100

Fix formatting in press clips
---
 press/en/press.wml | 511 ++---
 1 file changed, 170 insertions(+), 341 deletions(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index a3476444..e7cb057f 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -53,15 +53,13 @@ some of the significant Tor-related stories that have 
popped up.
 
 2019 Jan 11
 TechCrunch
-
-Tor pulls in record donations as it lessens reliance on US government 
grants
+Tor 
pulls in record donations as it lessens reliance on US government 
grants
 
 
 
 2019 Jan 01
 Wired
-
-Tor Is Easier Than Ever. Time to Give It a Try
+Tor 
Is Easier Than Ever. Time to Give It a Try
 
 
 
@@ -74,8 +72,7 @@ Charitable Giving Guide 2018
 
 2018 Dec 10
 ZDNet
-
-Half of the Tor Project's funding now comes from the private sector
+Half
 of the Tor Project's funding now comes from the private sector
 
 
 
@@ -137,43 +134,37 @@ Anonym Tor Browser er - nÌ_sten - klar til 
Android
 
 2018 Sep 10
 ThreatPost
-https://threatpost.com/tor-brings-onion-browser-to-android-devices/137325/;>
-Tor Brings Browser to Android Devices
+https://threatpost.com/tor-brings-onion-browser-to-android-devices/137325/;>Tor
 Brings Browser to Android Devices
 
 
 
 2018 Sep 08
 Gizmodo
-http://www.gizmodo.co.uk/2018/09/the-tor-web-browser-officially-lands-on-android-in-alpha/;>
-The Tor Web Browser Officially Lands on Android in Alpha
+http://www.gizmodo.co.uk/2018/09/the-tor-web-browser-officially-lands-on-android-in-alpha/;>The
 Tor Web Browser Officially Lands on Android in Alpha
 
 
 
 2018 Sep 07
 TechCrunch
-
-Tor Project launches official mobile browser for Android 
+Tor
 Project launches official mobile browser for Android 
 
 
 
 2018 Sep 07
 CyberScoop
-https://www.cyberscoop.com/adware-doctor-mac-os-china/;>
-Tor launches official anonymous Android browser
+https://www.cyberscoop.com/adware-doctor-mac-os-china/;>Tor 
launches official anonymous Android browser
 
 
 
 2018 Sep 07
 VentureBeat
-https://venturebeat.com/2018/09/07/tor-gets-its-first-official-mobile-browser/;>
-Tor gets its first official mobile browser
+https://venturebeat.com/2018/09/07/tor-gets-its-first-official-mobile-browser/;>Tor
 gets its first official mobile browser
 
 
 
 2018 Sep 06
 ZDNet
-https://www.zdnet.com/article/tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine/;>
-Tor Browser gets a redesign
+https://www.zdnet.com/article/tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine/;>Tor
 Browser gets a redesign
 
 
 
@@ -186,8 +177,7 @@ Chrome lost its shine? Five alternative browsers to 
try
 
 2018 Sep 05
 VentureBeat
-https://venturebeat.com/2018/09/05/tor-browser-8-0-arrives-with-new-user-onboarding-improved-bridge-fetching-and-better-language-support/;>
-Tor Browser 8.0 Released: New Onboarding Experience  Optimized Bridge 
Fetching
+https://venturebeat.com/2018/09/05/tor-browser-8-0-arrives-with-new-user-onboarding-improved-bridge-fetching-and-better-language-support/;>Tor
 Browser 8.0 Released: New Onboarding Experience  Optimized Bridge Fetching
 
 
 
@@ -212,177 +202,151 @@ Tor Browser 8.0 Released: New Onboarding Experience 
 Optimized Bridge Fetch
 
 2018 Jul 09
 Tech Republic
-https://www.techrepublic.com/article/5-ways-to-protect-your-privacy/;>
-Top 5: Ways to protect your privacy
+https://www.techrepublic.com/article/5-ways-to-protect-your-privacy/;>Top 
5: Ways to protect your privacy
 
 
 
 2018 Jul 02
 Mada Masr
-https://www.madamasr.com/en/2018/07/02/news/u/report-internet-censorship-has-become-more-pervasive-in-past-year-62-of-blocked-websites-are-media-outlets/;>Report:
-Internet censorship has become a "more pervasiveâ" in past year
+https://www.madamasr.com/en/2018/07/02/news/u/report-internet-censorship-has-become-more-pervasive-in-past-year-62-of-blocked-websites-are-media-outlets/;>Report:
 Internet censorship has become a "more pervasiveâ" in past year
 
 
 
 2018 Jun 28
 CNET
-https://www.cnet.com/news/brave-advances-browser-privacy-with-tor-powered-tabs/;>Brave
-advances browser privacy with Tor-powered tabs
+https://www.cnet.com/news/brave-advances-browser-privacy-with-tor-powered-tabs/;>Brave
 advances browser privacy with Tor-powered tabs
 
 
 
 2018 Jun 27
 ZDNet
-https://www.zdnet.com/article/venezuela-ramps-up-censorship-with-tor-ban/;>Venezuela
 ramps
-up censorship
+https://www.zdnet.com/article/venezuela-ramps-up-censorship-with-tor-ban/;>Venezuela
 ramps up censorship
 
 
 
 2018 Jun 26
 VICE
-https://news.vice.com/en_us/article/59qvwz/venezuela-maduro-tor-network-censorship;>Venezuela
 just
-took a huge step towards controlling all access to the Internet
+https://news.vice.com/en_us/article/59qvwz/venezuela-maduro-tor-network-censorship;>Venezuela
 just took a huge step towards controlling all access to the Internet
 
 
 
 2018 Jun 18
 FossBytes

[tor-commits] [webwml/master] Fix date in press clips

2019-03-25 Thread hiro
commit a34b0e9e452f1c169fb318566a182f3f91f96667
Author: hiro 
Date:   Mon Mar 25 22:19:09 2019 +0100

Fix date in press clips
---
 press/en/press.wml | 52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index dd0d5d12..a3476444 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -2297,13 +2297,13 @@ it
 
 
 
-2011 June 18
+2011 Jun 18
 CNN: Tech
 http://www.cnn.com/2011/TECH/innovation/06/17/mesh.technology.revolution/index.html;>Starting
 a revolution with technology
 
 
 
-2011 June 12
+2011 Jun 12
 CNN: Tech
 http://www.cnn.com/2011/TECH/web/06/11/hiding.online.identity/index.html;>Wiping
 away whistle-blowers' online fingerprints
 
@@ -2315,146 +2315,146 @@ it
 
 
 
-2011 March 29
+2011 Mar 29
 CNN: Situation Room
 http://edition.cnn.com/CNN/Programs/situation.room/;>Tor featured 
in a segment about US companies providing censorship to repressive regimes and 
those circumventing their products.
 
 
 
-2011 March 18
+2011 Mar 18
 Telegraph
 http://www.telegraph.co.uk/news/worldnews/middleeast/iran/8388484/Iran-cracks-down-on-web-dissident-technology.html;>Iran
 cracks down on web dissident technology
 
 
 
-2011 March 17
+2011 Mar 17
 BusinessWeek
 http://www.businessweek.com/magazine/content/11_13/b4221043353206.htm;>Social
 Networking: Fighting to Remain Anonymous
 
 
 
-2011 March 10
+2011 Mar 10
 NyTeknik
 http://www.nyteknik.se/nyheter/it_telekom/internet/article3123594.ece;>Svenska
 biståndspengar till Facebookrevolutionen
 
 
 
-2011 March 09
+2011 Mar 09
 Washington Post
 http://www.washingtonpost.com/wp-dyn/content/article/2011/03/09/AR2011030905157_pf.html;>U.S.
 funding tech firms that help Mideast dissidents evade government 
censors
 
 
 
-2011 February 17
+2011 Feb 17
 Walpole Times
 http://www.wickedlocal.com/walpole/news/x95296113/Tor-Project-a-Walpole-based-company-helps-Egyptians-avoid-Internet-censorship-during-protests;>Tor
 Project, a Walpole-based company, helps Egyptians avoid Internet
 censorship during protests
 
 
 
-2011 January 31
+2011 Jan 31
 NPR: WBUR
 http://hereandnow.wbur.org/2011/01/31/egypt-internet-government;>Here 
 Now: U.S. Activists Help Egyptian Protesters Elude Government Censorship 
Online
 
 
 
-2011 February 01
+2011 Feb 01
 Discovery News
 http://news.discovery.com/tech/egypt-internet-online-protesters-110201.html;>Egypt's
 Internet Block Incomplete But Damaging
 
 
 
-2011 January 31
+2011 Jan 31
 IDG Poland
 http://www.idg.pl/news/366773/Egipt.blokuje.Internet.aktywisci.szukaja.alternatyw.html;>Egipt
 blokuje Internet, aktywiści szukają alternatyw
 
 
 
-2011 January 31
+2011 Jan 31
 New Scientist
 http://www.newscientist.com/blogs/onepercent/2011/01/egypt-remains-officially-offli.html;>How
 Egypt is getting online
 
 
 
-2011 January 31
+2011 Jan 31
 El Pais
 http://www.elpais.com/articulo/internacional/Sortear/censura/golpe/fax/elpepuint/20110130elpepuint_14/Tes;>Sortear
 la censura a golpe de fax
 
 
 
-2011 January 30
+2011 Jan 30
 Fox 25 News - Boston
 http://www.myfoxboston.com/dpp/news/local/local-company-helps-give-egyptians-internet-access-20110130;>Local
 company helps give Egyptians internet access
 
 
 
-2011 January 30
+2011 Jan 30
 New England Cable News
 http://www.necn.com/01/30/11/Mass-company-helps-activists-avoid-onlin/landing.html?blockID=400628=4213;>Mass.
 company helps activists avoid online government censorship
 
 
 
-2011 January 30
+2011 Jan 30
 Boston Globe
 http://www.boston.com/news/local/massachusetts/articles/2011/01/30/mass_groups_software_helps_avoid_censorship/;>Foreign
 activists stay covered online
 
 
 
-2011 January 29
+2011 Jan 29
 SvD.se
 http://www.svd.se/nyheter/utrikes/tor-oppnar-dorrar-for-natdissidenter_5902693.svd;>Tor
 öppnar dörrar för nätdissidenter
 
 
 
-2011 January 29
+2011 Jan 29
 ComputerWorld
 http://www.computerworld.com/s/article/9207058/Without_Internet_Egyptians_find_new_ways_to_get_online?taxonomyId=16;>Without
 Internet, Egyptians find new ways to get online.
 
 
 
-2011 January 28
+2011 Jan 28
 Globe and Mail
 https://www.theglobeandmail.com/news/technology/in-a-span-of-minutes-a-country-goes-offline/article1887207/;>In
 a span of minutes, a country goes offline
 
 
 
-2010 December 22
+2010 Dec 22
 Technology Review
 http://www.technologyreview.com/web/26981/;>Home Internet with 
Anonymity Built In
 
 
 
-2010 December 17
+2010 Dec 17
 New York Times Magazine
 https://www.nytimes.com/2010/12/19/magazine/19FOB-Medium-t.html;>Granting 
Anonymity
 
 
 
-2010 November 03
+2010 Nov 03
 metro sverige
 http://www.metro.se/2010/11/03/73897/sida-hjalper-utsatta-bli-anonyma-pa-n/;>Sida
 hjälper utsatta bli anonyma på nätet
 
 
 
-2010 Sept 17
+2010 Sep 17
 NPR: On the media
 http://www.onthemedia.org/transcripts/2010/09/17/05;>On the 
Media: Interview with Jacob Appelbaum.
 
 
 
-2010 Sept 16
+2010 Sep 16
 The Tor Project
 Tor announces an article discussing Ten Things 

[tor-commits] [webwml/master] Fix date in press clips

2019-03-25 Thread hiro
commit 22e980dc42d3e4b8bf1ce2705d9096fab221f557
Author: hiro 
Date:   Mon Mar 25 22:07:00 2019 +0100

Fix date in press clips
---
 press/en/press.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index ac885189..dd0d5d12 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -2007,13 +2007,13 @@ Thinkers. Number 78: Roger, Nick, and Paul from 
Tor.
 
 
 
-2012 Oct
+2012 Sep 01
 Forskning  Framsteg
 http://fof.se/tidning/2012/9/artikel/svenskt-bistand-hjalper-hackare-att-lura-natcensuren;>Svenskt
 bistånd hjälper hackare att lura nätcensuren
 
 
 
-2012 Oct
+2012 Oct 01
 Delta Airlines Sky Magazine
 http://deltaskymag.delta.com/Sky-Extras/Favorites/Hidden-in-Plain-Sight.aspx;>Hidden
 in Plain Sight
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix date in press clips

2019-03-25 Thread hiro
commit a482e9b32008e203457d9c81fb1359a606f99151
Author: hiro 
Date:   Mon Mar 25 21:42:06 2019 +0100

Fix date in press clips
---
 press/en/press.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index 35123106..ac885189 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -1994,7 +1994,7 @@ Everything you need to know about the NSA and Tor in one 
FAQ
 
 
 
-2012 Dec
+2012 Dec 01
 Foreign Policy
 http://www.foreignpolicy.com/articles/2012/11/26/the_fp_100_global_thinkers?page=0,48#thinker78;>The
 FP Top 100 Global
 Thinkers. Number 78: Roger, Nick, and Paul from Tor.

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix date in press clips

2019-03-25 Thread hiro
commit cfa754ea68798dcd06d1a5b3b96e8406d43716e7
Author: hiro 
Date:   Mon Mar 25 21:30:41 2019 +0100

Fix date in press clips
---
 press/en/press.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index f7747994..35123106 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -1530,7 +1530,7 @@ Avoiding Sochi Snoopers: Using Tor, Common Sense and Nail 
Polish to Prevent Russ
 
 
 
-2014 Feb
+2014 Feb 01
 TechTarget
 http://searchsecurity.techtarget.com/feature/Tor-networks-Stop-employees-from-touring-the-deep-Web;>
 Tor networks: Stop employees from touring the deep web

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Reformat press clips

2019-03-25 Thread hiro
commit 1a0d1ae06cdd74e9e92510a752d7009d8153d0c7
Author: hiro 
Date:   Mon Mar 25 21:18:13 2019 +0100

Reformat press clips
---
 press/en/press.wml | 509 +++--
 1 file changed, 138 insertions(+), 371 deletions(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index f9989e3f..f7747994 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -2009,16 +2009,13 @@ Thinkers. Number 78: Roger, Nick, and Paul from 
Tor.
 
 2012 Oct
 Forskning  Framsteg
-http://fof.se/tidning/2012/9/artikel/svenskt-bistand-hjalper-
-hackare-att-lura-natcensuren">Svenskt bistånd hjälper hackare att lura
-nätcensuren
+http://fof.se/tidning/2012/9/artikel/svenskt-bistand-hjalper-hackare-att-lura-natcensuren;>Svenskt
 bistånd hjälper hackare att lura nätcensuren
 
 
 
 2012 Oct
 Delta Airlines Sky Magazine
-http://deltaskymag.delta.com/Sky-Extras/Favorites/Hidden-in-Plain-
-Sight.aspx">Hidden in Plain Sight
+http://deltaskymag.delta.com/Sky-Extras/Favorites/Hidden-in-Plain-Sight.aspx;>Hidden
 in Plain Sight
 
 
 
@@ -2030,1023 +2027,793 @@ Sight.aspx">Hidden in Plain Sight
 
 2012 Sep 19
 infoBAE
-http://www.infobae.com/notas/667840-Proyecto-Tor-comunicaciones-en
--la-web-100-anonimas-y-seguras.html">Proyecto Tor: comunicaciones en la
-web 100% anónimas y seguras
+http://www.infobae.com/notas/667840-Proyecto-Tor-comunicaciones-en-la-web-100-anonimas-y-seguras.html;>Proyecto
 Tor: comunicaciones en la web 100% anónimas y seguras
 
 
 2012 Aug 24
 security.nl
-https://secure.security.nl/artikel/42807/1/
-Tor_gaat_naar_Facebook_ondanks_privacyrisico.html">Tor gaat naar
-Facebook ondanks privacyrisico
+https://secure.security.nl/artikel/42807/1/Tor_gaat_naar_Facebook_ondanks_privacyrisico.html;>Tor
 gaat naar Facebook ondanks privacyrisico
 
 
 
 2012 Jul 19
 Philadelphia Inquirer
-http://www.philly.com/philly/business/
-20120719_Tech_Life__Fostering_anonymity_online.html">Tech Life:
-Fostering anonymity online
+http://www.philly.com/philly/business/20120719_Tech_Life__Fostering_anonymity_online.html;>Tech
 Life: Fostering anonymity online
 
 
 
 2012 Jul 13
 NATO
-http://we-nato.org/2012/07/13/social-media-and-online-anonymity-
-during-the-arab-spring/">Social Media and Online Anonymity during the
-Arab Spring
+http://we-nato.org/2012/07/13/social-media-and-online-anonymity-during-the-arab-spring/;>Social
 Media and Online Anonymity during the Arab Spring
 
 
 
 2012 Jun 19
 Nieman Journalism Lab
-http://www.niemanlab.org/2012/06/the-tor-project-helps-journalists
--and-whistleblowers-go-online-without-leaving-a-trace/">The Tor Project
-helps journalists and whistleblowers go online without leaving a
+http://www.niemanlab.org/2012/06/the-tor-project-helps-journalists-and-whistleblowers-go-online-without-leaving-a-trace/;>The
 Tor Project helps journalists and whistleblowers go online without leaving a
 trace.
 
 
 
 2012 Jun 18
 Poynter
-http://www.poynter.org/latest-news/top-stories/177642/news-
-challenge-funds-6-projects-focused-on-networks/">News Challenge funds 6
-projects focused on networks
+http://www.poynter.org/latest-news/top-stories/177642/news-challenge-funds-6-projects-focused-on-networks/;>News
 Challenge funds 6 projects focused on networks
 
 
 
 2012 Jun 18
 Knight Foundation
-http://www.knightfoundation.org/grants/20121802/;>Knight
-Foundation funds project to protect journalists and their sources
-worldwide by providing them with a toolkit to preserve their anonymity
+http://www.knightfoundation.org/grants/20121802/;>Knight 
Foundation funds project to protect journalists and their sources worldwide by 
providing them with a toolkit to preserve their anonymity
 online.
 
 
 
 2012 Jun 15
 BBC
-http://www.bbc.co.uk/news/technology-18461292;>Ethiopia
-clamps down on Skype and other internet use on Tor
+http://www.bbc.co.uk/news/technology-18461292;>Ethiopia clamps 
down on Skype and other internet use on Tor
 
 
 
 2012 Apr 30
 Forbes
-http://www.forbes.com/sites/andygreenberg/2012/04/30/the-tor-
-projects-new-tool-aims-to-map-out-internet-censorship/">The Tor
-Project's New Tool Aims To Map Out Internet Censorship
+http://www.forbes.com/sites/andygreenberg/2012/04/30/the-tor-projects-new-tool-aims-to-map-out-internet-censorship/;>The
 Tor Project's New Tool Aims To Map Out Internet Censorship
 
 
 
 2012 Apr 20
 The Guardian
-http://www.guardian.co.uk/technology/2012/apr/20/hacktivists-
-battle-internet">Hacktivists in the frontline battle for the
-internet
+http://www.guardian.co.uk/technology/2012/apr/20/hacktivists-battle-internet;>Hacktivists
 in the frontline battle for the internet
 
 
 
 2012 Apr 19
 The Guardian
-http://www.guardian.co.uk/technology/2012/apr/19/online-identity-
-authenticity-anonymity">Online identity: is authenticity or anonymity
-more important?
+http://www.guardian.co.uk/technology/2012/apr/19/online-identity-authenticity-anonymity;>Online
 identity: is authenticity or anonymity more important?
 
 
 
 2012 Apr 03
 V3

[tor-commits] [webwml/master] Fix date of press clip

2019-03-25 Thread hiro
commit d2bc61e260cb48bf1e5ebb24a5a3ae52195efcf9
Author: hiro 
Date:   Mon Mar 25 21:02:36 2019 +0100

Fix date of press clip
---
 press/en/press.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/press/en/press.wml b/press/en/press.wml
index 8463a550..f9989e3f 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -1383,7 +1383,7 @@ As domestic abuse goes digital, shelters turn to 
counter-survellience with Tor
 
 
-2014 May
+2014 Apr 29
 Boston Magazine
 http://www.bostonmagazine.com/news/article/2014/04/29/power-of-ideas/4/;>
 The Power of Ideas

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove 8.0.7 from RecommendedTBBVersions

2019-03-25 Thread boklm
commit e00fa60ccbacf7e125a051d6d493ac67e41cfa6a
Author: Nicolas Vigier 
Date:   Mon Mar 25 11:26:06 2019 +0100

Remove 8.0.7 from RecommendedTBBVersions
---
 projects/torbrowser/RecommendedTBBVersions | 4 
 1 file changed, 4 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index dcfb18d1..595ec042 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -1,8 +1,4 @@
 [
-"8.0.7",
-"8.0.7-MacOS",
-"8.0.7-Linux",
-"8.0.7-Windows",
 "8.0.8",
 "8.0.8-MacOS",
 "8.0.8-Linux",



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new Tor Browser version: 8.5a10

2019-03-25 Thread boklm
commit 4543213457ab36a9b13f72250bd5217a3b01fefb
Author: Nicolas Vigier 
Date:   Mon Mar 25 11:27:11 2019 +0100

Add new Tor Browser version: 8.5a10
---
 include/versions.wmi   | 4 ++--
 projects/torbrowser/RecommendedTBBVersions | 6 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index 9f50e98f..e13274d8 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -26,8 +26,8 @@
 ../dist/torbrowser//tor-win32-.zip
 
 # *** tor browser beta/alpha ***
-8.5a9
-2019-03-21
+8.5a10
+2019-03-25
 
 # If all platforms are on the same version, you only need to update
 # version-torbrowserbundlebeta-all and releasedate-torbrowserbundlebeta-all
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 595ec042..c52c51cd 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -6,5 +6,9 @@
 "8.5a9",
 "8.5a9-MacOS",
 "8.5a9-Linux",
-"8.5a9-Windows"
+"8.5a9-Windows",
+"8.5a10",
+"8.5a10-MacOS",
+"8.5a10-Linux",
+"8.5a10-Windows"
 ]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove 8.5a8 from RecommendedTBBVersions

2019-03-22 Thread boklm
commit 086e2362af93436cca73caf86597fc55a42571e2
Author: Nicolas Vigier 
Date:   Sat Mar 23 03:28:43 2019 +0100

Remove 8.5a8 from RecommendedTBBVersions
---
 projects/torbrowser/RecommendedTBBVersions | 4 
 1 file changed, 4 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 4925fbd9..694e48c1 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,10 +3,6 @@
 "8.0.7-MacOS",
 "8.0.7-Linux",
 "8.0.7-Windows",
-"8.5a8",
-"8.5a8-MacOS",
-"8.5a8-Linux",
-"8.5a8-Windows",
 "8.5a9",
 "8.5a9-MacOS",
 "8.5a9-Linux",



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new Tor Browser version: 8.0.8

2019-03-22 Thread boklm
commit 2e202944dbef262594ae56a99ef13feba280
Author: Nicolas Vigier 
Date:   Sat Mar 23 03:39:03 2019 +0100

Add new Tor Browser version: 8.0.8
---
 include/versions.wmi   | 4 ++--
 projects/torbrowser/RecommendedTBBVersions | 4 
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index a6829bf8..9f50e98f 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -4,8 +4,8 @@
 maint-8.0
 
 # *** tor browser stable ***
-8.0.7
-2019-03-19
+8.0.8
+2019-03-23
 0.3.5.8
 
 # If all platforms are on the same version, you only need to update
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 694e48c1..dcfb18d1 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,6 +3,10 @@
 "8.0.7-MacOS",
 "8.0.7-Linux",
 "8.0.7-Windows",
+"8.0.8",
+"8.0.8-MacOS",
+"8.0.8-Linux",
+"8.0.8-Windows",
 "8.5a9",
 "8.5a9-MacOS",
 "8.5a9-Linux",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Released 0.4.0.3-alpha

2019-03-22 Thread nickm
commit 4e36a181a814e524626cf0a71037a2f2723094ea
Author: Nick Mathewson 
Date:   Fri Mar 22 13:55:19 2019 -0400

Released 0.4.0.3-alpha
---
 Makefile | 2 +-
 include/versions.wmi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 258ce3d6..304cf889 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 # website component, and set it to needs_review.
 
 export STABLETAG=tor-0.3.5.8
-export DEVTAG=tor-0.4.0.2-alpha
+export DEVTAG=tor-0.4.0.3-alpha
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index c7f998ac..a6829bf8 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
 0.3.5.8
-0.4.0.2-alpha
+0.4.0.3-alpha
 
 maint-8.0
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update Erin's description

2019-03-21 Thread atagar
commit ed825d8802e13f0b421f9b416f77cbbf4dd97b9a
Author: Damian Johnson 
Date:   Thu Mar 21 14:06:41 2019 -0700

Update Erin's description

Changing per Erin's request.
---
 about/en/corepeople.wml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index c1e5d0b1..7629b2ec 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -263,7 +263,8 @@
   
   Erin Wyatt
   IRC: ewyatt
-  Non-technical switchboard for people-related 
things: recruiting, onboarding, benefits, contracts, TPI policy questions, and 
baked goods.
+  Pronoun: http://pronoun.is/she;>she
+  Director of People & Office Operations and a 
devoted dog mom.
 
   
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Bug 29845: Add android-x86 to the download page

2019-03-21 Thread boklm
commit b445b7309ca9f5e3d86eb97092f0668416259e41
Author: Nicolas Vigier 
Date:   Thu Mar 21 12:46:56 2019 +0100

Bug 29845: Add android-x86 to the download page
---
 download/en/download.wml | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/download/en/download.wml b/download/en/download.wml
index 6bea1060..da6f2ae7 100644
--- a/download/en/download.wml
+++ b/download/en/download.wml
@@ -16,6 +16,8 @@
 #
 Tor Browser (32-Bit)
 Tor Browser (64-Bit)
+Android (arm)
+Android (x86)
 
 #include "dlhead.wmi" TITLE="Download Tor" CHARSET="UTF-8"
 
@@ -165,11 +167,17 @@ custom configurations. All an apt-get or yum install 
away.
 

   
-DownloadAndroid
+Download
 
   (sig)
   What's This?
 
+
+Download
+
+  (sig)
+  What's This?
+
   
 
  Tor Browser

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove 8.0.6 from RecommendedTBBVersions

2019-03-21 Thread boklm
commit 328af258c292a2907f1769f9416f951aa88dd08d
Author: Nicolas Vigier 
Date:   Thu Mar 21 11:46:51 2019 +0100

Remove 8.0.6 from RecommendedTBBVersions
---
 projects/torbrowser/RecommendedTBBVersions | 4 
 1 file changed, 4 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 51f486cf..6bd10623 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -1,8 +1,4 @@
 [
-"8.0.6",
-"8.0.6-MacOS",
-"8.0.6-Linux",
-"8.0.6-Windows",
 "8.0.7",
 "8.0.7-MacOS",
 "8.0.7-Linux",



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new Tor Browser version: 8.5a9

2019-03-21 Thread boklm
commit 723f0f11f831443df56ba59454ca2a0050d0d979
Author: Nicolas Vigier 
Date:   Thu Mar 21 11:48:48 2019 +0100

Add new Tor Browser version: 8.5a9
---
 include/versions.wmi   | 4 ++--
 projects/torbrowser/RecommendedTBBVersions | 6 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index 6db46de9..c7f998ac 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -26,8 +26,8 @@
 ../dist/torbrowser//tor-win32-.zip
 
 # *** tor browser beta/alpha ***
-8.5a8
-2019-02-15
+8.5a9
+2019-03-21
 
 # If all platforms are on the same version, you only need to update
 # version-torbrowserbundlebeta-all and releasedate-torbrowserbundlebeta-all
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 6bd10623..4925fbd9 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -6,5 +6,9 @@
 "8.5a8",
 "8.5a8-MacOS",
 "8.5a8-Linux",
-"8.5a8-Windows"
+"8.5a8-Windows",
+"8.5a9",
+"8.5a9-MacOS",
+"8.5a9-Linux",
+"8.5a9-Windows"
 ]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new Tor Browser version: 8.0.7

2019-03-19 Thread boklm
commit a3a00f9f5a269754a6392e3806a8d256bca52e74
Author: Nicolas Vigier 
Date:   Tue Mar 19 18:58:53 2019 +0100

Add new Tor Browser version: 8.0.7
---
 include/versions.wmi   | 6 +++---
 projects/torbrowser/RecommendedTBBVersions | 4 
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index c3f4ac60..6db46de9 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -4,9 +4,9 @@
 maint-8.0
 
 # *** tor browser stable ***
-8.0.6
-2019-02-12
-0.3.5.7
+8.0.7
+2019-03-19
+0.3.5.8
 
 # If all platforms are on the same version, you only need to update
 # version-torbrowserbundle-all and releasedate-torbrowserbundle-all
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 1c351a66..51f486cf 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,6 +3,10 @@
 "8.0.6-MacOS",
 "8.0.6-Linux",
 "8.0.6-Windows",
+"8.0.7",
+"8.0.7-MacOS",
+"8.0.7-Linux",
+"8.0.7-Windows",
 "8.5a8",
 "8.5a8-MacOS",
 "8.5a8-Linux",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update donate options page

2019-03-14 Thread hiro
commit 3de5b8ef6e48415daa8ef8d61cf9a6d55c083945
Author: hiro 
Date:   Thu Mar 14 16:11:48 2019 +0100

Update donate options page
---
 donate/en/donate-options.wml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml
index 774dfb64..06371bc9 100644
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@ -16,6 +16,7 @@ form#makeDonation {
   Note: if you wish to donate to The Tor Project by credit card or PayPal, please click here.
   The Tor Project also offers the following alternative donation methods 
(If you would like to receive a Thank-You Gift after making a donation with one 
of the methods below, please email giv...@torproject.org.):
   
+Cryptocurrency
 Bitcoin
 Amazon Payments
 https://smile.amazon.com/ch/20-8096820;>Amazon Smile
@@ -27,6 +28,11 @@ form#makeDonation {
   
 
 
+   
+   
+ Donate cryptocurrency
+ Click https://donate.torproject.org/cryptocurrency;>here 
for the wallet addresses for Augur (REP), Bitcoin (XBT), Bitcoin Cash (BCH), 
Dash (DASH), Ether (ETH), Litecoin (LTC), Monero (XMR), Stellar Lumen (XLM), 
and Zcash (ZEC).
+   


 
@@ -191,4 +197,3 @@ form#makeDonation {
 
 
 #include 
-

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add anarcat to the people page

2019-03-07 Thread atagar
commit 39d4fc94b04bf59baf18da83af6f5ec948a8e064
Author: Damian Johnson 
Date:   Thu Mar 7 12:13:35 2019 -0800

Add anarcat to the people page
---
 about/en/corepeople.wml   | 178 --
 images/people/anarcat.png | Bin 0 -> 25682 bytes
 2 files changed, 94 insertions(+), 84 deletions(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 5f8634e1..c1e5d0b1 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -82,13 +82,23 @@
 
   
 
+  
+  
+  anarcat
+  Pronoun: http://pronoun.is/he;>he
+  Is making things work.
+
+
+
   
   
   
   Andreas Lehner
   Works at the intersection of security, privacy, 
data integrity and anonymity both in politics and technology.
 
+  
 
+  
 
   
   
@@ -98,9 +108,7 @@
   IRC: antonela
   Designer working with the UX team. Making Tor 
usable for everyone.
 
-  
 
-  
 
   
   
@@ -110,7 +118,9 @@
   IRC: arlolra
   Developer for Snowflake, Tor Messenger, and 
Check.
 
+  
 
+  
 
   
   
@@ -119,9 +129,7 @@
   IRC: arthuredelstein
   Works on Tor Browser.
 
-  
 
-  
 
   
   
@@ -131,7 +139,9 @@
   IRC: hellais
   Project leader for https://ooni.torproject.org/;>OONI, has helped with http://tor2web.org/;>tor2web, wrote Atlas which later became https://metrics.torproject.org/rs.html;>Relay Search, and helps 
improve security.
 
+  
 
+  
 
   
   
@@ -140,9 +150,7 @@
   Pronoun: http://pronoun.is/she;>she
   Grants Manager.
 
-  
 
-  
 
   
   
@@ -151,7 +159,9 @@
   IRC: brade
   Developer on the Tor Browser team.
 
+  
 
+  
 
   
   
@@ -160,9 +170,7 @@
   IRC: cohosh
   Developer on the anti-censorship team. Works on 
pluggable transport development and integration, and BridgeDB.
 
-  
 
-  
 
   
   
@@ -172,7 +180,9 @@
   IRC: komlo
   Chelsea is a software/security engineer and 
contributes to core tor.
 
+  
 
+  
 
   
   
@@ -181,9 +191,7 @@
   Pronoun: http://pronoun.is/she;>she
   Tor Board member and https://www.eff.org/about/staff/cindy-cohn;>Executive Director of the 
EFF. Lawyer by training, https://blog.torproject.org/blog/tor-heart-notes-board-member;>her 
focus is on making sure Tor stays available and that Tor users stay 
safe.
 
-  
 
-  
 
   
   
@@ -193,7 +201,9 @@
   IRC: Phoul
   Relay advocate, Outreachy mentor, and a member 
of the community team. He is also a director of the Canadian Torservers.net 
partner https://www.coldhak.ca/;>Coldhak.
 
+  
 
+  
 
   
   
@@ -203,9 +213,7 @@
   Pronoun: http://pronoun.is/he;>he
   Author of the https://stem.torproject.org/;>Stem python controller library and https://nyx.torproject.org/;>Nyx relay monitor.
 
-  
 
-  
 
   
   
@@ -214,7 +222,9 @@
   IRC: dgoulet
   Tor development team focusing on onion services 
and our torsocks maintainer.
 
+  
 
+  
 
   
   
@@ -224,9 +234,7 @@
   IRC: dawuud
   https://github.com/david415/;>Author 
of roflcoptor and honeybadger. Researches mixnets and contributes to 
txtorcon.
 
-  
 
-  
 
   
   
@@ -236,7 +244,9 @@
   IRC: DonnchaC
   Onion services developer, OnionBalance 
developer, hunter of bad relays.
 
+  
 
+  
 
   
   
@@ -246,9 +256,7 @@
   Pronoun: http://pronoun.is/she;>she
   emmapeel coordinates the localization 
(translations) of the different Tor software.
 
-  
 
-  
 
   
   
@@ -257,7 +265,9 @@
   IRC: ewyatt
   Non-technical switchboard for people-related 
things: recruiting, onboarding, benefits, contracts, TPI policy questions, and 
baked goods.
 
+  
 
+  
 
   
   
@@ -267,9 +277,7 @@
   Pronoun: http://pronoun.is/she;>she
   Coordinates Network, Metrics and 
Anti-censorship teams.
 
-  
 
-  
 
   
   
@@ -279,7 +287,9 @@
   IRC: biella
   http://gabriellacoleman.org/;>Anthropologist and Wolfe Chair in 
Scientific and Technological Literacy at McGill University.
 
+  
 
+  
 
   
   
@@ -287,9 +297,7 @@
   IRC: gman999
   Tor BSD Diversity Project member, long-time 
relay operator, trainer.
 
-  
 
-  
 
   
   
@@ -298,7 +306,9 @@
   IRC: GeKo
   Currently lead of the Tor Browser team.
 
+  
 
+  
 
   
   
@@ -307,9 +317,7 @@
   IRC: asn
   Onion services. Security analysis. Used to 
obfsproxy. Follower of the onion.
 
-  
 
-  
 
   
   
@@ -319,7 +327,9 @@
   IRC: saint
   Tamper-resistant software distribution, 
censorship detection, https://github.com/glamrock/cupcake;>Cupcake, and security training 
of activists and domestic violence survivors.
 
+  
 
+  
 
   
   
@@ 

[tor-commits] [webwml/master] Zoom in Isa's photo

2019-02-25 Thread atagar
commit 6aa1be93ed625b4640d2eea85e11347e0bbfe626
Author: Damian Johnson 
Date:   Mon Feb 25 09:49:25 2019 -0800

Zoom in Isa's photo

Rescaled image per Isa's request.
---
 images/people/isabela.png | Bin 46938 -> 42779 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/images/people/isabela.png b/images/people/isabela.png
index 924f6b41..dff43ffc 100644
Binary files a/images/people/isabela.png and b/images/people/isabela.png differ

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Correct Gunner's description

2019-02-25 Thread atagar
commit 5f69d8e9a9e682519f2674ebce3c64e22b215001
Author: Damian Johnson 
Date:   Mon Feb 25 09:41:00 2019 -0800

Correct Gunner's description

Part of the description is no longer up to date.
---
 about/en/corepeople.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 43388fa4..5f8634e1 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -67,7 +67,7 @@
   
   Allen Gunn
   IRC: gunner
-  https://aspirationtech.org/about/people/gunner;>Executive Director of 
Aspiration, where he works with NGOs, activists, and human rights groups. 
Meeting facilitator and member of Tor's Community Council.
+  https://aspirationtech.org/about/people/gunner;>Executive Director of 
Aspiration, where he works with NGOs, activists, and human rights 
groups.
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update Katie's pgp key

2019-02-23 Thread atagar
commit 3c7fe0c8b6b59015055061bc7e054fe332a552de
Author: Damian Johnson 
Date:   Sat Feb 23 13:46:41 2019 -0800

Update Katie's pgp key

Swapping to her new key per Katie's request.
---
 about/en/corepeople.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 43528a8d..43388fa4 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -492,7 +492,7 @@
   
   
   https://twitter.com/aidspol;>
-  https://db.torproject.org/fetchkey.cgi?fingerprint=7C91C7C864A1CA45350E026ECD3AAD80EBBEF554;>
+  https://keys.mailvelope.com/pks/lookup?op=get=0xCF243AB5AA03788F;>
   Kate Krauss
   IRC: ailanthus
   Writes about Tor in mainstream and technical 
publications and conducts community workshops to teach people about Tor.

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] new tor source release versions

2019-02-21 Thread nickm
commit dd00ba6e86da8a3a7b15913c11dc154a5e258f11
Author: Nick Mathewson 
Date:   Thu Feb 21 12:50:07 2019 -0500

new tor source release versions
---
 Makefile | 4 ++--
 include/versions.wmi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index ba3058ac..258ce3d6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@
 # branch to your personal webwml repository, open a trac ticket in the
 # website component, and set it to needs_review.
 
-export STABLETAG=tor-0.3.5.7
-export DEVTAG=tor-0.4.0.1-alpha
+export STABLETAG=tor-0.3.5.8
+export DEVTAG=tor-0.4.0.2-alpha
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index 13429dc3..c3f4ac60 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
-0.3.5.7
-0.4.0.1-alpha
+0.3.5.8
+0.4.0.2-alpha
 
 maint-8.0
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Revert "Set Android version to 8.5a7"

2019-02-21 Thread boklm
commit 9291dda356a90c6ac712ce017c6384a51a8f93fa
Author: Nicolas Vigier 
Date:   Thu Feb 21 10:33:35 2019 +0100

Revert "Set Android version to 8.5a7"

This reverts commit 63a5b5bccf84dcf30352527648a444ddb7a5368d.
---
 include/versions.wmi | 4 
 1 file changed, 4 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index 18d12499..13429dc3 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -41,12 +41,8 @@
 
 
 
-
-8.5a7
-2019-01-30
 
 tor-.tar.gz
 ../dist/

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove 8.5a7 from RecommendedTBBVersions

2019-02-19 Thread boklm
commit 80d143faeabfbefdca0f64707a248171cba1a5d8
Author: Nicolas Vigier 
Date:   Tue Feb 19 14:26:38 2019 +0100

Remove 8.5a7 from RecommendedTBBVersions
---
 projects/torbrowser/RecommendedTBBVersions | 4 
 1 file changed, 4 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 11ff9a49..1c351a66 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,10 +3,6 @@
 "8.0.6-MacOS",
 "8.0.6-Linux",
 "8.0.6-Windows",
-"8.5a7",
-"8.5a7-MacOS",
-"8.5a7-Linux",
-"8.5a7-Windows",
 "8.5a8",
 "8.5a8-MacOS",
 "8.5a8-Linux",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Set Android version to 8.5a7

2019-02-17 Thread boklm
commit 63a5b5bccf84dcf30352527648a444ddb7a5368d
Author: Nicolas Vigier 
Date:   Sun Feb 17 12:16:11 2019 +0100

Set Android version to 8.5a7

The Android build for 8.5a8 is not yet signed, so we point to version
8.5a7 until we sign it.
---
 include/versions.wmi | 4 
 1 file changed, 4 insertions(+)

diff --git a/include/versions.wmi b/include/versions.wmi
index 13429dc3..18d12499 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -41,8 +41,12 @@
 
 
 
+
+8.5a7
+2019-01-30
 
 tor-.tar.gz
 ../dist/

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new Tor Browser version: 8.5a8

2019-02-15 Thread boklm
commit 0f6a374ec18c68f73048b23e5a193dff8557c741
Author: Nicolas Vigier 
Date:   Fri Feb 15 13:50:10 2019 +0100

Add new Tor Browser version: 8.5a8
---
 include/versions.wmi   | 4 ++--
 projects/torbrowser/RecommendedTBBVersions | 6 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index 1b7b6746..13429dc3 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -26,8 +26,8 @@
 ../dist/torbrowser//tor-win32-.zip
 
 # *** tor browser beta/alpha ***
-8.5a7
-2019-01-30
+8.5a8
+2019-02-15
 
 # If all platforms are on the same version, you only need to update
 # version-torbrowserbundlebeta-all and releasedate-torbrowserbundlebeta-all
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 66349be2..11ff9a49 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -6,5 +6,9 @@
 "8.5a7",
 "8.5a7-MacOS",
 "8.5a7-Linux",
-"8.5a7-Windows"
+"8.5a7-Windows",
+"8.5a8",
+"8.5a8-MacOS",
+"8.5a8-Linux",
+"8.5a8-Windows"
 ]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove 8.0.5 from RecommendedTBBVersions

2019-02-14 Thread boklm
commit b4f73a95edd18ebbb42220c08e62771e3fc46588
Author: Nicolas Vigier 
Date:   Thu Feb 14 14:20:20 2019 +0100

Remove 8.0.5 from RecommendedTBBVersions
---
 projects/torbrowser/RecommendedTBBVersions | 4 
 1 file changed, 4 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 65c14db7..66349be2 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -1,8 +1,4 @@
 [
-"8.0.5",
-"8.0.5-MacOS",
-"8.0.5-Linux",
-"8.0.5-Windows",
 "8.0.6",
 "8.0.6-MacOS",
 "8.0.6-Linux",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new Tor Browser version: 8.0.6

2019-02-12 Thread boklm
commit f1e4c9d082734a67697804b43ef8af58914c916d
Author: Nicolas Vigier 
Date:   Tue Feb 12 23:55:10 2019 +0100

Add new Tor Browser version: 8.0.6
---
 include/versions.wmi   | 4 ++--
 projects/torbrowser/RecommendedTBBVersions | 4 
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index b8dfb99e..1b7b6746 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -4,8 +4,8 @@
 maint-8.0
 
 # *** tor browser stable ***
-8.0.5
-2019-01-29
+8.0.6
+2019-02-12
 0.3.5.7
 
 # If all platforms are on the same version, you only need to update
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 8b73a178..65c14db7 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,6 +3,10 @@
 "8.0.5-MacOS",
 "8.0.5-Linux",
 "8.0.5-Windows",
+"8.0.6",
+"8.0.6-MacOS",
+"8.0.6-Linux",
+"8.0.6-Windows",
 "8.5a7",
 "8.5a7-MacOS",
 "8.5a7-Linux",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update version-torbrowserdevelopbranch

2019-02-12 Thread boklm
commit 7380f6f493a98fbe6da8e6fd55ec2beb7a25f234
Author: Nicolas Vigier 
Date:   Tue Feb 12 12:17:07 2019 +0100

Update version-torbrowserdevelopbranch
---
 include/versions.wmi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index a7a4e69d..b8dfb99e 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,7 +1,7 @@
 0.3.5.7
 0.4.0.1-alpha
 
-maint-7.5
+maint-8.0
 
 # *** tor browser stable ***
 8.0.5

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove Helen from people page

2019-02-11 Thread atagar
commit 0f132a6fa6f54e9a3a2d082171d1ba46f5a5a427
Author: Damian Johnson 
Date:   Mon Feb 11 16:40:01 2019 -0800

Remove Helen from people page

Requested by Erin.
---
 about/en/corepeople.wml | 131 ++--
 1 file changed, 60 insertions(+), 71 deletions(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 6731cae2..43528a8d 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -342,17 +342,6 @@
 
 
 
-  
-  
-  
-  Helen Nyinakiiza
-  IRC: nyinz
-  I am very excited and honored to contribute to 
the Tor project on its mission to provide usable technologies to the global 
south.
-
-  
-
-  
-
   
   
   https://twitter.com/iainlearmonth;>
@@ -362,7 +351,9 @@
   Pronoun: http://pronoun.is/he;>he
   https://metrics.torproject.org;>Metrics team member and maintainer of 
https://metrics.torproject.org/rs.html;>Relay Search.
 
+  
 
+  
 
   
   
@@ -371,9 +362,7 @@
   Pronoun: http://pronoun.is/he;>he
   https://cs.uwaterloo.ca/~iang/;>Professor of CS at the https://uwaterloo.ca/;>University of Waterloo, developing https://otr.cypherpunks.ca/;>Off-the-Record Messaging among other 
things.
 
-  
 
-  
 
   
   
@@ -383,7 +372,9 @@
   IRC: igt0
   Works on Tor Browser.
 
+  
 
+  
 
   
   
@@ -392,9 +383,7 @@
   Pronoun: http://pronoun.is/he;>he
   He is one of our main interfaces with the https://tails.boum.org/;>Tails project.
 
-  
 
-  
 
   
   
@@ -404,7 +393,9 @@
   IRC: isabela
   Executive Director of the Tor Project.
 
+  
 
+  
 
   
   
@@ -412,9 +403,7 @@
   isra
   Rewrote the https://gettor.torproject.org;>GetTor service.
 
-  
 
-  
 
   
   
@@ -424,7 +413,9 @@
   IRC: redshiftzero
   Lead developer of the https://securedrop.org/;>SecureDrop whistleblower platform based at 
the https://freedom.press/;>Freedom of the Press Foundation.
 
+  
 
+  
 
   
   
@@ -434,9 +425,7 @@
   IRC: qbi
   Volunteer that helped translate the website, is 
part of TorServers.net, and Tor's sysadmin team.
 
-  
 
-  
 
   
   
@@ -445,7 +434,9 @@
   IRC: jselon
   Event Coordination, donor management, general 
office operations.
 
+  
 
+  
 
   
   
@@ -454,9 +445,7 @@
   IRC: juga
   Contributed to OONI, bug tracker features, 
wrote tordyguards. Currently working on bandwidth scanner.
 
-  
 
-  
 
   
   
@@ -465,7 +454,9 @@
   Julius Mittenzwei
   Germany-based lawyer and Internet 
activist.
 
+  
 
+  
 
   
   
@@ -474,9 +465,7 @@
   IRC: juris
   Board member of torservers.net.
 
-  
 
-  
 
   
   
@@ -486,7 +475,9 @@
   Pronoun: http://pronoun.is/he;>he
   Primary researcher and developer into https://metrics.torproject.org/;>anonymous metrics which started as a 
National Science Foundation grant.
 
+  
 
+  
 
   
   
@@ -496,9 +487,7 @@
   Pronoun: http://pronoun.is/she;>she
   Volunteer on the Community Team. Helps with 
t-shirts for relay operators and other odds and ends.
 
-  
 
-  
 
   
   
@@ -508,7 +497,9 @@
   IRC: ailanthus
   Writes about Tor in mainstream and technical 
publications and conducts community workshops to teach people about Tor.
 
+  
 
+  
 
   
   
@@ -519,16 +510,16 @@
   Pronoun: http://pronoun.is/he;>he
   https://securedrop.org;>SecureDrop 
developer at the https://freedom.press;>Freedom of Press 
Foundation. Member of the community team, privacy advocate focusing on new 
users.
 
-  
 
-  
 
   
   
   Leif Ryge
   Works on security analysis, designer of 
bananaphone transport.
 
+  
 
+  
 
   
   
@@ -538,9 +529,7 @@
   Pronoun: http://pronoun.is/he;>he
   Software developer, sysadmin and co-founder of 
the Swedish Torservers.net partner :DFRI. Member of the sysadmin team. Runs one 
of the directory authorities.
 
-  
 
-  
 
   
   
@@ -550,7 +539,9 @@
   Pronoun: http://pronoun.is/she;>she
   Community team, user advocate, and Mozilla 
fellow.
 
+  
 
+  
 
   
   
@@ -561,9 +552,7 @@
   Pronoun: http://pronoun.is/she;>she
   Maria manages OONI's Partnership Program and 
writes research reports on internet censorship around the world.
 
-  
 
-  
 
   
   
@@ -573,7 +562,9 @@
   Pronoun: http://pronoun.is/he;>he
   Developer on the Tor Browser team.
 
+  
 
+  
 
   
   
@@ -581,9 +572,7 @@
   Matt Blaze
   Chairs the Tor Board of Directors. Professor at 
the University of Pennsylvania where he researches security, privacy, and 
anonymity.
 
-  
 
-  
 
   
   
@@ -592,7 +581,9 @@
   IRC: pastly
   Matt 

[tor-commits] [webwml/master] Merge branch 'master' into master

2019-02-11 Thread hiro
commit eb0eb648ee44a865856fc4b4261785221f8b4ab9
Merge: 64d879b7 e8d8723f
Author: Pili Guerra 
Date:   Mon Feb 11 13:00:36 2019 +0100

Merge branch 'master' into master

 about/en/gsoc.wml | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update links to Project ideas

2019-02-11 Thread hiro
commit 64d879b7860fc252439408e72bb6d62ebf96d719
Author: Pili Guerra 
Date:   Wed Feb 6 11:01:02 2019 +0100

Update links to Project ideas
---
 getinvolved/en/volunteer.wml | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index e1689250..08d01938 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -367,13 +367,14 @@ meetings around the world.
 Project Ideas:
   #  Help improve Tor onion 
services
 Python Tor Client
-Fuzzing coverage of Tor
-Relay crypto parallelism
-Anonymous local count 
statistics
-Improved SOCKS5 variant
-Onion service crypto 
parallelism
-Support all kinds of DNS in Tor
-Improve IPv6 support
+  #  Fuzzing coverage of Tor
+  #  Relay crypto parallelism
+  #  Anonymous local count 
statistics
+  #  Improved SOCKS5 variant
+  #  Onion service crypto 
parallelism
+  #  Support all kinds of DNS in Tor
+  #  Improve IPv6 support
+v3 Onion Services
 
 
 
@@ -392,7 +393,8 @@ meetings around the world.
 
 
 Project Ideas:
-Remove metadata from Tor Browser 
uploads
+#Remove metadata from Tor Browser 
uploads
+Tor Browser Crash 
Reporter
 
 
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Clean up more un-mentored projects

2019-02-11 Thread hiro
commit 26c13229e147ed5791423dcc6a45bf09860d913a
Author: Maria Pilar Guerra Arias 
Date:   Wed Feb 6 10:37:16 2019 +0100

Clean up more un-mentored projects
---
 getinvolved/en/volunteer.wml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 2bc10763..e1689250 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -918,7 +918,7 @@ For more information https://trac.torproject.org/projects/tor/ticket/75
 
 
 -->
-
+
+
 

[tor-commits] [webwml/master] Add irc nicks for Arturo and Simone

2019-02-11 Thread hiro
commit 246c084e7108018656da603bbad333f73729adde
Author: Maria Pilar Guerra Arias 
Date:   Wed Feb 6 10:27:13 2019 +0100

Add irc nicks for Arturo and Simone
---
 getinvolved/en/volunteer.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 05490084..4f0acb86 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -,7 +,7 @@ For more information https://trac.torproject.org/projects/tor/ticket/17
 
 Language: C++
 
-Likely Mentors: Arturo Filastò() & Simone Basso()
+Likely Mentors: Arturo Filastò(hellais) & Simone Basso(sbs)
 
 
 The https://ooni.torproject.org/;>Open Observatory of Network 
Interference (OONI) has a series of network tests which measure different 
forms of internet censorship. Every month, these tests (available via the https://ooni.torproject.org/install/;>ONI Probe apps) are run by 
human rights defenders in https://api.ooni.io/stats;>more than 200 
countries, in an attempt to collect network measurement data that can serve 
as evidence of internet censorship.



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update for 2019 program

2019-02-11 Thread hiro
commit 48a3fb415e1fc9f83c7d76f67d84b9763d1a8a7c
Author: Maria Pilar Guerra Arias 
Date:   Wed Feb 6 10:36:33 2019 +0100

Update for 2019 program
---
 about/en/gsoc.wml | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/about/en/gsoc.wml b/about/en/gsoc.wml
index bc849281..e594bcc6 100644
--- a/about/en/gsoc.wml
+++ b/about/en/gsoc.wml
@@ -2,14 +2,14 @@
 # Revision: $Revision$
 # Translation-Priority: 4-optional
 
-#include "head.wmi" TITLE="Tor: Google Summer of Code 2017" CHARSET="UTF-8"
+#include "head.wmi" TITLE="Tor: Google Summer of Code" CHARSET="UTF-8"
 
   
 Home  
 Google Summer of Code
   

-Tor: Google Summer of Code 2017
+Tor: Google Summer of Code
 
 
 
@@ -17,9 +17,7 @@
 
 The Tor Project, in collaboration with https://www.eff.org/;>The
 Electronic Frontier Foundation, have taken part in Google Summer of 
Code
-for 2007 through 2016, mentoring the total of 64 students.  Now google has
-announced that we'll be taking part again for https://summerofcode.withgoogle.com/;>Google Summer of Code 2017!
+for 2007 through 2017, mentoring a total of 68 students.
 
 
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new OONI project to list

2019-02-11 Thread hiro
commit b6748d333d957fdde7eb7e2f8db888499b12dd8d
Author: Maria Pilar Guerra Arias 
Date:   Wed Feb 6 10:26:46 2019 +0100

Add new OONI project to list
---
 getinvolved/en/volunteer.wml | 24 
 1 file changed, 24 insertions(+)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 8564312f..05490084 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -1130,6 +1130,30 @@ For more information https://trac.torproject.org/projects/tor/ticket/17
 
 
 
+
+
+OONI Javascript Encore style test
+
+Language: Javascript, HTML and ideally React
+
+Likely Mentors: Arturo Filastò(hellais) & Simone Basso(sbs)
+
+
+The https://ooni.torproject.org/;>Open Observatory of Network 
Interference (OONI) has a series of network tests which measure different 
forms of internet censorship. Every month, these tests (available via the https://ooni.torproject.org/install/;>ONI Probe apps) are run by 
human rights defenders in https://api.ooni.io/stats;>more than 200 
countries, in an attempt to collect network measurement data that can serve 
as evidence of internet censorship.
+
+
+
+All of these tests rely on people installing specialised software on their 
machine. The idea behind this project is that the student would be working on 
researching and implementing a test based on the Encore paper: https://conferences.sigcomm.org/sigcomm/2015/pdf/papers/p653.pdf;>https://conferences.sigcomm.org/sigcomm/2015/pdf/papers/p653.pdf.
 This test runs inside of a regular browser (without the need of a plugin) and 
is able to check reachability of websites. While the testing is not as precise 
as the rest of OONI Probe test it can be very useful to coordinate testing 
campaigns where getting a lot of less precise data quickly is essential.
+
+
+
+Part of the work will about integrating the OONI informed consent 
procedure into this form of testing too and ensuring that the measurements are 
collected in an ethical way.
+
+
+Please see the relevant github issue for more details: https://github.com/ooni/run/issues/19;>https://github.com/ooni/run/issues/19
+
+
+
 
 
 Salmon as a Bridge Distribution Mechanism



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Merge pull request #1 from torproject/master

2019-02-11 Thread hiro
commit ccd25625178bbd3b9876198c23897a151116322e
Merge: 8e19f84c d2bff123
Author: Pili Guerra 
Date:   Wed Feb 6 10:12:59 2019 +0100

Merge pull request #1 from torproject/master

Merge from master

 docs/en/debian.wml   | 18 +-
 getinvolved/en/volunteer.wml |  9 +
 2 files changed, 10 insertions(+), 17 deletions(-)



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] fix small typo

2019-02-11 Thread hiro
commit 9848053a9931a85a613d76adea0ff58f6c1f29f1
Author: Maria Pilar Guerra Arias 
Date:   Wed Feb 6 10:27:29 2019 +0100

fix small typo
---
 getinvolved/en/volunteer.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 4f0acb86..2bc10763 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -1161,7 +1161,7 @@ For more information https://trac.torproject.org/projects/tor/ticket/17
 Likely Mentors: ahf, Cecylia (cohosh)
 
 
- Many users rely on bridges, or anti-censorship proxies, to connect to 
the Tor network. We need a way of distributing bridge information to users so 
that they are able to connect. However, when censors learn this information the 
bridges quickly become blocked and can no longer be used. Our goal is to 
distribute bridges to users in censored regions when they need the, while also 
limiting the amount of bridge information that is leaked to censors.
+ Many users rely on bridges, or anti-censorship proxies, to connect to 
the Tor network. We need a way of distributing bridge information to users so 
that they are able to connect. However, when censors learn this information the 
bridges quickly become blocked and can no longer be used. Our goal is to 
distribute bridges to users in censored regions when they need them, while also 
limiting the amount of bridge information that is leaked to censors.
 
 This project entails implementing Salmon, a bridge distribution 
mechanism that partitions and distributes bridges using reputation and social 
contacts to give well-behaved users access to "better" bridges and add a 
penalty when their bridges get censored.
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update GSoC date to 2019

2019-02-06 Thread atagar
commit e8d8723f9325a3be24dec3057a14411715ac435c
Author: Damian Johnson 
Date:   Wed Feb 6 17:22:17 2019 -0800

Update GSoC date to 2019

Pili has a change that does this as well, but since today's Google's
application deadline pushing my own fix to ensure the dates get updated
before they look at it.
---
 about/en/gsoc.wml | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/about/en/gsoc.wml b/about/en/gsoc.wml
index bc849281..d663ade5 100644
--- a/about/en/gsoc.wml
+++ b/about/en/gsoc.wml
@@ -2,14 +2,14 @@
 # Revision: $Revision$
 # Translation-Priority: 4-optional
 
-#include "head.wmi" TITLE="Tor: Google Summer of Code 2017" CHARSET="UTF-8"
+#include "head.wmi" TITLE="Tor: Google Summer of Code 2019" CHARSET="UTF-8"
 
   
 Home  
 Google Summer of Code
   

-Tor: Google Summer of Code 2017
+Tor: Google Summer of Code 2019
 
 
 
@@ -17,15 +17,20 @@
 
 The Tor Project, in collaboration with https://www.eff.org/;>The
 Electronic Frontier Foundation, have taken part in Google Summer of 
Code
-for 2007 through 2016, mentoring the total of 64 students.  Now google has
+for 2007 through 2016, mentoring the total of 64 students. We have applied
+to https://summerofcode.withgoogle.com/;>GSoC 2019, and
+should know by the end of February whether we are in this year.
+
 
 
 
 You must be self-motivated and able to work independently. We have
 a thriving community of interested developers on the IRC channel and
-mailing lists, and we're eager to work with you, brainstorm about design,
+mailing lists. We're eager to work with you, brainstorm about design,
 and so on, but you need to be able to manage your own time, and you
 need to already be somewhat familiar with how free software development on 
the
 Internet works.

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] added to salmon description for GSoC

2019-02-05 Thread hiro
commit d2bff123d856bdfa5db4a344e06d4f0a00327524
Author: cohosh 
Date:   Tue Feb 5 12:23:12 2019 -0500

added to salmon description for GSoC
---
 getinvolved/en/volunteer.wml | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 862cd359..8564312f 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -1134,12 +1134,13 @@ For more information https://trac.torproject.org/projects/tor/ticket/17
 
 Salmon as a Bridge Distribution Mechanism
 
-Likely Mentors: ahf, cohosh
+Likely Mentors: ahf, Cecylia (cohosh)
 
-
-This project entails building a different bridge distribution mechanism 
than what we have today with BridgeDB where reputation and social contacts 
gives you access to "better" bridges and adds a penalty for when a bridge is 
censored.
-
 
+ Many users rely on bridges, or anti-censorship proxies, to connect to 
the Tor network. We need a way of distributing bridge information to users so 
that they are able to connect. However, when censors learn this information the 
bridges quickly become blocked and can no longer be used. Our goal is to 
distribute bridges to users in censored regions when they need the, while also 
limiting the amount of bridge information that is leaked to censors.
+
+This project entails implementing Salmon, a bridge distribution 
mechanism that partitions and distributes bridges using reputation and social 
contacts to give well-behaved users access to "better" bridges and add a 
penalty when their bridges get censored.
+
 
 For more information on Salmon, https://www.freehaven.net/anonbib/cache/salmon-pets2016.pdf;>see the 
related paper and https://github.com/SalmonProject;>source 
code.
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Updates for GSoC 2019

2019-02-05 Thread hiro
commit 8e19f84c1735d124b02ffd174fb91818fd4939f0
Author: Maria Pilar Guerra Arias 
Date:   Tue Feb 5 10:37:35 2019 +0100

Updates for GSoC 2019
---
 getinvolved/en/volunteer.wml | 94 ++--
 1 file changed, 90 insertions(+), 4 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 15cdf065..862cd359 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -741,6 +741,7 @@ meetings around the world.
 
 
#Keep old ids in case of incoming links.
+
 
 
 Python Tor Client
@@ -842,6 +843,8 @@ ideas.
 
 
 -->
+
+
+
+
 
 
 
@@ -959,6 +965,7 @@ For more information https://trac.torproject.org/projects/tor/ticket/13
 
 
 
+
 
+
+
 
-
+
+
+
+v3 Onion Services
+
+Language: C
+
+Likely Mentors: George (asn)
+
+
+The onion services team is interested in mentoring projects related to v3 
onion services. Anything from designing and implementing a https://trac.torproject.org/projects/tor/ticket/28841;>HS health 
measurer, refactoring and improving the already existing code, or designing 
https://trac.torproject.org/projects/tor/query?status=!closed=~tor-hs;>new
 features and improvements.
+
+
+
+This is a relatively difficult project which will require candidates to 
have a good understanding of the https://www.torproject.org/docs/onion-services.html.en;>onion service 
protocol and in particular the https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt;>v3 
spec.
+
+
+
+
+
+Tor Browser Crash Reporter
+
+Language: Python
+
+Likely Mentors: Tom (tjr)
+
+
+This project involves modifying the Firefox Crash Reporter to submit less 
privacy sensitive data; and to submit this to an onion address of a service 
running a dump collection server.
+
+
+
+This project was https://trac.torproject.org/projects/tor/wiki/doc/crashreporter;>previously
 worked on in 2017 as part of GSoC - the project got close; but the major 
outstanding issue was that the crash reporter program wasn’t submitting over 
Tor like we thought it was; and we need to pass the SOCKS information to it 
somehow.
+
+
+
+
+
+OONI Probe test development
+
+Language: C++
+
+Likely Mentors: Arturo Filastò() & Simone Basso()
+
+
+The https://ooni.torproject.org/;>Open Observatory of Network 
Interference (OONI) has a series of network tests which measure different 
forms of internet censorship. Every month, these tests (available via the https://ooni.torproject.org/install/;>ONI Probe apps) are run by 
human rights defenders in https://api.ooni.io/stats;>more than 200 
countries, in an attempt to collect network measurement data that can serve 
as evidence of internet censorship.
+
+
+https://ooni.torproject.org/install/;>OONI Probe currently 
includes tests for some instant messaging apps (WhatsApp, Facebook Messenger & 
Telegram) and it would be great to have a new test developed for the Signal IM 
app. Support on improving upon existing https://ooni.torproject.org/nettest/;>OONI Probe tests would also be 
appreciated.
+
+
+
+As part of this project new Signal tests would be integrated into the OONI 
Probe mobile app. This would enable human rights defenders to test the 
accessibility of the Signal app around the world, and to openly share relevant 
network measurement data.
+
+
+
+You can find out more on our github repositories: https://github.com/ooni;>https://github.com/ooni and https://github.com/measurement-kit;>https://github.com/measurement-kit.
+
+
+
+
+
+
+Salmon as a Bridge Distribution Mechanism
+
+Likely Mentors: ahf, cohosh
+
+
+This project entails building a different bridge distribution mechanism 
than what we have today with BridgeDB where reputation and social contacts 
gives you access to "better" bridges and adds a penalty for when a bridge is 
censored.
+
+
+
+For more information on Salmon, https://www.freehaven.net/anonbib/cache/salmon-pets2016.pdf;>see the 
related paper and https://github.com/SalmonProject;>source 
code.
+
+
+
 
 

[tor-commits] [webwml/master] Merge branch 'gsoc'

2019-02-05 Thread hiro
commit d1b966d1a2246ebf66879ea9d15bc4c203d67a28
Merge: 2f6fe199 8e19f84c
Author: hiro 
Date:   Tue Feb 5 17:49:50 2019 +0100

Merge branch 'gsoc'

 getinvolved/en/volunteer.wml | 94 ++--
 1 file changed, 90 insertions(+), 4 deletions(-)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] remove a confusing word

2019-02-05 Thread arma
commit 2f6fe19963ea3f9c1226be5ce94db0a15c92c4ac
Author: Roger Dingledine 
Date:   Tue Feb 5 07:17:48 2019 -0500

remove a confusing word
---
 docs/en/debian.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 83e14365..1306d6ac 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -282,7 +282,7 @@ access it you might try to use the name of one of its part 
instead. Try
 
 
 
-To use Apt with Tor the according apt transport needs to be installed:
+To use Apt with Tor, the apt transport needs to be installed:
 
 
  apt install apt-transport-tor

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] make that same change to another part of the file

2019-02-05 Thread arma
commit 07b9a1a6fc73a645dba1629d07de38485c8acd31
Author: Roger Dingledine 
Date:   Tue Feb 5 07:17:01 2019 -0500

make that same change to another part of the file

(i am still confused why this file has so many versions of itself.
i assume it has to do with javascript. but still.)
---
 docs/en/debian.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index bd980cd1..83e14365 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -183,8 +183,8 @@ deb https://deb.torproject.org/torproject.org 
tor-experimental-0.3.4.x-D
 Then add the gpg key used to sign the packages by running the following
 commands at your command prompt:
 
- gpg2 --keyserver pgp.surfnet.nl --recv 
A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
- gpg2 --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
+ curl 
https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc
 | gpg --import
+ gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
 
 Now refresh your sources, running the following command (as root) at your
 command prompt:

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Who doesn't have gpg

2019-02-05 Thread weasel
commit 6ce2a20ac403f55f29258fa1988ecf86c66e5ea3
Author: Peter Palfrader 
Date:   Tue Feb 5 13:14:25 2019 +0100

Who doesn't have gpg
---
 docs/en/debian.wml | 8 
 1 file changed, 8 deletions(-)

diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 3a49d418..bd980cd1 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -71,14 +71,6 @@ the root password of your system.
 
 
 
-GPG:
-https://gnupg.org/;>GNU Privacy Guard version 2.1 is needed for
-this guide. If you are using an older version, consider upgrading to gnupg2
-or replace 'gpg2' below with gpg --keyserver pgp.surfnet.nl
-since the keyserver option was mandatory for older versions.
-
-
-
 apt-transport-tor:
 To use source lines with https:// in /etc/apt/sources.list the
 https://packages.debian.org/stretch/apt-transport-https;>apt-transport-https
 package

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Do not try to fetch the key from keyservers

2019-02-05 Thread weasel
commit bb9565587d53bae33ae3f3ea09bc3ba6bd9b16d8
Author: Peter Palfrader 
Date:   Tue Feb 5 13:12:15 2019 +0100

Do not try to fetch the key from keyservers
---
 docs/en/debian.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 5b230b3a..3a49d418 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -134,8 +134,8 @@ deb https://deb.torproject.org/torproject.org jessie main
 Then add the gpg key used to sign the packages by running the following
 commands at your command prompt:
 
- gpg2 --keyserver pgp.surfnet.nl --recv 
A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
- gpg2 --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
+ curl 
https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc
 | gpg --import
+ gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] point people to pgp.surfnet.nl for their keyserver

2019-02-04 Thread arma
commit 1701d290dd5d7b9e11d5816bf6b65fc20b67b517
Author: Roger Dingledine 
Date:   Mon Feb 4 16:13:02 2019 -0500

point people to pgp.surfnet.nl for their keyserver

until sks fixes its design, or at least until the default
pool.sks-keyservers.net resolves its bug with having our debian
signing key be too big.
---
 docs/en/debian.wml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index feefa5c6..5b230b3a 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -74,7 +74,7 @@ the root password of your system.
 GPG:
 https://gnupg.org/;>GNU Privacy Guard version 2.1 is needed for
 this guide. If you are using an older version, consider upgrading to gnupg2
-or replace 'gpg2' below with gpg --keyserver 
hkp://pool.sks-keyservers.net
+or replace 'gpg2' below with gpg --keyserver pgp.surfnet.nl
 since the keyserver option was mandatory for older versions.
 
 
@@ -134,7 +134,7 @@ deb https://deb.torproject.org/torproject.org jessie main
 Then add the gpg key used to sign the packages by running the following
 commands at your command prompt:
 
- gpg2 --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
+ gpg2 --keyserver pgp.surfnet.nl --recv 
A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
  gpg2 --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
 
 
@@ -191,7 +191,7 @@ deb https://deb.torproject.org/torproject.org 
tor-experimental-0.3.4.x-D
 Then add the gpg key used to sign the packages by running the following
 commands at your command prompt:
 
- gpg2 --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
+ gpg2 --keyserver pgp.surfnet.nl --recv 
A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
  gpg2 --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
 
 Now refresh your sources, running the following command (as root) at your

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add Cecylia to the people page

2019-01-31 Thread atagar
commit 4023ead3e13f1f731fac9769f1115f2b8d29150d
Author: Damian Johnson 
Date:   Thu Jan 31 14:29:49 2019 -0800

Add Cecylia to the people page
---
 about/en/corepeople.wml | 167 ++--
 1 file changed, 89 insertions(+), 78 deletions(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index e13bced2..6731cae2 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -153,6 +153,17 @@
 
 
 
+  
+  
+  https://db.torproject.org/fetchkey.cgi?fingerprint=5A618CE840883942BAF1334F009DE379FD9B7B90;>
+  Cecylia
+  IRC: cohosh
+  Developer on the anti-censorship team. Works on 
pluggable transport development and integration, and BridgeDB.
+
+  
+
+  
+
   
   
   https://twitter.com/chelseakomlo;>
@@ -161,9 +172,7 @@
   IRC: komlo
   Chelsea is a software/security engineer and 
contributes to core tor.
 
-  
 
-  
 
   
   
@@ -172,7 +181,9 @@
   Pronoun: http://pronoun.is/she;>she
   Tor Board member and https://www.eff.org/about/staff/cindy-cohn;>Executive Director of the 
EFF. Lawyer by training, https://blog.torproject.org/blog/tor-heart-notes-board-member;>her 
focus is on making sure Tor stays available and that Tor users stay 
safe.
 
+  
 
+  
 
   
   
@@ -182,9 +193,7 @@
   IRC: Phoul
   Relay advocate, Outreachy mentor, and a member 
of the community team. He is also a director of the Canadian Torservers.net 
partner https://www.coldhak.ca/;>Coldhak.
 
-  
 
-  
 
   
   
@@ -194,7 +203,9 @@
   Pronoun: http://pronoun.is/he;>he
   Author of the https://stem.torproject.org/;>Stem python controller library and https://nyx.torproject.org/;>Nyx relay monitor.
 
+  
 
+  
 
   
   
@@ -203,9 +214,7 @@
   IRC: dgoulet
   Tor development team focusing on onion services 
and our torsocks maintainer.
 
-  
 
-  
 
   
   
@@ -215,7 +224,9 @@
   IRC: dawuud
   https://github.com/david415/;>Author 
of roflcoptor and honeybadger. Researches mixnets and contributes to 
txtorcon.
 
+  
 
+  
 
   
   
@@ -225,9 +236,7 @@
   IRC: DonnchaC
   Onion services developer, OnionBalance 
developer, hunter of bad relays.
 
-  
 
-  
 
   
   
@@ -237,7 +246,9 @@
   Pronoun: http://pronoun.is/she;>she
   emmapeel coordinates the localization 
(translations) of the different Tor software.
 
+  
 
+  
 
   
   
@@ -246,9 +257,7 @@
   IRC: ewyatt
   Non-technical switchboard for people-related 
things: recruiting, onboarding, benefits, contracts, TPI policy questions, and 
baked goods.
 
-  
 
-  
 
   
   
@@ -258,7 +267,9 @@
   Pronoun: http://pronoun.is/she;>she
   Coordinates Network, Metrics and 
Anti-censorship teams.
 
+  
 
+  
 
   
   
@@ -268,9 +279,7 @@
   IRC: biella
   http://gabriellacoleman.org/;>Anthropologist and Wolfe Chair in 
Scientific and Technological Literacy at McGill University.
 
-  
 
-  
 
   
   
@@ -278,7 +287,9 @@
   IRC: gman999
   Tor BSD Diversity Project member, long-time 
relay operator, trainer.
 
+  
 
+  
 
   
   
@@ -287,9 +298,7 @@
   IRC: GeKo
   Currently lead of the Tor Browser team.
 
-  
 
-  
 
   
   
@@ -298,7 +307,9 @@
   IRC: asn
   Onion services. Security analysis. Used to 
obfsproxy. Follower of the onion.
 
+  
 
+  
 
   
   
@@ -308,9 +319,7 @@
   IRC: saint
   Tamper-resistant software distribution, 
censorship detection, https://github.com/glamrock/cupcake;>Cupcake, and security training 
of activists and domestic violence survivors.
 
-  
 
-  
 
   
   
@@ -319,7 +328,9 @@
   IRC: ggus
   Works as Community Liaison in Global South. 
Trainer, relay operator and Tor advocate. CryptoRave organizer.
 
+  
 
+  
 
   
   
@@ -329,9 +340,7 @@
   IRC: _hc
   Works on Orbot, NetCipher, and integrating Tor 
everywhere possible, especially in Debian and Android.  Also deeply mixed into 
Guardian Project.
 
-  
 
-  
 
   
   
@@ -340,7 +349,9 @@
   IRC: nyinz
   I am very excited and honored to contribute to 
the Tor project on its mission to provide usable technologies to the global 
south.
 
+  
 
+  
 
   
   
@@ -351,9 +362,7 @@
   Pronoun: http://pronoun.is/he;>he
   https://metrics.torproject.org;>Metrics team member and maintainer of 
https://metrics.torproject.org/rs.html;>Relay Search.
 
-  
 
-  
 
   
   
@@ -362,7 +371,9 @@
   Pronoun: http://pronoun.is/he;>he
   https://cs.uwaterloo.ca/~iang/;>Professor of CS at the https://uwaterloo.ca/;>University of Waterloo, developing https://otr.cypherpunks.ca/;>Off-the-Record Messaging among other 
things.
 
+  
 
+  
 
   
   
@@ 

[tor-commits] [webwml/master] Add links in job description

2019-01-31 Thread hiro
commit 3d5869ffe2555a0ebc1aac008e6d8b1345167f43
Author: hiro 
Date:   Thu Jan 31 12:51:40 2019 +0100

Add links in job description
---
 about/en/jobs-backenddeveloper.wml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/about/en/jobs-backenddeveloper.wml 
b/about/en/jobs-backenddeveloper.wml
index 69fe66d5..d96a7a2e 100644
--- a/about/en/jobs-backenddeveloper.wml
+++ b/about/en/jobs-backenddeveloper.wml
@@ -36,11 +36,11 @@ Here are some of our code repositories:
 
 
 
-https://github.com/ooni/api
-https://github.com/ooni/pipeline
-https://github.com/ooni/orchestra
-https://github.com/ooni/collector
-https://github.com/ooni/sysadmin
+https://github.com/ooni/api;>https://github.com/ooni/api
+https://github.com/ooni/pipeline;>https://github.com/ooni/pipeline
+https://github.com/ooni/orchestra;>https://github.com/ooni/orchestra
+https://github.com/ooni/collector;>https://github.com/ooni/collector
+https://github.com/ooni/sysadmin;>https://github.com/ooni/sysadmin
 
 
 Required skills and qualifications:

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix typo in title for backend job

2019-01-31 Thread hiro
commit b03613795b43a323f38e6ee3457886e860e18774
Author: hiro 
Date:   Thu Jan 31 12:46:03 2019 +0100

Fix typo in title for backend job
---
 about/en/jobs-backenddeveloper.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about/en/jobs-backenddeveloper.wml 
b/about/en/jobs-backenddeveloper.wml
index e4cfba44..69fe66d5 100644
--- a/about/en/jobs-backenddeveloper.wml
+++ b/about/en/jobs-backenddeveloper.wml
@@ -2,7 +2,7 @@
 # Revision: $Revision: 25666 $
 # Translation-Priority: 3-low
 
-#include "head.wmi" TITLE="Tor Project: Jobs (browser developer)" 
CHARSET="UTF-8"
+#include "head.wmi" TITLE="Tor Project: Jobs (backend engineer for OONI)" 
CHARSET="UTF-8"
 

 Home  

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Deprecate old Tor Browser versions

2019-01-31 Thread boklm
commit 30613199d509c395369e567bc9424d67388aa9f8
Author: Nicolas Vigier 
Date:   Thu Jan 31 12:10:25 2019 +0100

Deprecate old Tor Browser versions
---
 projects/torbrowser/RecommendedTBBVersions | 8 
 1 file changed, 8 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 6513ae7e..8b73a178 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -1,16 +1,8 @@
 [
-"8.0.4",
-"8.0.4-MacOS",
-"8.0.4-Linux",
-"8.0.4-Windows",
 "8.0.5",
 "8.0.5-MacOS",
 "8.0.5-Linux",
 "8.0.5-Windows",
-"8.5a6",
-"8.5a6-MacOS",
-"8.5a6-Linux",
-"8.5a6-Windows",
 "8.5a7",
 "8.5a7-MacOS",
 "8.5a7-Linux",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix typo in link

2019-01-31 Thread hiro
commit 8ee309bae4b2c9c9428a17dc7c8b7bc58fc2a278
Author: hiro 
Date:   Thu Jan 31 10:13:54 2019 +0100

Fix typo in link
---
 about/en/jobs.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index 3d4a267c..3a489789 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -20,7 +20,7 @@
 Specifically, we're looking for the following people currently:
 
   Browser Developer (C++ 
and Javascript)
-  OONI Backend 
Developer
+  OONI Backend 
Developer
 
 
 In the past, we looked for the following people:

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add job ooni and fix typo

2019-01-31 Thread hiro
commit 1b0b50d89199fc813190ca0f38a2fdf57626cf53
Author: hiro 
Date:   Thu Jan 31 09:54:13 2019 +0100

Add job ooni and fix typo
---
 about/en/jobs-backenddeveloper.wml | 111 +
 about/en/jobs-browserdeveloper.wml |   2 +-
 about/en/jobs.wml  |   1 +
 3 files changed, 113 insertions(+), 1 deletion(-)

diff --git a/about/en/jobs-backenddeveloper.wml 
b/about/en/jobs-backenddeveloper.wml
new file mode 100644
index ..e4cfba44
--- /dev/null
+++ b/about/en/jobs-backenddeveloper.wml
@@ -0,0 +1,111 @@
+## translation metadata
+# Revision: $Revision: 25666 $
+# Translation-Priority: 3-low
+
+#include "head.wmi" TITLE="Tor Project: Jobs (browser developer)" 
CHARSET="UTF-8"
+
+   
+Home  
+About  
+Jobs
+  
+   
+The Tor Project Seeks Backend Engineer for OONI!
+(Posted 31 January 2018)
+
+
+January 31, 2018
+
+
+Internet Freedom Nonprofit Seeks Backend Engineer for OONI!
+
+
+The Tor Project, Inc. is looking for a dedicated backend engineer to work on 
OONI (https://ooni.torproject.org/). OONI is the Open Observatory of Network 
Interference: a free and open source software, global observation network for 
detecting censorship, surveillance, and traffic manipulation on the internet.
+
+
+You will be working to improve OONI’s data processing pipeline and other 
backend components responsible for recording measurements collected from our 
growing global user network. You will also be tasked with improving our network 
measurement methodologies and data analysis heuristics to increase the accuracy 
of our experiments.
+
+
+This is a full-time 12-month contract position, starting ASAP (no later than 
mid-May 2019); contract may be extended.
+
+
+The OONI team is based in Europe. However, this position may be performed 
remotely.
+
+
+Here are some of our code repositories:
+
+
+
+https://github.com/ooni/api
+https://github.com/ooni/pipeline
+https://github.com/ooni/orchestra
+https://github.com/ooni/collector
+https://github.com/ooni/sysadmin
+
+
+Required skills and qualifications:
+
+   Extensive experience in python or golang.
+  Comfortable working remotely.
+  Self-directed, self-disciplined, but good at working and communicating 
with a team.
+  Have experience and be comfortable with others reviewing your code and 
design; have experience and be comfortable reviewing others’ code.
+  Experience documenting and designing protocols.
+  Be comfortable with transparency!
+
+
+Preferred qualifications:
+
+  Experience designing, implementing, and maintaining scalable complex 
network applications.
+  Working experience with data processing pipelines.
+  Possess the confidence to refactor code and write unit-tests.
+  Familiarity with the challenges of developing and scaling data 
processing pipelines.
+  Familiarity with the network measurement field.
+  Experience with open-source software development, including working with 
distributed teams across different time-zones containing employees and 
volunteers of differing skill levels.
+  Basic familiarity with distributed version control systems.
+  Contributed significant chunks of code to multiple open-source projects 
in the past.
+  Be passionate about internet freedom and interested in contributing to 
it in a concrete way!
+
+
+Other notes:
+
+
+Academic degrees are great but not required if you have the right experience.
+
+
+You should be very good at working remotely at communicating with the team on 
a daily basis via Slack, IRC, instant messaging, email, and issue trackers.
+
+
+Salary negotiable.
+
+
+How to apply:
+
+
+Please email a *PDF* of your resume/CV, and a cover letter explaining how your 
qualifications and experience meet the requirements of this job description. 
Please include the reasons why you want to work on OONI. Please also include 
link to one or several code samples (of which you are authorized to share), and 
also your GitHub or GitLab profile, and three professional references.
+
+
+Email should be sent to jobs at openobservatory dot org with "OONI Backend 
Engineer" in the subject line.
+
+
+About the project:
+
+
+The Open Observatory of Network Interference (OONI) is a free software project 
under the Tor Project. OONI collects and processes network measurements with 
the aim of detecting network interferences, such as censorship, surveillance, 
and traffic manipulation. Since late 2012, OONI has collected millions of 
measurements across more than 90 countries around the world.
+
+
+The Tor Project, Inc., is a 501(c)(3) non-profit organization that provides 
the technical infrastructure for privacy protection over the Internet. With 
paid staff and contractors of around 30 technologists and operational support 
people, plus many volunteers all over the world who contribute to our work, the 
Tor Project is funded in part by government grants and contracts, as well as by 
individual, foundation, and corporate donations. We only write free 

[tor-commits] [webwml/master] Update sponsors list (#28161)

2019-01-30 Thread hiro
commit e6a90ab2c083e0fe3aa66ef87e013b03e8d0bc71
Author: traumschule 
Date:   Wed Oct 24 02:18:34 2018 +0200

Update sponsors list (#28161)
---
 about/en/sponsors.wml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/about/en/sponsors.wml b/about/en/sponsors.wml
index 7ae19ecb..a6f7e75b 100644
--- a/about/en/sponsors.wml
+++ b/about/en/sponsors.wml
@@ -30,7 +30,6 @@
  https://www.mozilla.org/en-US/moss/;>Mozilla 
(2016-2018)
  https://www.opentech.fund/;>Open Technology Fund 
(2012-2019)
   https://www.sida.se/English/;>Sida - Swedish 
International Development Cooperation Agency (2010-2013, 2017-2020)
-  http://mediademocracyfund.org/;>Media Democracy 
Fund (2016-2018)
  https://handshake.org/;>The Handshake Foundation 
(2018)
  https://nsf.gov/;>National Science Foundation joint 
with Princeton University (2012-2018)
  https://nsf.gov/;>National Science Foundation via 
University of Minnesota (2013-2018)
@@ -48,7 +47,7 @@
 Past sponsors
 We greatly appreciate the support provided by our past sponsors
 in keeping the Tor Project progressing through our ambitious goals:
-   
+  
  https://developers.google.com/open-source/gsoc/;>Google 
Summer of Code (2007-2014 and 2016-2017)
  https://www.sri.com/;>SRI International 
(2011-2017)
  http://www.auswaertiges-amt.de/;>Federal Foreign Office 
of Germany (2015)
@@ -76,7 +75,7 @@
  Bell Security Solutions Inc (2006)
  https://www.omidyar.com/;>Omidyar Network Enzyme 
Grant (2006)
  https://nsf.gov/;>NSF via Rice University 
(2006-2007)
-   
+  
 
 This sponsors page is based upon un-audited and un-reviewed
 financial and in-kind donations, contract, and other data. Further

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] faq: Update donation entry (#28162)

2019-01-30 Thread hiro
commit 7c527ae562c4399db7d1ee016e98274df8fd73fb
Author: traumschule 
Date:   Tue Oct 23 23:43:47 2018 +0200

faq: Update donation entry (#28162)
---
 docs/en/faq.wml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/en/faq.wml b/docs/en/faq.wml
index c622e69c..889cbe6b 100644
--- a/docs/en/faq.wml
+++ b/docs/en/faq.wml
@@ -723,10 +723,9 @@
 
 
 We are proud to have
-sponsorship and support from the 
Omidyar
-Network, the International Broadcasting Bureau, Bell Security Solutions,
-the Electronic Frontier Foundation, several government agencies and 
research
-groups, and hundreds of private contributors.
+sponsorship and support from several
+government agencies, research groups, private foundations, and
+hundreds of private contributors.
 
 
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] bridges: update contact links (#25218)

2019-01-30 Thread hiro
commit ca31f20634b694a8bece30029ab1349eddfb08f5
Author: traumschule 
Date:   Tue Jan 15 09:58:33 2019 -0500

bridges: update contact links (#25218)
---
 docs/en/bridges.wml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/bridges.wml b/docs/en/bridges.wml
index 12009954..4965e79c 100644
--- a/docs/en/bridges.wml
+++ b/docs/en/bridges.wml
@@ -191,7 +191,7 @@
 the offered transport types. obfs4 is currently recommend, but
 depending on where you are located another one may work better for you.
 If you have any questions, please
-contact us.
+https://support.torproject.org/#censorship;>contact 
us.
 
 
@@ -244,7 +244,7 @@
 restarting the browser. If not, remove the Tor Browser folder and extract
 the archive again. It should work now.
 If it still fails, we want to
-hear from you!
+https://support.torproject.org/#censorship;>hear from you!
 
 
 
@@ -282,7 +282,7 @@
 the offered transport types. obfs4 is currently recommend, but
 depending on where you are located another one may work better for you.
 If you have any questions, please
-contact us.
+https://support.torproject.org/#censorship;>contact 
us.
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] bridges: update screenshots (#25218)

2019-01-30 Thread hiro
commit 8f83e72cabd40cf2a68fa2f27c4d396d2d605439
Author: traumschule 
Date:   Sat Nov 3 06:11:28 2018 +0100

bridges: update screenshots (#25218)
---
 docs/en/bridges.wml| 152 ++---
 .../tb-tor-launcher-bootstrap-failed-obfs.png  | Bin 0 -> 18988 bytes
 .../bridges/tb-tor-launcher-bootstrap-failed.png   | Bin 0 -> 28650 bytes
 images/bridges/tb-tor-launcher-bootstrap.png   | Bin 0 -> 20534 bytes
 images/bridges/tb-tor-launcher-bridges-options.png | Bin 0 -> 37996 bytes
 .../bridges/tb-tor-launcher-bridges-provided.png   | Bin 0 -> 29757 bytes
 images/bridges/tb-tor-launcher-bridges.png | Bin 0 -> 25193 bytes
 .../bridges/tb-tor-launcher-network-settings.png   | Bin 0 -> 14463 bytes
 images/bridges/tb-tor-launcher-obfs4.png   | Bin 0 -> 25469 bytes
 images/bridges/tb-tor-launcher-provide-bridge.png  | Bin 0 -> 27856 bytes
 images/bridges/tb-tor-launcher-proxy.png   | Bin 0 -> 29185 bytes
 .../tb-tor-launcher-request-bridges-captcha.png| Bin 0 -> 152798 bytes
 .../tb-tor-launcher-request-bridges-connect.png| Bin 0 -> 38885 bytes
 .../tb-tor-launcher-request-bridges-success.png| Bin 0 -> 37151 bytes
 images/bridges/tb-tor-launcher-request-bridges.png | Bin 0 -> 26623 bytes
 images/bridges/tb-tor-launcher-startup.png | Bin 0 -> 27362 bytes
 images/tb-bridge-networksettings.png   | Bin 86129 -> 0 bytes
 images/tb-bridges-custom-from-browser.png  | Bin 107151 -> 0 bytes
 images/tb-bridges-options-from-browser.png | Bin 66972 -> 0 bytes
 images/tb-bridges-provided-from-browser.png| Bin 84736 -> 0 bytes
 images/tb-frontpage.png| Bin 36890 -> 11075 bytes
 images/tb-tor-button-menu.png  | Bin 58398 -> 21300 bytes
 images/tb-tor-launcher-bridges-custom.png  | Bin 88827 -> 0 bytes
 images/tb-tor-launcher-bridges-options.png | Bin 83439 -> 0 bytes
 images/tb-tor-launcher-bridges-provided.png| Bin 75365 -> 0 bytes
 images/tb-tor-launcher-isp-interference.png| Bin 89171 -> 0 bytes
 images/tb-tor-launcher-no-proxy.png| Bin 74714 -> 0 bytes
 images/tb-tor-launcher-startup.png | Bin 89215 -> 0 bytes
 28 files changed, 105 insertions(+), 47 deletions(-)

diff --git a/docs/en/bridges.wml b/docs/en/bridges.wml
index 33c0ad6c..12009954 100644
--- a/docs/en/bridges.wml
+++ b/docs/en/bridges.wml
@@ -4,7 +4,6 @@
 
 #include "head.wmi" TITLE="Tor Project: Bridges" CHARSET="UTF-8"
 
-
 
 
 
@@ -151,7 +150,8 @@
 
 
 
-Adding bridges in Tor Browser when Tor 
does not work:
+Adding bridges in Tor Browser when Tor
+does not work:
 
 
 First, you should read the
@@ -164,44 +164,59 @@
 "Configure" button.
 
 
-
+
 
-2) If you must configure a proxy then select "Yes" and enter the
-details on the following page.
-If you do not use a proxy then select "No" and click "Next".
-If you do not know if you must configure a proxy then you likely
-do not need to do it.
+2) Proxy and Censorship prevention settings are now on one page. If
+your Internet Service Provider (ISP) blocks or otherwise censors
+connections to the Tor Network, tick this checkbox.
 
 
-
+
 
-3) After you configure a proxy or skip over that configuration page,
-the following page asks "Does your Internet Service Provider (ISP)
-block or otherwise censor connections to the Tor Network?". Select
-"Yes" and then click "Next".
+3) If you must configure a proxy then, activate the second checkbox 
and enter the details.
+
+
+
+
+4) Now you have three configuration options. You can use bridges which 
are
+preconfigured and provided with Tor Browser, you can specify your own 
bridge(s), or request bridges.
 
-
+
 
-4) Now you have two configuration options. You can use bridges which 
are
-preconfigured and provided with Tor Browser, or you can specify your
-own bridge(s).
+5a) If you want to use one of the provided bridges, then choose one of
+the offered transport types. obfs4 is currently recommend, but
+depending on where you are located another one may work better for you.
+If you have any questions, please
+contact us.
 
-
+
 
-5a) If you want to use one of the provided bridges, then choose the
-transport type you want to use. obfs4 is currently the recommend
-type, but depending on where you are located another type may work better
-for you. If you have any questions, please contact
-us.
+5b) If none of the provided bridges works for you, try to request one:
+
+
+
+
+
+
+
 
-
+
 
-5b) Alternatively, if you want to use a custom
-bridge, then select "Enter custom bridges" and 

[tor-commits] [webwml/master] download-easy: replace tabs with spaces

2019-01-30 Thread hiro
commit 0ecb25a7ecb871bd2a2f3d5b15031cc8d2f6f86c
Author: traumschule 
Date:   Sat Nov 17 05:59:42 2018 +0100

download-easy: replace tabs with spaces
---
 download/en/download-easy.wml | 228 --
 download/es/download-easy.wml | 194 +--
 2 files changed, 207 insertions(+), 215 deletions(-)

diff --git a/download/en/download-easy.wml b/download/en/download-easy.wml
index 489e7611..46323c65 100644
--- a/download/en/download-easy.wml
+++ b/download/en/download-easy.wml
@@ -19,148 +19,140 @@
 #include "dlhead.wmi" TITLE="Download Tor" CHARSET="UTF-8"
 
 
-   Home  Download
-   
-   
-   Want Tor to really work?
-   You need to change some of your habits, as some things won't 
work exactly as you are used to. Please read the full list 
of warnings for details.
-   
-   
-   
-   
-   
+  Home  Download
+  
+  
+Want Tor to really work?
+You need to change some of your habits, as some things won't work 
exactly as you are used to. Please read the full list of 
warnings for details.
+  
+  
+  
+
+
 
 
 
 
 
   
-   
- 
-   Tor Browser for Windows (64 bit)
-   Version  - Windows 10, 8, and 7
-   Everything you need to safely browse the Internet. Learn more 
- 
- 
-   
+
+  Tor Browser for Windows (64 bit)
+  Version  - Windows 10, 8, and 7
+  Everything you need to safely browse the Internet. Learn more 
+
+
+  Download
-   
+  
 #include 
-   
-   
- Other Languages
- (
+  
+Other 
Languages
+(sig)
 What's This?
-   
- 
- Not Using Windows?Download for Mac or Linux
-   
+  
+
+Not Using Windows?Download for Mac or Linux
+  
   
 
   
-   
- 
-   Tor Browser for Windows
-   Version  - Windows 10, 8, and 7
-   Everything you need to safely browse the Internet. Learn more 
- 
- 
-   Download
-   
+  
+
+  Tor Browser for Windows (32 bit)
+  Version  - Windows 10, 8, and 7
+  Everything you need to safely browse the Internet. Learn more 
+
+
+  Download
+  
 #include 
-   
-   
- Other Languages
- (sig)
 What's This?
-   
- 
- Not Using Windows?Download for Mac or Linux
-   
+  
+  
+Other 
Languages
+(sig)
 What's This?
+  
+
+Not Using Windows?Download for Mac or Linux
+  
   
 
   
-   
- 
-   Tor Browser for Mac
-   Version  - OS X (10.9+) https://blog.torproject.org/category/tags/tbb;>Read the release 
announcements!
-   Everything you need to safely browse the Internet.Learn more 
- 
- 
-   Download
-   
+  
+
+  Tor Browser for Mac
+  Version  - OS X (10.9+) https://blog.torproject.org/category/tags/tbb;>Read the release 
announcements!
+  Everything you need to safely browse the Internet.Learn more 
+
+
+  Download
+  
 #include 
-   
-   
- Other Languages
- (sig)
 What's This?
-   
- 
- Not Using Mac? Download for Windows or Linux
+  
+  
+Other 
Languages
+(sig)
 What's This?
+  
+
+Not Using Mac? Download for Windows or Linux
 
   
 
   
-   
- 
-   Tor Browser for Linux (64-Bit)
-   Version  - Linux (64-Bit) 
https://blog.torproject.org/category/tags/tbb;>Read the release 
announcements!
-   Everything you need to safely browse the Internet. This package 
requires no installation. Just extract it and run.Learn more 
- 
- 
-   Download
-   
+  
+
+  Tor Browser for Linux (64-Bit)
+  Version  - Linux (64-Bit) https://blog.torproject.org/category/tags/tbb;>Read the release 
announcements!
+  Everything you need to safely browse the Internet. This package 
requires no installation. Just extract it and run.Learn more 
+
+
+  Download
+  
 #include 
-   
-   
- Other Languages
- (sig)
 What's This?
-   
- 
- Not Using Linux? Download for Mac or Windows
-   
+  
+  
+Other 
Languages
+(sig)
 What's This?
+  
+
+Not Using Linux? Download for Mac or 
Windows
+  
   
-
+
   
-   
- 
-   Tor Browser for Linux (32-Bit)
-   Version  - Linux (32-Bit) 
https://blog.torproject.org/category/tags/tbb;>Read the release 
announcements!
-   Everything you need to safely browse the Internet. This package 
requires no installation. Just extract it and run.
-   Learn more 
- 
- 

[tor-commits] [webwml/master] es: fix spelling in download-easy (#28288)

2019-01-30 Thread hiro
commit 07dd1c0b82a3e0d74994011dd7f47b2cde661971
Author: traumschule 
Date:   Tue Jan 15 10:09:02 2019 -0500

es: fix spelling in download-easy (#28288)
---
 download/es/download-easy.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/download/es/download-easy.wml b/download/es/download-easy.wml
index 77056076..7f713535 100644
--- a/download/es/download-easy.wml
+++ b/download/es/download-easy.wml
@@ -54,7 +54,7 @@

href="../dist/torbrowser//torbrowser-install-win64-_.exe.asc">firma)
 ¿Que es Esto?
   
 
-¿No usas Windows?Descargalo para Mac or Linux
+¿No usas Windows?Descargalo para Mac o Linux
   
   
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] add Win 64bit to spansh download-easy (#28288)

2019-01-30 Thread hiro
commit e65a7284403917da4e9631bbed7633d29c0828c5
Author: traumschule 
Date:   Sat Nov 17 05:58:16 2018 +0100

add Win 64bit to spansh download-easy (#28288)
---
 download/es/download-easy.wml | 95 +++
 1 file changed, 87 insertions(+), 8 deletions(-)

diff --git a/download/es/download-easy.wml b/download/es/download-easy.wml
index cecf6e8c..eb637591 100644
--- a/download/es/download-easy.wml
+++ b/download/es/download-easy.wml
@@ -34,12 +34,35 @@
 
 
 
-
+
   

  
-   Navegador Tor para windows
-   Versión  - Windows 10, 8, 7, Vista, 
y XP
+   Navegador Tor para windows (64 bit)
+   Versión  - Windows 10, 8, and 7
+   Todo lo que necesitas para navegar de forma segura Internet. Aprendé mas 
+ 
+ 
+   Descarga
+   
+#include 
+   
+   
+ Otros Lenguajes
+ (firma)
 ¿Que es Esto?
+   
+ 
+ ¿No usas Windows?Descargalo para Mac or Linux
+   
+  
+
+  
+   
+ 
+   Navegador Tor para windows (32 bit)
+   Versión  - Windows 10, 8, and 7
Todo lo que necesitas para navegar de forma segura Internet. Aprendé mas 
  
  
@@ -52,7 +75,7 @@
  (firma)
 ¿Que es Esto?

  
- ¿No usas Windows?Descargalo para Mac o Linux
+ ¿No usas Windows?Descargalo para Mac or Linux

   
 
@@ -97,7 +120,7 @@
  ¿No Usas Linux? Descargalo para Mac o Windows

   
-
+
   

  
@@ -118,6 +141,62 @@
  ¿No Usas Linux? Descargalo paraMac o Windows

   
+
+  
+
+  
+Navegador Tor para OpenBSD
+These are installation instructions for running Tor Browser in a 
OpenBSD environment.
+To install from OpenBSD's packages, run:
+pkg_add tor-browser
+Sometimes the most recent version of Tor Browser on OpenBSD is 
behind the current release. The available version of TB on OpenBSD should be 
checked with:
+pkg_info -Q tor-browser
+If provided version is not the current Tor Browser version, it is 
not recommended.
+To install the Tor Browser port from an updated ports tree, run:
+cd /usr/ports/meta/tor-browser && make install
+  
+
+  
+
+  
+
+  
+  Navegador Tor para Android
+  Tor Browser for Android has only be released in alpha-version. 

+  You can download the alpha release on https://play.google.com/store/apps/details?id=org.torproject.torbrowser_alpha;>GooglePlay
 or from
+  our https://www.torproject.org/projects/torbrowser.html.en#downloads-alpha;>alpha
 download list.
+  
+
+  
+
+  
+
 
   
 
@@ -136,7 +215,7 @@
 
   
   ¿Buscando otra cosa? Ver Todas Las Descargas 
-   
+
  
 
 
@@ -150,8 +229,8 @@ donation until 12/31!
 
 
 
-
-   
+ 
+
 
 
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new Tor Browser version: 8.5a7

2019-01-30 Thread boklm
commit 97d4ccb754fd23884a82838de7491feeff539c9d
Author: Nicolas Vigier 
Date:   Wed Jan 30 13:14:18 2019 +0100

Add new Tor Browser version: 8.5a7
---
 include/versions.wmi   | 4 ++--
 projects/torbrowser/RecommendedTBBVersions | 6 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index b08fe8a8..a7a4e69d 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -26,8 +26,8 @@
 ../dist/torbrowser//tor-win32-.zip
 
 # *** tor browser beta/alpha ***
-8.5a6
-2018-12-11
+8.5a7
+2019-01-30
 
 # If all platforms are on the same version, you only need to update
 # version-torbrowserbundlebeta-all and releasedate-torbrowserbundlebeta-all
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 42a13bcb..6513ae7e 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -10,5 +10,9 @@
 "8.5a6",
 "8.5a6-MacOS",
 "8.5a6-Linux",
-"8.5a6-Windows"
+"8.5a6-Windows",
+"8.5a7",
+"8.5a7-MacOS",
+"8.5a7-Linux",
+"8.5a7-Windows"
 ]

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add new Tor Browser version: 8.0.5

2019-01-29 Thread boklm
commit b885e43f0c585d7a9a954e3efa4fd6f05576d1b6
Author: Nicolas Vigier 
Date:   Tue Jan 29 19:41:11 2019 +0100

Add new Tor Browser version: 8.0.5
---
 include/versions.wmi   | 6 +++---
 projects/torbrowser/RecommendedTBBVersions | 4 
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index 929f734f..b08fe8a8 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -4,9 +4,9 @@
 maint-7.5
 
 # *** tor browser stable ***
-8.0.4
-2018-11-17
-0.3.4.9
+8.0.5
+2019-01-29
+0.3.5.7
 
 # If all platforms are on the same version, you only need to update
 # version-torbrowserbundle-all and releasedate-torbrowserbundle-all
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index d51f0df0..42a13bcb 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,6 +3,10 @@
 "8.0.4-MacOS",
 "8.0.4-Linux",
 "8.0.4-Windows",
+"8.0.5",
+"8.0.5-MacOS",
+"8.0.5-Linux",
+"8.0.5-Windows",
 "8.5a6",
 "8.5a6-MacOS",
 "8.5a6-Linux",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update Matt's photo

2019-01-29 Thread atagar
commit aa6fc82eb3e7431136739c63be87321419a89b75
Author: Damian Johnson 
Date:   Tue Jan 29 10:15:36 2019 -0800

Update Matt's photo

Swapping cat photos per Matt's request.
---
 images/people/orig/pastly.jpeg | Bin 0 -> 21097 bytes
 images/people/pastly.png   | Bin 31851 -> 31880 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/images/people/orig/pastly.jpeg b/images/people/orig/pastly.jpeg
new file mode 100644
index ..d69fa6da
Binary files /dev/null and b/images/people/orig/pastly.jpeg differ
diff --git a/images/people/pastly.png b/images/people/pastly.png
index 012431d9..c925d4be 100644
Binary files a/images/people/pastly.png and b/images/people/pastly.png differ

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Move Tommy to past contributors section

2019-01-25 Thread atagar
commit 09c47b21b50e9699481b25b8b9d8a6d8c9a1cce5
Author: Damian Johnson 
Date:   Fri Jan 25 10:12:49 2019 -0800

Move Tommy to past contributors section

Moving former employee per Erin's request.
---
 about/en/contributors.wml |  3 +++
 about/en/corepeople.wml   | 16 ++--
 2 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/about/en/contributors.wml b/about/en/contributors.wml
index c2b9477e..5373ab15 100644
--- a/about/en/contributors.wml
+++ b/about/en/contributors.wml
@@ -69,6 +69,9 @@ 
href="proposals/151-path-selection-improvements.txt">proposal
 Bram CohenHelped design our congestion control mechanisms,
 in Tor's early days.
 
+Tommy CollisonWrote and edited grant proposals, one-pagers,
+blogposts, etc.
+
 Heather DeSellierFormer Chief Financial and Grants Officer of The
 Tor Project.
 
diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index a473f561..e13bced2 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -956,18 +956,6 @@
 
 
 
-  
-  
-  https://twitter.com/tommycollison;>
-  
-  Tommy Collison
-  IRC: t0mmy
-  Writes and edits grant proposals, one-pagers, 
blogposts, etc.
-
-  
-
-  
-
   
   
   https://twitter.com/egypcio;>
@@ -976,7 +964,9 @@
   IRC: egypcio
   TorBSD Diversity Project (TDP); IPv6 
Enthusiast, BSD Systems Evangelist, and Bridges/Relays Operator.
 
+  
 
+  
 
   
   
@@ -987,9 +977,7 @@
   Pronoun: http://pronoun.is/she;>she
   https://wendy.seltzer.org/;>Techie 
lawyer and former Tor board member. She works on legal and policy support 
for private and secure communications.
 
-  
 
-  
 
   
   

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Fix developer job

2019-01-25 Thread hiro
commit c39c74c1193749434307c332790d3ff7bb83da07
Author: hiro 
Date:   Fri Jan 25 17:44:36 2019 +0100

Fix developer job
---
 about/en/jobs-browserdeveloper.wml | 104 ++---
 1 file changed, 38 insertions(+), 66 deletions(-)

diff --git a/about/en/jobs-browserdeveloper.wml 
b/about/en/jobs-browserdeveloper.wml
index 07505b5c..a753db41 100644
--- a/about/en/jobs-browserdeveloper.wml
+++ b/about/en/jobs-browserdeveloper.wml
@@ -20,7 +20,7 @@ January 25, 2018
 The Tor Project is looking for a Browser Developer (C++ and Javascript)!
 
 
-As a   browser developer,  yourjob would   be  to  
workclosely withothermembersof  the Tor Browser 
development teamon  C++ patches to our Firefox-based
browser,writing new APIs,   alteringfunctionality   for 
privacy and security,   and making  improvementsto  our 
collection  of  Firefox add-ons (JavaScript code).  Being   a   
Tor Browser developer   includestriaging,   diagnosing, 
and fixing  bugs;   looking for and resolving   web privacy 
issues; responding  on  short   notice  to  urgent  security
issues; and working collaboratively withcoworkers   and 
volunteers  to  implement   new featuresand web 
behaviorchanges.We  alsoneedhelpmaking  our 
codemoremaintainable,   testable,   and mergeable   by  
upstream.   The person  in  thispositionwillalso
review  other   people'scode,   designs,and academic
researchpapers  to  makesuggestions for improvement.
+As a browser developer, your job would be to work closely with other members 
of the Tor Browser development team on C++ patches to our Firefox-based 
browser, writing new APIs, altering functionality for privacy and security, and 
making improvements to our collection of Firefox add-ons (JavaScript code). 
Being a Tor Browser developer includes triaging, diagnosing, and fixing bugs; 
looking for and resolving web privacy issues; responding on short notice to 
urgent security issues; and working collaboratively with coworkers and 
volunteers to implement new features and web behavior changes. We also need 
help making our code more maintainable, testable, and mergeable by upstream. 
The person in this position will also review other people's code, designs, and 
academic research papers to make suggestions for improvement.
 
 
 This is a full-time position.
@@ -28,92 +28,64 @@ This is a full-time position.
 
 Required Qualifications:
 
-   
-Experience in C++ (and ideally, JavaScript). Five years of C++ 
experience is probably necessary for the level of expertise we want, though 
some of these years can be replaced with other Object Oriented Programming 
and/or C experience. If you meet this level of experience with C++/OOP, 
JavaScript can be learned on the job.
-   
-   
-Possess a solid understanding of issues surrounding secure C++ 
programming and reference counted memory (at least to the level of avoiding 
issues).
-   
-   
-Be comfortable diving into new, unfamiliar codebases, looking for ways 
to alter and augment their functionality in specific, goal-oriented ways.
-   
-   
-Be familiar with web technologies and how the web works, especially 
the same-origin model and web tracking.
-   
-   
-Willingness and ability to justify and document technical decisions 
for a public, world-wide technical audience.
-   
-   
-Be comfortable working remotely with a geographically distributed team.
-   
-   
-Experience interacting with users and other developers online, 
including experience being confronted with differing ideas and opinions (not 
always in a nice manner), while maintaining a high level of professionalism.
-   
-   
-Comfort with transparency: as a non-profit organization who develops 
open source software, almost everything we do is public, including your name 
(or at least your business name) and possibly salary information.
-   
+   Experience in C++ (and ideally, JavaScript). Five years of C++ 
experience is probably necessary for the level of expertise we want, though 
some of these years can be replaced with other Object Oriented Programming 
and/or C experience. If you meet this level of experience with C++/OOP, 
JavaScript can be learned on the job.
+   Possess a solid understanding of issues surrounding secure C++ 
programming and reference counted memory (at least to the level of avoiding 
issues).
+   Be comfortable diving into new, unfamiliar codebases, looking for 
ways to alter and augment their functionality in specific, 

[tor-commits] [webwml/master] Add developer job

2019-01-25 Thread hiro
commit 061f8fb44416ef85c9d5c5b47567f00e5b5843d5
Author: hiro 
Date:   Fri Jan 25 16:43:05 2019 +0100

Add developer job
---
 about/en/jobs-browserdeveloper.wml | 4 ++--
 about/en/jobs.wml  | 7 ---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/about/en/jobs-browserdeveloper.wml 
b/about/en/jobs-browserdeveloper.wml
index dd119245..07505b5c 100644
--- a/about/en/jobs-browserdeveloper.wml
+++ b/about/en/jobs-browserdeveloper.wml
@@ -11,10 +11,10 @@
   

 The Tor Project is looking for a Browser Developer!
-(Posted 16 Jun 2017)
+(Posted 25 January 2018)
 
 
-June 15, 2017
+January 25, 2018
 
 
 The Tor Project is looking for a Browser Developer (C++ and Javascript)!
diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index 9084843b..c2a43910 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -11,15 +11,16 @@
   
   
 The Tor Project is always looking for more great people to join our 
team!
-
+
+
 
-
 
 In the past, we looked for the following people:
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] press.pl: catch \r in csv, add debugging option

2019-01-22 Thread hiro
commit 35de594a7ff2a72f213ff22ce3fed92cac67eb0f
Author: traumschule 
Date:   Wed Dec 19 16:26:14 2018 -0500

press.pl: catch \r in csv, add debugging option
---
 press/press.pl | 37 ++---
 1 file changed, 26 insertions(+), 11 deletions(-)

diff --git a/press/press.pl b/press/press.pl
index 914edcee..e1e329db 100755
--- a/press/press.pl
+++ b/press/press.pl
@@ -6,38 +6,53 @@ use Time::Piece;
 #use HTML::Escape qw/escape_html/;
 
 my %pub; # save all publications
+my $debug = 0;
 
+sub debug {
+  my $msg = shift;
+  print "$msg\n" if $debug;
+}
 sub parse_line {
   my $str = shift;
+  debug "Parsing:\n$str";
   if ($str =~ /(\d+\/\d+\/\d+),([^,]+),(.+),(.+)/) { # magic regex :)
   my $time = Time::Piece->strptime($1, "%m/%d/%y"); # given format: 
MM/DD/YY
   my $date = $time->strftime("%Y %b %d");
   chomp(my $source = $2);
-  $pub{$time->epoch} = "\n$date\n$source\n\n$3\n\n\n";
+  $pub{$time->epoch} .= "\n$date\n$source\n\n$3\n\n\n";
+  # TODO use uniqe keys to avoid .=
+  debug "Added: $pub{$time->epoch}"
   }
 }
 
-unless (@ARGV) { print "Usage: $0 /path/to/csv/file > file\n"; exit 1; }
+unless (@ARGV) { print "Usage: $0 [-d] /path/to/csv/file > file\n"; exit 1; }
 
 # parse all arguments (hopefully existing files)
 foreach my $arg (@ARGV) {
   chomp($arg);
-  if (-f $arg) {
-# we are lucky, this looks like a file
+  debug "arg: $arg";
+  if ($arg eq '-d') {
+$debug++;
+debug "Enabling debug output on request."
+  } elsif (-f "$arg") {
+debug 'argument looks like a file.';
 open my $fh, '<', $arg
-  or warn "Can't open '$arg': $!\n" and next;
+  or die "Can't open '$arg': $!\n";
+debug "Reading $arg.";
 foreach (<$fh>) {
-  parse_line $_;
+  # 
https://stackoverflow.com/questions/6373888/converting-newline-formatting-from-mac-to-windows
+  foreach my $line (split '\r', $_) {
+parse_line $line;
+  }
 }
-close $fh;
+close $fh; debug "Finished reading $arg."
   } else {
-# this is no file, let's assume we got piped a string to parse
+debug 'argument is no file, assuming piped string.';
 parse_line $arg;
   }
 }
 
-# share our treasure with the world
 my $str = join '', map { $pub{$_} } reverse sort keys %pub;
-if ($str) { print $str; }
+debug "Generated final html string (". (scalar keys %pub) ." entries):";
+if ($str) { print "$str\nAdd above to press/en/press.wml.\n"; }
 else { print "Nothing found.\n"; exit 1; }
-# TODO one day i want to able to update press/en/press.wml directly



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] add press clips (#28900)

2019-01-22 Thread hiro
commit 02c1fc41c8cc220a3ff557e5e19eba142492
Author: traumschule 
Date:   Wed Dec 19 16:24:51 2018 -0500

add press clips (#28900)
---
 press/en/press.wml | 21 +
 1 file changed, 21 insertions(+)

diff --git a/press/en/press.wml b/press/en/press.wml
index 717e0a8f..4a042c45 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -51,6 +51,27 @@ some of the significant Tor-related stories that have popped 
up.
 
 
 
+2018 Dec 18
+BoingBoing
+
+Charitable Giving Guide 2018
+
+
+
+2018 Dec 10
+ZDNet
+
+Half of the Tor Project's funding now comes from the private sector
+
+
+
+2018 Dec 10
+CyberScoop
+
+"With new director, Tor seeks new funding sources and international 
growth"
+
+
+
 2018 Nov 02
 Motherboard
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Add newest press clips (#28900)

2019-01-22 Thread hiro
commit d4634a9e4404cf97bdb1e4f7622f5e1c58d03567
Author: traumschule 
Date:   Tue Jan 15 11:02:34 2019 -0500

Add newest press clips (#28900)
---
 press/en/press.wml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/press/en/press.wml b/press/en/press.wml
index 4a042c45..8463a550 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -51,6 +51,20 @@ some of the significant Tor-related stories that have popped 
up.
 
 
 
+2019 Jan 11
+TechCrunch
+
+Tor pulls in record donations as it lessens reliance on US government 
grants
+
+
+
+2019 Jan 01
+Wired
+
+Tor Is Easier Than Ever. Time to Give It a Try
+
+
+
 2018 Dec 18
 BoingBoing
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Tor 0.4.0.1-alpha released

2019-01-18 Thread nickm
commit 7615de22b04d53f9f9cc659d0c0408cd5d0f924c
Author: Nick Mathewson 
Date:   Fri Jan 18 09:55:06 2019 -0500

Tor 0.4.0.1-alpha released
---
 Makefile | 2 +-
 include/versions.wmi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 0c050ad4..ba3058ac 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 # website component, and set it to needs_review.
 
 export STABLETAG=tor-0.3.5.7
-export DEVTAG=tor-0.3.5.7
+export DEVTAG=tor-0.4.0.1-alpha
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index 6e850301..929f734f 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
 0.3.5.7
-0.3.5.7
+0.4.0.1-alpha
 
 maint-7.5
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove mozilla match in download page

2019-01-14 Thread hiro
commit ca1828e4a25f01613839e5258796a3cf592de556
Author: hiro 
Date:   Mon Jan 14 19:12:35 2019 +0100

Remove mozilla match in download page
---
 download/en/download-easy.wml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/download/en/download-easy.wml b/download/en/download-easy.wml
index 497405ba..489e7611 100644
--- a/download/en/download-easy.wml
+++ b/download/en/download-easy.wml
@@ -209,8 +209,6 @@
 
 
 
-Mozilla will match your 
-donation until 12/31!
  
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Change Matt's description to present tense

2019-01-12 Thread atagar
commit 3923dd861a3f5b2426f3b666e743642f49f53a93
Author: Damian Johnson 
Date:   Sat Jan 12 17:42:08 2019 -0800

Change Matt's description to present tense
---
 about/en/corepeople.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 0d6cc5e9..a473f561 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -591,7 +591,7 @@
   https://db.torproject.org/fetchkey.cgi?fingerprint=CE1782624600EE98764C6D9CCB8FC772D1AA1D30;>
   Matthew Finkel
   IRC: sysrqb
-  Worked on tor, torsocks, and many other 
projects. Helped maintain and develop BridgeDB.
+  Works on tor, torsocks, and many other 
projects. Helps maintain and develop BridgeDB.
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Stable is 0.3.5.7; there is no alpha for the moment.

2019-01-07 Thread nickm
commit 523e14fc1c4eaeadcf6f36decf8dc8dcffca1127
Author: Nick Mathewson 
Date:   Mon Jan 7 16:40:53 2019 -0500

Stable is 0.3.5.7; there is no alpha for the moment.
---
 Makefile | 4 ++--
 include/versions.wmi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 8e121938..0c050ad4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@
 # branch to your personal webwml repository, open a trac ticket in the
 # website component, and set it to needs_review.
 
-export STABLETAG=tor-0.3.4.9
-export DEVTAG=tor-0.3.5.6-rc
+export STABLETAG=tor-0.3.5.7
+export DEVTAG=tor-0.3.5.7
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index b4b484d4..6e850301 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
-0.3.4.9
-0.3.5.6-rc
+0.3.5.7
+0.3.5.7
 
 maint-7.5
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Update Isabela's people page description

2019-01-04 Thread atagar
commit 6df0b21fb5a6566e38b74df51cb988caafa1663a
Author: Damian Johnson 
Date:   Fri Jan 4 09:34:19 2019 -0800

Update Isabela's people page description
---
 about/en/corepeople.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 6371973d..0d6cc5e9 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -391,7 +391,7 @@
   https://db.torproject.org/fetchkey.cgi?fingerprint=8F2AF9B6D4A14D03FDF1B2983224499415064C7B;>
   Isabela Bagueros
   IRC: isabela
-  Coordinates Tor's development teams and 
roadmaps. Keeps track of priorities, and ensures Tor always thinks of the 
user first.
+  Executive Director of the Tor Project.
 
   
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] fix our physical address yet again

2019-01-03 Thread arma
commit d2bf8fd59b6a998d10e3a9f470cab3526b838274
Author: Roger Dingledine 
Date:   Thu Jan 3 16:42:19 2019 -0500

fix our physical address yet again

(i did it the first time in commit 05b73e, but that got broken
in commit e33a33. oops.)
---
 about/en/contact.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about/en/contact.wml b/about/en/contact.wml
index 7234f855..27613698 100644
--- a/about/en/contact.wml
+++ b/about/en/contact.wml
@@ -158,7 +158,7 @@ sub   4096R/C00942E4 2017-03-13
 Should you need to reach us via old-fashioned mail, our mailing
 address is:
 The Tor Project, Inc.
-P.O. Box 4903
+217 First Ave South #4903
 Seattle, WA 98194 USA
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] Remove donate banner

2019-01-02 Thread hiro
commit 6ab91871aebee95801e4779b66ca4dadddc54197
Author: hiro 
Date:   Wed Jan 2 15:40:19 2019 +0100

Remove donate banner
---
 en/index.wml | 1 -
 es/index.wml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/en/index.wml b/en/index.wml
index 320ea85d..6434165e 100644
--- a/en/index.wml
+++ b/en/index.wml
@@ -41,7 +41,6 @@
# end WML to generate css/js paths
 
 
-#include "banner.wmi"
 #include "head-index.wmi" TITLE="Tor Project | Privacy Online" CHARSET="UTF-8"
 
 
diff --git a/es/index.wml b/es/index.wml
index 3c0fd50e..a9f2c5f4 100644
--- a/es/index.wml
+++ b/es/index.wml
@@ -41,7 +41,6 @@
# end WML to generate css/js paths
 
 
-#include "banner.wmi"
 #include "head-index.wmi" TITLE="Tor Project | Privacy Online" CHARSET="UTF-8"
 es-ES
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [webwml/master] update the keys to have no particular trust

2018-12-26 Thread arma
commit 0b2d5374bc5d49769f35bbf5d03798db504f3079
Author: Roger Dingledine 
Date:   Wed Dec 26 03:41:23 2018 -0500

update the keys to have no particular trust
---
 include/keys.txt |  2 +-
 include/keys.wmi | 74 
 2 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/include/keys.txt b/include/keys.txt
index aa05b0b6..5bc5e83f 100644
--- a/include/keys.txt
+++ b/include/keys.txt
@@ -10,7 +10,7 @@ Roger Dingledine: 0xEB5A896A28988BF5, 0xC218525819F78451
 Nick Mathewson: 0xFE43009C4607B1FB, 0x6AFEE6D49E92B601(signing key)
 
 [older Tor tarballs]
-Nick Mathewson: 0x21194EBB165733EA, 0x21194EBB165733EA(signing key)
+Nick Mathewson: 0x21194EBB165733EA, 0x910397D88D29319A(signing key)
 
 [deb.torproject.org repositories and archives]
 Tor Project Archive: 0xEE8CBC9E886DDD89
diff --git a/include/keys.wmi b/include/keys.wmi
index 6e6b58c7..566b51a5 100644
--- a/include/keys.wmi
+++ b/include/keys.wmi
@@ -27,27 +27,27 @@ As of 11/118 the signing keys we use are:
 
 pub   rsa4096/0x4E2C6E8793298290 2014-12-15 [C] [expires: 2020-08-24]
   Key fingerprint = EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
-uid   [  full  ] Tor Browser Developers (signing key) 
torbrowser#torproject.org
+uid   [ unknown] Tor Browser Developers (signing key) 
torbrowser#torproject.org
 sub   rsa4096/0xEB774491D9FF06E2 2018-05-26 [S] [expires: 2020-09-12]
   Key fingerprint = 1107 75B5 D101 FB36 BC6C  911B EB77 4491 D9FF 06E2
 
 pub   rsa8192/0x29846B3C683686CC 2013-09-11 [SC]
   Key fingerprint = C963 C21D 6356 4E2B 10BB  335B 2984 6B3C 6836 86CC
 uid   [ unknown] Mike Perry mikeperry#endarken.info
-uid   [ unknown] Mike Perry (Regular use key) 
mikeperry#torproject.org
 uid   [ unknown] Mike Perry mikeperry#unencrypted.info
 uid   [ unknown] Mike Perry (Regular use key) 
mikeperry#fscked.org
+uid   [ unknown] Mike Perry (Regular use key) 
mikeperry#torproject.org
 
 pub   rsa4096/0x4E2C6E8793298290 2014-12-15 [C] [expires: 2020-08-24]
   Key fingerprint = EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
-uid   [  full  ] Tor Browser Developers (signing key) 
torbrowser#torproject.org
+uid   [ unknown] Tor Browser Developers (signing key) 
torbrowser#torproject.org
 sub   rsa4096/0xEB774491D9FF06E2 2018-05-26 [S] [expires: 2020-09-12]
   Key fingerprint = 1107 75B5 D101 FB36 BC6C  911B EB77 4491 D9FF 06E2
 
 pub   rsa4096/0x3E39CEABFC69F6F7 2015-09-24 [SC]
   Key fingerprint = 6AB6 AEE9 776E 7827 23C8  ACE8 3E39 CEAB FC69 F6F7
-uid   [  full  ] Nicolas Vigier (boklm) 
boklm#torproject.org
-uid   [  full  ] Nicolas Vigier (boklm) 
boklm#mars-attacks.org
+uid   [ unknown] Nicolas Vigier (boklm) 
boklm#torproject.org
+uid   [ unknown] Nicolas Vigier (boklm) 
boklm#mars-attacks.org
 sub   rsa4096/0xA0312B06D9535729 2016-04-23 [A]
   Key fingerprint = 1315 2F30 FFFE 0EC8 DF58  94FB A031 2B06 D953 5729
 sub   rsa4096/0x07B7CFD7A0FBA062 2017-01-25 [S] [expires: 2019-01-22]
@@ -66,24 +66,24 @@ sub   rsa2048/0x3306E88D27211E0B 2014-12-10 [E]
 
 pub   dsa1024/0xEB5A896A28988BF5 2000-02-27 [SCA]
   Key fingerprint = B117 2656 DFF9 83C3 042B  C699 EB5A 896A 2898 8BF5
-uid   [  full  ] Roger Dingledine arma#mit.edu
+uid   [ unknown] Roger Dingledine arma#mit.edu
 sub   elg2048/0x147FF421788AFDCE 2000-02-27 [E]
   Key fingerprint = 08E6 A5BD CF81 D0A3 1BDE  9474 147F F421 788A FDCE
 
 pub   rsa4096/0xC218525819F78451 2010-05-07 [SC]
   Key fingerprint = F65C E37F 04BA 5B36 0AE6  EE17 C218 5258 19F7 8451
-uid   [ultimate] Roger Dingledine arma#mit.edu
-uid   [ultimate] Roger Dingledine arma#freehaven.net
-uid   [ultimate] Roger Dingledine arma#torproject.org
+uid   [ unknown] Roger Dingledine arma#mit.edu
+uid   [ unknown] Roger Dingledine arma#freehaven.net
+uid   [ unknown] Roger Dingledine arma#torproject.org
 sub   rsa4096/0x1A61312B4600E8BE 2018-06-03 [E] [expires: 2019-06-03]
   Key fingerprint = 6C8F F7D9 F789 52A1 8986  52B7 1A61 312B 4600 E8BE
 
 pub   rsa3072/0x21194EBB165733EA 2004-07-03 [SC]
   Key fingerprint = B35B F85B F194 89D0 4E28  C33C 2119 4EBB 1657 33EA
-uid   [  full  ] Nick Mathewson nickm#alum.mit.edu
-uid   [  full  ] Nick Mathewson nickm#wangafu.net
-uid   [  full  ] Nick Mathewson nickm#freehaven.net
-uid   [  full  ] [jpeg image of size 3369]
+uid   [ unknown] Nick Mathewson nickm#alum.mit.edu
+uid   [ unknown] Nick Mathewson nickm#wangafu.net
+uid   [ unknown] Nick Mathewson nickm#freehaven.net
+uid   [ unknown] [jpeg image of size 3369]
 sub   

[tor-commits] [webwml/master] use long key id's and rerun script

2018-12-25 Thread arma
commit e85ce2e33e0a635878efe65b83299b45c5208495
Author: Roger Dingledine 
Date:   Wed Dec 26 02:05:21 2018 -0500

use long key id's and rerun script

which fixes some of the fake keys on the signing key page :/
---
 include/keys.txt |   6 ++--
 include/keys.wmi | 106 +--
 2 files changed, 44 insertions(+), 68 deletions(-)

diff --git a/include/keys.txt b/include/keys.txt
index 826467a5..aa05b0b6 100644
--- a/include/keys.txt
+++ b/include/keys.txt
@@ -6,17 +6,17 @@ Nicolas Vigier: 0x3E39CEABFC69F6F7
 Arthur Edelstein: 0xD752F538C0D38C3A
 
 [Tor source tarballs]
-Roger Dingledine: 0x28988BF5, 0x19F78451
+Roger Dingledine: 0xEB5A896A28988BF5, 0xC218525819F78451
 Nick Mathewson: 0xFE43009C4607B1FB, 0x6AFEE6D49E92B601(signing key)
 
 [older Tor tarballs]
-Nick Mathewson: 0x165733EA, 0x8D29319A(signing key)
+Nick Mathewson: 0x21194EBB165733EA, 0x21194EBB165733EA(signing key)
 
 [deb.torproject.org repositories and archives]
 Tor Project Archive: 0xEE8CBC9E886DDD89
 
 [Arm releases]
-Damian Johnson: 0x9ABBEEC6
+Damian Johnson: 0x0445B7AB9ABBEEC6
 
 [Tails live system releases]
 The Tails team: 0xDBB802B258ACD84F
diff --git a/include/keys.wmi b/include/keys.wmi
index c163717a..6e6b58c7 100644
--- a/include/keys.wmi
+++ b/include/keys.wmi
@@ -6,15 +6,15 @@ To learn how to verify signatures, see 
 our manual.
 
 
-As of 8/118 the signing keys we use are:
+As of 11/118 the signing keys we use are:
 
 
 
 The Tor Browser Developers (0x4E2C6E8793298290),
 Mike Perry (0x29846B3C683686CC),
 Georg Koppen (0xD1483FA6C3C07136),
 Nicolas Vigier (0x3E39CEABFC69F6F7),
 Arthur Edelstein (0xD752F538C0D38C3A)
 sign Tor Browser releases
-Roger Dingledine (0x28988BF5
 and 0x19F78451),
 Nick Mathewson (0x165733EA)
 sign Tor source tarballs
-Nick Mathewson (0x165733EA)
 signed older Tor tarballs
+Roger Dingledine (0xEB5A896A28988BF5
 and 0xC218525819F78451),
 Nick Mathewson (0x21194EBB165733EA)
 sign Tor source tarballs
+Nick Mathewson (0x21194EBB165733EA)
 signed older Tor tarballs
 Tor Project Archive (0xEE8CBC9E886DDD89)
 signs deb.torproject.org repositories and archives
-Damian Johnson (0x9ABBEEC6)
 signs Arm releases
+Damian Johnson (0x0445B7AB9ABBEEC6)
 signs Arm releases
 The Tails team (0xDBB802B258ACD84F)
 signs Tails live system releases
 David Goulet (0x42E86A2A11F48D36)
 signs Torsocks releases
 Sukhbir Singh (0xB01C8B006DA77FAA)
 signs TorBirdy releases
@@ -27,31 +27,27 @@ As of 8/118 the signing keys we use are:
 
 pub   rsa4096/0x4E2C6E8793298290 2014-12-15 [C] [expires: 2020-08-24]
   Key fingerprint = EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
-uid   [ unknown] Tor Browser Developers (signing key) 
torbrowser#torproject.org
+uid   [  full  ] Tor Browser Developers (signing key) 
torbrowser#torproject.org
 sub   rsa4096/0xEB774491D9FF06E2 2018-05-26 [S] [expires: 2020-09-12]
   Key fingerprint = 1107 75B5 D101 FB36 BC6C  911B EB77 4491 D9FF 06E2
 
 pub   rsa8192/0x29846B3C683686CC 2013-09-11 [SC]
   Key fingerprint = C963 C21D 6356 4E2B 10BB  335B 2984 6B3C 6836 86CC
 uid   [ unknown] Mike Perry mikeperry#endarken.info
+uid   [ unknown] Mike Perry (Regular use key) 
mikeperry#torproject.org
 uid   [ unknown] Mike Perry mikeperry#unencrypted.info
 uid   [ unknown] Mike Perry (Regular use key) 
mikeperry#fscked.org
-uid   [ unknown] Mike Perry (Regular use key) 
mikeperry#torproject.org
-sub   rsa4096/0x004AD1045BA0FE28 2017-10-31 [S] [expires: 2018-10-31]
-  Key fingerprint = 7AB6 A050 C544 CB16 60A9  F1E9 004A D104 5BA0 FE28
-sub   rsa4096/0xEEC50E9938F9F4E9 2017-10-31 [E] [expires: 2018-10-31]
-  Key fingerprint = B403 E911 BA38 63DB ED82  C57C EEC5 0E99 38F9 F4E9
 
 pub   rsa4096/0x4E2C6E8793298290 2014-12-15 [C] [expires: 2020-08-24]
   Key fingerprint = EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
-uid   [ unknown] Tor Browser Developers (signing key) 
torbrowser#torproject.org
+uid   [  full  ] Tor Browser Developers (signing key) 
torbrowser#torproject.org
 sub   rsa4096/0xEB774491D9FF06E2 2018-05-26 [S] [expires: 2020-09-12]
   Key fingerprint = 1107 75B5 D101 FB36 BC6C  911B EB77 4491 D9FF 06E2
 
 pub   rsa4096/0x3E39CEABFC69F6F7 2015-09-24 [SC]
   Key fingerprint = 6AB6 AEE9 776E 7827 23C8  ACE8 3E39 CEAB FC69 F6F7
-uid   [ unknown] Nicolas Vigier (boklm) 
boklm#torproject.org
-uid   [ unknown] Nicolas Vigier (boklm) 
boklm#mars-attacks.org
+uid   [  full  ] Nicolas Vigier (boklm) 
boklm#torproject.org
+uid   [  full  ] Nicolas Vigier (boklm) 
boklm#mars-attacks.org
 sub   rsa4096/0xA0312B06D9535729 2016-04-23 [A]
   Key fingerprint = 1315 2F30 FFFE 0EC8 DF58  94FB A031 2B06 D953 5729
 sub   rsa4096/0x07B7CFD7A0FBA062 2017-01-25 [S] [expires: 2019-01-22]
@@ -70,36 +66,24 @@ sub   

[tor-commits] [webwml/master] Add Al Smith to the people page

2018-12-22 Thread atagar
commit c9b9796a614468c88c2c1687dc95fde51575730f
Author: Damian Johnson 
Date:   Sat Dec 22 14:22:34 2018 -0800

Add Al Smith to the people page
---
 about/en/corepeople.wml| 192 ++---
 images/people/alsmith.png  | Bin 0 -> 42933 bytes
 images/people/orig/alsmith.jpg | Bin 0 -> 267849 bytes
 keys/alsmith.txt   |  50 +++
 4 files changed, 152 insertions(+), 90 deletions(-)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 2dbe6c68..6371973d 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -25,6 +25,18 @@
 
 
 
+  
+  
+  
+  Al Smith
+  IRC: alsmith
+  Pronoun: http://pronoun.is/they;>they
+  Writes grants and fundraising proposals.
+
+  
+
+  
+
   
   
   https://twitter.com/ahfaeroey;>
@@ -34,9 +46,7 @@
   Pronoun: http://pronoun.is/he;>he
   Works on core Tor development.
 
-  
 
-  
 
   
   
@@ -47,7 +57,9 @@
   Pronoun: http://pronoun.is/she;>she
   Leads the https://trac.torproject.org/projects/tor/wiki/org/teams/CommunityTeam;>Community
 Team and https://libraryfreedomproject.org;>Library Freedom 
Project. Works on support, outreach, and training.
 
+  
 
+  
 
   
   
@@ -57,9 +69,7 @@
   IRC: gunner
   https://aspirationtech.org/about/people/gunner;>Executive Director of 
Aspiration, where he works with NGOs, activists, and human rights groups. 
Meeting facilitator and member of Tor's Community Council.
 
-  
 
-  
 
   
   
@@ -68,7 +78,9 @@
   IRC: amoghbl1
   http://amoghbl1.com/;>Lead 
developer of Orfox and contributor to Orbot.
 
+  
 
+  
 
   
   
@@ -76,9 +88,7 @@
   Andreas Lehner
   Works at the intersection of security, privacy, 
data integrity and anonymity both in politics and technology.
 
-  
 
-  
 
   
   
@@ -88,7 +98,9 @@
   IRC: antonela
   Designer working with the UX team. Making Tor 
usable for everyone.
 
+  
 
+  
 
   
   
@@ -98,9 +110,7 @@
   IRC: arlolra
   Developer for Snowflake, Tor Messenger, and 
Check.
 
-  
 
-  
 
   
   
@@ -109,7 +119,9 @@
   IRC: arthuredelstein
   Works on Tor Browser.
 
+  
 
+  
 
   
   
@@ -119,9 +131,7 @@
   IRC: hellais
   Project leader for https://ooni.torproject.org/;>OONI, has helped with http://tor2web.org/;>tor2web, wrote Atlas which later became https://metrics.torproject.org/rs.html;>Relay Search, and helps 
improve security.
 
-  
 
-  
 
   
   
@@ -130,7 +140,9 @@
   Pronoun: http://pronoun.is/she;>she
   Grants Manager.
 
+  
 
+  
 
   
   
@@ -139,9 +151,7 @@
   IRC: brade
   Developer on the Tor Browser team.
 
-  
 
-  
 
   
   
@@ -151,7 +161,9 @@
   IRC: komlo
   Chelsea is a software/security engineer and 
contributes to core tor.
 
+  
 
+  
 
   
   
@@ -160,9 +172,7 @@
   Pronoun: http://pronoun.is/she;>she
   Tor Board member and https://www.eff.org/about/staff/cindy-cohn;>Executive Director of the 
EFF. Lawyer by training, https://blog.torproject.org/blog/tor-heart-notes-board-member;>her 
focus is on making sure Tor stays available and that Tor users stay 
safe.
 
-  
 
-  
 
   
   
@@ -172,7 +182,9 @@
   IRC: Phoul
   Relay advocate, Outreachy mentor, and a member 
of the community team. He is also a director of the Canadian Torservers.net 
partner https://www.coldhak.ca/;>Coldhak.
 
+  
 
+  
 
   
   
@@ -182,9 +194,7 @@
   Pronoun: http://pronoun.is/he;>he
   Author of the https://stem.torproject.org/;>Stem python controller library and https://nyx.torproject.org/;>Nyx relay monitor.
 
-  
 
-  
 
   
   
@@ -193,7 +203,9 @@
   IRC: dgoulet
   Tor development team focusing on onion services 
and our torsocks maintainer.
 
+  
 
+  
 
   
   
@@ -203,9 +215,7 @@
   IRC: dawuud
   https://github.com/david415/;>Author 
of roflcoptor and honeybadger. Researches mixnets and contributes to 
txtorcon.
 
-  
 
-  
 
   
   
@@ -215,7 +225,9 @@
   IRC: DonnchaC
   Onion services developer, OnionBalance 
developer, hunter of bad relays.
 
+  
 
+  
 
   
   
@@ -225,9 +237,7 @@
   Pronoun: http://pronoun.is/she;>she
   emmapeel coordinates the localization 
(translations) of the different Tor software.
 
-  
 
-  
 
   
   
@@ -236,7 +246,9 @@
   IRC: ewyatt
   Non-technical switchboard for people-related 
things: recruiting, onboarding, benefits, contracts, TPI policy questions, and 
baked goods.
 
+  
 
+  
 
   
   
@@ -246,9 +258,7 @@
   Pronoun: http://pronoun.is/she;>she
   Coordinates Network, Metrics and 
Anti-censorship teams.
 
-  
 
-  
 
   
   

[tor-commits] [webwml/master] if no jobs open, uncomment the 'no jobs' text

2018-12-20 Thread arma
commit a3e21ccb54300a31384e326128a4f39e533e3b16
Author: Roger Dingledine 
Date:   Thu Dec 20 16:37:58 2018 -0500

if no jobs open, uncomment the 'no jobs' text
---
 about/en/jobs.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index d082a48d..9084843b 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -12,8 +12,8 @@
   
 The Tor Project is always looking for more great people to join our 
team!
 
-# At the moment, we don't have any official open positions. Please 
check back soon, though! In the meantime, you may want to glance at our
-# volunteers page.
+  At the moment, we don't have any official open positions. Please 
check back soon, though! In the meantime, you may want to glance at our
+  volunteers page.
 
 

  1   2   3   4   5   6   7   8   9   10   >