-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
50 lines (38 loc) · 1.57 KB
/
README
File metadata and controls
50 lines (38 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Abstract:
---------
wikilint (formerly Wikipedia Autoreviewer) is a web based
service to find errors (like typos and wrong formating) in
Wikipedia articles and make proposals how to improve them.
Most features work currently only for the German WP but some
are also available for English articles. It was originally
written by Arnim Rupp and was then published under GPL3
license and transferred to the WP-Tool-Server and maintained
by Daniel Arnold.
Directories:
------------
* Inside the cgi-bin directory are all files needed by
wikilint server side.
* Below the wikilint directory you can find all files needed
by wikilint client side (browser).
Sources for Word Lists:
-----------------------
- abbreviations.txt: Abbreviations to avoid, always with and
without (non-breaking) spaces, maintained manually.
- avoid_words.txt: Words to avoid, for German Wikipedia cf.
<URI:http://meta.wikimedia.org/wiki/W%C3%B6rter%2C_die_nicht_in_Wikipedia_stehen_sollten>.
- disambs.txt: Disambiguation pages and redirects to those,
dumped from toolserver database.
- fill_words.txt: Filler words, maintained manually.
- redirs.txt: Redirects and their targets, dumped from
toolserver database.
- typos.txt: Typos, case-insensitive, for German Wikipedia
cf.
<URI:http://de.wikipedia.org/wiki/Wikipedia:Helferlein/Rechtschreibprüfung/Wortliste>
or
<URI:http://de.wikipedia.org/wiki/Wikipedia:Liste_von_Tippfehlern>.
URLs:
-----
wikilint runs at:
https://tools.wmflabs.org/wikilint/cgi-bin/wikilint
The full documentation can be found at:
https://wikitech.wikimedia.org/wiki/Tool:Wikilint