A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

15 行
750 B

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