-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoolinfo.json
56 lines (56 loc) · 2.23 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
53
54
55
56
[
{
"name": "mw-tool-validator",
"title": "Validator",
"description": "Various validators, one of them is W3C's, including samples for API access (CORS allowed from WMF-Wikis).",
"url": "https://tools.wmflabs.org/validator/",
"author": "Rainer Rillke",
"repository": "https://github.com/Toollabs/validator",
"keywords": "api, validator"
},
{
"name": "mw-tool-oojs-ui-distro",
"title": "OOjs UI demo and distribution builder",
"description": "A distribution builder for the OOjs UI library's, including a demo page.",
"url": "https://tools.wmflabs.org/oojs-ui/",
"author": "Rainer Rillke",
"repository": "https://github.com/Toollabs/oojs-ui-distro",
"keywords": "distribution, demo, oojs-ui"
},
{
"name": "mw-tool-convert",
"title": "Light Convert",
"description": "Lightwight conversions like PDF → SVG.",
"url": "https://tools.wmflabs.org/convert/",
"author": "Rainer Rillke",
"repository": "https://github.com/Toollabs/convert",
"keywords": "convert, svg, pdf, png, api"
},
{
"name": "mw-tool-expose-data",
"title": "Expose Data",
"description": "Exposes data not exposed by MediaWiki API from configuration and the database.",
"url": "https://tools.wmflabs.org/expose-data/",
"author": "Rainer Rillke",
"repository": "https://github.com/Toollabs/expose-data",
"keywords": "api, database, configuration"
},
{
"name": "mw-tool-octodata",
"title": "Octodata",
"description": "Database query service and insertion interface for vote data.",
"url": "https://tools.wmflabs.org/octodata/",
"author": "Rainer Rillke",
"repository": "https://github.com/Toollabs/OctoData",
"keywords": "api, database, polls, votes"
},
{
"name": "mw-tool-stylize",
"title": "Stylize",
"description": "Code style tools. Coding conventions made easy.",
"url": "https://tools.wmflabs.org/stylize/",
"author": "Rainer Rillke",
"repository": "https://github.com/Toollabs/stylize",
"keywords": "api, coding conventions"
}
]