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.

преди 10 години
преди 13 години
преди 10 години
преди 10 години
преди 10 години
преди 12 години
преди 10 години
123456789101112131415161718192021222324252627
  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. * [SQLAlchemy](http://sqlalchemy.org/) >= 0.9.6
  15. * [uglifycss](https://github.com/fmarcia/UglifyCSS/)
  16. * [uglifyjs](https://github.com/mishoo/UglifyJS/) >= 1.3.3
  17. Running
  18. =======
  19. - Install all dependencies.
  20. - Copy `.lighttpd.conf` to the relevant location.
  21. - Run `./build.py` to minify JS and CSS files.
  22. - Start lighttpd.