From 3e8dc731da3fecd35b7de04ac64c462028ee2748 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 10 May 2016 05:00:41 -0500 Subject: [PATCH] Bing -> Yandex --- templates/api.mako | 2 +- templates/index.mako | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/api.mako b/templates/api.mako index a164658..2d589f0 100644 --- a/templates/api.mako +++ b/templates/api.mako @@ -151,7 +151,7 @@ use_engine boolean No (default: true) - Whether to use a search engine (Bing) as a source of URLs to compare against the page. + Whether to use a search engine (Yandex) as a source of URLs to compare against the page. use_links diff --git a/templates/index.mako b/templates/index.mako index 11e25aa..4ce5631 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -46,7 +46,7 @@ % endif %endif -

This tool attempts to detect copyright violations in articles. In search mode, it will check for similar content elsewhere on the web using Bing Search, external links present in the text of the page, or Turnitin (provided by EranBot), depending on which options are selected. In comparison mode, the tool will skip the searching step and display a report comparing the article to the given webpage, like the Duplication Detector.

+

This tool attempts to detect copyright violations in articles. In search mode, it will check for similar content elsewhere on the web using Yandex, external links present in the text of the page, or Turnitin (provided by EranBot), depending on which options are selected. In comparison mode, the tool will skip the searching step and display a report comparing the article to the given webpage, like the Duplication Detector.

Running a full check can take up to a minute if other websites are slow or if the tool is under heavy use. Please be patient. If you get a timeout, wait a moment and refresh the page.

Specific websites can be skipped (for example, if they copy from Wikipedia) by being added to the excluded URL list.