Цей веб-сайт працює краще з JavaScript.
Головна
Довідка
Увійти
ben
/
copyvios
дзеркало
https://github.com/earwig/copyvios
Слідкувати
1
В обрані
1
Форк
0
Код
Релізи
0
Активність
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
442
Коміти
4
Гілки
1.0 MiB
Дерево:
35dee57a41
copyvios-ng
main
multi-sources
python3
Гілки
Теги
${ item.name }
Створити гілку
${ searchTerm }
з '35dee57a41'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Неформатований
Звичайний вигляд
Історія
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