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.
 
 
 
 
 
Ben Kurtovic c165e97fb2 Handle empty URLs from cached results correctly. 10 years ago
copyvios Handle empty URLs from cached results correctly. 10 years ago
logs Always have a log dir. 10 years ago
static Slightly modified interface; give more options (closes #17). 10 years ago
templates Typo fixes, again. 10 years ago
.gitignore Fix gitignore for logs. 10 years ago
.lighttpd.conf Begin conversion to Flask; updates. 10 years ago
LICENSE Updates. 10 years ago
README.md Connection pooling; cleanup. 10 years ago
app.fcgi Make sure the CV workers don't spit out tons of logs. 10 years ago
build.py Begin conversion to Flask; updates. 10 years ago
schema.sql Adjust db name. 11 years ago

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.