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.
 
 
 
 
 

22 line
1014 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>API - Earwig's Copyvio Detector</title>
  6. <link rel="stylesheet" href="${request.script_root}/static/api.min.css" type="text/css" />
  7. </head>
  8. <body>
  9. % if help:
  10. <div id="help">
  11. <p>This is the first version of the <a href="//en.wikipedia.org/wiki/Application_programming_interface">API</a> for <a href="${request.script_root}">Earwig's Copyvio Detector</a>. It works, but some bugs might still need to be ironed out, so please <a href="https://github.com/earwig/copyvios/issues">report any</a> if you see them.</p>
  12. </div>
  13. % endif
  14. % if result:
  15. <div id="result">
  16. <p>You are using <span class="code">jsonfm</span> output mode, which renders JSON data as a formatted HTML document. This is intended for testing and debugging only.</p>
  17. <!-- walk tree -->
  18. </div>
  19. % endif
  20. </body>
  21. </html>