This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
copyvios
огледало од
https://github.com/earwig/copyvios
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
0
Activity
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.
445
Комити
4
Гране
5.6 MiB
Дрво:
1a254822e4
copyvios-ng
main
multi-sources
python3
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '1a254822e4'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Датотека
Normal View
Историја
Build script, project layout
пре 13 година
Add a customizable import config file.
пре 12 година
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
пре 12 година
Fix gitignore for logs.
пре 10 година
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.
пре 1 месец
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py