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

README.md 929 B

1234567891011121314151617181920212223242526
  1. This is a [copyright violation](https://en.wikipedia.org/wiki/WP:COPYVIO)
  2. detector running on [Wikimedia Labs](https://tools.wmflabs.org/copyvios).
  3. It works by searching the web for page content, or comparing an article to a
  4. specific URL.
  5. Dependencies
  6. ============
  7. * [earwigbot](https://github.com/earwig/earwigbot) >= 0.1
  8. * [flask](http://flask.pocoo.org/) >= 0.10.1
  9. * [flask-mako](https://pythonhosted.org/Flask-Mako/) >= 0.3
  10. * [flup](http://trac.saddi.com/flup) >= 1.0.3
  11. * [mako](http://www.makotemplates.org/) >= 0.7.2
  12. * [mwparserfromhell](https://github.com/earwig/mwparserfromhell) >= 0.3
  13. * [oursql](http://packages.python.org/oursql/) >= 0.9.3.1
  14. * [uglifycss](https://github.com/fmarcia/UglifyCSS/)
  15. * [uglifyjs](https://github.com/mishoo/UglifyJS/) >= 1.3.3
  16. Running
  17. =======
  18. - Install all dependencies.
  19. - Copy `.lighttpd.conf` to the relevant location.
  20. - Run `./build.py` to minify JS and CSS files.
  21. - Start lighttpd.