Този сайт работи по-добре с 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 }
от '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