[tor-commits] [webwml/master] put back the "where our funding comes from" clause

2018-03-29 Thread arma
commit 307bb8dbed0b78837f77ae6152d8d3e6e6a4e28a
Author: Roger Dingledine 
Date:   Thu Mar 29 17:46:15 2018 -0400

put back the "where our funding comes from" clause
---
 about/en/jobs.wml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index 20c27338..a127d3d2 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -46,7 +46,9 @@ in Seattle that provides the technical infrastructure for 
privacy
 protection over the Internet, helping millions of activists, journalists,
 and others around the world communicate securely. With paid staff and
 contractors of around 35 engineers and operational support people,
-plus many volunteers all over the world who contribute to our work, our
+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. Our
 mission is to advance human rights and freedoms by creating and deploying
 free and open anonymity and privacy technologies, supporting their
 unrestricted availability and use, and furthering their scientific and

___
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

2018-03-29 Thread boklm
commit 368ae2b8b928a561b1a24bf05ce78201b1b3563b
Author: Nicolas Vigier 
Date:   Thu Mar 29 23:04:43 2018 +0200

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 efc6cae1..c98e4243 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -1,16 +1,8 @@
 [
-"7.5.2",
-"7.5.2-MacOS",
-"7.5.2-Linux",
-"7.5.2-Windows",
 "7.5.3",
 "7.5.3-MacOS",
 "7.5.3-Linux",
 "7.5.3-Windows",
-"8.0a4",
-"8.0a4-MacOS",
-"8.0a4-Linux",
-"8.0a4-Windows",
 "8.0a5",
 "8.0a5-MacOS",
 "8.0a5-Linux",

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


[tor-commits] [tor/maint-0.3.3] Mark controller-initiated DNS lookups as permitted to do DNS.

2018-03-29 Thread nickm
commit e35eb9baaace383a88a6fa4fbd5114153ff8d6f1
Author: Nick Mathewson 
Date:   Thu Mar 29 09:27:28 2018 -0400

Mark controller-initiated DNS lookups as permitted to do DNS.

Fixes bug 25617; bugfix on 0.2.9.3-alpha.
---
 changes/bug25617 | 5 +
 src/or/dnsserv.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/changes/bug25617 b/changes/bug25617
new file mode 100644
index 0..5de655d69
--- /dev/null
+++ b/changes/bug25617
@@ -0,0 +1,5 @@
+  o Minor bugfixes (controller):
+- Restore the correct operation of the RESOLVE command, which had
+  been broken since we added the ability to enable/disable DNS
+  on specific listener ports. Fixes bug 25617; bugfix on 0.2.9.3-alpha.
+
diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c
index f5a4f2ac0..6f72fa419 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -196,6 +196,7 @@ dnsserv_launch_request(const char *name, int reverse,
 
   /* Make a new dummy AP connection, and attach the request to it. */
   entry_conn = entry_connection_new(CONN_TYPE_AP, AF_INET);
+  entry_conn->entry_cfg.dns_request = 1;
   conn = ENTRY_TO_EDGE_CONN(entry_conn);
   CONNECTION_AP_EXPECT_NONPENDING(entry_conn);
   conn->base_.state = AP_CONN_STATE_RESOLVE_WAIT;



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


[tor-commits] [tor/master] Merge branch 'maint-0.3.3'

2018-03-29 Thread nickm
commit 2c1afc2defe4a86ebfe2ae205f201f6e85bf9dc7
Merge: 5e8cf876e 4f473fadb
Author: Nick Mathewson 
Date:   Thu Mar 29 14:59:01 2018 -0400

Merge branch 'maint-0.3.3'

 changes/bug25617 | 5 +
 src/or/dnsserv.c | 1 +
 2 files changed, 6 insertions(+)

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


[tor-commits] [webwml/staging] Bug 24673: Retire 'Browser Developers for Mobile (Android) posting

2018-03-29 Thread arma
commit 253932f5790a4af91ef994ae604d40772fa7b9c0
Author: Arthur Edelstein 
Date:   Tue Dec 19 18:40:30 2017 -0500

Bug 24673: Retire 'Browser Developers for Mobile (Android) posting
---
 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 38e225b9..514e7175 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -18,7 +18,6 @@
 
Specifically, we're looking for the following people 
currently:

- Browser 
Developers for Mobile (Android)
  Android OS 
Developer

 
@@ -35,6 +34,7 @@
Director of Communications
Executive Director
Executive Administrator
+   Browser Developers for Mobile (Android)

 




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


[tor-commits] [tor/master] Merge branch 'bug25617_029' into maint-0.3.3

2018-03-29 Thread nickm
commit 4f473fadbd15ededac11feb76c064e49687c3d2b
Merge: 2e9e91ebb e35eb9baa
Author: Nick Mathewson 
Date:   Thu Mar 29 14:58:58 2018 -0400

Merge branch 'bug25617_029' into maint-0.3.3

 changes/bug25617 | 5 +
 src/or/dnsserv.c | 1 +
 2 files changed, 6 insertions(+)




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


[tor-commits] [tor/release-0.3.3] Mark controller-initiated DNS lookups as permitted to do DNS.

2018-03-29 Thread nickm
commit e35eb9baaace383a88a6fa4fbd5114153ff8d6f1
Author: Nick Mathewson 
Date:   Thu Mar 29 09:27:28 2018 -0400

Mark controller-initiated DNS lookups as permitted to do DNS.

Fixes bug 25617; bugfix on 0.2.9.3-alpha.
---
 changes/bug25617 | 5 +
 src/or/dnsserv.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/changes/bug25617 b/changes/bug25617
new file mode 100644
index 0..5de655d69
--- /dev/null
+++ b/changes/bug25617
@@ -0,0 +1,5 @@
+  o Minor bugfixes (controller):
+- Restore the correct operation of the RESOLVE command, which had
+  been broken since we added the ability to enable/disable DNS
+  on specific listener ports. Fixes bug 25617; bugfix on 0.2.9.3-alpha.
+
diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c
index f5a4f2ac0..6f72fa419 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -196,6 +196,7 @@ dnsserv_launch_request(const char *name, int reverse,
 
   /* Make a new dummy AP connection, and attach the request to it. */
   entry_conn = entry_connection_new(CONN_TYPE_AP, AF_INET);
+  entry_conn->entry_cfg.dns_request = 1;
   conn = ENTRY_TO_EDGE_CONN(entry_conn);
   CONNECTION_AP_EXPECT_NONPENDING(entry_conn);
   conn->base_.state = AP_CONN_STATE_RESOLVE_WAIT;



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


[tor-commits] [tor/release-0.3.3] Merge branch 'maint-0.3.3' into release-0.3.3

2018-03-29 Thread nickm
commit 720f044a29d60088fedb8f915cffee1259395eba
Merge: 2f173ce44 4f473fadb
Author: Nick Mathewson 
Date:   Thu Mar 29 14:59:01 2018 -0400

Merge branch 'maint-0.3.3' into release-0.3.3

 changes/bug25617 | 5 +
 src/or/dnsserv.c | 1 +
 2 files changed, 6 insertions(+)

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


[tor-commits] [tor/release-0.3.3] Merge branch 'bug25617_029' into maint-0.3.3

2018-03-29 Thread nickm
commit 4f473fadbd15ededac11feb76c064e49687c3d2b
Merge: 2e9e91ebb e35eb9baa
Author: Nick Mathewson 
Date:   Thu Mar 29 14:58:58 2018 -0400

Merge branch 'bug25617_029' into maint-0.3.3

 changes/bug25617 | 5 +
 src/or/dnsserv.c | 1 +
 2 files changed, 6 insertions(+)




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


[tor-commits] [webwml/staging] Remove redirects add video from extra

2018-03-29 Thread arma
commit ddf31327ae780238f48c90fe25900fdeeb3e1fc3
Author: hiromipaw 
Date:   Thu Dec 21 16:55:22 2017 +0100

Remove redirects add video from extra
---
 .htaccess | 1 -
 en/averyonionthankyou.wml | 6 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 0dca3aa5..86a523e0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -84,7 +84,6 @@ RewriteRule ^donate/donor-faq(.*) 
https://donate.torproject.org/donor-faq [R=302
 RewriteRule ^donate/donor-privacy-policy(.*) 
https://donate.torproject.org/privacy-policy [R=302,L]
 RewriteRule ^donate/thankyou(.*) https://donate.torproject.org/thank-you 
[R=302,L]
 RewriteRule ^thankyou(.*) https://donate.torproject.org/thank-you [R=302,L]
-RewriteRule ^averyonionthankyou(.*) https://www.youtube.com/embed/TXT0F7p7WbM 
[R=301,L]
 
 # The following redirect is necessary because we're using that URL on
 # some external resources (the donate infrastructure in particular) and
diff --git a/en/averyonionthankyou.wml b/en/averyonionthankyou.wml
index 62ddb5a3..7d5405ae 100644
--- a/en/averyonionthankyou.wml
+++ b/en/averyonionthankyou.wml
@@ -1,7 +1,11 @@
 #include "head.wmi" TITLE="Tor Project | Privacy Online" CHARSET="UTF-8" 
DONATION_BANNER="true"
 
 
-
+
+
+   https://extra.torproject.org/media/onionthankyou/onion.mp4; 
type="video/mp4">
+   Your browser does not support the video tag.
+ 
 
 
 #include 
\ No newline at end of file



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


[tor-commits] [webwml/staging] Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml into 24673

2018-03-29 Thread arma
commit 75fda3eccd77d5f6926cc29af88df57c76a7752b
Merge: 253932f5 232e4645
Author: hiromipaw 
Date:   Tue Dec 26 11:14:19 2017 +0100

Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml 
into 24673

 .htaccess  |  3 ++-
 Makefile   |  2 +-
 donate/en/donate-options.wml   |  6 +++---
 en/averyonionthankyou.wml  | 11 +++
 include/versions.wmi   |  6 +++---
 projects/torbrowser/RecommendedTBBVersions |  6 +-
 6 files changed, 25 insertions(+), 9 deletions(-)



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


[tor-commits] [webwml/staging] Add press items for Dec 2017. (Fixes #24593)

2018-03-29 Thread arma
commit 0324504e3e74ea0af84022798feaba184c58ffbe
Author: kat 
Date:   Tue Jan 9 11:46:08 2018 -0500

Add press items for Dec 2017. (Fixes #24593)
---
 press/en/press.wml | 12 
 1 file changed, 12 insertions(+)

diff --git a/press/en/press.wml b/press/en/press.wml
index 1b2a9b92..af2b2ba8 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -51,6 +51,18 @@ some of the significant Tor-related stories that have popped 
up.
 
 
 
+2017 Dec 10
+BoingBoing
+https://boingboing.net/2017/12/10/charitable-giving-guide-2017.html;>Charitable
 Giving Guide 2017
+
+
+
+2017 Dec 9
+WIRED
+https://www.wired.com/story/the-grand-tor;>The Grand Tor: How to 
Go Anonymous Online
+
+
+
 2017 Nov 20
 Bleeping Computer
 https://www.bleepingcomputer.com/news/software/another-tor-browser-feature-makes-it-into-firefox-first-party-isolation/;>Another
 Tor Browser Feature Makes It Into Firefox: First-Party Isolation



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


[tor-commits] [webwml/staging] updated mirror run

2018-03-29 Thread arma
commit f2c4be291db08f8786c656bd43e96b2282559e1a
Author: Roger Dingledine 
Date:   Fri Jan 5 20:43:11 2018 -0500

updated mirror run
---
 include/mirrors-table.wmi | 620 ++
 include/tor-mirrors.csv   | 186 +++---
 2 files changed, 386 insertions(+), 420 deletions(-)

diff --git a/include/mirrors-table.wmi b/include/mirrors-table.wmi
index 2ec2b071..4b34a281 100644
--- a/include/mirrors-table.wmi
+++ b/include/mirrors-table.wmi
@@ -1,66 +1,66 @@
  
 
 
- UA
+ DE
 
- IP-Connect LLC
+ TB-ITF
 
  Up to date
 
-ftp://torproject.ip-connect.vn.ua/mirror/torproject/;>ftp
-http://torproject.ip-connect.vn.ua/dist;>http
-http://torproject.ip-connect.vn.ua;>http
+ftp://tormirror.tb-itf-tor.de/;>ftp
+http://tormirror.tb-itf-tor.de/dist/;>http
+http://tormirror.tb-itf-tor.de;>http
+https://tormirror.tb-itf-tor.de/dist/;>https
+https://tormirror.tb-itf-tor.de;>https
  - 
  - 
-rsync
-rsync
 
  
 
 
- IS
+ CA
 
- torproject.is
+ secure.voyage
 
  Up to date
 
  - 
-http://www.torproject.is/dist/;>http
-http://www.torproject.is/;>http
- - 
- - 
+http://tor.secure.voyage/dist;>http
+http://tor.secure.voyage;>http
+https://tor.secure.voyage/dist;>https
+https://tor.secure.voyage;>https
  - 
  - 
 
  
 
 
- AT
+ UA
 
- ph3x
+ IP-Connect LLC
 
  Up to date
 
- - 
-http://torproject.ph3x.at/dist/;>http
-http://torproject.ph3x.at;>http
-https://torproject.ph3x.at/dist/;>https
-https://torproject.ph3x.at;>https
+ftp://torproject.ip-connect.vn.ua/mirror/torproject/;>ftp
+http://torproject.ip-connect.vn.ua/dist;>http
+http://torproject.ip-connect.vn.ua;>http
  - 
  - 
+rsync
+rsync
 
  
 
 
- US
+ IS
 
- Evil Routers
+ Frenn vun der Enn A.S.B.L.
 
  Up to date
 
  - 
-http://tor1.evilrouters.net/dist/;>http
-http://tor1.evilrouters.net/;>http
+http://torproject.lu/dist/;>http
+http://torproject.lu/;>http
  - 
  - 
  - 
@@ -69,15 +69,15 @@
  
 
 
- XX
+ NO
 
- TvdW
+ MultiNet AS
 
  Up to date
 
  - 
-http://tor-exit.network/dist;>http
-http://tor-exit.network;>http
+http://tor.multinet.no/dist/;>http
+http://tor.multinet.no/;>http
  - 
  - 
  - 
@@ -86,85 +86,51 @@
  
 
 
- US
+ IS
 
- The Calyx Institute
+ torproject.is
 
  Up to date
 
  - 
-http://tor.calyxinstitute.org/dist/;>http
-http://tor.calyxinstitute.org;>http
-https://tor.calyxinstitute.org/dist/;>https
-https://tor.calyxinstitute.org;>https
+http://www.torproject.is/dist/;>http
+http://www.torproject.is/;>http
+ - 
+ - 
  - 
  - 
 
  
 
 
- DE
+ AT
 
- Tor Supporter
+ ph3x
 
  Up to date
 
  - 
-http://torproject.mirror.metalgamer.eu/dist/;>http
-http://torproject.mirror.metalgamer.eu/;>http
-https://torproject.mirror.metalgamer.eu/dist/;>https
-https://torproject.mirror.metalgamer.eu/;>https
+http://torproject.ph3x.at/dist/;>http
+http://torproject.ph3x.at;>http
+https://torproject.ph3x.at/dist/;>https
+https://torproject.ph3x.at;>https
  - 
  - 
 
  
 
 
- NL
-
- Babylon Network
-
- Up to date
-
-ftp://nl.mirror.babylon.network/torproject/;>ftp
-http://nl.mirror.babylon.network/torproject/dist/;>http
-http://nl.mirror.babylon.network/torproject/;>http
-https://nl.mirror.babylon.network/torproject/dist/;>https
-https://nl.mirror.babylon.network/torproject/;>https
-rsync
-rsync
-
- 
-
-
- FR
-
- Babylon Network
-
- Up to date
-
-ftp://fr.mirror.babylon.network/torproject/;>ftp
-http://fr.mirror.babylon.network/torproject/dist/;>http
-http://fr.mirror.babylon.network/torproject/;>http
-https://fr.mirror.babylon.network/torproject/dist/;>https
-https://fr.mirror.babylon.network/torproject/;>https
-rsync
-rsync
-
- 
-
-
- VN
+ IS
 
- Freedif
+ TheOnionRouter
 
  Up to date
 
  - 
-http://mirror.freedif.org/TorProject/dist;>http
-http://mirror.freedif.org/TorProject/;>http
-https://mirror.freedif.org/TorProject/dist;>https
-https://mirror.freedif.org/TorProject/;>https
+http://www.theonionrouter.com/dist/;>http
+http://www.theonionrouter.com/;>http
+ - 
+ - 
  - 
  - 
 
@@ -173,49 +139,49 @@
 
  DE
 
- Tor Supporter
+ crazyhaze.de
 
  Up to date
 
  - 
-http://tor.heikorichter.name/dist;>http
-http://tor.heikorichter.name;>http
-

[tor-commits] [webwml/staging] Change "three primary ways of contributing" to "two", as only two are listed. (#24812)

2018-03-29 Thread arma
commit 0ab316839ba353dae4a555f8c2ab954de854170c
Author: kat 
Date:   Wed Jan 10 14:38:14 2018 -0500

Change "three primary ways of contributing" to "two", as only two are 
listed. (#24812)
---
 getinvolved/en/tshirt.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getinvolved/en/tshirt.wml b/getinvolved/en/tshirt.wml
index c893fb05..4f8c5d53 100644
--- a/getinvolved/en/tshirt.wml
+++ b/getinvolved/en/tshirt.wml
@@ -14,7 +14,7 @@
 
 
 You can get one of these fine Tor T-shirts for contributing to the
-Tor project. There are three primary ways of contributing:
+Tor project. There are two primary ways of contributing:
 
 
 Operate a fast Tor relay



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


[tor-commits] [webwml/staging] Bug 24878: Lower Bitpay minimum to 5 USD.

2018-03-29 Thread arma
commit bd97432b66445df697c55e85bebec3ab8364ceb9
Author: Arthur Edelstein 
Date:   Fri Jan 12 03:35:09 2018 -0500

Bug 24878: Lower Bitpay minimum to 5 USD.
---
 donate/en/donate-options.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml
index 53513557..19410820 100644
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@ -31,7 +31,7 @@ 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 100 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!)
+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'));">
 
 
@@ -42,7 +42,7 @@ form#makeDonation {
 
 
 Amount:
-
+
 
   USD
   BTC



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


[tor-commits] [webwml/staging] Add sample makefile to gitignore

2018-03-29 Thread arma
commit bb868e1867e0adbbbc137400ccb55be48a8a1e56
Author: hiromipaw 
Date:   Tue Dec 26 12:03:34 2017 +0100

Add sample makefile to gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 0486a15c..5c557e58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 /Makefile.local
+/Makefile.local.sample
 .deps
 *.html.en
 *.html.es



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


[tor-commits] [webwml/staging] another update-mirror run

2018-03-29 Thread arma
commit 509f2fd5c45148fdd921a5aa8cd4a9ce32bd165b
Author: Roger Dingledine 
Date:   Tue Jan 2 04:20:23 2018 -0500

another update-mirror run
---
 include/mirrors-table.wmi | 538 ++
 include/tor-mirrors.csv   | 188 
 2 files changed, 397 insertions(+), 329 deletions(-)

diff --git a/include/mirrors-table.wmi b/include/mirrors-table.wmi
index 7b2610ac..2ec2b071 100644
--- a/include/mirrors-table.wmi
+++ b/include/mirrors-table.wmi
@@ -1,19 +1,19 @@
  
 
 
- ES
+ UA
 
- Tor Supporter
+ IP-Connect LLC
 
  Up to date
 
- - 
-http://tor.zilog.es/dist/;>http
-http://tor.zilog.es/;>http
-https://tor.zilog.es/dist/;>https
-https://tor.zilog.es/;>https
+ftp://torproject.ip-connect.vn.ua/mirror/torproject/;>ftp
+http://torproject.ip-connect.vn.ua/dist;>http
+http://torproject.ip-connect.vn.ua;>http
  - 
  - 
+rsync
+rsync
 
  
 
@@ -52,32 +52,32 @@
  
 
 
- MX
+ US
 
- Tor Supporter
+ Evil Routers
 
  Up to date
 
  - 
-http://fbnaia.homelinux.net/torproject/dist/;>http
-http://fbnaia.homelinux.net/torproject/;>http
-https://fbnaia.homelinux.net/torproject/dist/;>https
-https://fbnaia.homelinux.net/torproject/;>https
+http://tor1.evilrouters.net/dist/;>http
+http://tor1.evilrouters.net/;>http
+ - 
+ - 
  - 
  - 
 
  
 
 
- IS
+ XX
 
- TheOnionRouter
+ TvdW
 
  Up to date
 
  - 
-http://www.theonionrouter.com/dist/;>http
-http://www.theonionrouter.com/;>http
+http://tor-exit.network/dist;>http
+http://tor-exit.network;>http
  - 
  - 
  - 
@@ -86,17 +86,17 @@
  
 
 
- DE
+ US
 
- crazyhaze.de
+ The Calyx Institute
 
  Up to date
 
  - 
-http://tor.crazyhaze.de/dist/;>http
-http://tor.crazyhaze.de/;>http
-https://tor.crazyhaze.de/dist/;>https
-https://tor.crazyhaze.de/;>https
+http://tor.calyxinstitute.org/dist/;>http
+http://tor.calyxinstitute.org;>http
+https://tor.calyxinstitute.org/dist/;>https
+https://tor.calyxinstitute.org;>https
  - 
  - 
 
@@ -110,27 +110,61 @@
  Up to date
 
  - 
-http://mirror.velcommuta.de/tor/dist/;>http
-http://mirror.velcommuta.de/tor/;>http
-https://mirror.velcommuta.de/tor/dist/;>https
-https://mirror.velcommuta.de/tor/;>https
+http://torproject.mirror.metalgamer.eu/dist/;>http
+http://torproject.mirror.metalgamer.eu/;>http
+https://torproject.mirror.metalgamer.eu/dist/;>https
+https://torproject.mirror.metalgamer.eu/;>https
  - 
  - 
 
  
 
 
- DE
+ NL
 
- 0x3d.lu
+ Babylon Network
+
+ Up to date
+
+ftp://nl.mirror.babylon.network/torproject/;>ftp
+http://nl.mirror.babylon.network/torproject/dist/;>http
+http://nl.mirror.babylon.network/torproject/;>http
+https://nl.mirror.babylon.network/torproject/dist/;>https
+https://nl.mirror.babylon.network/torproject/;>https
+rsync
+rsync
+
+ 
+
+
+ FR
+
+ Babylon Network
+
+ Up to date
+
+ftp://fr.mirror.babylon.network/torproject/;>ftp
+http://fr.mirror.babylon.network/torproject/dist/;>http
+http://fr.mirror.babylon.network/torproject/;>http
+https://fr.mirror.babylon.network/torproject/dist/;>https
+https://fr.mirror.babylon.network/torproject/;>https
+rsync
+rsync
+
+ 
+
+
+ VN
+
+ Freedif
 
  Up to date
 
  - 
-http://tor.0x3d.lu/dist/;>http
-http://tor.0x3d.lu/;>http
-https://tor.0x3d.lu/dist/;>https
-https://tor.0x3d.lu/;>https
+http://mirror.freedif.org/TorProject/dist;>http
+http://mirror.freedif.org/TorProject/;>http
+https://mirror.freedif.org/TorProject/dist;>https
+https://mirror.freedif.org/TorProject/;>https
  - 
  - 
 
@@ -139,185 +173,202 @@
 
  DE
 
- Netzkonstrukt Berlin
+ Tor Supporter
 
  Up to date
 
  - 
-http://mirror.ntzk.de/torproject.org/dist/;>http
-http://mirror.ntzk.de/torproject.org/;>http
-https://mirror.ntzk.de/torproject.org/dist/;>https
-https://mirror.ntzk.de/torproject.org/;>https
- - 
+http://tor.heikorichter.name/dist;>http
+http://tor.heikorichter.name;>http
+https://tor.heikorichter.name/dist;>https
+https://tor.heikorichter.name;>https
+rsync
  - 
 
  
 
 
- FR
+ CA
 
- wardsback.org
+ secure.voyage
 
  Up to date
 
  - 
-http://alliumcepa.wardsback.org/dist/;>http
-http://alliumcepa.wardsback.org/;>http
- - 
- - 
+http://tor.secure.voyage/dist;>http
+http://tor.secure.voyage;>http
+https://tor.secure.voyage/dist;>https
+https://tor.secure.voyage;>https
  - 
  - 
 
   

[tor-commits] [webwml/staging] add a new mirror, do another mirror run

2018-03-29 Thread arma
commit 16dc42b5fc81cda3879e013077713445a5f144c4
Author: Roger Dingledine 
Date:   Sun Jan 7 21:52:32 2018 -0500

add a new mirror, do another mirror run
---
 include/mirrors-table.wmi | 618 --
 include/tor-mirrors.csv   | 187 +++---
 2 files changed, 420 insertions(+), 385 deletions(-)

diff --git a/include/mirrors-table.wmi b/include/mirrors-table.wmi
index 4b34a281..5f1d7d0a 100644
--- a/include/mirrors-table.wmi
+++ b/include/mirrors-table.wmi
@@ -1,66 +1,49 @@
  
 
 
- DE
+ ES
 
- TB-ITF
+ Tor Supporter
 
  Up to date
 
-ftp://tormirror.tb-itf-tor.de/;>ftp
-http://tormirror.tb-itf-tor.de/dist/;>http
-http://tormirror.tb-itf-tor.de;>http
-https://tormirror.tb-itf-tor.de/dist/;>https
-https://tormirror.tb-itf-tor.de;>https
+ - 
+http://tor.zilog.es/dist/;>http
+http://tor.zilog.es/;>http
+https://tor.zilog.es/dist/;>https
+https://tor.zilog.es/;>https
  - 
  - 
 
  
 
 
- CA
+ IS
 
- secure.voyage
+ torproject.is
 
  Up to date
 
  - 
-http://tor.secure.voyage/dist;>http
-http://tor.secure.voyage;>http
-https://tor.secure.voyage/dist;>https
-https://tor.secure.voyage;>https
+http://www.torproject.is/dist/;>http
+http://www.torproject.is/;>http
  - 
  - 
-
- 
-
-
- UA
-
- IP-Connect LLC
-
- Up to date
-
-ftp://torproject.ip-connect.vn.ua/mirror/torproject/;>ftp
-http://torproject.ip-connect.vn.ua/dist;>http
-http://torproject.ip-connect.vn.ua;>http
  - 
  - 
-rsync
-rsync
 
  
 
 
- IS
+ DE
 
- Frenn vun der Enn A.S.B.L.
+ tormirror
 
  Up to date
 
- - 
-http://torproject.lu/dist/;>http
-http://torproject.lu/;>http
+http://tormirror.snydernet.net/dist/;>ftp
+https://tormirror.snydernet.net/dist/;>http
+https://tormirror.snydernet.net/;>http
  - 
  - 
  - 
@@ -69,85 +52,85 @@
  
 
 
- NO
+ US
 
- MultiNet AS
+ The Calyx Institute
 
  Up to date
 
  - 
-http://tor.multinet.no/dist/;>http
-http://tor.multinet.no/;>http
- - 
- - 
+http://tor.calyxinstitute.org/dist/;>http
+http://tor.calyxinstitute.org;>http
+https://tor.calyxinstitute.org/dist/;>https
+https://tor.calyxinstitute.org;>https
  - 
  - 
 
  
 
 
- IS
+ NL
 
- torproject.is
+ Babylon Network
 
  Up to date
 
- - 
-http://www.torproject.is/dist/;>http
-http://www.torproject.is/;>http
- - 
- - 
- - 
- - 
+ftp://nl.mirror.babylon.network/torproject/;>ftp
+http://nl.mirror.babylon.network/torproject/dist/;>http
+http://nl.mirror.babylon.network/torproject/;>http
+https://nl.mirror.babylon.network/torproject/dist/;>https
+https://nl.mirror.babylon.network/torproject/;>https
+rsync
+rsync
 
  
 
 
- AT
+ FR
 
- ph3x
+ Babylon Network
 
  Up to date
 
- - 
-http://torproject.ph3x.at/dist/;>http
-http://torproject.ph3x.at;>http
-https://torproject.ph3x.at/dist/;>https
-https://torproject.ph3x.at;>https
- - 
- - 
+ftp://fr.mirror.babylon.network/torproject/;>ftp
+http://fr.mirror.babylon.network/torproject/dist/;>http
+http://fr.mirror.babylon.network/torproject/;>http
+https://fr.mirror.babylon.network/torproject/dist/;>https
+https://fr.mirror.babylon.network/torproject/;>https
+rsync
+rsync
 
  
 
 
- IS
+ VN
 
- TheOnionRouter
+ Freedif
 
  Up to date
 
  - 
-http://www.theonionrouter.com/dist/;>http
-http://www.theonionrouter.com/;>http
- - 
- - 
+http://mirror.freedif.org/TorProject/dist;>http
+http://mirror.freedif.org/TorProject/;>http
+https://mirror.freedif.org/TorProject/dist;>https
+https://mirror.freedif.org/TorProject/;>https
  - 
  - 
 
  
 
 
- DE
+ CA
 
- crazyhaze.de
+ secure.voyage
 
  Up to date
 
  - 
-http://tor.crazyhaze.de/dist/;>http
-http://tor.crazyhaze.de/;>http
-https://tor.crazyhaze.de/dist/;>https
-https://tor.crazyhaze.de/;>https
+http://tor.secure.voyage/dist;>http
+http://tor.secure.voyage;>http
+https://tor.secure.voyage/dist;>https
+https://tor.secure.voyage;>https
  - 
  - 
 
@@ -156,149 +139,149 @@
 
  DE
 
- Tor Supporter
+ Tor World (torworld.org)
 
  Up to date
 
  - 
-http://mirror.velcommuta.de/tor/dist/;>http
-http://mirror.velcommuta.de/tor/;>http
-https://mirror.velcommuta.de/tor/dist/;>https
-https://mirror.velcommuta.de/tor/;>https
+http://mirror.torworld.org/dist/;>http
+http://mirror.torworld.org/;>http
+

[tor-commits] [webwml/staging] remove the redundant paragraphs at the end

2018-03-29 Thread arma
commit 8b4fed8ecf9970706eee041b9d118961db5542e0
Author: Roger Dingledine 
Date:   Fri Jan 5 12:54:12 2018 -0500

remove the redundant paragraphs at the end
---
 about/en/jobs-cfgo.wml | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/about/en/jobs-cfgo.wml b/about/en/jobs-cfgo.wml
index 8508365f..88aae266 100644
--- a/about/en/jobs-cfgo.wml
+++ b/about/en/jobs-cfgo.wml
@@ -74,17 +74,6 @@ Flexible salary, depending on experience. The Tor Project 
has a competitive bene
 This is a full-time position based in our friendly office in Pioneer Square, 
Seattle, WA. To apply, send a cover letter and your resume to 
h...@torproject.org with “Chief Financial and Grants Officer” in the 
subject line. Inquiries about whether this job can be done remotely or 
part-time will not be answered. No phone calls please! 
 
 
-
-To apply, send a cover letter and your resume to mailto:h...@torproject.org;>h...@torproject.org
- with the subject "Communications Director."
-Tell us why you think you're the right person for this job, and please
-include links to writing samples. No phone calls please!
-
-
-
-The Tor Project, Inc., is an equal opportunity, affirmative action
-employer.
-
   
   
   



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


[tor-commits] [webwml/staging] Fix merge conflicts in sidenav

2018-03-29 Thread arma
commit c257c6ccac167d74206771f13d63e04335272661
Merge: 8358537e c30e7120
Author: hiromipaw 
Date:   Tue Jan 23 11:33:17 2018 +0100

Fix merge conflicts in sidenav

 about/en/contact.wml  | 21 +++--
 docs/en/openbsd.wml   | 39 ---
 docs/en/sidenav.wmi   |  6 +++---
 download/en/download-easy.wml | 20 
 js/dlpage01.js|  8 +---
 5 files changed, 43 insertions(+), 51 deletions(-)




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


[tor-commits] [webwml/staging] Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml into 24720+1

2018-03-29 Thread arma
commit 79d2298593e9fe95211972a271cc671ad910162e
Merge: 048de3fe 232e4645
Author: hiromipaw 
Date:   Tue Dec 26 11:19:36 2017 +0100

Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml 
into 24720+1




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


[tor-commits] [webwml/staging] mirror entries since 2017/10/30 added

2018-03-29 Thread arma
commit c7805f841c7259e4b690cf345eb8944a4b76afbf
Author: Carolin Zöbelein 
Date:   Tue Jan 2 01:36:04 2018 +0100

mirror entries since 2017/10/30 added
---
 include/tor-mirrors.csv | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/tor-mirrors.csv b/include/tor-mirrors.csv
index 653958f7..463a2197 100644
--- a/include/tor-mirrors.csv
+++ b/include/tor-mirrors.csv
@@ -17,7 +17,6 @@ Tor Fan, Tor Supporter, DE, Germany, DE, TRUE, TRUE, NO, 
http://tor.hoi-polloi.o
 t...@fodt.it // FoDT.it Webteam, FoDT.it, AT, Austria, Europe, TRUE, FALSE, 
No, http://tor.fodt.it, https://tor.fodt.it, , 
ftp://ftp.fodt.it/pub/mirrors/torproject.org/, http://tor.fodt.it/dist/, 
https://tor.fodt.it/dist/, , , Tue Aug 26 11:19:07 2014
 http://www.multinet.no, MultiNet AS, NO, Trondheim, Trondheim, TRUE, TRUE, No, 
http://tor.multinet.no/, , , , http://tor.multinet.no/dist/, , , , Tue Aug  8 
09:28:54 2017
 haskell at gmx.es, Tor Supporter, ES, Spain, Europe, TRUE, TRUE, No, 
http://tor.zilog.es/, https://tor.zilog.es/, , , http://tor.zilog.es/dist/, 
https://tor.zilog.es/dist/, , , Thu Sep 28 18:11:11 2017
-Tor Fan, Tor Supporter, US, United States, US, TRUE, FALSE, No, 
http://199.175.55.215/, https://199.175.55.215/, , , 
http://199.175.55.215/dist/, https://199.175.55.215/dist/, , , Thu Sep 28 
16:22:40 2017
 Tor Fan, Tor Supporter, US, United States, US, FALSE, TRUE, No, 
http://2607:8b00:2::6258:5c9/, https://2607:8b00:2::6258:5c9/, , , 
http://2607:8b00:2::6258:5c9/dist/, https://2607:8b00:2::6258:5c9/dist/, , , 
Thu Jan 22 08:17:52 2015
 margus.random at mail.ee, CyberSIDE, EE, Estonia, EE, TRUE, FALSE, No, 
http://cyberside.planet.ee/tor/, , , , http://cyberside.net.ee/tor/, , , , Wed 
Sep 27 02:52:42 2017
 Tor Fan, torproject.is, IS, Iceland, IS, TRUE, FALSE, No, 
http://www.torproject.is/, , , , http://www.torproject.is/dist/, , , , Thu Sep 
28 18:11:11 2017
@@ -103,5 +102,9 @@ Tor Fan, Tor Supporter, FR, France, FR, TRUE, FALSE, No, 
http://torproject.xj1.f
 tie...@vinahost.vn, VinaHost, VN, Viet Nam, VN, TRUE, FALSE, No, , 
https://mirror.vinahost.vn/torproject.org, 
rsync://mirror.vinahost.vn/torproject.org, , , 
https://mirror.vinahost.vn/torproject.org/dist/, 
rsync://mirror.vinahost.vn/torproject.org/dist, , Wed Apr 19 18:52:55 2017
 mirror AT funkfreundelandshut DOT de, Funkfreunde Landshut e.V., DE, BY, DE, 
TRUE, FALSE, No, http://mirror.funkfreundelandshut.de/torproject.org/, , , , 
http://mirror.funkfreundelandshut.de:81/torproject.org/dist/, , , 
http://44.225.40.254/torproject.org/dist, Thu Sep 28 16:22:40 2017
 em...@heikorichter.name, Tor Supporter, DE, Germany, Europe, TRUE, TRUE, No, 
http://tor.heikorichter.name, https://tor.heikorichter.name, , , 
http://tor.heikorichter.name/dist, https://tor.heikorichter.name/dist, 
rsync://ftp.heikorichter.name/tor, , Thu Sep 28 16:22:40 2017
+tor  secure  voyage, secure.voyage, CA, Canada, CA, TRUE, FALSE, No, 
http://tor.secure.voyage, https://tor.secure.voyage, , , 
http://tor.secure.voyage/dist, https://tor.secure.voyage/dist, , , Fri Dec  1 
15:00:00 2017
+mirror-torproject at
+razx.cloud,razx,CA,Canada,AB,TRUE,FALSE,No,http://tcejorprot.razx.cloud/,https://tcejorprot.razx.cloud/,,,http://tcejorprot.razx.cloud/dist/,https://tcejorprot.razx.cloud/dist,,http://rsqiscyvxt4qgaiw.onion/torproject.org/,Fri
 Dec 8 22:00:00 2017
+coby [at ]127001 [dot] ovh,Tor 
Supporter,DE,Germany,DE,TRUE,FALSE,No,http://tor.127001.ovh/,https://tor.127001.ovh/,,,http://tor.127001.ovh/dist/,https://tor.127001.ovh/dist/,,,17.Dez
 19:01:37 CET 2017
 , , , , , , , , , , , , , , , , 
 , , , , , , , , , , , , , , , , 



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


[tor-commits] [webwml/staging] Merge branch 'master' of git-rw.torproject.org:project/web/webwml into press-updates-01092018

2018-03-29 Thread arma
commit 199c3a980fc65573ef8f40f85077eac93be9f65e
Merge: 0324504e 0ab31683
Author: hiromipaw 
Date:   Fri Jan 12 15:41:36 2018 +0100

Merge branch 'master' of git-rw.torproject.org:project/web/webwml into 
press-updates-01092018

 getinvolved/en/tshirt.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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


[tor-commits] [webwml/staging] Merge branch 'master' of git-rw.torproject.org:project/web/webwml into tshirt-fix-num-ways

2018-03-29 Thread arma
commit 393284333ba470f7b01ba0b2c7a050a98727897c
Merge: 836c6dcc 199c3a98
Author: hiromipaw 
Date:   Fri Jan 12 15:45:30 2018 +0100

Merge branch 'master' of git-rw.torproject.org:project/web/webwml into 
tshirt-fix-num-ways

 press/en/press.wml | 12 
 1 file changed, 12 insertions(+)



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


[tor-commits] [webwml/staging] Add ubuntu zesty to download options

2018-03-29 Thread arma
commit 16dacf3b154c024e98740e07b009af9e168b831d
Author: hiromipaw 
Date:   Fri Jan 12 16:17:42 2018 +0100

Add ubuntu zesty to download options
---
 Makefile.local~| 13 +
 docs/en/debian.wml |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/Makefile.local~ b/Makefile.local~
new file mode 100644
index ..fb48555e
--- /dev/null
+++ b/Makefile.local~
@@ -0,0 +1,13 @@
+# This is a sample for your Makefile.local.
+#
+# Copy this to Makefile.local and change the path to match your local
+# system.
+#
+
+# The path to a clone of the tor source code repository's .git dir.
+# Note that if your clone is a non-bare repository that you must not
+# leave out the .git part.
+#
+# e.g.:
+# export TORGIT=/home/weasel/projects/tor/tor/.git
+export TORGIT=set this to your tor.git path
\ No newline at end of file
diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index f6a58fd2..286e19c6 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -75,9 +75,9 @@ I run
 Debian stable (stretch)
 Debian testing (buster)
 Debian unstable (sid)
-Ubuntu Precise Pangolin
 Ubuntu Trusty Tahr
 Ubuntu Xenial Xerus
+Ubuntu Zesty Zapus
 
 and want
 



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


[tor-commits] [webwml/staging] Bug 24881: consolidate relay setup information (new guide)

2018-03-29 Thread arma
commit 41b9624bf787a6dc50b0e52a587ca58259ab59fd
Author: nusenu 
Date:   Fri Jan 19 18:54:14 2018 +

Bug 24881: consolidate relay setup information (new guide)

- Add new entry to sidenav: Tor Relay Guide
- Remove sidenav entry "Installing Tor on Fedora/CentOS"
- Remove rpms.wml
- Remove sidenav entry "Configuring a Relay graphically"
(but do not remove the page itself to not break old urls)
- Remove sidenav entry "Configuring a Relay manually"
(but do not remove the page itself to not break old urls)
---
 docs/en/rpms.wml| 47 ---
 docs/en/sidenav.wmi | 12 +++-
 2 files changed, 3 insertions(+), 56 deletions(-)

diff --git a/docs/en/rpms.wml b/docs/en/rpms.wml
deleted file mode 100644
index cf779c65..
--- a/docs/en/rpms.wml
+++ /dev/null
@@ -1,47 +0,0 @@
-## translation metadata
-# Revision: $Revision$
-# Translation-Priority: 3-low
-
-#include "head.wmi" TITLE="Tor Project: CentOS/Fedora Instructions" 
CHARSET="UTF-8"
-
-  
-Home  
-Documentation  
-RPMs
-  
-   
-
-Tor packages for RPM-based
-linux distributions.
-
-
-Fedora, RHEL, CentOS, Scientific Linux packages
-
-Use native Fedora packages for the Fedora distribution or https://fedoraproject.org/wiki/EPEL;>EPEL
-packages for distribitons derived from RHEL.
-
-
-
-
-Building from source
-
-
-
-If you'd like to build from source, please follow the RPM creation 
instructions.
-
-
-
-
-If you have suggestions for improving this document, please send them to us. Thanks!
-  
-  
-  
-#include "side.wmi"
-#include "info.wmi"
-  
-  
-
-
-#include   
diff --git a/docs/en/sidenav.wmi b/docs/en/sidenav.wmi
index 3b7b08dd..6ed5f45a 100644
--- a/docs/en/sidenav.wmi
+++ b/docs/en/sidenav.wmi
@@ -33,12 +33,12 @@
'url'  => 'docs/installguide',
'txt'  => 'Expert guides',
'subelements' => [
+  {'url'  => 'TorRelayGuide',
+   'txt'  => 'The Tor Relay Guide',
+  },
   {'url'  => 'docs/debian',
'txt'  => 'Installing Tor on Debian/Ubuntu',
   },
-  {'url'  => 'docs/rpms',
-   'txt'  => 'Installing Tor on Fedora/CentOS',
-  },
  {'url'  => 'docs/openbsd',
   'txt'  => 'Installing Tor on OpenBSD',
  },
@@ -48,12 +48,6 @@
   {'url'  => 'docs/tor-doc-osx',
'txt'  => 'OSX',
   },
-  {'url'  => 'docs/tor-relay-debian',
-   'txt'  => 'Configuring a Relay manually',
-  },
-  {'url'  => 'docs/tor-doc-relay',
-   'txt'  => 'Configuring a Relay graphically',
-  },
   {'url'  => 'docs/tor-onion-service',
'txt'  => 'Configuring an Onion Service',
   },



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


[tor-commits] [webwml/staging] Fix merge conflict in donate-options page

2018-03-29 Thread arma
commit 2921d7c38d0e0b2a82c0cd0c120abf0518235a6c
Merge: 5e90acd5 232e4645
Author: hiromipaw 
Date:   Tue Dec 26 11:18:34 2017 +0100

Fix merge conflict in donate-options page

 donate/en/.#donate-options.wml | 1 +
 donate/en/donate-options.wml   | 4 
 2 files changed, 5 insertions(+)

diff --cc donate/en/.#donate-options.wml
index ,..b1e69512
new file mode 12
--- /dev/null
+++ b/donate/en/.#donate-options.wml
@@@ -1,0 -1,0 +1,1 @@@
++hiro@coruscant.6211:1514282996
diff --cc donate/en/donate-options.wml
index 42d4a706,53513557..2be04bbc
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@@ -31,7 -31,7 +31,11 @@@ form#makeDonation 
 
  
  Donate Bitcoin
++<<< HEAD
 +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 100 USD. 
However, we can also accept donations, including smaller donations, through 
Bitcoin Cash. Send us a tip with https://twitter.com/tipperbot;>@tipprbot on Twitter!)
++===
+ 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 100 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!)
++>>> 232e4645232bbcf93f7d7bb95bb04c723852e9f6
https://bitpay.com/checkout; method="post" 
onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));">
  
  



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


[tor-commits] [webwml/staging] Move Brad to past contributors section

2018-03-29 Thread arma
commit 80d5234365a68e464a568a83d5025df745239390
Author: Damian Johnson 
Date:   Tue Jan 30 09:50:33 2018 -0800

Move Brad to past contributors section
---
 about/en/contributors.wml |   3 +
 about/en/corepeople.wml   | 145 ++
 images/people/bparker.png | Bin 21887 -> 0 bytes
 keys/bparker.txt  |  63 
 4 files changed, 71 insertions(+), 140 deletions(-)

diff --git a/about/en/contributors.wml b/about/en/contributors.wml
index 08d7c0a7..ef73529f 100644
--- a/about/en/contributors.wml
+++ b/about/en/contributors.wml
@@ -174,6 +174,9 @@ all the users who contact the support desk.
 Chris PalmerOur liaison and tech guy with EFF while EFF
 was funding us. Also helped advocate and write end-user docs.
 
+Brad ParkerPrior chief financial  grants officer at the Tor
+Project.
+
 Martin PeckWorked on a VM-based transparent
 proxying approach for Tor clients on Windows.
 
diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 0e1fd824..1e6c86a2 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -121,15 +121,6 @@
 
   
 
-  
-  
-  
-  Brad Parker
-  IRC: bparker
-  Chief financial  grants officer at the Tor 
Project.
-
-
-
   
   
   https://db.torproject.org/fetchkey.cgi?fingerprint=F711FA29D61F88CE6879BAD0D91A345E56B01B25;>
@@ -137,9 +128,7 @@
   IRC: brade
   Developer on the Tor Browser team.
 
-  
 
-  
 
   
   
@@ -149,7 +138,9 @@
   IRC: komlo
   Chelsea is a software/security engineer and 
contributes to core tor.
 
+  
 
+  
 
   
   
@@ -157,9 +148,7 @@
   Cindy Cohn
   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;>my 
focus is on making sure Tor stays available and that Tor users stay 
safe.
 
-  
 
-  
 
   
   
@@ -169,7 +158,9 @@
   IRC: Phoul
   Support and translation coordinator, GSoC 
administrator, member of the community team and a director of https://www.coldhak.ca;>Coldhak.
 
+  
 
+  
 
   
   
@@ -178,9 +169,7 @@
   IRC: atagar
   Author of the https://stem.torproject.org/;>Stem python controller library and https://nyx.torproject.org/;>Nyx relay monitor.
 
-  
 
-  
 
   
   
@@ -189,7 +178,9 @@
   IRC: dgoulet
   Tor development team focusing on onion services 
and our torsocks maintainer.
 
+  
 
+  
 
   
   
@@ -199,9 +190,7 @@
   IRC: dawuud
   https://github.com/david415/;>Author 
of roflcoptor and honeybadger. Researches mixnets and contributes to 
txtorcon.
 
-  
 
-  
 
   
   
@@ -211,7 +200,9 @@
   IRC: DonnchaC
   Onion services developer, OnionBalance 
developer, hunter of bad relays.
 
+  
 
+  
 
   
   
@@ -220,9 +211,7 @@
   IRC: ewyatt
   Non-technical switchboard for people-related 
things: recruiting, onboarding, benefits, contracts, TPI policy questions, and 
baked goods.
 
-  
 
-  
 
   
   
@@ -232,7 +221,9 @@
   IRC: biella
   http://gabriellacoleman.org/;>Anthropologist and Wolfe Chair in 
Scientific and Technological Literacy at McGill University.
 
+  
 
+  
 
   
   
@@ -240,9 +231,7 @@
   IRC: gman999
   Tor BSD Diversity Project member, long-time 
relay operator, trainer.
 
-  
 
-  
 
   
   
@@ -251,7 +240,9 @@
   IRC: GeKo
   Currently lead of the Tor Browser team.
 
+  
 
+  
 
   
   
@@ -260,9 +251,7 @@
   IRC: asn
   Onion services. Security analysis. Used to 
obfsproxy. Follower of the onion.
 
-  
 
-  
 
   
   
@@ -272,7 +261,9 @@
   IRC: saint
   Tamper-resistant software distribution, 
censorship detection, https://github.com/glamrock/cupcake;>Cupcake, and security training 
of activists and domestic violence survivors.
 
+  
 
+  
 
   
   
@@ -282,9 +273,7 @@
   IRC: irl
   https://metrics.torproject.org;>Metrics team member and maintainer of 
https://atlas.torproject.org/;>Atlas.
 
-  
 
-  
 
   
   
@@ -292,7 +281,9 @@
   Ian Goldberg
   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.
 
+  
 
+  
 
   
   
@@ -300,9 +291,7 @@
   intrigeri
   Our main interface with the https://tails.boum.org/;>Tails project.
 
-  
 
-  
 
   
   
@@ -312,7 +301,9 @@
   IRC: isabela
   Coordinates Tor's development teams and 
roadmaps. Keeps track of priorities, and ensures Tor always thinks of the 
user first.
 
+  
 
+  
 
   
   
@@ -322,9 +313,7 @@
   IRC: isis
   Tor developer 

[tor-commits] [webwml/staging] Merge branch 'master' of git-rw.torproject.org:project/web/webwml into 24878

2018-03-29 Thread arma
commit 696948cc43ff0ac22c08cb535a867715dfa7e958
Merge: bd97432b 39328433
Author: hiromipaw 
Date:   Fri Jan 12 16:05:19 2018 +0100

Merge branch 'master' of git-rw.torproject.org:project/web/webwml into 24878

 press/en/press.wml | 12 
 1 file changed, 12 insertions(+)



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


[tor-commits] [webwml/staging] Update remaning things in design doc for 7.0.X

2018-03-29 Thread arma
commit 5eb4e7a850b8bffd964059c52d22ae804fa713ed
Author: Georg Koppen 
Date:   Thu Jan 25 12:24:08 2018 +

Update remaning things in design doc for 7.0.X
---
 projects/torbrowser/design/index.html.en | 112 ---
 1 file changed, 89 insertions(+), 23 deletions(-)

diff --git a/projects/torbrowser/design/index.html.en 
b/projects/torbrowser/design/index.html.en
index 79c00f2a..49e710a7 100644
--- a/projects/torbrowser/design/index.html.en
+++ b/projects/torbrowser/design/index.html.en
@@ -1,5 +1,5 @@
 
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>http://www.w3.org/1999/xhtml;>The Design and Implementation of 
the Tor Browser [DRAFT]The Design and 
Implementation of the Tor Browser [DRAFT]Mike Perrymailto:mikeperry#torproject org">mikeperry#torproject 
orgErinn Clarkmailto:erinn#torproject org">erinn#torproject 
orgSteven Murdochmailto:sjmurdoch#torproject org">sjmurdoch#torproject 
orgGeorg Koppenmailto:gk#torproject org">gk#torproject 
orgJanuary 
24th, 2018Table of 
Contents1. Introduct
 ion1.1. 
Browser Component Overview2. Design Requirements and 
Philosophy2.1. Security Requirements2.2. Privacy 
Requirements2.3. 
Philosophy3. Adversary Model3.1. Adversary 
Goals3.2. Adversary Capabilities - 
Positioning3.3. 
Adversary Capabilities - Attacks4. 
Implementation4.1. Proxy 
Obedience4.2. State Separation4.3. Disk 
Avoidance4.4. Application Data 
Isolation4.5. Cross-Origin Identifier 
Unlinkability4.6. Cross-Origin Fingerprinting 
Unlinkability4.7. Long-Term Unlinkability via "New Identity" 
button4.8. 
Other Security Measures5. Build Security and Package 
Integrity5.1. Achieving Binary Reprod
 ucibility5.2. 
Package Signatures and Verification5.3. Anonymous Verification5.4. Update 
SafetyA. Towards Transparency in Navigation 
TrackingA.1. Deprecation WishlistA.2. Promising 
Standards1. Introduction
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>http://www.w3.org/1999/xhtml;>The Design and Implementation of 
the Tor Browser [DRAFT]The Design and 
Implementation of the Tor Browser [DRAFT]Mike Perrymailto:mikeperry#torproject org">mikeperry#torproject 
orgErinn Clarkmailto:erinn#torproject org">erinn#torproject 
orgSteven Murdochmailto:sjmurdoch#torproject org">sjmurdoch#torproject 
orgGeorg Koppenmailto:gk#torproject org">gk#torproject 
orgJanuary 
25th, 2018Table of 
Contents1. Introduct
 ion1.1. 
Browser Component Overview2. Design Requirements and 
Philosophy2.1. Security Requirements2.2. Privacy 
Requirements2.3. 
Philosophy3. Adversary Model3.1. Adversary 
Goals3.2. Adversary Capabilities - 
Positioning3.3. 
Adversary Capabilities - Attacks4. 
Implementation4.1. Proxy 
Obedience4.2. State Separation4.3. Disk 
Avoidance4.4. Application Data 
Isolation4.5. Cross-Origin Identifier 
Unlinkability4.6. Cross-Origin Fingerprinting 
Unlinkability4.7. Long-Term Unlinkability via "New Identity" 
button4.8. 
Other Security Measures5. Build Security and Package 
Integrity5.1. Achieving Binary Reprod
 ucibility5.2. 
Package Signatures and Verification5.3. Anonymous Verification5.4. Update 
SafetyA. Towards Transparency in Navigation 
TrackingA.1. Deprecation WishlistA.2. Promising 
Standards1. Introduction
 
 This document describes the adversary model,
 design requirements, and implementation  of the Tor Browser. It is 
current as of Tor Browser
@@ -1746,6 +1746,21 @@ to the surface. That is achieved by a direct
 Firefox patch which reports back 1 for the first two
 properties and 0.0 for the two 
last ones.
 
+  Battery 
Status API
+
+The Battery Status API provides access to information about the system's 
battery
+charge level. From Firefox 52 on it is disabled for web content. Initially, it
+was possible on Linux to get a double-precision floating point value for the
+charge level, which means there was a large number of possible values making it
+almost behave like an identifier allowing to track a user cross-origin. But
+still after that got fixed (and on other platforms where the precision was just
+two significant digits anyway) the risk for tracking users remained as combined
+with the chargingTime and dischargingTime
+the possible values https://senglehardt.com/papers/iwpe17_battery_status_case_study.pdf; 
target="_top">
+got estimated to be in the millons under normal conditions. We avoid all
+those possible issues with disabling the Battery Status API by setting
+dom.battery.enabled to false.
+
   System 
Uptime
 
 It is possible to get the system uptime of a Tor Browser user by querying the
@@ -1853,10 +1868,15 @@ against timing-based side channel fingerprinting risks.
 Due to https://bugzilla.mozilla.org/show_bug.cgi?id=863246; target="_top">bugs
  https://bugzilla.mozilla.org/show_bug.cgi?id=1120398; target="_top">
 in Firefox it is possible to detect the locale and the platform of a
-Tor Browser user. Moreover, it is possible to find out the extensions a user 
has
-installed. This is done by including 

[tor-commits] [webwml/staging] make noisetor URL use HTTPS (not HTTP)

2018-03-29 Thread arma
commit 81121dbfe31a07676be75c3dfbb3696462f27a09
Author: nusenu 
Date:   Tue Feb 6 10:11:35 2018 +

make noisetor URL use HTTPS (not HTTP)
---
 getinvolved/en/relays.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getinvolved/en/relays.wml b/getinvolved/en/relays.wml
index ebe62956..8c09e821 100644
--- a/getinvolved/en/relays.wml
+++ b/getinvolved/en/relays.wml
@@ -65,7 +65,7 @@ docs/tor-doc-relay>#setup">relay.
 
 Donate to others to run for you
 https://www.torservers.net/;>Torservers, http://noisetor.net/;>Noisetor, and https://nos-oignons.net;>Nos Oignons will turn your donation into Tor
+href="https://noisetor.net/;>Noisetor, and https://nos-oignons.net;>Nos Oignons will turn your donation into Tor
 exit relays.
 
 



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


[tor-commits] [webwml/staging] Remove filled jobs positions

2018-03-29 Thread arma
commit 948b89c82b7321cecffa1a1a36bfb897b8dbefb4
Author: hiromipaw 
Date:   Tue Feb 6 11:08:43 2018 +0100

Remove filled jobs positions
---
 about/en/jobs.wml | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index ab4cd30f..b3fac521 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -12,15 +12,15 @@

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.
 
-   Specifically, we're looking for the following people 
currently:
-   
- Chief Financial and 
Grants Officer
- Android OS 
Developer
-   
+   #Specifically, we're looking for the following people 
currently:
+   #
+   #  Chief Financial and 
Grants Officer
+   #  Android 
OS Developer
+   #
 
 
In the past, we looked for the following people:
@@ -36,6 +36,8 @@
Executive Director
Executive Administrator
Browser Developers for Mobile (Android)
+   Chief Financial and Grants Officer
+   Android OS Developer

 




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


[tor-commits] [webwml/staging] Bug 25107: Update the tor alpha version (noscript page version)

2018-03-29 Thread arma
commit cd839f3e964472145bae447e310b0299411c2158
Author: nusenu 
Date:   Wed Jan 31 20:44:17 2018 +

Bug 25107: Update the tor alpha version (noscript page version)
---
 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 1e5ae617..19ebbe2f 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -202,7 +202,7 @@ download/download>#packagediff">development branch of 
Tor instead
 to your /etc/apt/sources.list file:
 
 deb http://deb.torproject.org/torproject.org DISTRIBUTION main
-deb http://deb.torproject.org/torproject.org 
tor-experimental-0.3.0.x-DISTRIBUTION main
+deb http://deb.torproject.org/torproject.org 
tor-experimental-0.3.3.x-DISTRIBUTION main
 
 where you again substitute the name of your distro (lenny,
 sid, saucy, ...) in place of
@@ -240,9 +240,9 @@ deb-src http://deb.torproject.org/torproject.org 
DISTRIBUTION main
 
 # For the unstable version.
 deb-src http://deb.torproject.org/torproject.org DISTRIBUTION main
-deb-src http://deb.torproject.org/torproject.org 
tor-experimental-0.3.0.x-DISTRIBUTION main
+deb-src http://deb.torproject.org/torproject.org 
tor-experimental-0.3.3.x-DISTRIBUTION main
 
-Substitute the name of your distro (wheezy, sid, trusty, ...) in place of 
DISTRIBUTION. Now refresh your sources by running (as root):
+Substitute the name of your distro (strech, buster, sid, xenial, ...) in place 
of DISTRIBUTION. Now refresh your sources by running (as root):
 
 apt update
 



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


[tor-commits] [webwml/staging] Bug 25107: sources.list generator: add nightly-master option

2018-03-29 Thread arma
commit 924bf33a980d49857ab48742b9e21e03a83c0ac0
Author: nusenu 
Date:   Wed Jan 31 21:11:25 2018 +

Bug 25107: sources.list generator: add nightly-master option
---
 docs/debian-selector.js | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/docs/debian-selector.js b/docs/debian-selector.js
index 4df28c70..a0db2f17 100644
--- a/docs/debian-selector.js
+++ b/docs/debian-selector.js
@@ -23,6 +23,16 @@ var software = {
  'yakkety': [ 'yakkety'],
  'zesty':   [ 'zesty'],
  },
+ 'nightly-master': {
+ 'jessie':  [ 'jessie' ],
+ 'stretch': [ 'stretch' ],
+ 'buster':  [ 'buster' ],
+ 'sid': [ 'sid' ],
+ 'trusty':  [ 'trusty'],
+ 'xenial':  [ 'xenial'],
+ 'yakkety': [ 'yakkety'],
+ 'zesty':   [ 'zesty'],
+ },
},
 'tor (from source)': {
  '_stable': {



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


[tor-commits] [webwml/staging] Bug 25107: sources.list generator: add Ubuntu Artful Aardvark (17.10)

2018-03-29 Thread arma
commit 731144db18fe3645208728e83cddb663a9708809
Author: nusenu 
Date:   Wed Jan 31 21:39:33 2018 +

Bug 25107: sources.list generator: add Ubuntu Artful Aardvark (17.10)
---
 docs/debian-selector.js | 3 +++
 docs/en/debian.wml  | 5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/debian-selector.js b/docs/debian-selector.js
index f57ce6d9..b7a336f0 100644
--- a/docs/debian-selector.js
+++ b/docs/debian-selector.js
@@ -11,6 +11,7 @@ var software = {
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
  'yakkety': [ 'yakkety'],
+ 'artful':  [ 'artful'],
  },
  'experimental-0.3.3.x': {
  'jessie':  [ 'jessie' ],
@@ -20,6 +21,7 @@ var software = {
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
  'yakkety': [ 'yakkety'],
+ 'artful':  [ 'artful'],
  },
  'nightly-master': {
  'jessie':  [ 'jessie' ],
@@ -29,6 +31,7 @@ var software = {
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
  'yakkety': [ 'yakkety'],
+ 'artful':  [ 'artful'],
  },
},
 'tor (from source)': {
diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 7bd956f2..e70ec07f 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -75,8 +75,9 @@ I run
 Debian stable (stretch)
 Debian testing (buster)
 Debian unstable (sid)
-Ubuntu Trusty Tahr
-Ubuntu Xenial Xerus
+Ubuntu Trusty Tahr (14.04 LTS)
+Ubuntu Xenial Xerus (16.04 LTS)
+Ubuntu Artful Aardvark (17.10)
 
 and want
 



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


[tor-commits] [webwml/staging] Merge branch 'master' of git-rw.torproject.org:project/web/webwml into 25017

2018-03-29 Thread arma
commit 08ceceb08dd1099d394872f5226a5c165be0ea6d
Merge: 42dd7261 c94a7c2c
Author: hiromipaw 
Date:   Tue Jan 30 13:43:06 2018 +0100

Merge branch 'master' of git-rw.torproject.org:project/web/webwml into 25017

 Makefile   |   2 +-
 docs/en/rpms.wml   |  47 
 docs/en/sidenav.wmi|   3 -
 include/versions.wmi   |   2 +-
 projects/torbrowser/RecommendedTBBVersions |  12 
 projects/torbrowser/design/index.html.en   | 112 +++--
 6 files changed, 91 insertions(+), 87 deletions(-)



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


[tor-commits] [webwml/staging] Bug 24027: We moved from Gitian to rbm; adapt the website

2018-03-29 Thread arma
commit ecb88869951449f73ff9aefed77e4ca6417c887f
Author: Georg Koppen 
Date:   Mon Feb 5 08:20:20 2018 +

Bug 24027: We moved from Gitian to rbm; adapt the website
---
 docs/en/verifying-signatures.wml | 2 +-
 projects/en/torbrowser.wml   | 7 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/en/verifying-signatures.wml b/docs/en/verifying-signatures.wml
index 16422a8b..e29fde81 100644
--- a/docs/en/verifying-signatures.wml
+++ b/docs/en/verifying-signatures.wml
@@ -297,7 +297,7 @@
 Starting with Tor Browser 4.5a4 we sign our MAR files which helps
 securing our update process. The downside of this is the need for 
additional
 instructions to verify that the MAR files we ship are indeed the ones we
-produced with our Gitian setup.
+produced with our rbm setup.
 
 Assuming the verification happens on a Linux computer one first needs 
the
 mar-tools-linux*.zip out of the gitian-builder/inputs
diff --git a/projects/en/torbrowser.wml b/projects/en/torbrowser.wml
index c5da8497..9d196bd3 100644
--- a/projects/en/torbrowser.wml
+++ b/projects/en/torbrowser.wml
@@ -746,13 +746,12 @@
   for the alpha branch.
   
   How can I make my own bundle?
-We use https://blog.torproject.org/blog/deterministic-builds-part-two-technical-details;>Gitian
+We use https://rbm.torproject.org/;>rbm
 to ensure that byte-for-byte reproducible packages can be built from our
 source repository by anyone. To rebuild the bundle, check out the https://gitweb.torproject.org/builders/tor-browser-bundle.git;>Tor
+href="https://gitweb.torproject.org/builders/tor-browser-build.git;>Tor
 Browser builder repository and see the https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/gitian/README.build;>README.build
+href="https://gitweb.torproject.org/builders/tor-browser-build.git/tree/README;>README
 for instructions. You may also find the https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking;>Tor
 Browser Hacking intro document useful for learning about the build system



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


[tor-commits] [webwml/staging] Press updates (#25037).

2018-03-29 Thread arma
commit 079f96e952e8ff37f24ae9d61166f957cf580709
Author: kat 
Date:   Thu Feb 8 10:35:50 2018 -0500

Press updates (#25037).
---
 press/en/press.wml | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/press/en/press.wml b/press/en/press.wml
index af2b2ba8..7954c480 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -50,6 +50,36 @@ some of the significant Tor-related stories that have popped 
up.
 
 
 
+
+2018 Feb 3
+WIRED
+http://www.wired.co.uk/article/sex-toy-bluetooth-hacks-security-fix;>Tor 
could be the answer to safer connected sex
+
+
+
+2018 Jan 25
+International Business Times
+http://www.ibtimes.com/tor-browser-75-update-released-whats-new-2645166;>Tor
 Browser 7.5 Update Released: What's New?
+
+
+
+2018 Jan 24
+Tom's Hardware
+http://www.tomshardware.com/news/tor-7.5-next-gen-onion-services,36397.html;>Tor
 Browser 7.5 Launches With Support For Next-Gen Onion Services
+
+
+
+2018 Jan 2
+Sky News
+https://news.sky.com/story/google-faces-calls-to-lift-anti-censorship-blocks-in-iran-11192888;>The
 number of Iranians using Tor has surged to over 10,000
+
+
+
+2018 Jan 2
+Sky News
+https://news.sky.com/story/iranian-web-crackdown-drives-surge-in-privacy-technology-11191740;>Iranian
 web crackdown drives surge in privacy technology
+
+
 
 2017 Dec 10
 BoingBoing



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


[tor-commits] [webwml/staging] Merge branch 'master' of git-rw.torproject.org:project/web/webwml into irl-patch

2018-03-29 Thread arma
commit 5c715e9a3d7d767df3d2d6aa9d1dd98a57aa5173
Merge: 8fa5262a 918e1321
Author: hiromipaw 
Date:   Wed Feb 7 11:40:27 2018 +0100

Merge branch 'master' of git-rw.torproject.org:project/web/webwml into 
irl-patch

 .gitignore |   6 +-
 Makefile   |   2 +-
 about/en/contact.wml   |  21 +-
 about/en/contributors.wml  |   3 +
 about/en/corepeople.wml| 145 +++---
 about/en/jobs.wml  |  18 +-
 css/donation-banner.css|  99 
 docs/en/debian.wml |   2 +-
 docs/en/rpms.wml   |  47 --
 docs/en/sidenav.wmi|  12 +-
 docs/en/tor-doc-relay.wml  | 113 +
 docs/en/tor-doc-unix.wml   |   6 +-
 docs/en/tor-relay-debian.wml   | 176 +--
 docs/en/verifying-signatures.wml   |   2 +-
 donate/en/donate-options.wml   |   4 +-
 download/en/download-easy.wml  |  20 +
 en/index.wml   |   2 +-
 getinvolved/en/tshirt.wml  |   2 +-
 images/onion-hand.png  | Bin 69055 -> 0 bytes
 images/people/bparker.png  | Bin 21887 -> 0 bytes
 include/head.wmi   |  19 -
 include/versions.wmi   |  14 +-
 js/dlpage01.js |   8 +-
 js/donation_banner.js  |  33 --
 keys/bparker.txt   |  63 ---
 press/en/press.wml |  12 +
 projects/en/torbrowser.wml |  11 +-
 projects/torbrowser/RecommendedTBBVersions |  20 +-
 projects/torbrowser/design/index.html.en   | 763 ++---
 29 files changed, 644 insertions(+), 979 deletions(-)

diff --cc about/en/corepeople.wml
index f7c88533,1e6c86a2..09a6a20b
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@@ -280,11 -271,9 +271,9 @@@
https://db.torproject.org/fetchkey.cgi?fingerprint=A8F7BA5041E19CBA169676D58093F540ABCD;>
Iain Learmonth
IRC: irl
 -  https://metrics.torproject.org;>Metrics team member and maintainer of 
https://atlas.torproject.org/;>Atlas.
 +  https://metrics.torproject.org;>Metrics team member and maintainer of 
https://atlas.torproject.org/;>Relay Search.
  
-   
  
-   
  





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


[tor-commits] [webwml/staging] Merge branch 'irl-patch'

2018-03-29 Thread arma
commit 01e9e02fa8db2b27767fbd50487543fb4e8e5ffb
Merge: a491b1d9 5c715e9a
Author: hiromipaw 
Date:   Wed Feb 7 11:40:56 2018 +0100

Merge branch 'irl-patch'

 about/en/contributors.wml|  7 +++
 about/en/corepeople.wml  |  4 ++--
 docs/en/documentation.wml|  4 ++--
 en/index.wml |  2 +-
 getinvolved/en/volunteer.wml | 29 +
 5 files changed, 13 insertions(+), 33 deletions(-)



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


[tor-commits] [webwml/staging] Update torbrowser changelog urls

2018-03-29 Thread arma
commit 4db67fabfd74d8ffe6ac68339f57c40964017b65
Author: Nicolas Vigier 
Date:   Tue Jan 23 21:18:34 2018 +0100

Update torbrowser changelog urls
---
 projects/en/torbrowser.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/en/torbrowser.wml b/projects/en/torbrowser.wml
index a799034b..c5da8497 100644
--- a/projects/en/torbrowser.wml
+++ b/projects/en/torbrowser.wml
@@ -740,9 +740,9 @@
   https://www.torproject.org/projects/torbrowser/design/;>design
   document, the https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/Bundle-Data/Docs/ChangeLog.txt?h=">ChangeLog
+  
href="https://gitweb.torproject.org/builders/tor-browser-build.git/tree/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt?h=">ChangeLog
   for the branch , and the https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/Bundle-Data/Docs/ChangeLog.txt;>ChangeLog
+  
href="https://gitweb.torproject.org/builders/tor-browser-build.git/tree/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt;>ChangeLog
   for the alpha branch.
   
   How can I make my own bundle?



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


[tor-commits] [webwml/staging] Updates references for Atlas, Globe and Compass (Fixes: #24459)

2018-03-29 Thread arma
commit 8fa5262a79d473476b820bacd6c43014e2bc6db3
Author: Iain R. Learmonth 
Date:   Sun Dec 3 19:16:22 2017 +

Updates references for Atlas, Globe and Compass (Fixes: #24459)

 * Atlas is now known as Relay Search
 * Compass will soon no longer be running at compass.torproject.org
 * Globe has been not running for a while now
---
 about/en/contributors.wml|  7 +++
 about/en/corepeople.wml  |  4 ++--
 docs/en/documentation.wml|  4 ++--
 docs/en/tor-doc-relay.wml|  8 
 docs/en/tor-relay-debian.wml |  2 +-
 en/index.wml |  2 +-
 getinvolved/en/volunteer.wml | 29 +
 7 files changed, 18 insertions(+), 38 deletions(-)

diff --git a/about/en/contributors.wml b/about/en/contributors.wml
index 08d7c0a7..a27331c3 100644
--- a/about/en/contributors.wml
+++ b/about/en/contributors.wml
@@ -112,7 +112,7 @@ 
href="https://svn.torproject.org/cgi-bin/viewvc.cgi/torflow/branches/gsoc2008/;>
 Sathyanarayanan Gunasekaran, Developer
 Worked on Orbot in Google
 Summer of Code 2011, and developed https://compass.torproject.org/;>Compass.
+href="https://gitweb.torproject.org/compass.git/;>Compass.
 
 Marie Gutbub, Advocate
 Helps educate the world about the value of Tor, especially
@@ -195,9 +195,8 @@ Perry.
 projects such as Vidalia, Torbutton and the website.
 
 Christian Schulz, Developer
-Developed https://globe.torproject.org/;>Globe, which is on
-its way to replacing Atlas and eventually Compass.
+Developed http://globe.rndm.de/;>Globe, a web application to
+show information about relays that make up the Tor network.
 
 Andrea Shepard, Developer
 Works with Nick as a core Tor developer.
diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 0e1fd824..f7c88533 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -115,7 +115,7 @@
   https://db.torproject.org/fetchkey.cgi?fingerprint=67EF3966509986E96ACEE84E5D67CD18702287F4;>
   Arturo Filastò
   IRC: hellais
-  Project leader for https://ooni.torproject.org/;>OONI, has helped with http://tor2web.org/;>tor2web, wrote https://atlas.torproject.org/;>Atlas, and helps improve 
security.
+  Project leader for https://ooni.torproject.org/;>OONI, has helped with http://tor2web.org/;>tor2web, wrote Atlas which later became https://atlas.torproject.org/;>Relay Search, and helps improve 
security.
 
   
 
@@ -280,7 +280,7 @@
   https://db.torproject.org/fetchkey.cgi?fingerprint=A8F7BA5041E19CBA169676D58093F540ABCD;>
   Iain Learmonth
   IRC: irl
-  https://metrics.torproject.org;>Metrics team member and maintainer of 
https://atlas.torproject.org/;>Atlas.
+  https://metrics.torproject.org;>Metrics team member and maintainer of 
https://atlas.torproject.org/;>Relay Search.
 
   
 
diff --git a/docs/en/documentation.wml b/docs/en/documentation.wml
index 7160d8b8..1aa4e0ce 100644
--- a/docs/en/documentation.wml
+++ b/docs/en/documentation.wml
@@ -223,8 +223,8 @@
 Tor.
 https://check.torproject.org/;>The
 Tor detector tries to guess if you're using Tor or not.
-Check out one of the Tor status pages, such as the https://atlas.torproject.org/;>Atlas and https://compass.torproject.org/;>Compass pages.
+Check out Tor network status information using https://atlas.torproject.org/;>Relay Search.
 Remember that these lists may not be as accurate as what your Tor
 client uses, because your client fetches its own directory information and
 examines it locally.
diff --git a/docs/en/tor-doc-relay.wml b/docs/en/tor-doc-relay.wml
index 7f897d3e..75a99890 100644
--- a/docs/en/tor-doc-relay.wml
+++ b/docs/en/tor-doc-relay.wml
@@ -101,11 +101,11 @@
 
 When your relay has decided that it's reachable, it will upload a 
"server
 descriptor" to the directories, to let clients know
-what address, ports, keys, etc your relay is using. You can search https://atlas.torproject.org/;>Atlas or https://globe.torproject.org/;>Globe for
+what address, ports, keys, etc your relay is using. You can use https://atlas.torproject.org/;>Relay Search to lookup
 the nickname you configured, to make sure it's there. You may need to wait
-up to one hour for the directories to publish the new server 
information.
+up to two hours for the directories to publish the new server information
+and for it to be shown on Relay Search.
 
 
 
diff --git a/docs/en/tor-relay-debian.wml b/docs/en/tor-relay-debian.wml
index 10bebc7c..57dad0cb 100644
--- a/docs/en/tor-relay-debian.wml
+++ b/docs/en/tor-relay-debian.wml
@@ -93,7 +93,7 @@ href="/doc/TorExitGuidelines">guidelines
 descriptor" to the directory authorities, to let clients know
 what address, ports, keys, etc your relay is using. After a few
 hours (to give it enough time to propagate), you can query
-https://atlas.torproject.org/;>Atlas to see whether your
+https://atlas.torproject.org/;>Relay Search 

[tor-commits] [webwml/staging] Add a couple more python client subtasks

2018-03-29 Thread arma
commit aa5e22128f2b94e23c089e39c9a211ec63159e8d
Author: Damian Johnson 
Date:   Fri Feb 23 14:13:08 2018 -0800

Add a couple more python client subtasks

Couple more subtasks, courtesy of Tim.
---
 getinvolved/en/volunteer.wml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index ff05c1a1..617e5ff5 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -754,6 +754,8 @@ This opens interesting opportunities we've never had before 
such as...
 
   Construct a full three-hop circuit that can make GET requests and 
DNS lookups. If done right this might allow simple usage of the Tor network 
without even having Tor installed!
   Expand https://stem.torproject.org/tutorials/mirror_mirror_on_the_wall.html#where-can-i-get-the-current-descriptors;>descriptor
 downloading to use Tor's ORPort as an optional alternative for the 
DirPort. Following this we could adjust Tor so https://trac.torproject.org/projects/tor/ticket/19129;>Fallback 
Directories no longer require a DirPort.
+  Download hidden service descriptors. Unlike relays, the descriptors 
for hidden services are only available over the ORPort. Once https://trac.torproject.org/projects/tor/ticket/17945;>ticket 17945 
is merged v3 HS descriptor downloads will require a multi-hop circuit. This 
requires an understanding of Tor's https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt;>hidden 
service specifications, particularly the HSDir hash ring.
+  Authenticate our ORPort connection, checking that ORPorts we connect 
to have the right key fingerprint.
   Add protocol level integration test of Tor's ORPort, for instance 
exercising edge cases in circuit construction and extension.
 
 



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


[tor-commits] [webwml/staging] Add project for SoP

2018-03-29 Thread arma
commit 485894482daeff455625c12cb6305cc60e2bcbf1
Author: Colin Childs 
Date:   Thu Mar 1 15:45:10 2018 -0600

Add project for SoP
---
 getinvolved/en/volunteer.wml | 28 
 1 file changed, 28 insertions(+)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 04e6a39d..94ce39a0 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -735,6 +735,34 @@ meetings around the world.
 
 
#Keep old ids in case of incoming links.
+
+
+Remove metadata from Tor Browser uploads
+
+Likely Mentors: Arthur D. Edelstein (arthuredelstein)
+
+Tor Browser is a privacy-preserving web browser used by millions of
+users around the world. We are looking for a programmer fluent in JS
+and C++ to implement new features to work closely with the Tor Browser
+team.
+
+Image files, especially photos taken by smartphones,
+often carry hidden privacy-violating metadata, typically specified by
+the EXIF format. Such metadata can include the user's geolocation and
+various unique identifiers. In order to protect the user's identity,
+we would like the intern to modify the file-upload feature in Tor
+Browser such that metadata in image files is automatically removed
+before the image is uploaded to a server. Ideally, the  summer intern would
+implement this feature for both desktop and mobile Tor Browser. If
+there is time, we can envision sanitizing other kinds of uploaded
+files, including movies, audio, PDFs and Office documents.
+
+
+
+For more information https://trac.torproject.org/projects/tor/ticket/24965;>see its ticket.
+
+
+
 
 
 Python Tor Client



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


[tor-commits] [webwml/staging] Clean up indentation and white spaces in jobs

2018-03-29 Thread arma
commit cfbc0efce81434f58c0f4d4c9dc0dd90e8e21a28
Author: hiromipaw 
Date:   Wed Mar 7 10:40:41 2018 +0100

Clean up indentation and white spaces in jobs
---
 about/en/jobs.wml | 75 +++
 1 file changed, 31 insertions(+), 44 deletions(-)

diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index d6c62c82..f27fd37b 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -4,62 +4,49 @@
 
 #include "head.wmi" TITLE="Tor Project: Jobs" CHARSET="UTF-8"
 
-   
+  
 Home  
 About  
 Jobs
   
-   
-   The Tor Project is always looking for more great people to 
join our team!
+  
+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.
 
-   Specifically, we're looking for the following people 
currently:
-   
- Executive 
Director
- User 
Research Coordinator
- Community 
Liaison
-   
+Specifically, we're looking for the following people currently:
+
+  Executive Director
+  User Research 
Coordinator
+  Community 
Liaison
+
 
+In the past, we looked for the following people:
 
-   In the past, we looked for the following people:
+
+  Core developer
+  Support assistants and translators
+  Browser hacker
+  Pluggable transport developer
+  Lead Automation Engineer
+  Firefox/Thunderbird Extension Developer
+  Director of Communications
+  Executive Director
+  Executive Administrator
+  Browser Developers for Mobile (Android)
+  Chief Financial and Grants Officer
+  Android OS Developer
+
 
-   
-   Core developer
-   Support assistants and translators
-   Browser hacker
-   Pluggable transport developer
-   Lead Automation Engineer
-   Firefox/Thunderbird Extension Developer
-   Director of Communications
-   Executive Director
-   Executive Administrator
-   Browser Developers for Mobile (Android)
-   Chief Financial and Grants Officer
-   Android OS Developer
-   
-
-   
-   About the company:
-The Tor Project is a US 501(c)(3) non-profit dedicated to 
research,
-development, and education about online anonymity and privacy. 
The Tor
-network's 6000 volunteer relays carry 48 Gbps for several
-million daily users, including ordinary citizens who want 
protection
-from identity theft and prying corporations, corporations who 
want
-to look at a competitor's website in private, people around 
the world
-whose Internet connections are censored, and even governments 
and law
-enforcement. Tor has a staff of 30 paid developers, 
researchers, and
-advocates, plus many dozen volunteers who help out on a daily 
basis. Tor
-is funded in part by government research and development 
grants, and
-in part by individual and corporate donations.
-   
+About the company:
+  The Tor Project is a US 501(c)(3) non-profit dedicated to research, 
development, and education about online anonymity and privacy. The Tor 
network's 6000 volunteer relays carry 48 Gbps for several million daily users, 
including ordinary citizens who want protection from identity theft and prying 
corporations, corporations who want to look at a competitor's website in 
private, people around the world whose Internet connections are censored, and 
even governments and law enforcement. Tor has a staff of 30 paid developers, 
researchers, and advocates, plus many dozen volunteers who help out on a daily 
basis. Tor is funded in part by government research and development grants, and 
in part by individual and corporate donations. 
   
   
   
-   #include "side.wmi"
-   #include "info.wmi"
+#include "side.wmi"
+#include "info.wmi"
   
   
 



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


[tor-commits] [webwml/staging] Update website to pick up 7.5.2, typo fix

2018-03-29 Thread arma
commit b985be38d8961ea5fae60c7a29fae3af8cdb4e65
Author: Georg Koppen 
Date:   Sat Mar 17 09:19:45 2018 +

Update website to pick up 7.5.2, typo fix
---
 include/versions.wmi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index fe86cd4d..df75d079 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -4,11 +4,11 @@
 maint-7.5
 
 # *** tor browser stable ***
-7.5.1
-2018-03-13
+7.5.2
+2018-03-17
 0.3.2.10
 
-# If all platforms are on the same version, you only to update
+# If all platforms are on the same version, you only need to update
 # version-torbrowserbundle-all and releasedate-torbrowserbundle-all
 
 



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


[tor-commits] [webwml/staging] getinvolved/en/relays.wml improvements

2018-03-29 Thread arma
commit eb681c28722090e21b402b6bf2eaea25fd853a5f
Author: nusenu 
Date:   Tue Feb 6 10:27:25 2018 +

getinvolved/en/relays.wml improvements

- remove section URLs (they are confusing since the page is tiny)
- replace old relay setup instruction URL with new Tor Relay Guide URL
---
 getinvolved/en/relays.wml | 14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/getinvolved/en/relays.wml b/getinvolved/en/relays.wml
index 8c09e821..64367ee7 100644
--- a/getinvolved/en/relays.wml
+++ b/getinvolved/en/relays.wml
@@ -41,12 +41,6 @@ network becomes.
 
 Two ways to join and help out
 
-
-Run it yourself,
- or donate to others to run it for
-you.
-
-
 
 
 
@@ -54,12 +48,12 @@ you.
 You can run Tor as either a relay or a bridge. A bridge will usually
 see less traffic than a relay, and will only be the first hop in the
 three hop circuit. 
-
-
 
 Read the instructions on how to configure a bridge or a relay.
+docs/bridges>#RunningABridge">bridge or a relay.
+
+
 
 
 



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


[tor-commits] [webwml/staging] Drop GSoC note from the volunteer page

2018-03-29 Thread arma
commit 3b37bd8d92931ac811f826b3178c15c2f15545e0
Author: Damian Johnson 
Date:   Sat Feb 17 14:16:28 2018 -0800

Drop GSoC note from the volunteer page

Oops! First thought when I saw this was 'how the heck did this get here 
since
we weren't accepted?'. But then I realized it was leftover from *last year*.
---
 getinvolved/en/volunteer.wml | 12 
 1 file changed, 12 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 20752c57..0b70289b 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -75,18 +75,6 @@ meetings around the world.
 different languages as conversation starter.
 
 
-
-Google Summer of Code
-
-
-Tor is also taking part in this year's https://summerofcode.withgoogle.com/;>Google
-Summer of Code! To apply but you need to be either https://developers.google.com/open-source/gsoc/faq#what_are_the_eligibility_requirements_for_participation;>a
-present student or just graduated. See our page for Google Summer of Code for more information.
-
-
 
 Projects
 



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


[tor-commits] [webwml/staging] Add new Tor Browser version: 8.0a1

2018-03-29 Thread arma
commit b24bc8e6c657664b24a41c839c00d47a386013a9
Author: Nicolas Vigier 
Date:   Wed Jan 24 15:21:10 2018 +0100

Add new Tor Browser version: 8.0a1
---
 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 d42165a8..57965842 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -22,8 +22,8 @@
 ../dist/torbrowser//tor-win32-.zip
 
 # *** tor browser beta/alpha ***
-7.5a10
-2017-12-20
+8.0a1
+2018-01-24
 0.0.16
 
 # If all platforms are on the same version, you only need to update
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 16200905..0e66d29c 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -14,5 +14,9 @@
 "7.5a10",
 "7.5a10-MacOS",
 "7.5a10-Linux",
-"7.5a10-Windows"
+"7.5a10-Windows",
+"8.0a1",
+"8.0a1-MacOS",
+"8.0a1-Linux",
+"8.0a1-Windows"
 ]



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


[tor-commits] [webwml/staging] Merge branch 'master' of git-rw.torproject.org:project/web/webwml into remove_rpms_from_sidenav

2018-03-29 Thread arma
commit c94a7c2c5535d0b0548ed0f99e8819ff5ff9a858
Merge: 467ed909 59a33abb
Author: hiromipaw 
Date:   Tue Jan 30 12:04:40 2018 +0100

Merge branch 'master' of git-rw.torproject.org:project/web/webwml into 
remove_rpms_from_sidenav

 Makefile   |   2 +-
 include/versions.wmi   |  14 +-
 projects/en/torbrowser.wml |   4 +-
 projects/torbrowser/RecommendedTBBVersions |  20 +-
 projects/torbrowser/design/index.html.en   | 763 ++---
 5 files changed, 489 insertions(+), 314 deletions(-)



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


[tor-commits] [webwml/staging] getinvolved/en/relays.wml improvements (2)

2018-03-29 Thread arma
commit a491b1d9506960a72d0e805205b783ec3d0511d2
Author: nusenu 
Date:   Tue Feb 6 10:48:29 2018 +

getinvolved/en/relays.wml improvements (2)

- put relay instructions at the beginning
since the (vanilla) bridges are not very useful these days.
---
 getinvolved/en/relays.wml | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/getinvolved/en/relays.wml b/getinvolved/en/relays.wml
index 64367ee7..b2e45dc4 100644
--- a/getinvolved/en/relays.wml
+++ b/getinvolved/en/relays.wml
@@ -49,9 +49,10 @@ network becomes.
 see less traffic than a relay, and will only be the first hop in the
 three hop circuit. 
 
-Read the instructions on how to configure a bridge or a relay.
+You can find instructions on how to configure a relay in the
+Tor Relay Guide.
+Instructions for bridges.
+
 
 
 



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


[tor-commits] [webwml/staging] Bug 25107: fix "from source" option

2018-03-29 Thread arma
commit ee20adca107e4547910202b4d88a0a8617cd70ed
Author: nusenu 
Date:   Wed Jan 31 22:19:30 2018 +

Bug 25107: fix "from source" option
---
 docs/debian-selector.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/debian-selector.js b/docs/debian-selector.js
index 6da0d087..12554c19 100644
--- a/docs/debian-selector.js
+++ b/docs/debian-selector.js
@@ -39,7 +39,7 @@ var software = {
  'sid': [ 'sid' ],
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
- 'yakkety': [ 'yakkety'],
+ 'artful':  [ 'artful'],
  },
  'experimental-0.3.3.x': {
  'jessie':  [ 'jessie' ],
@@ -48,6 +48,7 @@ var software = {
  'sid': [ 'sid' ],
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
+ 'artful':  [ 'artful'],
  },
},
 };



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


[tor-commits] [webwml/staging] Bug 25107: fix sources.list generator for Debian Buster

2018-03-29 Thread arma
commit 2017af4f0ad0248e4e1073a0380676bfcd9f583a
Author: nusenu 
Date:   Wed Jan 31 20:36:54 2018 +

Bug 25107: fix sources.list generator for Debian Buster
---
 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 286e19c6..1e5ae617 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -73,7 +73,7 @@ I run
 
 Debian oldstable (jessie)
 Debian stable (stretch)
-Debian testing (buster)
+Debian testing (buster)
 Debian unstable (sid)
 Ubuntu Trusty Tahr
 Ubuntu Xenial Xerus



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


[tor-commits] [stem/master] Expanded descriptor compression support

2018-03-29 Thread atagar
commit 72700087b94f2889b5b364738a1178c324862ba5
Author: Damian Johnson 
Date:   Wed Mar 28 11:57:10 2018 -0700

Expanded descriptor compression support

We supported plaintext and gzip when downloading descriptors, but recently 
tor
added lzma and zstd support as well...

  https://gitweb.torproject.org/torspec.git/commit/?id=1cb56af

In practice I'm having difficulty finding an example of this working in the
live tor network...

  https://trac.torproject.org/projects/tor/ticket/25667

That said, gonna go ahead and push this since even setting lzma/zstd aside 
it's
a nice step forward since it allows callers to specify compression headers.
---
 docs/change_log.rst |   1 +
 stem/descriptor/remote.py   | 159 ++--
 stem/version.py |   2 +
 test/integ/descriptor/remote.py |  20 +
 test/unit/descriptor/remote.py  |  50 ++---
 5 files changed, 182 insertions(+), 50 deletions(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index bb42c982..a67aae2d 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -55,6 +55,7 @@ The following are only available within Stem's `git repository
  * **Descriptors**
 
   * `Fallback directory v2 support 
`_, 
which adds *nickname* and *extrainfo*
+  * Added zstd and lzma compression support (:spec:`1cb56af`)
   * Reduced maximum descriptors fetched by the remote module to match tor's 
new limit (:trac:`24743`)
   * Consensus **shared_randomness_*_reveal_count** attributes undocumented, 
and unavailable if retrieved before their corresponding 
shared_randomness_*_value attribute (:trac:`25046`)
   * Allow 'proto' line to have blank values (:spec:`a8455f4`)
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index 9181dbcf..ab61d3a7 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -80,6 +80,21 @@ content. For example...
 
   Maximum number of microdescriptors that can requested at a time by their
   hashes.
+
+.. data:: Compression (enum)
+
+  Compression when downloading descriptors.
+
+  .. versionadded:: 1.7.0
+
+  === ===
+  Compression Description
+  === ===
+  **PLAINTEXT**   Uncompressed data.
+  **GZIP**`GZip compression `_.
+  **ZSTD**`Zstandard compression `_
+  **LZMA**`LZMA compression `_.
+  === ===
 """
 
 import io
@@ -91,6 +106,13 @@ import threading
 import time
 import zlib
 
+import stem.descriptor
+import stem.prereq
+import stem.util.enum
+
+from stem import Flag
+from stem.util import _hash_attr, connection, log, str_tools, tor_tools
+
 try:
   # added in python 2.7
   from collections import OrderedDict
@@ -103,11 +125,24 @@ try:
 except ImportError:
   import urllib2 as urllib
 
-import stem.descriptor
-import stem.prereq
+try:
+  # added in python 3.3
+  import lzma
+  LZMA_SUPPORTED = True
+except ImportError:
+  LZMA_SUPPORTED = False
 
-from stem import Flag
-from stem.util import _hash_attr, connection, log, str_tools, tor_tools
+ZSTD_SUPPORTED = False
+
+Compression = stem.util.enum.Enum(
+  ('PLAINTEXT', 'identity'),
+  ('GZIP', 'gzip'),  # can also be 'deflate'
+  ('ZSTD', 'x-zstd'),
+  ('LZMA', 'x-tor-lzma'),
+)
+
+ZSTD_UNAVAILABLE_MSG = 'ZSTD is not yet supported'
+LZMA_UNAVAILABLE_MSG = 'LZMA compression was requested but requires the lzma 
module, which was added in python 3.3'
 
 # Tor has a limited number of descriptors we can fetch explicitly by their
 # fingerprint or hashes due to a limit on the url length by squid proxies.
@@ -224,7 +259,7 @@ class Query(object):
 from stem.descriptor.remote import Query
 
 query = Query(
-  '/tor/server/all.z',
+  '/tor/server/all',
   block = True,
   timeout = 30,
 )
@@ -243,7 +278,7 @@ class Query(object):
 
 print('Current relays:')
 
-for desc in Query('/tor/server/all.z', 'server-descriptor 1.0'):
+for desc in Query('/tor/server/all', 'server-descriptor 1.0'):
   print(desc.fingerprint)
 
   In either case exceptions are available via our 'error' attribute.
@@ -256,28 +291,37 @@ class Query(object):
   === ===
   ResourceDescription
   === ===
-  /tor/server/all.z   all present server 
descriptors
-  /tor/server/fp/++.z  server descriptors with the 
given fingerprints
-  /tor/extra/all.zall present extrainfo 
descriptors
-  /tor/extra/fp/++.z   extrainfo descriptors with 
the given fingerprints
-  /tor/micro/d/-.z  microdescriptors with the 
given hashes

[tor-commits] [webwml/staging] add job description for our new user advocate spot

2018-03-29 Thread arma
commit 11f13dd369c7d89796b047afe22d2fc601a935de
Author: Roger Dingledine 
Date:   Thu Mar 29 15:19:27 2018 -0400

add job description for our new user advocate spot
---
 about/en/jobs-useradvocate.wml | 117 +
 1 file changed, 117 insertions(+)

diff --git a/about/en/jobs-useradvocate.wml b/about/en/jobs-useradvocate.wml
new file mode 100644
index ..c6b10a0f
--- /dev/null
+++ b/about/en/jobs-useradvocate.wml
@@ -0,0 +1,117 @@
+## translation metadata
+# Revision: $Revision$
+# Translation-Priority: 3-low
+
+#include "head.wmi" TITLE="Tor Project: Jobs (User Advocate)" CHARSET="UTF-8"
+
+   
+Home  
+About  
+Jobs
+  
+   
+
+User Advocate (Mozilla Fellowship)
+
+March 29, 2018
+
+
+As an organization dedicated to safeguarding the
+open internet, the Tor Project is participating in the https://advocacy.mozilla.org/en-US/open-web-fellows/overview;>Mozilla
+Open Web fellow program as a host.  Through this fellowship,
+we're seeking to host a User Advocate to bridge the gap between Tor
+users and Tor developers. If you're passionate about internet freedom
+and improving software to make it more user-friendly, this might be the
+perfect job for you.
+
+
+
+Tor is widely considered the strongest internet privacy software,
+and we want to make it the most user-friendly. Millions of people use
+Tor every day to protect their privacy, safety, and freedom of expression
+on the internet. Because Tor's users are distributed across the globe
+and have varying levels of technical skill, we are looking for someone
+who can gather data from this diverse group of people to help us make
+usability improvements.
+
+
+
+Your job will be to identify common user problems: where people
+get stuck setting up or using Tor, and what we can do to address those
+issues. After identifying and documenting the common problems, you will
+coordinate with our teams to ensure the problems are addressed.
+
+
+
+The ideal candidate will be someone skilled at working with developers
+to understand the root causes of user issues while still maintaining
+a broad, user-centric view of the problems and areas where Tor can
+improve. Previous experience working in a supportive role is a huge
+plus.
+
+
+The ideal candidate will have the following:
+
+
+Experience with public interest technology and commitment to
+addressing issues like privacy, security, and inclusion online
+Familiarity with the ins and outs of Tor Browser, the Tor network,
+and the various applications that integrate Tor's privacy and security
+protections
+Exceptional patience and willingness to talk through issues and
+problems with people across many cultures - the more detail you can get
+from affected users, the better!
+Be detail-oriented in filing comprehensive bug reports (Trac is
+the primary tool Tor developers use to discuss and deploy new features
+and bug-fixes)
+Capability of keeping the big picture in mind without becoming overly
+distracted by any single area
+Excitement for being a user advocate and for getting common user
+issues prioritized in the development roadmaps for each team
+Willingness and ability to travel internationally during the term
+of this fellowship
+Fluency in languages other than English is also a major plus.
+
+
+
+The fellow will receive a $60,000 stipend, paid in monthly installments,
+as well as supplements for childcare and health insurance. This is a
+full-time fellowship, either working from our Seattle office or remotely.
+
+
+How to apply:
+
+
+To apply, visit https://foundation.mozilla.org/fellowships/apply/;>Mozilla's
+application page, create an account, and select “Open Web.” The
+deadline for applications is April 20, 2018 at 5pm EDT.
+
+
+About Tor:
+
+
+The Tor Project, Inc., is a 501(c)(3) organization headquartered
+in Seattle that provides the technical infrastructure for privacy
+protection over the Internet, helping millions of activists, journalists
+and others around the world communicate securely. With paid staff and
+contractors of around 35 engineers and operational support people,
+plus many volunteers all over the world who contribute to our work. Our
+mission is to advance human rights and freedoms by creating and deploying
+free and open anonymity and privacy technologies, supporting their
+unrestricted availability and use, and furthering their scientific and
+popular understanding.
+
+
+  
+  
+  
+#include "side.wmi"
+#include "info.wmi"
+  
+  
+
+
+#include 
+

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


[tor-commits] [webwml/staging] Addressing Mike's design doc review comments

2018-03-29 Thread arma
commit 87df89e20fef80e51e4db2e39afe0334e9522731
Author: Georg Koppen 
Date:   Mon Feb 19 15:58:59 2018 +

Addressing Mike's design doc review comments
---
 projects/torbrowser/design/index.html.en | 135 +--
 1 file changed, 94 insertions(+), 41 deletions(-)

diff --git a/projects/torbrowser/design/index.html.en 
b/projects/torbrowser/design/index.html.en
index 49e710a7..8f1cb695 100644
--- a/projects/torbrowser/design/index.html.en
+++ b/projects/torbrowser/design/index.html.en
@@ -1,5 +1,5 @@
 
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>http://www.w3.org/1999/xhtml;>The Design and Implementation of 
the Tor Browser [DRAFT]The Design and 
Implementation of the Tor Browser [DRAFT]Mike Perrymailto:mikeperry#torproject org">mikeperry#torproject 
orgErinn Clarkmailto:erinn#torproject org">erinn#torproject 
orgSteven Murdochmailto:sjmurdoch#torproject org">sjmurdoch#torproject 
orgGeorg Koppenmailto:gk#torproject org">gk#torproject 
orgJanuary 
25th, 2018Table of 
Contents1. Introduct
 ion1.1. 
Browser Component Overview2. Design Requirements and 
Philosophy2.1. Security Requirements2.2. Privacy 
Requirements2.3. 
Philosophy3. Adversary Model3.1. Adversary 
Goals3.2. Adversary Capabilities - 
Positioning3.3. 
Adversary Capabilities - Attacks4. 
Implementation4.1. Proxy 
Obedience4.2. State Separation4.3. Disk 
Avoidance4.4. Application Data 
Isolation4.5. Cross-Origin Identifier 
Unlinkability4.6. Cross-Origin Fingerprinting 
Unlinkability4.7. Long-Term Unlinkability via "New Identity" 
button4.8. 
Other Security Measures5. Build Security and Package 
Integrity5.1. Achieving Binary Reprod
 ucibility5.2. 
Package Signatures and Verification5.3. Anonymous Verification5.4. Update 
SafetyA. Towards Transparency in Navigation 
TrackingA.1. Deprecation WishlistA.2. Promising 
Standards1. Introduction
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>http://www.w3.org/1999/xhtml;>The Design and Implementation of 
the Tor Browser [DRAFT]The Design and 
Implementation of the Tor Browser [DRAFT]Mike Perrymailto:mikeperry#torproject org">mikeperry#torproject 
orgErinn Clarkmailto:erinn#torproject org">erinn#torproject 
orgSteven Murdochmailto:sjmurdoch#torproject org">sjmurdoch#torproject 
orgGeorg Koppenmailto:gk#torproject org">gk#torproject 
orgFebruary 
19th, 2018Table of 
Contents1. Introduc
 tion1.1. 
Browser Component Overview2. Design Requirements and 
Philosophy2.1. Security Requirements2.2. Privacy 
Requirements2.3. 
Philosophy3. Adversary Model3.1. Adversary 
Goals3.2. Adversary Capabilities - 
Positioning3.3. 
Adversary Capabilities - Attacks4. 
Implementation4.1. Proxy 
Obedience4.2. State Separation4.3. Disk 
Avoidance4.4. Application Data 
Isolation4.5. Cross-Origin Identifier 
Unlinkability4.6. Cross-Origin Fingerprinting 
Unlinkability4.7. Long-Term Unlinkability via "New Identity" 
button4.8. 
Other Security Measures5. Build Security and Package 
Integrity5.1. Achieving Binary Repro
 ducibility5.2. 
Package Signatures and Verification5.3. Anonymous Verification5.4. Update 
SafetyA. Towards Transparency in Navigation 
TrackingA.1. Deprecation WishlistA.2. Promising 
Standards1. Introduction
 
 This document describes the adversary model,
 design requirements, and implementation  of the Tor Browser. It is 
current as of Tor Browser
@@ -439,7 +439,7 @@ about the user agent.
 Also, JavaScript can be used to query the user's timezone via the
 Date() object, https://www.khronos.org/registry/webgl/specs/1.0/#5.13; 
target="_top">WebGL can
 reveal information about the video card in use, and high precision timing
-information can be used to https://cseweb.ucsd.edu/~hovav/dist/jspriv.pdf; target="_top">fingerprint 
the cpu and
+information can be used to https://cseweb.ucsd.edu/~hovav/dist/jspriv.pdf; target="_top">fingerprint 
the CPU and
 interpreter speed. JavaScript features such as
 https://www.w3.org/TR/resource-timing/; 
target="_top">Resource Timing
 may leak an unknown amount of network timing related information. And, 
moreover,
@@ -707,7 +707,7 @@ a helper application.
 
 Furthermore, we ship a https://gitweb.torproject.org/tor-browser.git/commit/?h=tor-browser-52.5.2esr-7.0-2id=d75b79f6fa920e6a1e3043005dfd50060ea70e57;
 target="_top">patch for Linux users that makes
 sure sftp:// and smb:// URLs are not passed along to the operating system as 
this
-can lead to proxy bypasses on systems that have GIO/GnomeVS support. And proxy
+can lead to proxy bypasses on systems that have GIO/GnomeVFS support. And proxy
 bypass risks due to file:// URLs should be mitigated for macOS and Linux users
 by https://gitweb.torproject.org/tor-browser.git/commit/?h=tor-browser-52.5.2esr-7.0-2id=8db44df10d1d82850e8b4cfe81ac3b5fce32a663;
 target="_top">
 two https://gitweb.torproject.org/tor-browser.git/commit/?h=tor-browser-52.5.2esr-7.0-2id=a8e1fcc8678aa1583f73ef231c99f77cf17196d9;
 target="_top">
@@ -715,7 +715,7 @@ further patches.

[tor-commits] [webwml/staging] Bug 25107: sources.list generator: remove zesty (we do not offer packages for it)

2018-03-29 Thread arma
commit 87579b1f186e21cfcaf2c0a1ab5862f10f9f8ac1
Author: nusenu 
Date:   Wed Jan 31 21:14:51 2018 +

Bug 25107: sources.list generator: remove zesty (we do not offer packages 
for it)
---
 docs/debian-selector.js | 5 -
 docs/en/debian.wml  | 1 -
 2 files changed, 6 deletions(-)

diff --git a/docs/debian-selector.js b/docs/debian-selector.js
index a0db2f17..f57ce6d9 100644
--- a/docs/debian-selector.js
+++ b/docs/debian-selector.js
@@ -11,7 +11,6 @@ var software = {
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
  'yakkety': [ 'yakkety'],
- 'zesty':   [ 'zesty'],
  },
  'experimental-0.3.3.x': {
  'jessie':  [ 'jessie' ],
@@ -21,7 +20,6 @@ var software = {
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
  'yakkety': [ 'yakkety'],
- 'zesty':   [ 'zesty'],
  },
  'nightly-master': {
  'jessie':  [ 'jessie' ],
@@ -31,7 +29,6 @@ var software = {
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
  'yakkety': [ 'yakkety'],
- 'zesty':   [ 'zesty'],
  },
},
 'tor (from source)': {
@@ -43,7 +40,6 @@ var software = {
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
  'yakkety': [ 'yakkety'],
- 'zesty':   [ 'zesty'],
  },
  'experimental-0.3.3.x': {
  'jessie':  [ 'jessie' ],
@@ -53,7 +49,6 @@ var software = {
  'trusty':  [ 'trusty'],
  'xenial':  [ 'xenial'],
  'yakkety': [ 'yakkety'],
- 'zesty':   [ 'zesty'],
  },
},
 };
diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 52d426ed..7bd956f2 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -77,7 +77,6 @@ I run
 Debian unstable (sid)
 Ubuntu Trusty Tahr
 Ubuntu Xenial Xerus
-Ubuntu Zesty Zapus
 
 and want
 



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


[tor-commits] [webwml/staging] Remove projects where mentors have not responded

2018-03-29 Thread arma
commit f5b7245a831673da7fe725a12ce162c04d528551
Author: Colin Childs 
Date:   Thu Mar 1 18:36:33 2018 -0600

Remove projects where mentors have not responded
---
 getinvolved/en/volunteer.wml | 74 ++--
 1 file changed, 10 insertions(+), 64 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 2ebc4e96..b383df3d 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -798,7 +798,7 @@ And more! Applicants are encouraged to get a decent 
understanding of https://stem.torproject.org/faq.html#how-do-i-get-started;>Stem!
 
 
-
+
 
 
 Fuzzing coverage of Tor
@@ -860,7 +860,7 @@ understand how our mocking system works, and what the 
challenges are,
 before you apply for this one.
 
 
-
+
 
 
 Anonymous local count statistics
@@ -911,7 +911,7 @@ For more information https://trac.torproject.org/projects/tor/ticket/75
 
 Improved SOCKS5 variant
 
-Likely Mentors: Nick (nickm), David Goulet (dgoulet)
+Likely Mentors: Nick (nickm), David Goulet (dgoulet), meejah
 
 
 In proposal 229, we describe a bunch of additional SOCKS extensions
@@ -926,6 +926,7 @@ For more information https://trac.torproject.org/projects/tor/ticket/12
 
 
 
+
 
 
 Improve IPv6 support
@@ -996,7 +997,7 @@ network: are you up for it?
 For more information https://trac.torproject.org/projects/tor/ticket/17811;>see its ticket.
 
 
-
+
 
 
 Make Tor Browser Faster
 
-Likely Mentors: Tom Ritter (tjr), Georg (GeKo)
+Likely Mentors: Tom Ritter (tjr), Georg (GeKo), Arthur 
Edelstein (arthuredelstein)
 
 This project will enable and take advantage of HTTP/2, the Alt-Srv
 header, and tor's new single hop .onion mode to enable websites to
@@ -1089,37 +1066,6 @@ For more information https://trac.torproject.org/projects/tor/ticket/17
 search itself works without client-side JavaScript.
 
 
-
-There are several possible directions for this project, including...
-
-
-
-  Automate blacklisting (very important)
-
-  Fetch a list of child abuse media sites
-  Remove these sites from the search results
-
-  
-  Add onion services function (very important)
-
-  You can add onions using HTML form
-  Call the crawler immidiately when a new site is added
-
-  
-  Elasticsearch
-
-  Must be updated to 5.X.X sooner or later
-  Adjust the settings
-  Automatically remove data older than, for instance, 90 days
-
-  
-  Maintainance
-
-  Update all software dependencies
-  Automate crash recovery for Tor, Elasticsearch and crawler
-
-  
-
 
 
 

[tor-commits] [webwml/staging] Initial 'Python Tor Client' project idea

2018-03-29 Thread arma
commit a473e559a0630c89f18eb51f5afe2c4777c0a625
Author: Damian Johnson 
Date:   Fri Feb 23 12:13:44 2018 -0800

Initial 'Python Tor Client' project idea

Posting the SoP project Tim and I have been brainstorming. This is just the
first draft - I still need to run this by Tim and hopefully come up with 
more
ideas on subtasks.
---
 getinvolved/en/volunteer.wml | 36 
 1 file changed, 36 insertions(+)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 0b70289b..ff05c1a1 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -519,6 +519,11 @@ meetings around the world.
 Tor.
 
 
+
+Project Ideas:
+Python Tor Client
+
+
 
 https://txtorcon.readthedocs.io/en/latest/;>Txtorcon (https://github.com/meejah/txtorcon;>code, 
 
 
#Keep old ids in case of incoming links.
+
+
+Python Tor Client
+
+Language: Python
+
+Likely Mentors: Damian (atagar), Tim (teor)
+
+
+https://stem.torproject.org/;>Stem is our Python 
implementation of Tor's varous protocols. Traditionally this included https://stem.torproject.org/tutorials/the_little_relay_that_could.html;>stem.control
 for Tor's https://gitweb.torproject.org/torspec.git/tree/control-spec.txt;>ControlPort
 and https://stem.torproject.org/tutorials/mirror_mirror_on_the_wall.html;>stem.descriptor
 to download from Tor's https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt;>DirPort. 
But recently we added a third to this family, https://lists.torproject.org/pipermail/tor-dev/2018-February/012905.html;>stem.client,
 that speaks Tor's https://gitweb.torproject.org/torspec.git/tree/tor-spec.txt;>ORPort 
protocol: the relay protocol for usage of the Tor network itself.
+
+
+
+This opens interesting opportunities we've never had before such as...
+
+
+
+  Construct a full three-hop circuit that can make GET requests and 
DNS lookups. If done right this might allow simple usage of the Tor network 
without even having Tor installed!
+  Expand https://stem.torproject.org/tutorials/mirror_mirror_on_the_wall.html#where-can-i-get-the-current-descriptors;>descriptor
 downloading to use Tor's ORPort as an optional alternative for the 
DirPort. Following this we could adjust Tor so https://trac.torproject.org/projects/tor/ticket/19129;>Fallback 
Directories no longer require a DirPort.
+  Add protocol level integration test of Tor's ORPort, for instance 
exercising edge cases in circuit construction and extension.
+
+
+
+And more! Applicants are encouraged to get a decent understanding of https://gitweb.torproject.org/torspec.git/tree/tor-spec.txt;>Tor's ORPort 
protocol and come up with ideas of their own for neat directions that we 
can take this. To be clear this is not a particularly easy beginner 
project as it involves expanding stem.client to support more of Tor's ORPort 
protocol and crypto.
+
+
+
+As part of applying for this project please get your hands wet with the 
codebase by contributing some patches for https://stem.torproject.org/faq.html#how-do-i-get-started;>Stem!
+
+
+
 
 
 Help improve Tor onion services



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


[tor-commits] [webwml/staging] Link to executive director posting

2018-03-29 Thread arma
commit d0702ef79940c4f19376d2fd9c94ed99de37b9c6
Author: Damian Johnson 
Date:   Thu Feb 22 14:37:43 2018 -0800

Link to executive director posting

I was hoping to double check with Erin and folks that they were happy with 
this
before the page was live but a half hour after being built it still isn't
showing up...

  https://jenkins.torproject.org/job/website-build-webwml/4951/

Maybe unlinked pages can't go live? It's fine if this is linked. We can 
still
iterate on it.
---
 about/en/jobs.wml | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index b3fac521..88e124bf 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -12,15 +12,14 @@

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.
 
-   #Specifically, we're looking for the following people 
currently:
-   #
-   #  Chief Financial and 
Grants Officer
-   #  Android 
OS Developer
-   #
+   Specifically, we're looking for the following people 
currently:
+   
+ Executive 
Director
+   
 
 
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/staging] Add redirect rule for relay guide

2018-03-29 Thread arma
commit feb0abda957f2d7560483a8c958abc17878cfd5a
Author: hiromipaw 
Date:   Wed Feb 14 16:37:31 2018 +0100

Add redirect rule for relay guide
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
index 86a523e0..c1f0557c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -36,6 +36,9 @@ RewriteRule ^projects/obfsproxy-debian-instructions(.*) 
/docs/pluggable-transpor
 RewriteRule ^projects/obfsproxy-instructions(.*) /docs/pluggable-transports 
[R=410,L]
 RewriteRule ^projects/obfsproxy(.*) /docs/pluggable-transports [R=301,L]
 
+#Relays
+RewriteRule ^relay-guide(.*) 
https://trac.torproject.org/projects/tor/wiki/TorRelayGuide [R=301,L]
+
 # GetInvolved
 RewriteRule ^getinvolved/$ /getinvolved/volunteer [R=301,L]
 RewriteRule ^volunteer(.*) /getinvolved/volunteer$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/staging] Add mention of summer of privacy

2018-03-29 Thread arma
commit 8ced42e5cf74901cc9e5f19cd65bf87b268f298e
Author: Colin Childs 
Date:   Wed Feb 28 21:54:55 2018 -0600

Add mention of summer of privacy
---
 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 ea7e8e87..e160c415 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -724,7 +724,7 @@ meetings around the world.
 
 
 You may find some of these projects to be good ideas for Google Summer of Code. We have labelled each idea with
+about/gsoc>">Google Summer of Code or the Tor Summer of Privacy. We 
have labelled each idea with
 which of our core developers would be
 good mentors. If one or more of these ideas looks promising to you, please
 contact us to discuss your plans rather



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


[tor-commits] [webwml/staging] Add community liason job posting

2018-03-29 Thread arma
commit a9df433241ef490e2542348ab46a16bb717dbda1
Author: hiromipaw 
Date:   Wed Mar 7 10:09:31 2018 +0100

Add community liason job posting
---
 about/en/jobs-communityliaison.wml | 34 ++
 about/en/jobs.wml  |  1 +
 2 files changed, 35 insertions(+)

diff --git a/about/en/jobs-communityliaison.wml 
b/about/en/jobs-communityliaison.wml
new file mode 100644
index ..e119c72f
--- /dev/null
+++ b/about/en/jobs-communityliaison.wml
@@ -0,0 +1,34 @@
+## translation metadata
+# Revision: $Revision: 25666 $
+# Translation-Priority: 3-low
+
+#include "head.wmi" TITLE="Tor Project: Jobs (community liason)" 
CHARSET="UTF-8"
+
+  
+Home  
+About  
+Jobs
+  
+  
+
+Community Liason
+March 7, 2018
+Are you passionate about helping people all over the world access the 
Internet freely and safely? Are you an advocate who wants to help build a 
network of communities that can use and improve privacy software?
+The Tor Project is looking for an outgoing and engaging Community 
Liaison to help advance our Global South outreach and training efforts. This 
will be a part-time position, approximately 20 hours/wk.
+Your job will be to cultivate and nurture relationships with local 
people and community organizations in our target countries. You will contact, 
recruit, engage, and support Training Partners who represent local at-risk 
populations, and collaborate on identifying specific research objectives for 
users in target regions (i.e., Internet censorship circumvention tools for 
mobile, anonymization for file sharing, etc.).
+The ideal candidate will have the following:
+
+  Experience using and teaching Free Software (FOSS), particularly 
privacy tools like Tor, Signal, GNU/Linux, etc.
+  Community outreach and teaching experience, including organizing 
privacy technology workshops
+  Good understanding of threat models for users in high-risk parts of 
the world
+  Ability to engage diverse groups of people for workshops, including 
activists, human rights organizations, LGBTQ organizations, women's rights 
organizations, journalists, etc. 
+  Fluently speak a non-English language used in the Global South, such 
as Spanish or Portugese
+  Willing and able to travel internationally
+  Largely self-directed, motivated, and organized
+
+This position will be working closely with the UX and Community teams 
to define the best methods to test our hypotheses with our users. This position 
will report to the Community Team Lead and may be performed from anywhere in 
the world.
+The Tor Project, Inc., is a 501(c)(3) organization headquartered in 
Seattle that provides the technical infrastructure for privacy protection over 
the Internet, helping millions of activists, journalists and others around the 
world communicate securely. With paid staff and contractors of around 35 
engineers 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. Our mission is “To advance human rights and freedoms by 
creating and deploying free and open anonymity and privacy technologies, 
supporting their unrestricted availability and use, and furthering their 
scientific and popular understanding.”
+Salary is commensurate with experience and other qualifications. The 
Tor Project has a competitive benefits package, including a generous PTO 
policy; 14 paid holidays per year (including the week between Christmas and New 
Year's, when the office is closed); health, vision, dental, disability, and 
life insurance paid in full for employee; flexible work schedule; and 
occasional travel opportunities. The Tor Project, Inc., is an equal 
opportunity, affirmative action employer.
+This is a part-time position working remotely. To apply, send a cover 
letter explaining why you believe you should be our [Community Liaison], along 
with your resume, to h...@torproject.org with “Community Liaison” in the 
subject line. No phone calls please!
+
+
diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index 877bc60e..d6c62c82 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -20,6 +20,7 @@

  Executive 
Director
  User 
Research Coordinator
+ Community 
Liaison

 
 



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


[tor-commits] [webwml/staging] update alpha version to 0.3.3.2-alpha

2018-03-29 Thread arma
commit a9b3b55fcc512985673e020223fde833bc4aea7c
Author: Nick Mathewson 
Date:   Sat Feb 10 10:05:15 2018 -0500

update alpha version to 0.3.3.2-alpha
---
 Makefile | 2 +-
 include/versions.wmi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 79d21f99..c307846b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 # website component, and set it to needs_review.
 
 export STABLETAG=tor-0.3.2.9
-export DEVTAG=tor-0.3.3.1-alpha
+export DEVTAG=tor-0.3.3.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 9f1097c3..918a8fe4 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
 0.3.2.9
-0.3.3.1-alpha
+0.3.3.2-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/staging] Another subtask idea for 'python tor client' project

2018-03-29 Thread arma
commit 0193699060b314ae5247e9a6de2cdd844cc4626f
Author: Damian Johnson 
Date:   Wed Feb 28 12:25:25 2018 -0800

Another subtask idea for 'python tor client' project

Neat idea from David so people can write a 'is my hidden service up?' check.
---
 getinvolved/en/volunteer.wml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 617e5ff5..ea7e8e87 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -757,6 +757,7 @@ This opens interesting opportunities we've never had before 
such as...
   Download hidden service descriptors. Unlike relays, the descriptors 
for hidden services are only available over the ORPort. Once https://trac.torproject.org/projects/tor/ticket/17945;>ticket 17945 
is merged v3 HS descriptor downloads will require a multi-hop circuit. This 
requires an understanding of Tor's https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt;>hidden 
service specifications, particularly the HSDir hash ring.
   Authenticate our ORPort connection, checking that ORPorts we connect 
to have the right key fingerprint.
   Add protocol level integration test of Tor's ORPort, for instance 
exercising edge cases in circuit construction and extension.
+  Connect to a hidden service to check if it's up or not.
 
 
 



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


[tor-commits] [webwml/staging] Change mentor name

2018-03-29 Thread arma
commit 48107a7f383c30b2846e39a9e189464729e1fe7b
Author: Colin Childs 
Date:   Fri Mar 2 11:28:36 2018 -0600

Change mentor name
---
 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 b383df3d..cb1b5321 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -771,7 +771,7 @@ meetings around the world.
 
 Language: Python
 
-Likely Mentors: Damian (atagar), Tim (teor)
+Likely Mentors: Damian (atagar), teor
 
 
 https://stem.torproject.org/;>Stem is our Python 
implementation of Tor's varous protocols. Traditionally this included https://stem.torproject.org/tutorials/the_little_relay_that_could.html;>stem.control
 for Tor's https://gitweb.torproject.org/torspec.git/tree/control-spec.txt;>ControlPort
 and https://stem.torproject.org/tutorials/mirror_mirror_on_the_wall.html;>stem.descriptor
 to download from Tor's https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt;>DirPort. 
But recently we added a third to this family, https://lists.torproject.org/pipermail/tor-dev/2018-February/012905.html;>stem.client,
 that speaks Tor's https://gitweb.torproject.org/torspec.git/tree/tor-spec.txt;>ORPort 
protocol: the relay protocol for usage of the Tor network itself.



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


[tor-commits] [webwml/staging] Add new Tor Browser version: 8.0a2

2018-03-29 Thread arma
commit 281f5b9719fba70cebe13c8f53f19cd66a169624
Author: Nicolas Vigier 
Date:   Fri Feb 23 18:20:28 2018 +0100

Add new Tor Browser version: 8.0a2
---
 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 918a8fe4..091930d0 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -22,8 +22,8 @@
 ../dist/torbrowser//tor-win32-.zip
 
 # *** tor browser beta/alpha ***
-8.0a1
-2018-01-24
+8.0a2
+2018-02-23
 0.0.16
 
 # If all platforms are on the same version, you only need to update
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 852bf2ac..ee821ff1 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -6,5 +6,9 @@
 "8.0a1",
 "8.0a1-MacOS",
 "8.0a1-Linux",
-"8.0a1-Windows"
+"8.0a1-Windows",
+"8.0a2",
+"8.0a2-MacOS",
+"8.0a2-Linux",
+"8.0a2-Windows"
 ]



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


[tor-commits] [webwml/staging] Unlinked executive director job posting

2018-03-29 Thread arma
commit 782a7917e02504893a323421b2653808e3af11ff
Author: Damian Johnson 
Date:   Thu Feb 22 13:56:43 2018 -0800

Unlinked executive director job posting

Erin asked me to publish the executive director job posting...

  https://trac.torproject.org/projects/tor/ticket/25336

Presently uploading that description so they can look this over before it's
linked from our jobs page.
---
 about/en/jobs-execdirector.wml | 81 ++
 1 file changed, 81 insertions(+)

diff --git a/about/en/jobs-execdirector.wml b/about/en/jobs-execdirector.wml
new file mode 100644
index ..15b5c771
--- /dev/null
+++ b/about/en/jobs-execdirector.wml
@@ -0,0 +1,81 @@
+## translation metadata
+# Revision: $Revision: 25666 $
+# Translation-Priority: 3-low
+
+#include "head.wmi" TITLE="Tor Project: Jobs (executive administrator)" 
CHARSET="UTF-8"
+
+   
+Home  
+About  
+Jobs
+  
+   
+
+
+Internet Freedom Nonprofit Seeks Executive Director
+
+
+The Tor Project, Inc., is a 501(c)(3) organization headquartered in Seattle 
that provides the technical infrastructure for privacy protection over the 
Internet, helping millions of activists, journalists and others around the 
world communicate securely. With paid staff and contractors of around 35 
engineers 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. Our mission is To advance human rights and freedoms 
by creating and deploying free and open anonymity and privacy technologies, 
supporting their unrestricted availability and use, and furthering their 
scientific and popular understanding.
+
+
+
+We are currently seeking an Executive Director to lead the organization into 
our next phase of growth and sustainability. This position can be based 
anywhere, as our work is international in scope. This person must be able to 
communicate regularly with the staff working on the ground at our 
organizational headquarters in Seattle. This position reports directly to the 
Tor Project Board of Directors.
+
+
+
+The Executive Director sets the tone for the organization, thinks 
strategically, and provides leadership and guidance in the day-to-day 
operations. The Tor Project does open source software development, and the 
Executive Director must be able to engage with various different stakeholders 
in managing the organization. Some of the key attributes of this person should 
be:
+
+
+
+  A strong public commitment to privacy, and a good understanding of 
related debates.
+   A good understanding of open source development culture, and a 
commitment to transparent organizations.
+   A strong commitment to creating and maintaining a healthy and safe 
working environment, including for remote participants.
+   A talent for consensus and community building.
+   An ability to effectively support and collaborate with diverse 
groups of people.
+   A willingness to share responsibility and leadership of the 
organization with a leadership team.
+   An enthusiasm for coaching and developing emerging leaders.
+   A natural leadership ability that encourages and empowers others to 
do their best work.
+   Strong written and verbal communications skills.
+
+
+
+Some of the key requirements of this position are at least five years or 
equivalent experience in each of the following areas:
+
+
+
+   Nonprofit fundraising, including raising money from government 
contracts and grants, foundations, corporations and individual 
contributions;
+   Talking to and working with the press, including being active and 
visible in promoting organizational goals and enhancing the organization’s 
image;
+   Solid, hands-on, budget management skills, including budget 
preparation, analysis, decision-making and reporting;
+   Human resource administration, including working with a leadership 
team and hiring and firing experience;
+   Working closely with a board of directors;
+   Non-profit operations, including managing an office and planning 
events, ideally remotely; and
+   Running a corporation of at least $3 million in yearly revenue, 
including an ability to recognize when outside professional assistance is 
required.
+
+
+
+The successful candidate will have a global perspective on privacy and 
censorship issues and an ability to balance survival issues (like 
next year’s funding) with mission issues (like making sure 
we’re actually moving our programs in a good direction). This person will 
have the ability to work remotely and work with remote workers. To this end, 
this person must be willing to adapt to daily use of privacy enhancing 
technologies used to communicate with others. Prior experience working with 
software development or internet people 

[tor-commits] [webwml/staging] Increment tor versions

2018-03-29 Thread arma
commit c3d49ee3cc8eb30b3e4001f7c591349b7a2270b5
Author: Nick Mathewson 
Date:   Sat Mar 3 08:26:37 2018 -0500

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

diff --git a/Makefile b/Makefile
index c307846b..0d1893bc 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.2.9
-export DEVTAG=tor-0.3.3.2-alpha
+export STABLETAG=tor-0.3.2.10
+export DEVTAG=tor-0.3.3.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 091930d0..cf50a5a9 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
-0.3.2.9
-0.3.3.2-alpha
+0.3.2.10
+0.3.3.3-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/staging] Change SoP/GSoC contact address

2018-03-29 Thread arma
commit fe67b45157c6da573416ef264d41ec89ded200d6
Author: Colin Childs 
Date:   Thu Mar 1 01:31:52 2018 -0600

Change SoP/GSoC contact address
---
 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 e160c415..04e6a39d 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -727,7 +727,7 @@ meetings around the world.
 about/gsoc>">Google Summer of Code or the Tor Summer of Privacy. We 
have labelled each idea with
 which of our core developers would be
 good mentors. If one or more of these ideas looks promising to you, please
-contact us to discuss your plans rather
+mailto:tor-...@lists.torproject.org;>contact us  to discuss 
your plans rather
 than sending blind applications. You may also want to propose your own
 project idea  which often results in the best applications.
 



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


[tor-commits] [webwml/staging] Bug 24027: update the FAQ to point to the new Tor Browser git repository

2018-03-29 Thread arma
commit afba226bd6eec49726f694d4adf48fed1f45c23c
Author: Nicolas Vigier 
Date:   Wed Feb 7 12:41:54 2018 +0100

Bug 24027: update the FAQ to point to the new Tor Browser git repository
---
 docs/en/faq.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/faq.wml b/docs/en/faq.wml
index 88f81b15..b15de6f2 100644
--- a/docs/en/faq.wml
+++ b/docs/en/faq.wml
@@ -1514,7 +1514,7 @@ 
href="http://www.crowdstrike.com/community-tools/index.html#tool-79;>proposed
 Tor Browser? How do I verify a build?
 
 
-Start with https://gitweb.torproject.org/builders/tor-browser-bundle.git;>https://gitweb.torproject.org/builders/tor-browser-bundle.git
 and https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/gitian/README.build;>https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/gitian/README.build.
+Tor Browser is built from the https://gitweb.torproject.org/builders/tor-browser-build.git/;>tor-browser-build.git
 git repository. You can have a look at the https://gitweb.torproject.org/builders/tor-browser-build.git/tree/README;>README
 file for the build instructions. There is also some informations in the https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking;>Tor 
Browser Hacking Guide.
 
 
 



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


[tor-commits] [webwml/staging] Update title in exec job posting

2018-03-29 Thread arma
commit 014bc3dd1149d99b0db2d160a5ad2cf5909bfd2a
Author: hiromipaw 
Date:   Fri Feb 23 00:10:47 2018 +0100

Update title in exec job posting
---
 about/en/jobs-execdirector.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about/en/jobs-execdirector.wml b/about/en/jobs-execdirector.wml
index 15b5c771..f03f499a 100644
--- a/about/en/jobs-execdirector.wml
+++ b/about/en/jobs-execdirector.wml
@@ -12,7 +12,7 @@

 
 
-Internet Freedom Nonprofit Seeks Executive Director
+Internet Freedom Nonprofit Seeks Executive Director
 
 
 The Tor Project, Inc., is a 501(c)(3) organization headquartered in Seattle 
that provides the technical infrastructure for privacy protection over the 
Internet, helping millions of activists, journalists and others around the 
world communicate securely. With paid staff and contractors of around 35 
engineers 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. Our mission is To advance human rights and freedoms 
by creating and deploying free and open anonymity and privacy technologies, 
supporting their unrestricted availability and use, and furthering their 
scientific and popular understanding.



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


[tor-commits] [webwml/staging] Add new Tor Browser version: 8.0a5

2018-03-29 Thread arma
commit 07969e9972c6a82a63142fecf6986f2796a53761
Author: Nicolas Vigier 
Date:   Mon Mar 26 22:29:05 2018 +0200

Add new Tor Browser version: 8.0a5
---
 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 41c8a178..4fc8586a 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -22,8 +22,8 @@
 ../dist/torbrowser//tor-win32-.zip
 
 # *** tor browser beta/alpha ***
-8.0a4
-2018-03-18
+8.0a5
+2018-03-26
 0.0.16
 
 # If all platforms are on the same version, you only need to update
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 8ca032fe..efc6cae1 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -10,5 +10,9 @@
 "8.0a4",
 "8.0a4-MacOS",
 "8.0a4-Linux",
-"8.0a4-Windows"
+"8.0a4-Windows",
+"8.0a5",
+"8.0a5-MacOS",
+"8.0a5-Linux",
+"8.0a5-Windows"
 ]



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


[tor-commits] [webwml/staging] Fix community liaison job post

2018-03-29 Thread arma
commit ea56810d9392bf0376e0c49f74de7e83d04f0ea4
Author: hiro 
Date:   Tue Mar 20 14:55:14 2018 +0100

Fix community liaison job post
---
 about/en/jobs-communityliaison.wml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/about/en/jobs-communityliaison.wml 
b/about/en/jobs-communityliaison.wml
index 09b2396d..b36a59c6 100644
--- a/about/en/jobs-communityliaison.wml
+++ b/about/en/jobs-communityliaison.wml
@@ -28,6 +28,5 @@
 
 The Tor Project, Inc., is a 501(c)(3) organization headquartered in 
Seattle that provides the technical infrastructure for privacy protection over 
the Internet, helping millions of activists, journalists and others around the 
world communicate securely. With paid staff and contractors of around 35 
engineers 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. Our mission is “To advance human rights and freedoms by 
creating and deploying free and open anonymity and privacy technologies, 
supporting their unrestricted availability and use, and furthering their 
scientific and popular understanding.”
 Salary is commensurate with experience and other qualifications. The 
Tor Project has a competitive benefits package, including a generous PTO 
policy; 14 paid holidays per year (including the week between Christmas and New 
Year's, when the office is closed); health, vision, dental, disability, and 
life insurance paid in full for employee; flexible work schedule; and 
occasional travel opportunities. The Tor Project, Inc., is an equal 
opportunity, affirmative action employer.
-This is a part-time position working remotely. To apply, send a cover 
letter explaining why you believe you should be our Community Liaison, along 
with your resume, to h...@torproject.org with “Community Liaison” in the 
subject line. No phone calls please!
-
+This is a full-time position working remotely. To apply, send a cover 
letter explaining why you believe you should be our Community Liaison, along 
with your resume, to h...@torproject.org with “Community Liaison” in the 
subject line. No phone calls please!
 



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


[tor-commits] [webwml/staging] Deprecate Tor Browser 7.5.1

2018-03-29 Thread arma
commit 3f66850d291cc99a6c5884f6b4a7a5dc486ac1c5
Author: Georg Koppen 
Date:   Sun Mar 18 09:50:09 2018 +

Deprecate Tor Browser 7.5.1
---
 projects/torbrowser/RecommendedTBBVersions | 4 
 1 file changed, 4 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 93c46160..71ffe01a 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -1,8 +1,4 @@
 [
-"7.5.1",
-"7.5.1-MacOS",
-"7.5.1-Linux",
-"7.5.1-Windows",
 "7.5.2",
 "7.5.2-MacOS",
 "7.5.2-Linux",



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


[tor-commits] [webwml/staging] Add new Tor Browser version: 8.0a3

2018-03-29 Thread arma
commit e204f1626bac7d820f35af4e2579af9dc5b934ad
Author: Nicolas Vigier 
Date:   Tue Mar 13 16:26:35 2018 +0100

Add new Tor Browser version: 8.0a3
---
 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 d8ef0edd..fe86cd4d 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -22,8 +22,8 @@
 ../dist/torbrowser//tor-win32-.zip
 
 # *** tor browser beta/alpha ***
-8.0a2
-2018-02-23
+8.0a3
+2018-03-13
 0.0.16
 
 # If all platforms are on the same version, you only need to update
diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 413e64f3..c0248336 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -14,5 +14,9 @@
 "8.0a2",
 "8.0a2-MacOS",
 "8.0a2-Linux",
-"8.0a2-Windows"
+"8.0a2-Windows",
+"8.0a3",
+"8.0a3-MacOS",
+"8.0a3-Linux",
+"8.0a3-Windows"
 ]



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


[tor-commits] [webwml/staging] Deprecate Tor Browser 8.0a3

2018-03-29 Thread arma
commit c9cd4e2e1103c71cc10e30357518f2244f8d7a19
Author: Georg Koppen 
Date:   Tue Mar 20 10:23:14 2018 +

Deprecate Tor Browser 8.0a3
---
 projects/torbrowser/RecommendedTBBVersions | 4 
 1 file changed, 4 deletions(-)

diff --git a/projects/torbrowser/RecommendedTBBVersions 
b/projects/torbrowser/RecommendedTBBVersions
index 0d1e187e..2d65a840 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,10 +3,6 @@
 "7.5.2-MacOS",
 "7.5.2-Linux",
 "7.5.2-Windows",
-"8.0a3",
-"8.0a3-MacOS",
-"8.0a3-Linux",
-"8.0a3-Windows",
 "8.0a4",
 "8.0a4-MacOS",
 "8.0a4-Linux",



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


[tor-commits] [webwml/staging] Fix typo in Liaison job

2018-03-29 Thread arma
commit f88e03fa00a3d9ad0dfe10ddf1ccf801a2d42ca8
Author: hiromipaw 
Date:   Wed Mar 7 16:57:21 2018 +0100

Fix typo in Liaison job
---
 about/en/jobs-communityliaison.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/about/en/jobs-communityliaison.wml 
b/about/en/jobs-communityliaison.wml
index e119c72f..f67d376b 100644
--- a/about/en/jobs-communityliaison.wml
+++ b/about/en/jobs-communityliaison.wml
@@ -2,7 +2,7 @@
 # Revision: $Revision: 25666 $
 # Translation-Priority: 3-low
 
-#include "head.wmi" TITLE="Tor Project: Jobs (community liason)" 
CHARSET="UTF-8"
+#include "head.wmi" TITLE="Tor Project: Jobs (community liaison)" 
CHARSET="UTF-8"
 
   
 Home  
@@ -11,7 +11,7 @@
   
   
 
-Community Liason
+Community Liaison
 March 7, 2018
 Are you passionate about helping people all over the world access the 
Internet freely and safely? Are you an advocate who wants to help build a 
network of communities that can use and improve privacy software?
 The Tor Project is looking for an outgoing and engaging Community 
Liaison to help advance our Global South outreach and training efforts. This 
will be a part-time position, approximately 20 hours/wk.



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


[tor-commits] [webwml/staging] Add icon and link to kat's pgp key.

2018-03-29 Thread arma
commit a28edd39744a0e42df97e9f8be9a55360a6e4c7d
Author: kat 
Date:   Sun Mar 25 15:02:45 2018 -0400

Add icon and link to kat's pgp key.
---
 about/en/corepeople.wml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index 09a6a20b..cfa4f925 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -398,6 +398,7 @@
 
   
   
+  
   Kat
   IRC: kat5
   Volunteer on the Community Team. Helps with 
t-shirts for relay operators and other odds and ends.



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


[tor-commits] [webwml/staging] Fix up metadata project

2018-03-29 Thread arma
commit d709dd4ac806d51e93120453fca1f54b5ce0a3b8
Author: Colin Childs 
Date:   Thu Mar 1 17:59:01 2018 -0600

Fix up metadata project
---
 getinvolved/en/volunteer.wml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 94ce39a0..2ebc4e96 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -745,7 +745,8 @@ meetings around the world.
 users around the world. We are looking for a programmer fluent in JS
 and C++ to implement new features to work closely with the Tor Browser
 team.
-
+
+
 Image files, especially photos taken by smartphones,
 often carry hidden privacy-violating metadata, typically specified by
 the EXIF format. Such metadata can include the user's geolocation and
@@ -756,10 +757,11 @@ meetings around the world.
 implement this feature for both desktop and mobile Tor Browser. If
 there is time, we can envision sanitizing other kinds of uploaded
 files, including movies, audio, PDFs and Office documents.
-
 
 
 For more information https://trac.torproject.org/projects/tor/ticket/24965;>see its ticket.
+Please also see https://mat.boum.org;>the Metadata Anonymisation 
Toolkit (MAT) for a
+similar project that could serve as inspiration.
 
 
 



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


[tor-commits] [webwml/master] link it in to the main jobs page

2018-03-29 Thread arma
commit cd659f0788b9034fc935a796712727a9a723e60c
Author: Roger Dingledine 
Date:   Thu Mar 29 15:57:37 2018 -0400

link it in to the main jobs page

and call it out as a mozilla fellowship there, to be very clear
---
 about/en/jobs.wml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index f27fd37b..2bdf7a76 100644
--- a/about/en/jobs.wml
+++ b/about/en/jobs.wml
@@ -19,6 +19,7 @@
 Specifically, we're looking for the following people currently:
 
   Executive Director
+  User Advocate (Mozilla 
fellowship)
   User Research 
Coordinator
   Community 
Liaison
 

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


[tor-commits] [webwml/staging] tor 0.3.2.8-rc is released

2018-03-29 Thread arma
commit be812bbffdbcd43746e370c0477cfaeac85edb97
Author: Nick Mathewson 
Date:   Thu Dec 21 14:16:53 2017 -0500

tor 0.3.2.8-rc is released
---
 Makefile | 2 +-
 include/versions.wmi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8372d43a..4a026e9e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 # website component, and set it to needs_review.
 
 export STABLETAG=tor-0.3.1.9
-export DEVTAG=tor-0.3.2.7-rc
+export DEVTAG=tor-0.3.2.8-rc
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate 
docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index cd45bf00..b7e019f5 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
 0.3.1.9
-0.3.2.7-rc
+0.3.2.8-rc
 
 maint-7.0
 



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


[tor-commits] [webwml/staging] fix tipprbot typo

2018-03-29 Thread arma
commit 232e4645232bbcf93f7d7bb95bb04c723852e9f6
Author: Roger Dingledine 
Date:   Sun Dec 24 12:41:38 2017 -0500

fix tipprbot typo

found and patched by sukhe (thanks!)
---
 donate/en/donate-options.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml
index 42d4a706..53513557 100644
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@ -31,7 +31,7 @@ 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 100 USD. 
However, we can also accept donations, including smaller donations, through 
Bitcoin Cash. Send us a tip with https://twitter.com/tipperbot;>@tipprbot on Twitter!)
+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 100 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'));">
 
 



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


[tor-commits] [webwml/staging] Merge branch '24720'

2018-03-29 Thread arma
commit e7c3af0bcbd96bd802cf7dedb40cabd0391053d6
Merge: 75fda3ec 2921d7c3
Author: hiromipaw 
Date:   Tue Dec 26 11:19:10 2017 +0100

Merge branch '24720'

 donate/en/.#donate-options.wml | 1 +
 donate/en/donate-options.wml   | 4 
 2 files changed, 5 insertions(+)



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


[tor-commits] [webwml/staging] fix link to tipprbot

2018-03-29 Thread arma
commit 048de3fe1091930a357509ad8563097a86612ac4
Author: Arthur Edelstein 
Date:   Sun Dec 24 12:04:17 2017 -0500

fix link to tipprbot
---
 Makefile.local.sample| 2 +-
 donate/en/donate-options.wml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.local.sample b/Makefile.local.sample
index 737b5d79..48e6eacf 100644
--- a/Makefile.local.sample
+++ b/Makefile.local.sample
@@ -10,4 +10,4 @@
 #
 # e.g.:
 # export TORGIT=/home/weasel/projects/tor/tor/.git
-export TORGIT=set this to your tor.git path
+export TORGIT=/home/arthur/projects/tor/.git
diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml
index 42d4a706..53513557 100644
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@ -31,7 +31,7 @@ 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 100 USD. 
However, we can also accept donations, including smaller donations, through 
Bitcoin Cash. Send us a tip with https://twitter.com/tipperbot;>@tipprbot on Twitter!)
+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 100 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'));">
 
 



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


[tor-commits] [webwml/staging] Bug 24720: Update donation options page for BTC and stock transfers

2018-03-29 Thread arma
commit 5e90acd53a5c553fd118df108139d80178b7ffd3
Author: Arthur Edelstein 
Date:   Fri Dec 22 18:10:34 2017 -0500

Bug 24720: Update donation options page for BTC and stock transfers
---
 donate/en/donate-options.wml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml
index 5c18976c..42d4a706 100644
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@ -31,7 +31,7 @@ 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.
+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 100 USD. 
However, we can also accept donations, including smaller donations, through 
Bitcoin Cash. Send us a tip with https://twitter.com/tipperbot;>@tipprbot on Twitter!)
   https://bitpay.com/checkout; method="post" 
onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));">
 
 
@@ -42,7 +42,7 @@ form#makeDonation {
 
 
 Amount:
-
+
 
   USD
   BTC
@@ -176,7 +176,7 @@ form#makeDonation {
   E-mail: mailto:jeffrey.k.mil...@ml.com;>jeffrey.k.mil...@ml.com
   FAX: 206.388.4456
   The Tor Project Account #: 335-03016
-  DTC #: 5198
+  DTC #: 8862
   Tax ID #: 20-8096820
   
   



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


[tor-commits] [webwml/staging] Bug 24720: Update donation options page for BTC and stock transfers

2018-03-29 Thread arma
commit 2c4726a2da652e5fb29986aeae912e48c96db79f
Author: Arthur Edelstein 
Date:   Fri Dec 22 18:10:34 2017 -0500

Bug 24720: Update donation options page for BTC and stock transfers
---
 donate/en/donate-options.wml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml
index 5c18976c..42d4a706 100644
--- a/donate/en/donate-options.wml
+++ b/donate/en/donate-options.wml
@@ -31,7 +31,7 @@ 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.
+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 100 USD. 
However, we can also accept donations, including smaller donations, through 
Bitcoin Cash. Send us a tip with https://twitter.com/tipperbot;>@tipprbot on Twitter!)
   https://bitpay.com/checkout; method="post" 
onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));">
 
 
@@ -42,7 +42,7 @@ form#makeDonation {
 
 
 Amount:
-
+
 
   USD
   BTC
@@ -176,7 +176,7 @@ form#makeDonation {
   E-mail: mailto:jeffrey.k.mil...@ml.com;>jeffrey.k.mil...@ml.com
   FAX: 206.388.4456
   The Tor Project Account #: 335-03016
-  DTC #: 5198
+  DTC #: 8862
   Tax ID #: 20-8096820
   
   



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


[tor-commits] [webwml/staging] Add CFGO job post

2018-03-29 Thread arma
commit 77df5ef1ad57ef89a3b18df7dd8027a80c21501e
Author: hiromipaw 
Date:   Fri Jan 5 11:32:51 2018 +0100

Add CFGO job post
---
 about/en/jobs-cfgo.wml | 97 ++
 about/en/jobs.wml  |  1 +
 2 files changed, 98 insertions(+)

diff --git a/about/en/jobs-cfgo.wml b/about/en/jobs-cfgo.wml
new file mode 100644
index ..8508365f
--- /dev/null
+++ b/about/en/jobs-cfgo.wml
@@ -0,0 +1,97 @@
+## translation metadata
+# Revision: $Revision$
+# Translation-Priority: 3-low
+
+#include "head.wmi" TITLE="Tor Project: Jobs (Chief Financial and Grants 
Officer)" CHARSET="UTF-8"
+
+   
+Home  
+About  
+Jobs
+  
+   
+New Year's Opportunity: Internet Freedom Nonprofit Seeks Experienced Chief 
Financial and Grants Officer
+(Posted January 4, 2018)
+
+Are you looking to use your advanced accounting and leadership skills to 
make the world a better place? Do you care about privacy and personal freedoms? 
If so, we have just the opportunity for you! The Tor Project, Inc., is a 
501(c)(3) organization headquartered in Seattle that provides the technical 
infrastructure for privacy protection over the Internet, helping millions of 
activists, journalists and others around the world communicate securely. With 
paid staff and contractors of around 35 engineers 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. Our mission is “To advance 
human rights and freedoms by creating and deploying free and open anonymity and 
privacy technologies, supporting their unrestricted availability and use, and 
furthering their scientific and popular understanding.”
+
+We are currently seeking an Experienced Chief Financial and Grants Officer. 
This senior level position, based in our Seattle headquarters, will report 
directly to the Executive Director and will manage the offsite Accounting 
Manager.
+
+The Chief Financial and Grants Officer will serve as the Tor Project's 
senior grants officer. Grant-related tasks include, but are not limited to:
+ 
+
+
+   Oversee grants and contracts to ensure compliance with funder 
requirements and progress toward annual goals.
+   Maintain positive relationships and communications with applicable 
government agencies. 
+   Monitor and track grants through our Granthub software. 
+   Manage invoicing and billing of federal contracts to ensure full 
payment is received. 
+   Communicate the status of grant activities and progress toward 
objectives to stakeholders. 
+   Send monthly reports to front line managers indicating the current 
status of grants worked on by their teams.
+   Maintain files and documentation for our federal grants and 
contracts to ensure accuracy and compliance.
+
+
+In addition, the Chief Financial and Grants Officer will serve as the Tor 
Project's senior finance officer. Finance-related tasks for this position 
include, but are not limited to:
+
+
+   Maintain accounting controls by preparing and recommending policies 
and procedures; review and upgrade as needed to ensure accuracy in accounting 
activities and compliance with any regulatory changes.
+   Monitor and project cash flow.
+   Provide oversight to ensure accounts payable and receivables are 
coded and prepared correctly. 
+   Work with outside auditors and CPA firm to furnish requisite data 
to ensure timely completion of annual audits and tax filings.
+   Work closely with the Executive Director to prepare budgets and 
financial reports. 
+   Track expenditures and income of various programs to ensure 
financial sustainability.
+   Send monthly reminders to staff members about filling out their 
timesheets and expense reports through Harvest software.
+ 
+
+
+The person we seek should have the following qualities, skills, and abilities:
+
+
+
+   5+ years of experience with federal grants and contract acquisition 
and management
+   5+ years of experience overseeing a nonprofit organization's 
accounting function; other relevant experience may substitute for all or some 
of this required experience
+   5+ years of experience working for or with auditors
+   Bachelor’s degree in business, finance, accounting, or a closely 
related field is ideal but not required; advanced graduate degree in one of the 
above fields is preferred; CPA license a plus
+   Working knowledge of not-for-profit accounting in accordance with 
U.S. Generally Accepted Accounting Principles, Subpart F, of the new Uniform 
Grant Guidance (formerly OMB Circular A-133) and appropriate Code of Federal 
Regulations
+   Advanced skill and experience using quickbooks, Sage (Peachtree), 
or some other organizational accounting program
+   Must be comfortable working in a paperless 

[tor-commits] [webwml/staging] Bug 24697: Remove expired Mozilla matching text

2018-03-29 Thread arma
commit 47a6ab07ff77aca59eb097f458003f233f93519a
Author: Arthur Edelstein 
Date:   Mon Jan 1 13:49:06 2018 -0500

Bug 24697: Remove expired Mozilla matching text
---
 css/donation-banner.css | 14 --
 include/head.wmi|  1 -
 2 files changed, 15 deletions(-)

diff --git a/css/donation-banner.css b/css/donation-banner.css
index 57c0af39..09b94e02 100644
--- a/css/donation-banner.css
+++ b/css/donation-banner.css
@@ -65,20 +65,6 @@
 top: 90px;
 white-space: nowrap;
 }
-#banner-mozilla {
-align-items: center;
-bottom: 5px;
-color: white;
-display: flex;
-font-size: 18px;
-font-family: sans-serif;
-left: 200px;
-position: absolute;
-right: 285px;
-text-align: start;
-top: 120px;
-white-space: nowrap;
-}
 #banner-donate-button {
 align-items: center;
 background-color: #13a513;
diff --git a/include/head.wmi b/include/head.wmi
index f496462f..0732bb7c 100644
--- a/include/head.wmi
+++ b/include/head.wmi
@@ -55,7 +55,6 @@
 
 Protecting the Privacy of 
Millions Every Day
 Tor: Powering Digital 
Resistance
-Give today and Mozilla will match 
your gift!
 https://www.torproject.org/donate/donate-pdr-hp;>
 



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


[tor-commits] [webwml/staging] Update with info about tor-security and its public key. (#9186)

2018-03-29 Thread arma
commit a69383c42f9c20468707a8d30544beba8f91bc77
Author: kat 
Date:   Tue Jan 9 13:53:34 2018 -0500

Update with info about tor-security and its public key. (#9186)
---
 about/en/contact.wml | 21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/about/en/contact.wml b/about/en/contact.wml
index 2c7348f7..ab5042ad 100644
--- a/about/en/contact.wml
+++ b/about/en/contact.wml
@@ -101,12 +101,21 @@
 

Security Issues
-   If you've found a security issue in one of our projects or our
-   infrastructure, please email the respective maintainer. You can find
-   their GPG fingerprint/key on our https://db.torproject.org;>developer ldap search page. Due
-   to the many different projects we have, we do not offer a single
-   list for security issues.
+   If you've found a security issue in one of our projects or in our
+   infrastructure, please email tor-secur...@lists.torproject.org. 
+   You can get the GPG public key for the list by contacting 
+   tor-security-send...@lists.torproject.org or from 
+   pool.sks-keyservers.net. Here is the fingerprint:
+   
+   gpg --fingerprint tor-secur...@lists.torproject.org
+   pub   4096R/1A7BF184 2017-03-13
+ Key fingerprint = 8B90 4624 C5A2 8654 E453  9BC2 E135 A8B4 1A7B 
F184
+   uid  tor-secur...@lists.torproject.org 

+   uid  tor-secur...@lists.torproject.org 

+   uid  tor-secur...@lists.torproject.org 

+   sub   4096R/C00942E4 2017-03-13
+   
+   
 

Report Bad Relays



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


[tor-commits] [webwml/staging] Drop 'Stem Descriptors' task

2018-03-29 Thread arma
commit ea4a983ada5fee1ad9b36e8d65e0fe671307a692
Author: Damian Johnson 
Date:   Sat Jan 6 17:53:01 2018 -0800

Drop 'Stem Descriptors' task

Some parts of this task are done, and others need to be updated. Still 
giving
thought about a good project to propose this year.
---
 getinvolved/en/volunteer.wml | 38 --
 1 file changed, 38 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 0680a0bd..7758e15d 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -539,11 +539,6 @@ meetings around the world.
 Tor.
 
 
-
-Project Ideas:
-Stem Descriptors
-
-
 
 https://txtorcon.readthedocs.io/en/latest/;>Txtorcon (https://github.com/meejah/txtorcon;>code, https://trac.torproject.org/projects/tor/ticket/17
 
 
 
-
-
-Stem Descriptors
-
-Language: Python
-
-Likely Mentors: Damian Johnson (atagar), Philipp Winter (phw)
-
-https://stem.torproject.org/;>Stem is a Python library for 
working with tor. With it you can build applications on tor as well as learn 
information about the relay network. This project concerns this second 
capability.
-
-
-
-Information about relays are published hourly in documents called https://stem.torproject.org/tutorials/mirror_mirror_on_the_wall.html;>descriptors.
 With Stem you can download, parse, and validate all kinds of descriptor 
documents.
-
-
-
-Ideas welcome! You're encouraged to brainstorm improvements we can make to 
this space but here's a few to get you started...
-
-
-  
-https://trac.torproject.org/projects/tor/ticket/11045;>Validate 
signatures in the consensus. Stem has the ability to validate 
cryptographic signatures in several descriptor types but not the 
consensus.
-https://trac.torproject.org/projects/tor/ticket/21086;>Migrate from 
pycrypto to a supported library. Stem presently uses pycrypto for 
signature validation but it's no longer maintained. We should evaluate options 
and move to whatever whavever the cool kids are using nowadays.
-https://trac.torproject.org/projects/tor/ticket/18856;>Retrieve 
descriptors over tor's ORPort. Tor relays commonly provide two ports, 
an ORPort which is used by clients and a DirPort which is 
obsolete nowadays but in the past was used by tor to download descriptors. Stem 
still uses tor's DirPort to retrieve descriptors, but it would be neat if we 
could download from the ORPort instead.
-  This requires implementing part of tor's communication protocol. 
Depending how complicated this is it might be neat to expand this task to allow 
the full construction of circuits, allowing client usage of tor without the C 
executable. Keep in mind though that this later bit hasn't been investigated 
and might be a pipe dream. ;P
-Improve performance of reading descriptors. Stem https://stem.torproject.org/tutorials/mirror_mirror_on_the_wall.html#are-there-any-other-parsing-libraries;>isn't
 the only descriptor parsing library and sadly is the slowest. Tricks like 
lazy loading have substantially improved our performance but no doubt a 
dedicated effort to profile Stem would find more low hanging fruit.
-  
-
-
-
-As part of applying for this project please get your hands wet with the 
codebase by contributing some patches for https://stem.torproject.org/faq.html#how-do-i-get-started;>Stem!
-
-
-
 
 
 Ahmia - Onion Service Search



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


[tor-commits] [webwml/staging] Change "three primary ways of contributing" to "two", as only two are listed. (#24812)

2018-03-29 Thread arma
commit 836c6dcc05dd2f1e01cac07f585228b9826f3e0b
Author: kat 
Date:   Wed Jan 10 14:38:14 2018 -0500

Change "three primary ways of contributing" to "two", as only two are 
listed. (#24812)
---
 getinvolved/en/tshirt.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getinvolved/en/tshirt.wml b/getinvolved/en/tshirt.wml
index c893fb05..4f8c5d53 100644
--- a/getinvolved/en/tshirt.wml
+++ b/getinvolved/en/tshirt.wml
@@ -14,7 +14,7 @@
 
 
 You can get one of these fine Tor T-shirts for contributing to the
-Tor project. There are three primary ways of contributing:
+Tor project. There are two primary ways of contributing:
 
 
 Operate a fast Tor relay



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


[tor-commits] [webwml/staging] Revert change to makefile.local.sample

2018-03-29 Thread arma
commit 7758985ed2dca7a4fe43918b16a74d523d1d3665
Author: hiromipaw 
Date:   Tue Dec 26 12:03:00 2017 +0100

Revert change to makefile.local.sample
---
 Makefile.local.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.local.sample b/Makefile.local.sample
index 48e6eacf..fb48555e 100644
--- a/Makefile.local.sample
+++ b/Makefile.local.sample
@@ -10,4 +10,4 @@
 #
 # e.g.:
 # export TORGIT=/home/weasel/projects/tor/tor/.git
-export TORGIT=/home/arthur/projects/tor/.git
+export TORGIT=set this to your tor.git path
\ No newline at end of file



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


[tor-commits] [webwml/staging] Fix merge conflict in donate-options page

2018-03-29 Thread arma
commit c0cc2905dfc17791109aaeada45d826858e50c08
Merge: e7c3af0b 79d22985
Author: hiromipaw 
Date:   Tue Dec 26 11:20:41 2017 +0100

Fix merge conflict in donate-options page

 Makefile.local.sample  | 2 +-
 donate/en/.#donate-options.wml | 1 -
 donate/en/donate-options.wml   | 4 
 3 files changed, 1 insertion(+), 6 deletions(-)



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


[tor-commits] [webwml/staging] Fix cummunity liaison job post

2018-03-29 Thread arma
commit 4183eae4fbeb7cfc31cc4ce0e6d7cb7331019892
Author: hiromipaw 
Date:   Tue Mar 13 13:23:20 2018 +0100

Fix cummunity liaison job post
---
 about/en/jobs-communityliaison.wml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/about/en/jobs-communityliaison.wml 
b/about/en/jobs-communityliaison.wml
index 549c6f45..09b2396d 100644
--- a/about/en/jobs-communityliaison.wml
+++ b/about/en/jobs-communityliaison.wml
@@ -26,7 +26,6 @@
   Willing and able to travel internationally
   Largely self-directed, motivated, and organized
 
-This position will be working closely with the UX and Community teams 
to define the best methods to test our hypotheses with our users. This position 
will report to the Community Team Lead and may be performed from anywhere in 
the world.
 The Tor Project, Inc., is a 501(c)(3) organization headquartered in 
Seattle that provides the technical infrastructure for privacy protection over 
the Internet, helping millions of activists, journalists and others around the 
world communicate securely. With paid staff and contractors of around 35 
engineers 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. Our mission is “To advance human rights and freedoms by 
creating and deploying free and open anonymity and privacy technologies, 
supporting their unrestricted availability and use, and furthering their 
scientific and popular understanding.”
 Salary is commensurate with experience and other qualifications. The 
Tor Project has a competitive benefits package, including a generous PTO 
policy; 14 paid holidays per year (including the week between Christmas and New 
Year's, when the office is closed); health, vision, dental, disability, and 
life insurance paid in full for employee; flexible work schedule; and 
occasional travel opportunities. The Tor Project, Inc., is an equal 
opportunity, affirmative action employer.
 This is a part-time position working remotely. To apply, send a cover 
letter explaining why you believe you should be our Community Liaison, along 
with your resume, to h...@torproject.org with “Community Liaison” in the 
subject line. No phone calls please!



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


[tor-commits] [webwml/staging] Fix another typo in community liaison job

2018-03-29 Thread arma
commit c65f1063d14eec39aeb186b352ad69fe64f8b35c
Author: hiromipaw 
Date:   Wed Mar 7 18:42:27 2018 +0100

Fix another typo in community liaison job
---
 about/en/jobs-communityliaison.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/about/en/jobs-communityliaison.wml 
b/about/en/jobs-communityliaison.wml
index f67d376b..549c6f45 100644
--- a/about/en/jobs-communityliaison.wml
+++ b/about/en/jobs-communityliaison.wml
@@ -22,13 +22,13 @@
   Community outreach and teaching experience, including organizing 
privacy technology workshops
   Good understanding of threat models for users in high-risk parts of 
the world
   Ability to engage diverse groups of people for workshops, including 
activists, human rights organizations, LGBTQ organizations, women's rights 
organizations, journalists, etc. 
-  Fluently speak a non-English language used in the Global South, such 
as Spanish or Portugese
+  Fluently speak a non-English language used in the Global South, such 
as Spanish or Portuguese
   Willing and able to travel internationally
   Largely self-directed, motivated, and organized
 
 This position will be working closely with the UX and Community teams 
to define the best methods to test our hypotheses with our users. This position 
will report to the Community Team Lead and may be performed from anywhere in 
the world.
 The Tor Project, Inc., is a 501(c)(3) organization headquartered in 
Seattle that provides the technical infrastructure for privacy protection over 
the Internet, helping millions of activists, journalists and others around the 
world communicate securely. With paid staff and contractors of around 35 
engineers 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. Our mission is “To advance human rights and freedoms by 
creating and deploying free and open anonymity and privacy technologies, 
supporting their unrestricted availability and use, and furthering their 
scientific and popular understanding.”
 Salary is commensurate with experience and other qualifications. The 
Tor Project has a competitive benefits package, including a generous PTO 
policy; 14 paid holidays per year (including the week between Christmas and New 
Year's, when the office is closed); health, vision, dental, disability, and 
life insurance paid in full for employee; flexible work schedule; and 
occasional travel opportunities. The Tor Project, Inc., is an equal 
opportunity, affirmative action employer.
-This is a part-time position working remotely. To apply, send a cover 
letter explaining why you believe you should be our [Community Liaison], along 
with your resume, to h...@torproject.org with “Community Liaison” in the 
subject line. No phone calls please!
+This is a part-time position working remotely. To apply, send a cover 
letter explaining why you believe you should be our Community Liaison, along 
with your resume, to h...@torproject.org with “Community Liaison” in the 
subject line. No phone calls please!
 
 



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


[tor-commits] [webwml/staging] Add user research coordinator position

2018-03-29 Thread arma
commit 3fa7a075f1eb19cee135c32bf0581b437e53dd1b
Author: hiromipaw 
Date:   Wed Mar 7 10:02:03 2018 +0100

Add user research coordinator position
---
 about/en/jobs-userresearchcoordinator.wml | 35 +++
 about/en/jobs.wml |  1 +
 2 files changed, 36 insertions(+)

diff --git a/about/en/jobs-userresearchcoordinator.wml 
b/about/en/jobs-userresearchcoordinator.wml
new file mode 100644
index ..363a9d82
--- /dev/null
+++ b/about/en/jobs-userresearchcoordinator.wml
@@ -0,0 +1,35 @@
+## translation metadata
+# Revision: $Revision: 25666 $
+# Translation-Priority: 3-low
+
+#include "head.wmi" TITLE="Tor Project: Jobs (user research coordinator)" 
CHARSET="UTF-8"
+
+  
+Home  
+About  
+Jobs
+  
+  
+
+User Research Coordinator
+March 7, 2018
+The Tor Project is looking for a well-organized User Research 
Coordinator! Are you passionate about making software usable and fun for all 
types of people? Do you want to help conduct user research for software that 
helps people protect their privacy and freedom online? If so, this may be the 
job for you.
+The Tor Project supports multiple software projects related to online 
censorship and surveillance. Our goal is to expand the reach of our software 
products, specifically into non-US and non-European countries, where oppressive 
censorship and surveillance can be a matter of life or death. In order for us 
to reach people in these countries and make our software usable for them, we 
need to conduct user research with people who live there. 
+Our ability to do research depends on the help from fellow Internet 
Freedom members and volunteers all around the world. Your job would be to work 
with our volunteers to coordinate user tests of our products in their 
countries. Specifically, you would work with the UX team to create the tests 
guides, coordinate the user research tests with our volunteers around the 
world, and then collect and present a summary of the results to the respective 
teams involved in the project. 
+A note about the UX team research ethics: we strive to conduct user 
research in a safe and privacy-preserving way: we only collect data from our 
own studies, with explicit user consent, and we prefer to do studies in 
person.
+The ideal candidate for this job will have the following experience:
+
+  Organizing and managing multiple projects with stakeholders located 
in different parts of the world
+  Performing usability studies, A/B testing, defining personas, 
identifying corner cases
+  Working with a multidisciplinary team with people from different 
cultures and backgrounds
+  Designing and executing user research surveys
+  Awareness of privacy-by-design practices and respect for our users' 
privacy and anonymity
+  Ethnographic research a huge plus!
+  Using and teaching Free Software (FOSS), particularly privacy tools 
like Tor, Signal, GNU/Linux, etc.
+  Willingness and ability to travel internationally at least twice a 
year
+
+
+This position will work closely with the Tor Project's UX and Community 
teams to define the best methods to test our hypotheses with our users. This 
position will report to the Project Manager.
+The Tor Project, Inc., is a 501(c)(3) organization headquartered in 
Seattle that provides the technical infrastructure for privacy protection over 
the Internet, helping millions of activists, journalists and others around the 
world communicate securely. With paid staff and contractors of around 35 
engineers 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. Our mission is “To advance human rights and freedoms by 
creating and deploying free and open anonymity and privacy technologies, 
supporting their unrestricted availability and use, and furthering their 
scientific and popular understanding.”
+Salary is commensurate with experience and other qualifications. The 
Tor Project has a competitive benefits package, including a generous PTO 
policy; 14 paid holidays per year (including the week between Christmas and New 
Year's, when the office is closed); health, vision, dental, disability, and 
life insurance paid in full for employee; flexible work schedule; and 
occasional travel opportunities. The Tor Project, Inc., is an equal 
opportunity, affirmative action employer.
+This is a full-time position working either out of our office in 
Seattle or remotely. To apply, send a cover letter explaining why you believe 
you should be our User Research Coordinator, along with your resume, to 
h...@torproject.org with “User Research Coordinator” in the subject line.  
No phone calls please!
diff --git a/about/en/jobs.wml b/about/en/jobs.wml
index 

[tor-commits] [webwml/staging] Update Tor Messenger activity status on volunteer page

2018-03-29 Thread arma
commit 21f81f99eade9e633cc443a8f6d3b9459fb01745
Author: Sukhbir Singh 
Date:   Wed Mar 28 10:22:18 2018 -0400

Update Tor Messenger activity status on volunteer page

Signed-off-by: hiro 
---
 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 6d38a40f..22eeaa38 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -174,7 +174,7 @@ meetings around the world.
 Tor Messenger
 Bundle
 JavaScript, XUL, Scripting
-Heavy
+None
 arlolra, boklm, sukhe
   
 



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


[tor-commits] [webwml/staging] Update project list

2018-03-29 Thread arma
commit 290ea35433011c54e30c9a6526a533f4f0884d03
Author: Colin Childs 
Date:   Sun Mar 4 19:18:07 2018 -0600

Update project list
---
 getinvolved/en/volunteer.wml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml
index 70f7f44e..6d38a40f 100644
--- a/getinvolved/en/volunteer.wml
+++ b/getinvolved/en/volunteer.wml
@@ -358,7 +358,8 @@ meetings around the world.
 
 
 Project Ideas:
-Help improve Tor onion 
services
+  #  Help improve Tor onion 
services
+Python Tor Client
 Fuzzing coverage of Tor
 Relay crypto parallelism
 Anonymous local count 
statistics
@@ -384,8 +385,7 @@ meetings around the world.
 
 
 Project Ideas:
-Feedback Extension for Tor 
Browser
-Crash Reporter for Tor 
Browser
+Remove metadata from Tor Browser 
uploads
 Make Tor Browser Faster
 
 



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


[tor-commits] [webwml/staging] Add Kat's public key.

2018-03-29 Thread arma
commit c0167d2b407285b6e68048e49175061f1be84c6d
Author: kat 
Date:   Sun Mar 25 14:57:08 2018 -0400

Add Kat's public key.
---
 keys/kat.txt | 109 +++
 1 file changed, 109 insertions(+)

diff --git a/keys/kat.txt b/keys/kat.txt
new file mode 100644
index ..c4ed21de
--- /dev/null
+++ b/keys/kat.txt
@@ -0,0 +1,109 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1
+
+mQINBFmtkS8BEADefYFOKk0xpKqkXnpkbOd0aJGeLTdIX2VX23imBDhwK37puQj8
+pka1LiOXg+VXCMusyQqt0zpRqI90TsLr/iJ4Rb3jUkVbjcQjzPuewAPb+t9LVzhC
+g3CFnFQY9rm84HQ0WcDyJ1BLFrAmF97uN4/HOd2RI7aA+Xy62n1daYhFRCYDVgUg
+eWvBef+33hB25LebreGoT6u8PwC7m6Bowt3S20atbFq7yVeLFyrIUfk/Qh486/b+
+bq2402AvOq7gD2sawl6ph+cWKwn0KIg23uBpMrD3YQnHsCkKHRaw151NzZ3T8JcU
+aEzgIiZqX3Db0+ITnqdkrFDO6FFhiUNLVl9h/yhgWvD924qp4YLv28Mwmf44W7cq
+irUbB0pTDSnnsogv5lwqmJHEZIk+ryNpnC+KjdPZJNgeqijlpj9OPZFQHus2Hn5Y
+6l1c6ss6uO7637IC5B5tXbp05aVWHUzMdceC+tbY/oZYcXY8bfFhG+NuWW7O7evM
+Us38/VxsuPaXxoKQer+RQncNt5xsrPXSsW+FlknyuPlTzSd6o35KHrcECU6Hm4T5
+CpE60H5eBij+jYB612Jn8ltv3lJOh+WSp23Ov6k21D93BDfh4S6O1NtLRzquaD53
+rvvkmocVOdifP0yDgRzJJc/o7qb17jOPcU6fuqGXekMTDXLpVoa54F1CVQARAQAB
+tCBLYXQgYXQgc2lnc3RvcCA8a2F0QHNpZ3N0b3Aub3JnPokCOAQTAQIAIgUCWa2R
+LwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQm3XRbYeVF9q+9Q//UVcG
+6TBocQzXtTFNXrWUA6fCjnay0G9oOLGn9lcrMuRLH+V373Iy4uYvTjTIbxx/53At
+Nm0Xsz5TXrs/eP3Q/aW4/hEeiSgmMXxH1asqTJGnLSYkogzdAlW4V206NJB0+Sh0
+IOK7u4SbPnUXmHHmWXP31ESIppCmULENyNTopkYg8926TVZ9E2i680FEA/W4FwXF
+UU1p76am/Vvox2CuGfR+hl10WgJ/09nzhCq4mBFSuplOUGEsYqlG1G6Q+PpGKBVH
+1jwxzhk5WQz11bxGDGTdEz8+XEeqFLWGis819GWWC9hm1+01yQnPdOvjbAwOPc1M
+/JyWgNIMqRzHEMczUiQY9LVypB0vHFiYKFtlBhw0tGVewc3D9VYgPUBHcMtIhAJU
+eabJcAP9LjR309cm1GGXgkLfsSnBcZKeMJ6Z/a2HmfxnJzltYqKIWb1I9b3JpLKi
+fnxXYpfRGWat5HNh4Fge1fA04ENR44yVP00E1yuG+PEe8Av6k7/sb7dZOXIrKt3j
+XO0Ddi6rTzzT10QhlQqftM70zQNTta/69W02TLbFw9eFrC4a9drfMVGkdCNDbHZx
+d1EhMy0LjT5iw970EFQSTsIRJq8Vre0Ye6CmHbmTsba4pdKGs+/oiKg6TL0XIkfy
+0hPcJPdz8CurkylBu0dUuZTEqkhuZXzThWJZLhCJAhwEEAECAAYFAlmtlbEACgkQ
+RnVkt1BdpiujRBAAzxNu+K8pYCaUnusnq1dCiNy/Gu5FS/Zw74ygBUNrkZn4eT8S
+uJEfcR8h/aTJeKlA1CamlkAFG8IkeIoYjJe/FCzsSkuc8w3Qz15kFFaWOoT2MRjR
+aGe5V31BqaWBsLuWH33FQmGbp9vnbtM7nIw468PlgyKr0iWHtRhOBVVzW7+TmDZD
+otcPH0KV4SXWaO2zPVeG2ILyj15QBe+PefJ5xGN7jiIujiGS9QqKBdQKbiWlkvAR
+lzHd0PUNSF0x9uozvNkhjNvt83hgJ1XpNyE1dlx78ptmUiHjZ6q1yQgibf58O4jM
+4sB+GzdBGS5K7Nlu5zZPPJ4B0YxBaB2njVYeHEw3ipFBC6UvHE5ZI04PB6cBycoI
+6B1ZCiywXi3FBfhSWaPSdFjOfAS6JNBQZBk0ELvxWs8+usaR+PFNOsUm2ChPtk/L
+eSl1FmDOEerPMs5M/1vVX2kaSGKEncTQfk0a9yJZY/0+Pi1P4WTR31VFuA2D5N1s
+Gg3luGupUdHkkiHmeth179SFx4owGx5wmaIbGwe/9S1ft1f1QIbga5t5TyQ0luxa
+AiA6cAnTmjH2dN8OQF5O38Yq5WGfj6w3661Yv8VV9D0Ogp/xglkZl/vuDwyNW2Xw
+4C87VdauQ3XrVnRnpKbL079oFwJXFajZSC0ziTkaYb+kbD5MAK+0/6NnjAmJAhwE
+EAEIAAYFAlnlkBYACgkQwhhSWBn3hFEa0RAAhA5hvcgl89xl3NYVP5o+LkBE/bcN
+VshzbYeBJkaJZfuahzPyIVr9jfIAOoWWKnRtnRY+Q1MSsss4q3Jcm1ixWokA/M1e
+hu+J7Rn9CU2OOj6j5W5nJwTC/ERQtV93p5y6sfOTO2C6yjj2YNhdWPOitRNLeAJH
+lwfhA4NlXd625Qt2zhThDnbWuQnC4uLLTKpOKZdFvkAgdPPEbenYX8RGpL7fywnc
+Dfc9E/Ktyx3EYmz7GB+V8AwK+V1Fc8jaBkgczisAFT9oFmShsFYjXDBf7wgLcZnN
+JyV1GO97I0FlWrVSdg+09Fe/vXnAml/tMc8OTKoF5Zz5fx55iRhOPDCnTYT6XKxr
+0ewfBnmCJ26lWFxtnpZ0vDIt8/Q6LUlLxE0WP+e3a6KGrwAXdlErBh//6x7U2FS5
+apMMUmLxPvAtcDGKAEC/edjIk7b6NYFwufiqwcgaR4xDLte8yB9kW59yJPsAp3j+
+co3EoJftsELe2LhfMAmA3OJyTIaS+6ZmB7oLaJJxttnIEvhLmyX6iMAMpJYmqgFN
+t04ByuzU7B5uRFRiB6fEq7eAXx9ca7iRR8YLsbGsSO+IZQ/UGTgaihjWPoN23I6K
+LsVQOs++8UV3ymOx9WKuBoKzOvkZY+pmok3XRTAHy72ivxbIcscJVe2yKiY86Tsj
+XchuZUp4eYlbdpO0H0thdCBhdCBUb3IgPGthdEB0b3Jwcm9qZWN0Lm9yZz6JAjgE
+EwECACIFAln2DEUCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEJt10W2H
+lRfa0ZUP/imJgy+KRr8jqu6c0bi5RlWnxzk4ASi7wRIOocpD869JOs8tlwr2q+Pt
+VQ4lW9HgDHQhKySMcDna8HNZhIF9Hj03HATXjnbkivKjkD0qRQ9vR/7bNcT2Jn5T
+3XL5GYrixpczENmOO9IjhTa63r24YiwmTJ2hKn8VzggsXljicZ1jiM3cng2xgu2D
+P9w5J3iYa4xyFhXk6gDWugDuhYt57oZ+pjvjswa2zesDLG5za06lBgcSIpbPGEZf
+HQwD0eVLA+qp6LDAyR8/0s9xzRGIgOgwC9swz6YBmZgYMhkyBs6HD2cWoSfuIygF
+XB66euDor4rb/a1IPoU6GHsyP2YBwxJsCMD0bJLZzQKz+Gsh6eXbRhujptyX0rS8
+q6QhAD+Lg5BrX89sAcJtAhm54FZoQrEB2uX3Vn+EcwYp6z1cnCEFVQer6m/6hErK
+dkW9BzqtqMkT9irzbIOCMtdvqMO/2jO2J7aO05M8AVpkhuMzvAlOoN6jOzD51Ax8
+9UJO7q/DC13A0K6SQUwl5EBPFrkKYqFSEgyJ40x1ZCP3f4piAdI6xolKjf6pNSUd
+7N6wfC1WAoe7NMZ49Jx5bW7mKLb8pPaBX2tKhHEBoz45Vx0Rvu2TWfeZaUZ4g5UI
+9vPqlFrJs56Exu2FFZ7I8VYf/xKRK3ktEKDn5xcNAFGSf94OHbOZiQIcBBABAgAG
+BQJat+XCAAoJEEZ1ZLdQXaYrsGsP/13MPHovIrR9DZlafCoRDSNOPdAMcUNJV14O
+WQ0lHkvyEUEu85+WM6r0SqSTUczM0SOlFtKobWoj7zBBsELdPKLPwPFxwKYHy9E6
+jQCbBhDWTNbBkhxNvzWEU8I0+0J8pwHfj2fxP5YO4DQ38ih//GWJeCD4EspVmsiR
+vApkgoCGBQhFc+gGI03bGeDnUKnwrn/4kue+PXEECv62XFYVCimdqmMs0etcy4IQ
+tqMRUelmzU/8zHqb1s4XuRKMLvkJq98LdXgINVv02MWm6LBpePKmW/LRNfsLqdQE
+X65ZC1TsD0dFB9FMZTu3gVmJ038e1dqsoPojbw2/YKtoz5PLQ4/NPg1YfMQwkNEj
+LV+JP6xkwHp0YatB8wZ/K0B4qcvRzo/nVNlkuivRR+fxfVKvAEhMI07/cm9JzRQT
+sUiX2WKEhl+KuWLeWSiyrds1klCG8KgF6zywusC/ppFWYy2skt0r/syZaZ88GSg0
+yxLIQn06YRHsx+4A+RxokCNkasYWIVDBAD9v1qk2jXXeZUZe5JP9r6UIGokIgiJd

  1   2   >