diff --git a/templates/api.mako b/templates/api.mako index fd56a3b..a164658 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 (Yahoo! BOSS) as a source of URLs to compare against the page. + Whether to use a search engine (Bing) as a source of URLs to compare against the page. use_links diff --git a/templates/index.mako b/templates/index.mako index f93f1a7..11e25aa 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 Yahoo! BOSS, 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 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.

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.