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.
 
 
 
 
 

18 lines
813 B

  1. <%!
  2. from datetime import datetime
  3. from flask import g, request
  4. %>\
  5. </div>
  6. <div id="footer">
  7. <p>Copyright &copy; 2009&ndash;${datetime.now().year} <a href="https://en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
  8. <a href="${request.script_root}/api">API</a> &bull; \
  9. <a href="https://github.com/earwig/copyvios">Source Code</a> &bull; \
  10. % if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:
  11. <a href="${g.descurl | h}">Background</a> &bull; \
  12. % endif
  13. <a href="https://validator.w3.org/check?uri=referer">Valid HTML5</a>
  14. </p>
  15. </div>
  16. </body>
  17. </html>