Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
copyvios
miroir de
https://github.com/earwig/copyvios
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
0
Activité
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
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.
442
Révisions
4
Branches
941 KiB
Aborescence:
35dee57a41
copyvios-ng
main
multi-sources
python3
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '35dee57a41'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Brut
Vue normale
Historique
Build script, project layout
il y a 13 ans
Add a customizable import config file.
il y a 12 ans
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
il y a 12 ans
Fix gitignore for logs.
il y a 10 ans
Add OAuth flow Adds the initial backend requirements for the OAuth flow, which will be made required for all search engine checks. This adds three new routes: - `/login` (GET, POST) - for logging in - `/logout` (GET, POST) - for logging out - `/oauth-callback` - OAuth 1.0a callback route Login/logout state can be checked through the header. By default, a separate page navigation is not required when the link is clicked by the user. When following a link to `/log(in|out)`, however, an extra button will be shown to prevent inadvertent logins/logouts.
il y a 1 mois
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py