Šī lapa labāk darbojas, ja pārlūkam ir iespējots JavaScript.
Sākums
Palīdzība
Pierakstīties
ben
/
copyvios
spogulis no
https://github.com/earwig/copyvios
Vērot
1
Pievienot zvaigznīti
1
Atdalīts
0
Kods
Laidieni
0
Aktivitāte
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
442
Revīzijas
4
Atzari
1.0 MiB
Koks:
35dee57a41
copyvios-ng
main
multi-sources
python3
Atzari
Tagi
${ item.name }
Izveidot atzaru
${ searchTerm }
no '35dee57a41'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Neapstrādāts
Parastais skats
Vēsture
Build script, project layout
pirms 13 gadiem
Add a customizable import config file.
pirms 12 gadiem
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
pirms 12 gadiem
Fix gitignore for logs.
pirms 10 gadiem
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.
pirms 1 mēnesi
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py