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
716 B

  1. <%!
  2. from datetime import datetime
  3. from flask import g, request
  4. %>\
  5. </div>
  6. <div id="footer">
  7. <ul>
  8. <li>Maintained by <a href="https://en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a></li>
  9. <li><a href="${request.script_root}/api">API</a></li>
  10. <li><a href="https://github.com/earwig/copyvios">Source code</a></li>
  11. % if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:
  12. <li><a href="${g.descurl | h}">Background image</a></li>
  13. % endif
  14. </ul>
  15. </div>
  16. </body>
  17. </html>