commit 99ce17e3fb6a358441177b0233a2b2c2b2381710
Author: emma peel <emma.peel(a)riseup.net>
Date: Thu Mar 7 13:28:39 2019 +0100
prepare strings for localization
---
content/about/history/contents.lr | 13 +++++++++----
templates/thank-you.html | 6 +++---
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/content/about/history/contents.lr b/content/about/history/contents.lr
index 37165dd..cf1ec25 100644
--- a/content/about/history/contents.lr
+++ b/content/about/history/contents.lr
@@ -22,19 +22,24 @@ The goal of onion routing was to have a way to use the internet with as much pri
In the early 2000s, Roger Dingledine, a recent [Massachusetts Institute of Technology (MIT)](https://web.mit.edu/) graduate, began working on an NRL onion routing project with Paul Syverson. To distinguish this original work at NRL from other onion routing efforts that were starting to pop up elsewhere, Roger called the project Tor, which stood for The Onion Routing. Nick Mathewson, a classmate of Roger's at MIT, joined the project soon after.
-From its inception in the 1990s, onion routing was conceived to rely on a decentralized network. The network needed to be operated by entities with diverse interests and trust assumptions, and the software needed to be free and open to maximize transparency and separation. That’s why in October 2002 when the Tor network was initially deployed, its code was released under a free and open software license. By the end of 2003, the network had about a dozen volunteer nodes, mostly in the U.S., plus one in Germany.
+From its inception in the 1990s, onion routing was conceived to rely on a decentralized network. The network needed to be operated by entities with diverse interests and trust assumptions, and the software needed to be free and open to maximize transparency and separation.
+That’s why in October 2002 when the Tor network was initially deployed, its code was released under a free and open software license.
+By the end of 2003, the network had about a dozen volunteer nodes, mostly in the U.S., plus one in Germany.
Recognizing the benefit of Tor to digital rights, the [Electronic Frontier Foundation (EFF)](https://www.eff.org/) began funding Roger's and Nick's work on Tor in 2004. In 2006, the Tor Project, Inc., a 501(c)3 nonprofit organization, was founded to maintain Tor’s development.
In 2007, the organization began developing bridges to the Tor network to address censorship, such as the need to get around government firewalls, in order for its users to access the open web.
-Tor began gaining popularity among activists and tech-savvy users interested in privacy, but it was still difficult for less-technically savvy people to use, so starting in 2005, development of tools beyond just the Tor proxy began. Development of Tor Browser began in [2008](https://lists.torproject.org/pipermail/tor-talk/2008-January/007837.h….
+Tor began gaining popularity among activists and tech-savvy users interested in privacy, but it was still difficult for less-technically savvy people to use, so starting in 2005, development of tools beyond just the Tor proxy began.
+Development of Tor Browser began in [2008](https://lists.torproject.org/pipermail/tor-talk/2008-January/007837.h….
With Tor Browser having made Tor more accessible to everyday internet users and activists, Tor was an instrumental tool during the [Arab Spring](https://www.theguardian.com/us-news/the-nsa-files) beginning in late 2010. It not only protected people’s identity online but also allowed them to access critical resources, social media, and websites which were blocked.
-The need for tools safeguarding against mass surveillance became a mainstream concern thanks to the [Snowden revelations in 2013](https://www.theguardian.com/us-news/the-nsa-files). Not only was Tor instrumental to Snowden’s whistleblowing, but content of the documents also upheld assurances that, at that time, [Tor could not be cracked](https://www.wired.com/story/the-grand-tor/).
+The need for tools safeguarding against mass surveillance became a mainstream concern thanks to the [Snowden revelations in 2013](https://www.theguardian.com/us-news/the-nsa-files).
+Not only was Tor instrumental to Snowden’s whistleblowing, but content of the documents also upheld assurances that, at that time, [Tor could not be cracked](https://www.wired.com/story/the-grand-tor/).
-People’s awareness of tracking, surveillance, and censorship may have increased, but so has the prevalence of these hindrances to internet freedom. Today, the network has [thousands of relays](http://metrics.torproject.org) run by volunteers and millions of users worldwide. And it is this diversity that keeps Tor users safe.
+People’s awareness of tracking, surveillance, and censorship may have increased, but so has the prevalence of these hindrances to internet freedom.
+Today, the network has [thousands of relays](http://metrics.torproject.org) run by volunteers and millions of users worldwide. And it is this diversity that keeps Tor users safe.
We at the Tor Project fight every day for everyone to have private access to an uncensored internet, and Tor has become the world’s strongest tool for privacy and freedom online.
diff --git a/templates/thank-you.html b/templates/thank-you.html
index 745cc2b..9f14d53 100644
--- a/templates/thank-you.html
+++ b/templates/thank-you.html
@@ -10,15 +10,15 @@
<div class="row">
<div class="col-md-4">
<i class="fas fa-paper-plane text-primary pr-2"></i>
- <h4><a href="https://newsletter.torproject.org">{{ _('Sign up') }}</a>{{ _(' for Tor News and get updates and opportunities from across the organization and community.') }}</h4>
+ <h4><a href="https://newsletter.torproject.org">{{ _('Sign up for Tor News and get updates and opportunities from across the organization and community.') }}</a></h4>
</div>
<div class="col-md-4">
<i class="fas fa-cube text-primary pr-2"></i>
- <h4><a href="https://trac.torproject.org/projects/tor/wiki/TorRelayGuide">{{ _('Run a relay') }}</a>{{ _(' to make the network faster and more decentralized.') }}</h4>
+ <h4><a href="https://trac.torproject.org/projects/tor/wiki/TorRelayGuide">{{ _('Run a relay to make the network faster and more decentralized.') }}</a></h4>
</div>
<div class="col-md-4">
<i class="fas fa-hands-helping text-primary pr-2"></i>
- <h4>{{ _('Use your skills to') }}<a href="https://torproject.org/volunteer">{{ _(' volunteer.') }}</a></h4>
+ <h4><a href="https://torproject.org/volunteer">{{ _('Use your skills to volunteer.') }}</a></h4>
</div>
</div>
</div>
commit 43fbd9cd69cf5459097eafd76d47c4c3ce61b8ad
Author: emma peel <emma.peel(a)riseup.net>
Date: Sat Mar 9 10:59:49 2019 +0100
replace http with https link
---
content/about/history/contents.lr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/about/history/contents.lr b/content/about/history/contents.lr
index 3b357eb..d88836c 100644
--- a/content/about/history/contents.lr
+++ b/content/about/history/contents.lr
@@ -42,7 +42,7 @@ The need for tools safeguarding against mass surveillance became a mainstream co
Not only was Tor instrumental to Snowden’s whistleblowing, but content of the documents also upheld assurances that, at that time, [Tor could not be cracked](https://www.wired.com/story/the-grand-tor/).
People’s awareness of tracking, surveillance, and censorship may have increased, but so has the prevalence of these hindrances to internet freedom.
-Today, the network has [thousands of relays](http://metrics.torproject.org) run by volunteers and millions of users worldwide. And it is this diversity that keeps Tor users safe.
+Today, the network has [thousands of relays](https://metrics.torproject.org) run by volunteers and millions of users worldwide. And it is this diversity that keeps Tor users safe.
We, at the Tor Project, fight every day for everyone to have private access to an uncensored internet, and Tor has become the world’s strongest tool for privacy and freedom online.
commit 4d7f26f206f3c08bba3075ebbd4da6165d10c161
Author: emma peel <emma.peel(a)riseup.net>
Date: Sat Mar 9 10:59:19 2019 +0100
translators source corrections, thanks Ao!
---
content/about/history/contents.lr | 2 +-
content/about/sponsors/mozilla/contents.lr | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/about/history/contents.lr b/content/about/history/contents.lr
index 9589d67..3b357eb 100644
--- a/content/about/history/contents.lr
+++ b/content/about/history/contents.lr
@@ -44,6 +44,6 @@ Not only was Tor instrumental to Snowden’s whistleblowing, but content of the
People’s awareness of tracking, surveillance, and censorship may have increased, but so has the prevalence of these hindrances to internet freedom.
Today, the network has [thousands of relays](http://metrics.torproject.org) run by volunteers and millions of users worldwide. And it is this diversity that keeps Tor users safe.
-We at the Tor Project fight every day for everyone to have private access to an uncensored internet, and Tor has become the world’s strongest tool for privacy and freedom online.
+We, at the Tor Project, fight every day for everyone to have private access to an uncensored internet, and Tor has become the world’s strongest tool for privacy and freedom online.
But Tor is more than just software. It is a labor of love produced by an international community of people devoted to human rights. The Tor Project is [deeply committed](https://blog.torproject.org/tor-social-contract) to transparency and the safety of its users.
diff --git a/content/about/sponsors/mozilla/contents.lr b/content/about/sponsors/mozilla/contents.lr
index 34aa8d6..b09ecdf 100644
--- a/content/about/sponsors/mozilla/contents.lr
+++ b/content/about/sponsors/mozilla/contents.lr
@@ -14,4 +14,5 @@ link: https://www.mozilla.org/en-US/moss/
---
description:
-Mozilla’s mission is to ensure the Internet is a global public resource, open and accessible to all. Several grants from Mozilla , including the Mozilla Open Source Support (MOSS) awards program, helped with the following projects: maintaining TorBirdy, a plugin to connect your email client Thunderbird with Tor; modularization of Tor network codebase making it more accessible, faster, and easier to adopt; significant improvements to OONI Explorer; Open Web Fellowship; Glass Room exhibit; and Mozilla’s year-end matching funds that help all of Tor’s important work.
+Mozilla’s mission is to ensure the Internet is a global public resource, open and accessible to all.
+Several grants from Mozilla, including the Mozilla Open Source Support (MOSS) awards program, helped with the following projects: maintaining TorBirdy, a plugin to connect your email client Thunderbird with Tor; modularization of Tor network codebase making it more accessible, faster, and easier to adopt; significant improvements to OONI Explorer; Open Web Fellowship; Glass Room exhibit; and Mozilla’s year-end matching funds that help all of Tor’s important work.
commit 6db62df1ae34bed062a8073e6e319fe95d515001
Author: emma peel <emma.peel(a)riseup.net>
Date: Sat Mar 9 05:52:02 2019 +0100
better strings for l10n
---
content/about/contents.lr | 4 ++--
content/about/history/contents.lr | 11 +++++++----
content/about/jobs/contents.lr | 2 +-
content/about/people/contents.lr | 2 +-
content/about/reports/contents.lr | 2 +-
content/about/sponsors/contents.lr | 2 +-
content/contact/contents.lr | 4 ++--
content/download/contents.lr | 4 ++--
content/download/languages/contents.lr | 2 +-
content/download/options/contents.lr | 2 +-
content/press/contents.lr | 4 ++--
content/thank-you/contents.lr | 9 ++++++---
12 files changed, 27 insertions(+), 21 deletions(-)
diff --git a/content/about/contents.lr b/content/about/contents.lr
index 36890a7..a9cbf7c 100644
--- a/content/about/contents.lr
+++ b/content/about/contents.lr
@@ -1,12 +1,12 @@
_template: about.html
---
-section: about
+section: About
---
section_id: about
---
color: primary
---
-title: history
+title: History
---
body:
diff --git a/content/about/history/contents.lr b/content/about/history/contents.lr
index cf1ec25..9589d67 100644
--- a/content/about/history/contents.lr
+++ b/content/about/history/contents.lr
@@ -1,6 +1,6 @@
_template: about.html
---
-section: about
+section: About
---
section_id: about
---
@@ -16,11 +16,14 @@ The Tor Project, Inc, became a 501(c)3 nonprofit in 2006, but the idea of “oni
**Just like Tor users, the developers, researchers, and funders who’ve made Tor possible are a diverse group of people. But all of the people who have been involved in Tor are united by a common belief: internet users should have private access to an uncensored web.**
-In the 1990s, the lack of security on the internet and its ability to be used for tracking and surveillance was becoming clear, and in 1995, David Goldschlag, Mike Reed, and Paul Syverson at the U.S. Naval Research Lab (NRL), asked themselves if there was a way to create internet connections that don’t reveal who is talking to whom, even to someone monitoring the network. Their answer was to create and deploy the first research designs and prototypes of onion routing.
+In the 1990s, the lack of security on the internet and its ability to be used for tracking and surveillance was becoming clear, and in 1995, David Goldschlag, Mike Reed, and Paul Syverson at the U.S. Naval Research Lab (NRL) asked themselves if there was a way to create internet connections that don’t reveal who is talking to whom, even to someone monitoring the network.
+Their answer was to create and deploy the first research designs and prototypes of onion routing.
-The goal of onion routing was to have a way to use the internet with as much privacy as possible, and the idea was to route traffic through multiple servers and encrypt it each step of the way. This is still a simple explanation for how Tor works today.
+The goal of onion routing was to have a way to use the internet with as much privacy as possible, and the idea was to route traffic through multiple servers and encrypt it each step of the way.
+This is still a simple explanation for how Tor works today.
-In the early 2000s, Roger Dingledine, a recent [Massachusetts Institute of Technology (MIT)](https://web.mit.edu/) graduate, began working on an NRL onion routing project with Paul Syverson. To distinguish this original work at NRL from other onion routing efforts that were starting to pop up elsewhere, Roger called the project Tor, which stood for The Onion Routing. Nick Mathewson, a classmate of Roger's at MIT, joined the project soon after.
+In the early 2000s, Roger Dingledine, a recent [Massachusetts Institute of Technology (MIT)](https://web.mit.edu/) graduate, began working on an NRL onion routing project with Paul Syverson.
+To distinguish this original work at NRL from other onion routing efforts that were starting to pop up elsewhere, Roger called the project Tor, which stood for The Onion Routing. Nick Mathewson, a classmate of Roger's at MIT, joined the project soon after.
From its inception in the 1990s, onion routing was conceived to rely on a decentralized network. The network needed to be operated by entities with diverse interests and trust assumptions, and the software needed to be free and open to maximize transparency and separation.
That’s why in October 2002 when the Tor network was initially deployed, its code was released under a free and open software license.
diff --git a/content/about/jobs/contents.lr b/content/about/jobs/contents.lr
index 38c41cb..7114a31 100644
--- a/content/about/jobs/contents.lr
+++ b/content/about/jobs/contents.lr
@@ -2,7 +2,7 @@ _model: jobs
---
_template: about.html
---
-section: about
+section: About
---
section_id: about
---
diff --git a/content/about/people/contents.lr b/content/about/people/contents.lr
index d9928f9..58d00f2 100644
--- a/content/about/people/contents.lr
+++ b/content/about/people/contents.lr
@@ -2,7 +2,7 @@ _model: people
---
_template: about.html
---
-section: about
+section: About
---
section_id: about
---
diff --git a/content/about/reports/contents.lr b/content/about/reports/contents.lr
index cc6e037..168dfdb 100644
--- a/content/about/reports/contents.lr
+++ b/content/about/reports/contents.lr
@@ -1,6 +1,6 @@
_template: about.html
---
-section: about
+section: About
---
section_id: about
---
diff --git a/content/about/sponsors/contents.lr b/content/about/sponsors/contents.lr
index 4966d19..10993ed 100644
--- a/content/about/sponsors/contents.lr
+++ b/content/about/sponsors/contents.lr
@@ -2,7 +2,7 @@ _model: sponsors
---
_template: about.html
---
-section: about
+section: About
---
section_id: about
---
diff --git a/content/contact/contents.lr b/content/contact/contents.lr
index 40b9589..5cb4b15 100644
--- a/content/contact/contents.lr
+++ b/content/contact/contents.lr
@@ -1,6 +1,6 @@
_template: layout.html
---
-section: the tor project
+section: The Tor Project
---
section_id: the_tor_project
---
@@ -8,7 +8,7 @@ html: contact.html
---
color: primary
---
-title: contact
+title: Contact
---
body:
diff --git a/content/download/contents.lr b/content/download/contents.lr
index de8f01f..79b9136 100644
--- a/content/download/contents.lr
+++ b/content/download/contents.lr
@@ -1,6 +1,6 @@
_template: jumbotron.html
---
-section: download
+section: Download
---
section_id: download
---
@@ -8,6 +8,6 @@ html: download.html
---
color: dark
---
-title: download
+title: Download
---
body:
diff --git a/content/download/languages/contents.lr b/content/download/languages/contents.lr
index d55af50..6004c91 100644
--- a/content/download/languages/contents.lr
+++ b/content/download/languages/contents.lr
@@ -1,6 +1,6 @@
_template: jumbotron.html
---
-section: download
+section: Download
---
section_id: download
---
diff --git a/content/download/options/contents.lr b/content/download/options/contents.lr
index eff395d..7f490e2 100644
--- a/content/download/options/contents.lr
+++ b/content/download/options/contents.lr
@@ -1,6 +1,6 @@
_template: jumbotron.html
---
-section: download
+section: Download
---
section_id: download
---
diff --git a/content/press/contents.lr b/content/press/contents.lr
index e304e09..e47ec8b 100644
--- a/content/press/contents.lr
+++ b/content/press/contents.lr
@@ -2,7 +2,7 @@ _template: layout.html
---
_model: press
---
-section: the tor project
+section: The Tor Project
---
section_id: the_tor_project
---
@@ -10,7 +10,7 @@ html: press.html
---
color: primary
---
-title: press
+title: Press
---
body:
diff --git a/content/thank-you/contents.lr b/content/thank-you/contents.lr
index 9a2f869..3ba1f1e 100644
--- a/content/thank-you/contents.lr
+++ b/content/thank-you/contents.lr
@@ -1,6 +1,6 @@
_template: layout.html
---
-section: the tor project
+section: The Tor Project
---
section_id: the_tor_project
---
@@ -8,8 +8,11 @@ html: thank-you.html
---
color: primary
---
-title: success
+title: Success
---
body:
-You’re equipped to browse freely. Tor is the strongest tool for privacy and freedom online. It is free and open source software maintained by the Tor Project and a community of volunteers worldwide. We need your help to keep Tor secure and safe for millions across the globe. [Donate Now](https://donate.torproject.org/)
+You’re equipped to browse freely.
+Tor is the strongest tool for privacy and freedom online.
+It is free and open source software maintained by the Tor Project and a community of volunteers worldwide.
+We need your help to keep Tor secure and safe for millions across the globe. [Donate Now](https://donate.torproject.org/)
commit 723ee074d7ad27e6d922f57a1eedcd6b15001ad2
Author: emma peel <emma.peel(a)riseup.net>
Date: Sat Mar 9 11:11:03 2019 +0100
replace http with https link
---
content/about/people/biella-core/contents.lr | 2 +-
content/about/people/hellais/contents.lr | 2 +-
content/about/people/robgjansen/contents.lr | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/about/people/biella-core/contents.lr b/content/about/people/biella-core/contents.lr
index 8286394..82d2cd8 100644
--- a/content/about/people/biella-core/contents.lr
+++ b/content/about/people/biella-core/contents.lr
@@ -14,4 +14,4 @@ image: /static/images/people/biella.png
---
description:
-[Anthropologist](http://gabriellacoleman.org/) and Wolfe Chair in Scientific and Technological Literacy at McGill University.
+[Anthropologist](https://gabriellacoleman.org/) and Wolfe Chair in Scientific and Technological Literacy at McGill University.
diff --git a/content/about/people/hellais/contents.lr b/content/about/people/hellais/contents.lr
index 893f4c2..6f12140 100644
--- a/content/about/people/hellais/contents.lr
+++ b/content/about/people/hellais/contents.lr
@@ -14,4 +14,4 @@ image: /static/images/people/hellais.png
---
description:
-Project leader for [OONI](https://ooni.torproject.org/), has helped with [tor2web](http://tor2web.org/), wrote Atlas which later became [Relay Search](https://metrics.torproject.org/rs.html), and helps improve security.
+Project leader for [OONI](https://ooni.torproject.org/), has helped with [tor2web](https://www.tor2web.org/), wrote Atlas which later became [Relay Search](https://metrics.torproject.org/rs.html), and helps improve security.
diff --git a/content/about/people/robgjansen/contents.lr b/content/about/people/robgjansen/contents.lr
index b3df393..bcc7252 100644
--- a/content/about/people/robgjansen/contents.lr
+++ b/content/about/people/robgjansen/contents.lr
@@ -14,4 +14,4 @@ image: /static/images/people/robgjansen.png
---
description:
-[NRL](https://www.nrl.navy.mil/) research scientist, [leading expert in Tor network performance](http://www.robgjansen.com/), and author of [Shadow](https://shadow.github.io/).
+[NRL](https://www.nrl.navy.mil/) research scientist, [leading expert in Tor network performance](https://www.robgjansen.com/), and author of [Shadow](https://shadow.github.io/).
commit 956dd9b0c9e2c1952d06be65b5d080216f297d6c
Author: emma peel <emma.peel(a)riseup.net>
Date: Mon Mar 11 12:41:05 2019 +0100
text more vague so we dont need updates
---
content/about/sponsors/sida/contents.lr | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/about/sponsors/sida/contents.lr b/content/about/sponsors/sida/contents.lr
index 0d9f8f5..46d69ae 100644
--- a/content/about/sponsors/sida/contents.lr
+++ b/content/about/sponsors/sida/contents.lr
@@ -14,5 +14,5 @@ link: https://www.sida.se/English/
---
description:
-Sida is a government agency working on behalf of the Swedish parliament and government to help implement Sweden’s Policy for Global Development, with the mission to reduce poverty in the world.
-We are using this grant to improve usability and community training in support of democracy and human rights in Uganda and Colombia.
+Sida is a government agency working on behalf of the Swedish parliament and government, with the mission to reduce poverty in the world.
+Through their work and in cooperation with others, Sida contributes to implementing Sweden’s Policy for Global Development.