commit b4edbc0bb483da391c03e7fdd2cf62ba6f0c4503 Author: Antonela hola@antonela.me Date: Mon Jun 3 10:54:25 2019 -0300
replace user-testing with user-research
we are not testing users! --- .../png/{user-testing.png => user-research.png} | Bin .../{user-testing => user-research}/contents.lr | 8 +++---- .../current/contents.lr | 6 +++--- .../signup/contents.lr | 6 +++--- content/user-testing/contents+en.lr | 23 --------------------- content/user-testing/contents+es.lr | 23 --------------------- content/user-testing/contents+fr.lr | 23 --------------------- databags/pagenav+en.ini | 6 +++--- .../{user-testing.html => user-research.html} | 0 9 files changed, 13 insertions(+), 82 deletions(-)
diff --git a/assets/static/images/home/png/user-testing.png b/assets/static/images/home/png/user-research.png similarity index 100% rename from assets/static/images/home/png/user-testing.png rename to assets/static/images/home/png/user-research.png diff --git a/content/user-testing/contents.lr b/content/user-research/contents.lr similarity index 80% rename from content/user-testing/contents.lr rename to content/user-research/contents.lr index 6c5a2f1..83858c8 100644 --- a/content/user-testing/contents.lr +++ b/content/user-research/contents.lr @@ -1,12 +1,12 @@ -section: user testing +section: user research --- -section_id: user-testing +section_id: user-research --- color: primary --- _template: layout.html --- -title: User Testing +title: User Research --- subtitle: We conduct user research while also respecting user privacy. --- @@ -14,7 +14,7 @@ cta: Learn how you can help --- key: 2 --- -html: user-testing.html +html: user-research.html --- body:
diff --git a/content/user-testing/current/contents.lr b/content/user-research/current/contents.lr similarity index 82% rename from content/user-testing/current/contents.lr rename to content/user-research/current/contents.lr index 1d10937..1283e37 100644 --- a/content/user-testing/current/contents.lr +++ b/content/user-research/current/contents.lr @@ -1,6 +1,6 @@ -section: user testing +section: user research --- -section_id: user-testing +section_id: user-research --- color: primary --- @@ -14,6 +14,6 @@ subtitle: Link to somewhere we csan update more than this webpage, even banners --- key: 1 --- -html: user-testing.html +html: user-research.html --- body: diff --git a/content/user-testing/signup/contents.lr b/content/user-research/signup/contents.lr similarity index 81% rename from content/user-testing/signup/contents.lr rename to content/user-research/signup/contents.lr index e238096..06cd047 100644 --- a/content/user-testing/signup/contents.lr +++ b/content/user-research/signup/contents.lr @@ -1,6 +1,6 @@ -section: user testing +section: user research --- -section_id: user-testing +section_id: user-research --- color: primary --- @@ -14,6 +14,6 @@ subtitle: Will you help us by becoming a Tor tester? Sign up for the user testin --- key: 2 --- -html: user-testing.html +html: user-research.html --- body: diff --git a/content/user-testing/contents+en.lr b/content/user-testing/contents+en.lr deleted file mode 100644 index 6c5a2f1..0000000 --- a/content/user-testing/contents+en.lr +++ /dev/null @@ -1,23 +0,0 @@ -section: user testing ---- -section_id: user-testing ---- -color: primary ---- -_template: layout.html ---- -title: User Testing ---- -subtitle: We conduct user research while also respecting user privacy. ---- -cta: Learn how you can help ---- -key: 2 ---- -html: user-testing.html ---- -body: - -Protecting privacy is what we do at Tor. -So how do we collect meaningful user feedback without violating user consent? -We conduct all of our user research through in-person studies that users explicitly opt into. diff --git a/content/user-testing/contents+es.lr b/content/user-testing/contents+es.lr deleted file mode 100644 index 6c5a2f1..0000000 --- a/content/user-testing/contents+es.lr +++ /dev/null @@ -1,23 +0,0 @@ -section: user testing ---- -section_id: user-testing ---- -color: primary ---- -_template: layout.html ---- -title: User Testing ---- -subtitle: We conduct user research while also respecting user privacy. ---- -cta: Learn how you can help ---- -key: 2 ---- -html: user-testing.html ---- -body: - -Protecting privacy is what we do at Tor. -So how do we collect meaningful user feedback without violating user consent? -We conduct all of our user research through in-person studies that users explicitly opt into. diff --git a/content/user-testing/contents+fr.lr b/content/user-testing/contents+fr.lr deleted file mode 100644 index 6c5a2f1..0000000 --- a/content/user-testing/contents+fr.lr +++ /dev/null @@ -1,23 +0,0 @@ -section: user testing ---- -section_id: user-testing ---- -color: primary ---- -_template: layout.html ---- -title: User Testing ---- -subtitle: We conduct user research while also respecting user privacy. ---- -cta: Learn how you can help ---- -key: 2 ---- -html: user-testing.html ---- -body: - -Protecting privacy is what we do at Tor. -So how do we collect meaningful user feedback without violating user consent? -We conduct all of our user research through in-person studies that users explicitly opt into. diff --git a/databags/pagenav+en.ini b/databags/pagenav+en.ini index 1f4097c..1be3fa3 100644 --- a/databags/pagenav+en.ini +++ b/databags/pagenav+en.ini @@ -2,9 +2,9 @@ path = relay-operations label = Relay Operations
-[user-testing] -path = user-testing -label = User Testing +[user-research] +path = user-research +label = User Research
[training] path = training diff --git a/templates/user-testing.html b/templates/user-research.html similarity index 100% rename from templates/user-testing.html rename to templates/user-research.html
tor-commits@lists.torproject.org