commit 7fb350b4c0b65ca0e46c70a06467942035c3f096 Author: Maria maria.x@espiv.net Date: Wed Jan 25 17:43:17 2017 +0100
Edits to the deck descriptions included in OONI web UI --- data/decks/http-invalid.yaml | 6 ++++-- data/decks/im.yaml | 10 ++++++---- data/decks/tor.yaml | 9 ++++++--- data/decks/web.yaml | 4 ++-- 4 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/data/decks/http-invalid.yaml b/data/decks/http-invalid.yaml index 405ec5da..c37a8075 100644 --- a/data/decks/http-invalid.yaml +++ b/data/decks/http-invalid.yaml @@ -1,6 +1,8 @@ --- -name: HTTP Invalid Request Line -description: This deck runs HTTP Invalid Request Line test +name: Test for Surveillance +description: "This deck runs the HTTP Invalid +Request Line test which tries to detect censorship and/or surveillance systems +in your network by sending an HTTP invalid request line to an echo server." schedule: "@daily" icon: "fa-gears" tasks: diff --git a/data/decks/im.yaml b/data/decks/im.yaml index 31c88d3d..92984cf5 100644 --- a/data/decks/im.yaml +++ b/data/decks/im.yaml @@ -1,13 +1,15 @@ --- -name: Instant Messaging deck -description: This test deck will check to see if instant messaging applications are working +name: Test Instant Messaging Apps +description: "This test deck will check to see if instant messaging applications are working. + The WhatsApp test examines the reachability of both WhatsApp and WhatsApp's web interface (web.whatsapp.com) in your network. + The Facebook Messenger test examines the reachability of Facebook Messenger in your network." schedule: "@daily" icon: "fa-comment-o" tasks: -- name: Checks to see if WhatsApp is working +- name: Checks to see if WhatsApp is working. ooni: test_name: whatsapp
-- name: Checks to see if Facebook Messenger is working +- name: Checks to see if Facebook Messenger is working. ooni: test_name: facebook_messenger diff --git a/data/decks/tor.yaml b/data/decks/tor.yaml index d732f345..a26364cc 100644 --- a/data/decks/tor.yaml +++ b/data/decks/tor.yaml @@ -1,6 +1,9 @@ --- -name: Tor test deck -description: This deck runs test related to testing the reachability of the Tor network +name: Test Tor +description: "This deck includes tests designed to examine the reachability of the Tor network and Tor bridges. + The Vanilla Tor test examines the reachability of the Tor network. + The Tor Bridges test examines the reachability of Tor bridges in your network. + The Meek Fronted Requests test examines whether the domains used by Meek (a type of Tor bridge) work in your network." schedule: "@daily" icon: "fa-wrench" tasks: @@ -8,7 +11,7 @@ tasks: ooni: test_name: vanilla_tor
-- name: Runs the Meek fronted request test +- name: Runs the Meek Fronted Requests test ooni: test_name: meek_fronted_requests
diff --git a/data/decks/web.yaml b/data/decks/web.yaml index 7e9b9c8f..bd9dfd51 100644 --- a/data/decks/web.yaml +++ b/data/decks/web.yaml @@ -1,6 +1,6 @@ --- -name: Web test deck -description: This deck runs HTTP Header Field Manipulation and the Web Connectivity test +name: Test URLs +description: "This deck examines whether (and how) websites are blocked and tries to detect censorship and/or surveillance systems in your network. The Web Connectivity test examines whether access to websites is blocked through DNS tampering, TCP connection RST/IP blocking, or by a transparent HTTP proxy. The HTTP Header Field Manipulation test tries to detect censorship and/or surveillance systems in your network by sending HTTP headers to an echo server that have variations in capitalization." schedule: "@daily" icon: "fa-unlink" tasks: