A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
876 B

  1. <%page args="environ, cookies"/>\
  2. <%namespace module="copyvios.background" import="get_desc_url"/>\
  3. </div>
  4. <div id="footer">
  5. <div id="foot-divider"></div>
  6. <p>Copyright &copy; 2009&ndash;2013 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
  7. <a href="mailto:wikipedia.earwig@gmail.com">Contact</a> &bull; \
  8. <a href="https://github.com/earwig/copyvios">View Source</a> &bull; \
  9. % if ("CopyviosBackground" in cookies and cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in cookies:
  10. <a href="${get_desc_url() | h}">Background</a> &bull; \
  11. % endif
  12. <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a>
  13. </p>
  14. </div>
  15. </body>
  16. </html>