From b88aeffd5a5d95d0845d8d0ed865bed5747bc365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Mon, 26 Feb 2018 17:09:05 +0100 Subject: [PATCH 1/2] Helpful README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c4235..cdb701d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # mpri-webdam -Générer tout plein de faux historiques. Parce qu'il faut bien valider ce cours. +Generate realistic fake browsing histories for borderline and/or activists +users, to hide real traffic from global surveillance. + +Lacks proper documentation at the moment `:(` From d3d04739e7fbd9c6dcc0094d73af05ed26ec684a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Mon, 26 Feb 2018 17:10:18 +0100 Subject: [PATCH 2/2] Add DuckDuckGo lite search engine to stock data This search engine works better than the others --- data/search_engine.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/search_engine.json b/data/search_engine.json index 00796ea..10f6545 100644 --- a/data/search_engine.json +++ b/data/search_engine.json @@ -13,6 +13,13 @@ "query_pattern":"?q={}" } }, + { + "searchengine": { + "name":"Duckduckgo Lite", + "url":"https://duckduckgo.com/lite/", + "query_pattern":"?q={}" + } + }, { "searchengine": { "name":"Qwant",