diff --git a/templates/index.mako b/templates/index.mako index 9f6fb87..d1da714 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -17,7 +17,7 @@ % if query.error == "bad action": Unknown action: ${query.action | h}. % elif query.error == "no search method": - No copyvio search methods were selected. A check can only be made using a search engine, links present in the page, or both. + No copyvio search methods were selected. A check can only be made using the search engine, links present in the page, Turnitin, or some combination of these. % elif query.error == "no URL": URL comparison mode requires a URL to be entered. Enter one in the text box below, or choose copyvio search mode to look for content similar to the article elsewhere on the web. % elif query.error == "bad URI": @@ -46,9 +46,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 Yahoo! BOSS and/or external links present in the text of the page, 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 45 seconds if other websites are slow. Please be patient. If you get a timeout, wait a moment and refresh the page.

-

Specific websites can be skipped (for example, if their content is in the public domain) by being added to the excluded URL list.

+

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.

+

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.

@@ -171,17 +171,17 @@
Turnitin Results
% if query.turnitin_result.reports: -

Turnitin (through EranBot) found revisions that may have been plagiarized. Please review them.

+

Turnitin (through EranBot) found revisions that may have been plagiarized. Please review them.

- %for report in turnitin_result.reports: - - %endfor + % endfor
Turnitin report ${report.reportid} for text added at ${report.time_posted}: + % for report in turnitin_result.reports: +
Turnitin report ${report.reportid} for text added at ${report.time_posted}:
    % for source in report.sources:
  • ${source['percent']}% of revision text (${source['words']} words) found at ${source['url']}
  • % endfor
% else:

Turnitin (through EranBot) found no matching sources.