Преглед изворни кода

[enh] add maintainers file

Adam Tauber пре 7 година
родитељ
комит
4493a4225d
1 измењених фајлова са 56 додато и 0 уклоњено
  1. 56
    0
      .maintainers.ini

+ 56
- 0
.maintainers.ini Прегледај датотеку

@@ -0,0 +1,56 @@
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
+