diff --git a/templates/api.mako b/templates/api.mako index 2d589f0..6f4732e 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 (Yandex) as a source of URLs to compare against the page. + Whether to use a search engine (Google) as a source of URLs to compare against the page. use_links diff --git a/templates/index.mako b/templates/index.mako index 4ce5631..e1610d2 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 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.

+

This tool attempts to detect copyright violations in articles. In search mode, it will check for similar content elsewhere on the web using Google, 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.