commit f5fa0dfe2981a05b1ee7958bced970a578c9929d Author: Arturo Filastò arturo@filasto.net Date: Fri Jan 27 11:51:33 2017 +0000
Fix formatting in decks --- data/decks/http-invalid.yaml | 6 +++--- data/decks/tor.yaml | 10 ++++++---- data/decks/web.yaml | 8 +++++++- 3 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/data/decks/http-invalid.yaml b/data/decks/http-invalid.yaml index 7b7f6575..cda31e91 100644 --- a/data/decks/http-invalid.yaml +++ b/data/decks/http-invalid.yaml @@ -1,8 +1,8 @@ --- name: Test for Middle Boxes -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." +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/tor.yaml b/data/decks/tor.yaml index a26364cc..f8bff6ba 100644 --- a/data/decks/tor.yaml +++ b/data/decks/tor.yaml @@ -1,9 +1,11 @@ --- 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." +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: diff --git a/data/decks/web.yaml b/data/decks/web.yaml index bd9dfd51..ad6792a7 100644 --- a/data/decks/web.yaml +++ b/data/decks/web.yaml @@ -1,6 +1,12 @@ --- 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." +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:
tor-commits@lists.torproject.org