-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtoolinfo.json
52 lines (52 loc) · 2.06 KB
/
toolinfo.json
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
51
52
[
{
"title" : "Category Completer",
"description" : "Suggests articles which could be added to a category based on a corresponding category in another language.",
"name" : "mormegil-catcompleter",
"keywords" : "categories, interwiki",
"author" : "Mormegil",
"tool_type": "web app",
"license": "GPL-3.0-only",
"url" : "https://mormegil.toolforge.org/catcompleter"
},
{
"title" : "Category Suggester",
"description" : "Suggests categories for an article based on a corresponding article in another language.",
"name" : "mormegil-catsuggest",
"keywords" : "categories, interwiki",
"author" : "Mormegil",
"tool_type": "web app",
"license": "GPL-3.0-only",
"url" : "https://mormegil.toolforge.org/catsuggest"
},
{
"title" : "Category without coordinates",
"description" : "Lists articles in a given category without geographical coordinates.",
"name" : "mormegil-catwithoutcoords",
"keywords" : "categories, coordinates, map",
"author" : "Mormegil",
"tool_type": "web app",
"license": "GPL-3.0-only",
"url" : "https://mormegil.toolforge.org/catwithoutcoords"
},
{
"title" : "Wikipedia Biographical Articles Counter",
"description" : "Counts Wikipedia biographical articles per birthyear and deathyear",
"name" : "mormegil-natbirths",
"keywords" : "bio, biography, wikipedia",
"author" : "Mormegil",
"tool_type": "web app",
"license": "GPL-3.0-only",
"url" : "https://mormegil.toolforge.org/natbirths"
},
{
"title" : "Random article list",
"description" : "Creates a random list of Wikipedia articles of a given size",
"name" : "mormegil-randomlist",
"keywords" : "random",
"author" : "Mormegil",
"tool_type": "web app",
"license": "GPL-3.0-only",
"url" : "https://mormegil.toolforge.org/randomlist"
}
]