Bläddra i källkod

Merge 993bcfa27f4834393d5636c2c4584fe40892b6e0 into cd819ae74bfc204c86f1b3d1588859ec8f7d8240

Adam Tauber 6 år sedan
förälder
incheckning
57c17001bc
No account linked to committer's email
1 ändrade filer med 63 tillägg och 0 borttagningar
  1. 63
    0
      .maintainers.ini

+ 63
- 0
.maintainers.ini Visa fil

@@ -0,0 +1,63 @@
1
+[engines]
2
+Repository = https://github.com/asciimoo/searx
3
+IssueTracker = https://github.com/asciimoo/searx/issues
4
+Chiefs = asciimoo, kvch
5
+FilePatterns = searx/engines/.*
6
+Topics = engine
7
+Priority = 1
8
+
9
+[http backend]
10
+Repository = https://github.com/dalf/searx
11
+IssueTracker = https://github.com/dalf/searx/issues
12
+Chiefs = dalf
13
+FilePatterns = searx/poolrequests\.py
14
+Topics = http
15
+Priority = 1
16
+
17
+[plugins]
18
+Repository = https://github.com/asciimoo/searx
19
+IssueTracker = https://github.com/asciimoo/searx/issues
20
+Chiefs = asciimoo
21
+FilePatterns = searx/plugins/.*
22
+Topics = engine
23
+Priority = 1
24
+
25
+[simple theme]
26
+Repository = https://github.com/dalf/searx
27
+IssueTracker = https://github.com/dalf/searx/issues
28
+Chiefs = dalf
29
+FilePatterns = searx/static/themes/simple/.*, searx/templates/simple/.*
30
+Topics = theme
31
+Priority = 2
32
+
33
+[preferences]
34
+Repository = https://github.com/kvch/searx
35
+IssueTracker = https://github.com/kvch/searx/issues
36
+Chiefs = kvch
37
+FilePatterns = searx/preferences\.py, templates/.+preferences.+
38
+Topics = preferences
39
+Priority = 1
40
+
41
+[translations]
42
+Repository = https://github.com/kvch/searx
43
+IssueTracker = https://github.com/kvch/searx/issues
44
+Chiefs = kvch
45
+FilePatterns = searx/translations/.*
46
+Topics = translation
47
+Priority = 1
48
+
49
+[tests]
50
+Repository = https://github.com/asciimoo/searx
51
+IssueTracker = https://github.com/asciimoo/searx/issues
52
+Chiefs = asciimoo
53
+FilePatterns = tests/.*
54
+Topics = test
55
+Priority = 1
56
+
57
+[any]
58
+Repository = https://github.com/asciimoo/searx
59
+IssueTracker = https://github.com/asciimoo/searx/issues
60
+Chiefs = asciimoo
61
+FilePatterns = .*
62
+Priority = 0
63
+