From 66122c147f748e6e88a4fa02e7e552eb97e258e3 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 19 Jul 2012 03:14:24 -0400 Subject: [PATCH] Try to clarify the optionality of giving a URL. --- pages/copyvios.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/copyvios.mako b/pages/copyvios.mako index 2506d88..fdd5136 100644 --- a/pages/copyvios.mako +++ b/pages/copyvios.mako @@ -200,7 +200,7 @@ %>\ <%include file="/support/header.mako" args="environ=environ, title='Copyvio Detector', add_css=('copyvios.css',), add_js=('copyvios.js',)"/>

Copyvio Detector

-

This tool attempts to detect copyright violations in articles. Simply give the title of the page you want to check and hit Submit. The tool will then search for its content elsewhere on the web and display a report if a similar webpage is found. If you provide a URL, it will not query any search engines and instead display a report comparing the article to that particular webpage, like the Duplication Detector. Check out the FAQ for more information and technical details.

+

This tool attempts to detect copyright violations in articles. Simply give the title of the page you want to check and hit Submit. The tool will then search for its content elsewhere on the web and display a report if a similar webpage is found. If you also provide a URL, it will not query any search engines and instead display a report comparing the article to that particular webpage, like the Duplication Detector. Check out the FAQ for more information and technical details.

@@ -223,7 +223,7 @@ % endif - + % if url: % else:
URL:URL (optional):