From d9b49d84f95bb3edb59ada3a3b0275e00d587aca Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 14 Jan 2019 02:05:13 -0500 Subject: [PATCH] Tweak phrasing --- templates/index.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.mako b/templates/index.mako index 8268c63..5718fab 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -47,9 +47,9 @@ % 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 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.

+

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 compare the article to a specific webpage without making additional searches, 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.

+

Be aware that other websites can copy from Wikipedia, so check the results carefully, especially for older or well-developed articles. Specific websites can be skipped by being added to the excluded URL list.