Browse Source

Remove more old stuff.

pull/24/head
Ben Kurtovic 11 years ago
parent
commit
5e6e95f264
2 changed files with 2 additions and 13 deletions
  1. +0
    -1
      pages/index.mako
  2. +2
    -12
      pages/support/header.mako

+ 0
- 1
pages/index.mako View File

@@ -16,7 +16,6 @@
<p>Unsupported URI scheme: <a href="${query.url | h}">${query.url | h}</a>.</p>
</div>
% endif
<h1>Copyvio Detector</h1>
<p>This tool attempts to detect <a href="//en.wikipedia.org/wiki/WP:COPYVIO">copyright violations</a> 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 <a href="//toolserver.org/~dcoetzee/duplicationdetector/">Duplication Detector</a>. Check out the <a href="//en.wikipedia.org/wiki/User:EarwigBot/Copyvios/FAQ">FAQ</a> for more information and technical details.</p>
<p><i>Note:</i> The tool is still in beta. You are completely welcome to use it and provide <a href="//en.wikipedia.org/wiki/User_talk:The_Earwig">feedback</a>, but be aware that it may produce strange or broken results.</p>
<form action="${environ['PATH_INFO']}" method="get">


+ 2
- 12
pages/support/header.mako View File

@@ -28,17 +28,7 @@
<body onload="update_screen_size()" style="background-image: url('${bg_url | h}'); background-size: cover;">
% endif
<div id="header">
<p id="heading"><a class="dark" href="${pretty}">earwig</a><span class="light">@</span><a class="mid" href="https://wiki.toolserver.org/">toolserver</a><span class="light">:</span><a class="dark" href="${this}">${slug}</a></p>
<p id="links"><span class="light">&gt;</span>
% for num, tool in enumerate(tools, 1):
% if tool != "DIVIDER":
<% name, tool, link, complete, desc = tool %>\
<abbr title="${name}${' (incomplete)' if not complete else ''}"><a class="${'dark' if complete else 'mid'}" href="${pretty}/${link}">${tool}</a></abbr>
% endif
% if num < len(tools):
<span class="light">&#124;</span>
% endif
% endfor
</p>
<p id="heading"><a class="dark" href="${pretty}">Earwig's Copyvio Detector</a></p>
<p id="links"><a class="mid" href="${pretty}/settings">Settings</a></p>
</div>
<div id="container">

Loading…
Cancel
Save