A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Ben Kurtovic c165e97fb2 Handle empty URLs from cached results correctly. hace 10 años
copyvios Handle empty URLs from cached results correctly. hace 10 años
logs Always have a log dir. hace 10 años
static Slightly modified interface; give more options (closes #17). hace 10 años
templates Typo fixes, again. hace 10 años
.gitignore Fix gitignore for logs. hace 10 años
.lighttpd.conf Begin conversion to Flask; updates. hace 10 años
LICENSE Updates. hace 10 años
README.md Connection pooling; cleanup. hace 10 años
app.fcgi Make sure the CV workers don't spit out tons of logs. hace 10 años
build.py Begin conversion to Flask; updates. hace 10 años
schema.sql Adjust db name. hace 11 años

README.md

This is a copyright violation detector running on Wikimedia Labs.

It works by searching the web for page content, or comparing an article to a specific URL.

Dependencies

Running

  • Install all dependencies.
  • Copy .lighttpd.conf to the relevant location.
  • Run ./build.py to minify JS and CSS files.
  • Start lighttpd.