A tool that evaluates high-risk Wikipedia templates https://tools.wmflabs.org/earwig-dev/tif
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Ben Kurtovic 3433a3a6b0 Commas in numbers. il y a 8 ans
static Clean up, units. il y a 8 ans
templates Commas in numbers. il y a 8 ans
tif Fix name shadowing. il y a 8 ans
.gitignore More work on templates and calculator. il y a 8 ans
LICENSE Initial commit il y a 8 ans
README.md DB schema. il y a 8 ans
app.fcgi Pass empty result dict on initial page load. il y a 8 ans
schema.sql Another fixup, FLOAT -> DOUBLE in cache table. il y a 8 ans

README.md

This is a tool that calculates the Template Influence Factor of a Wikipedia template, which is a measure of how high risk it is, for the purposes of anti-vandalism. It runs on Wikimedia Labs.

Dependencies

Running

  • Install all dependencies listed above.

  • Create an SQL database based on schema.sql on the same server as your MediaWiki database.

  • Create an earwigbot instance in .earwigbot (run earwigbot .earwigbot). In .earwigbot/config.yml, fill out the connection info for the database by adding the following to the wiki section:

      _tifSQL:
          host: <hostname of database server>
          db:   <name of database>
    

    If additional arguments are needed by oursql.connect(), like usernames or passwords, they should be added to the _tifSQL section.

  • Start the web server (on Tool Labs, webservice2 uwsgi-python start).