本網站在啟用 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/
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 }
建立分支
${ 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